Which name of the field would cause the logging process to become corrupted?
A developer creates an automation solution that processes a specific file stored in a Shared location. A developer uses Add Log Fields activity to add a field that indicates which file is being processed during each run. Which name of the field would cause the logging process to become corrupted?A...
How can you retrieve the value stored in a Queue Item variable?
How can you retrieve the value stored in a Queue Item variable?A . Use the Deserialize Xml activity B. Use the Deserialize Json activity C. Use the SpecificContent propertyView AnswerAnswer: C
Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?
A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code: In addition, the developer configured the following properties of the Read Range activity: Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?A...
Which activity can you use if you want to loop through a collection of items?
Which activity can you use if you want to loop through a collection of items?A . If activity B. Assign activity C. For Each activity D. Flow Decision activityView AnswerAnswer: C
Based on the exhibits, what is the output of the sequence?
Review the following exhibits: Based on the exhibits, what is the output of the sequence?A . <blank line> A2X9k B. A1bx3 A1bx3 C. A1bx3 A2X9k D. A2X9k A2X9kView AnswerAnswer: D
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?
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. WaitForReadyView AnswerAnswer: C Explanation: Reference: https://docs.uipath.com/activities/docs/click
In order to get the table name of the first element in the DataSet, which expressions should the developer use?
A developer reviewed the following sequence: The parameters of the Invoke Method are: In order to get the table name of the first element in the DataSet, which expressions should the developer use?A . DataSet.Tables(0).TableName B. DataSet.Tables(1).TableName C. DataSet.Rows(0).TableName D. DataSet.Rows(1).TableNameView AnswerAnswer: C
Which is the best way to navigate to a specific page in a web browser?
Which is the best way to navigate to a specific page in a web browser?A . Use the Type Into activity inside an Attach Browser container B. Use the Navigate To activity inside an Attach Browser container C. Use a Type Into activity with a full selectorView AnswerAnswer: B
Which action should the developer perform?
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...
In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct sequence of steps if an application exception occurs on a Queue Item in the Process Transaction state?
DRAG DROP In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct sequence of steps if an application exception occurs on a Queue Item in the Process Transaction state? NOTE: Drag the Description found on the “Left” and drop on the correct Step Sequence...