UiPath UiADPv1 Exam Practice Questions (P. 2)
- Full Access (194 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message.
Which property should the developer configure to be able to click the element?
Which property should the developer configure to be able to click the element?
- AThe developer should change the input method to Simulate and the CursorMotionType to Instant.
- BThe developer should change the input method to Hardware Events and the CursorMotionType to Smooth.Most Voted
- CThe property AlterIfDisabled should be set to False.
- DThe property AlterIfDisabled should be set to True.
Correct Answer:
B
B

To properly click an element that becomes visible with a mouse hover, the ideal configuration involves setting the input method to Hardware Events. This approach allows the activity to mimic the physical movements of mouse hardware, crucial for interacting with elements reliant on hover actions. The CursorMotionType should be set to Smooth to replicate a more natural mouse movement across the screen, enhancing the reliability of triggering visibility-dependent elements. The given solution aligns with this underlying requirement for mouse hover functionalities in UI automation tasks.
send
light_mode
delete
Question #7
A developer wants to create an automation in which the input from the user and pre-defined conditions determine the transition between stages. In UiPath Studio, which is the recommended type of workflow that meets the requirement?
- AFlowchart
- BWorkflow
- CState MachineMost Voted
- DGlobal Exception Handler
Correct Answer:
A
A

For creating an automation that relies on user inputs and pre-defined conditions to guide transitions between stages, a Flowchart is the ideal choice. This is because Flowcharts are visually intuitive and specifically designed to handle complex decision-making processes and branching. This allows for more dynamic navigations based on conditions, which aligns perfectly with the requirement of managing transitions contingent upon user input and other conditions.
send
light_mode
delete
Question #8
A developer configured the properties for a Click activity as shown below:

What happens if the activity cannot find its target at runtime?

What happens if the activity cannot find its target at runtime?
- AAn exception is thrown after 10 milliseconds.
- BAn exception is thrown after 10 seconds.
- CThe next activity is executed after 10 seconds.Most Voted
- DThe next activity is executed after 10 milliseconds.
Correct Answer:
B
B
send
light_mode
delete
Question #9
What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?
- AInheritedMost Voted
- BMedium
- CHigh
- DLow
Correct Answer:
A
A

When you start a job manually in UiPath Orchestrator, the default setting for Job Priority is "Inherited." This setting ensures that the job adopts the priority level from its initial configuration setting. It's flexible as you can modify this if needed, but by default, it's designed to maintain consistency in job execution priorities across different processes or environments.
send
light_mode
delete
Question #10
Consider testing a workflow that computes the sum of two numbers having the data driven test data from the Excel file below:

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?

Expanding the functionality of the workflow to compute the sum of three numbers, the data needs to be updated as well to accommodate the new scenario:

What are steps to do that?
- AClick Right on the Test Case and select Update Test Data.Most Voted
- BClick Right on the Test Case and select Add Test Data.
- CClick Right on the Test Case and select Refresh Test Data.
- DClick Right on the Test Case and select Remove Test Data.
Correct Answer:
C
C
send
light_mode
delete
All Pages