What is the slowest method of reading text?
What is the slowest method of reading text?A . OCR B. Native C. Full TextView AnswerAnswer: A
Which of the following are required to have efficient execution of automation projects?
Which of the following are required to have efficient execution of automation projects?A . Recovery abilities B. Effective logging mechanisms C. Proper exception handlingView AnswerAnswer: A,B,C
Which of the following are required to have efficient execution of automation projects?
Which of the following are required to have efficient execution of automation projects?A . Recovery abilities B. Effective logging mechanisms C. Proper exception handlingView AnswerAnswer: A,B,C
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 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...
In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?
You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity. In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?A . 1 element B. 2...
What occurs when this Click activity executes?
A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the element specified in the Click activity does. What occurs when this Click activity executes?A . Timeout error occurs...
How can you check if the login succeeded or not?
One of the steps in your process is to authenticate on a web application. How can you check if the login succeeded or not?A . Place the login activities inside a Try-Catch block. An exception is thrown in case a login problem occurs. B. Use an Element Exist activity to...
Which input method(s) will automatically empty the target input fields?
You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input. Which input method(s) will automatically empty the target input fields?A . "SendWindowMessages" only B. "Default" and "SimulateType" C. "SimulateType" only D. "SimulateType" and "SendWindowMessages"View AnswerAnswer:...
Which of the statuses below can a transaction have? Select all the options that apply.
Which of the statuses below can a transaction have? Select all the options that apply.A . New B. Pending C. In progress D. Successful E. Abandoned F. Failed G. Retried H. DeletedView AnswerAnswer: A,C,D,E,F,G,H