When fine-tuning a dynamic selector, how many characters does "*" replace?
When fine-tuning a dynamic selector, how many characters does "*" replace?A . Zero or more B. Exactly one C. One or more D. More than oneView AnswerAnswer: A
What is the output of the Write Line activity?
You have two variables, varA and varB, as shown in the following exhibit: What is the output of the Write Line activity?A . 246246 B. 123123246 C. 246123123 D. 123123123123View AnswerAnswer: D
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?A . Process workflow B. GetTransactionData workflow C. SetTransactionStatus workflowView AnswerAnswer: C
Based on the exhibits, what is the result of the execution?
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 result of the execution?A . OutputDataTable object will have 2 columns and 1 row...
In UiPath Studio, which recommended type of workflow meets this requirement?
A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement?A . State Machine B. Sequence C. Global Exception Handler D. FlowchartView AnswerAnswer: D Explanation: Reference: https://docs.uipath.com/studio/docs/workflow-design
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?A . Process workflow B. GetTransactionData workflow C. SetTransactionStatus workflowView AnswerAnswer: C
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
What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?
What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?A . Basic Recording B. Citrix Recording C. Web Recording D. Desktop RecordingView AnswerAnswer: B
Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?
The retrieving of the data or clicking the button must be tried until successful. Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?A . Use the Get Text activity with the...
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?A . Process workflow B. GetTransactionData workflow C. SetTransactionStatus workflowView AnswerAnswer: C