单选题 A developer is working on an automation. The automated process must log into Citrix and click on the "Generate Shipment Details" button. Ideally this generates a table of shipping records. If the generated table displays only the header row and no data is available then it should be marked as an exception since the data is incomplete.
What is this type of exception?

A、 BusinessRuleException
B、 NullReferenceException
C、 ApplicationException
D、 SystemException
开发人员正在开发自动化。自动过程必须登录到 Citrix,然后单击“生成货件详细信息”按钮。理想情况下,这会生成一个装运记录表。如果生成的表仅显示标题行,并且没有可用的数据,则应将其标记为异常,因为数据不完整。 这种类型的异常是什么?
BusinessRuleException
空引用异常
应用异常
系统异常
下载APP答题
由4l***37提供 分享 举报 纠错

相关试题

单选题 In which situation can "idx" be used in a reliable selector?

A、 When the exact n-th element in a static UI list is needed in the process
B、 When the "idx" value is either 1 or 2
C、 When the selectors of the elements in the application rarely change
D、 When a dynamic selector is required
在哪种情况下,“idx”可以在可靠的选择器中使用?
当流程中需要静态 UI 列表中的第 n 个元素时
当“idx”值为 1 或 2 时
当应用程序中元素的选择器很少更改时
当需要动态选择器时

单选题 A developer is creating an automation project which processes personal information of employees.
To protect sensitive information that is logged during the execution of the automation at the Verbose level how can the developer avoid logging variable and argument values in both Orchestrator and Studio?

A、 Store all sensitive information in an Excel file that the process can access.
B、 Check the Isolated property when invoking a workflow with sensitive information.
C、 Ensure all personal information variables are of the SecureString variable type.
D、 Check the Private property on the activities that contain sensitive information.

单选题 In the Robotic Enterprise (RE) Framework what is the initial value of TransactionNumber?

A、 0
B、 1
C、 []
D、 Nothing

单选题 You are working on a project with three other developers and are using TFS source control in UiPath Studio.
If you want to ensure you have the newest version from the server on your local machine which TFS/SVN command should be used?

A、 Check Out For Edit
B、 Commit
C、 Show Changes
D、 Get Latest Version

单选题 A developer created a custom rule for Workflow Analyzer and wants to make it available only at the project level.
Which action should the developer perform?

A、 Create an external assembly (.dll) of the rule and copy it to the Studio install location.
B、 Create an external assembly (.dll) of the rule and copy it to the project location.
C、 Create a Nuget package (.nupkg) of the rule and publish it to Orchestrator.
D、 Create a Nuget package (.nupkg) of the rule and install it in a Studio project as a dependency.
开发人员为工作流分析器创建了自定义规则,并希望使其仅在项目级别可用。 开发人员应执行哪些操作?
创建规则的外部程序集(.dll)并将其复制到 Studio 安装位置。
创建规则的外部程序集(.dll)并将其复制到项目位置。
创建规则的 Nuget 包 (.nupkg) 并将其发布到业务流程协调程序。
创建规则的 Nuget 包 (.nupkg),并将其作为依赖项安装在 Studio 项目中。

单选题 If a developer wants to use a variable of type UIElement to identify a button in a Click activity which property must be manually configured during development?

A、 Element
B、 Selector
C、 ClippingRegion
D、 WaitForReady
如果开发人员想要使用 UIElement 类型的变量来标识 Click 活动中的按钮,则必须在开发过程中手动配置哪个属性? 元素
选择器
剪切区域
等待准备就绪

单选题 A developer created a process with the Robotic Enterprise (RE) Framework uploaded the package on the Orchestrator and created a job for it. Once these steps are performed the job is started from the Orchestrator and begins to process transactions. After two processed transactions the job is stopped from Orchestrator.
At which point in the workflow will this job stop?

A、 After the currently running workflow is executed because the stop command is propagated to the robot and the execution will be ended.
B、 Next time the Get Transaction Data state is executed the stop command is detected and the execution transitions to the End Process state.
C、 Immediately because the stop command is propagated to the robot and the execution will be ended.
D、 After the current transaction is finished the Process Transaction state will detect the stop command and transitions to the End Process state.
开发人员使用机器人企业 (RE) 框架创建了一个流程,将包上传到业务流程协调程序上,并为其创建了一个作业。执行这些步骤后,作业将从业务流程协调程序启动并开始处理事务。经过两次处理的事务后,作业将从业务流程协调程序中停止。 此作业将在工作流中的哪个点停止?
在执行当前正在运行的工作流后,因为 stop 命令将传播到自动机,并且执行将结束。
下次执行“获取事务数据”状态时,将检测到 stop 命令,并且执行将转换为“结束进程”状态。
立即,因为停止命令被传播到机器人,执行将结束。
当前事务完成后,“处理事务”状态将检测停止命令并转换为“结束进程”状态。

单选题 A developer plans to create a process to automate a web application. The web application requires HTML buttons and text boxes to be loaded. Although some assets may still be loading the robot should perform the UI actions once the buttons and text boxes are loaded.
Which property should be configured?

A、 TimeoutMS = 10000
B、 WaitForReady = Complete
C、 TimeoutMS = Int32.MaxValue
D、 WaitForReady = Interactive