UiPath UiARD - UiPath Advanced RPA Developer v1.0 Exam
Page: 2 / 52
Total 260 questions
Question #6 (Topic: Topic 1, UiPath Studio
)
A developer wants to create a process which uses UI automation activities on hidden or minimized windows for a user in a Call Center. While the process is running on the user’s machine, the user also needs the ability to use the machine to look up items in a desktop application.
Which activity must be configured to be able to interact with hidden or minimized windows?
Which activity must be configured to be able to interact with hidden or minimized windows?
A. Get Full Text
B. Set Text
C. Click
D. Check
Answer: C
Question #7 (Topic: Topic 1, UiPath Studio
)
A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.
If this process is published and run from Orchestrator, what is the expected result?
If this process is published and run from Orchestrator, what is the expected result?
A. Exception Pop-up is displayed on the robot machine.
B. Job is completed with a "Stopped" state.
C. Job is completed with a "Successful" state.
D. Job is completed with a "Faulted" state.
Answer: D
Question #8 (Topic: Topic 1, UiPath Studio
)
A developer published a library component for use within UiPath Studio.
In order to successfully add this library as a dependency to the project, what should be used?
In order to successfully add this library as a dependency to the project, what should be used?
A. Invoke Com Method activity
B. Imports Panel
C. Invoke Method activity
D. Manage Packages Window
Answer: D
Question #9 (Topic: Topic 1, UiPath Studio
)
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?
In UiPath Studio, which recommended type of workflow meets this requirement?
A. State Machine
B. Sequence
C. Global Exception Handler
D. Flowchart
Answer: D
Question #10 (Topic: Topic 1, UiPath Studio
)
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?
What is this type of exception?
A. BusinessRuleException
B. NullReferenceException
C. ApplicationException
D. SystemException
Answer: A