UiPath UiADAv1 - UiPath Automation Developer Associate v1.0 Exam
Page: 3 / 40
Total 196 questions
Question #11 (Topic: Exam A)
Which is the valid syntax for checking if the StrVar variable of type String includes the word "robot"?
A. StrVar. Equalsf("robot")
B. "robot".Substring(StrVar)
C. StrVar.Contains("robot")
D. StrVar.Substring("robot")
Answer: C
Question #12 (Topic: Exam A)
DRAG DROP
A developer wants to capture a screenshot of the machine's state during robot execution and send the screenshot in an email. What are the appropriate steps to accomplish this task in the correct order?
Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.
A developer wants to capture a screenshot of the machine's state during robot execution and send the screenshot in an email. What are the appropriate steps to accomplish this task in the correct order?
Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.
Answer:
Question #13 (Topic: Exam A)
Which of the following statements is true about Global Variables?
A. Global Variables store data in a location which can be accessed by all parts of the automation project.
B. Global Variables can be created from the Variables panel.
C. Global Variables can be created from the Data Manager panel and from the Variables panel.
D. Global Variables can only have two types: Text and Number.
Answer: A
Question #14 (Topic: Exam A)
Which of the following best describes the primary role of UiPath Orchestrator in the ecosystem?
A. Creating, designing, and testing automation workflows.
B. Providing a user-friendly interface for executing automation projects.
C. Centralized deployment, management, and monitoring of UiPath Robots and processes.
D. Running and managing attended automation processes on the user's machine.
Answer: C
Question #15 (Topic: Exam A)
What is the expected behavior when the execution of a process is started from UiPath Studio in Debug mode and the developer has enabled a breakpoint on a Type Into activity?
A. The execution will pause for 5 seconds when it encounters the breakpoint.
B. The execution will not take the breakpoint into consideration when it encounters the Type activity.
C. The execution will pause when it encounters the breakpoint until the user clicks the Continue button.
D. The execution will throw an exception when it encounters the breakpoint.
Answer: C