UiPath UiADPv1 - UiPath Automation Developer Professional v1.0 Exam
Page: 1 / 43
Total 212 questions
Question #1 (Topic: Exam A)
What are the primary functions of the UiPath Integration Service?
A. Enables automation with a library of connectors, manages connections easily with standardized authentication, kicks off automations with server-side triggers or events, provides curated activities and events, simplifies automation design.
B. Automates UI design, manages API connections, provides limited activities and events, simplifies automation design.
C. Enables automation with API integration, manages connections with user-provided authentication, kicks off automations based on application-specific triggers, simplifies automation design with the help of third-party libraries.
D. Enables automation with UI components, manages API keys, kicks off automations with client-side triggers, provides curated events.
Answer: A
Question #2 (Topic: Exam A)
What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
A. The remote robot continues the execution after Studio closes the connection.
B. Debugging execution ends in exception, then the connection is closed.
C. Debugging execution stops gracefully, then the connection is closed.
D. It is not possible to close the connection while debugging is in progress.
Answer: D
Question #3 (Topic: Exam A)
Where is the TransactionNumber incremented in the REFramework?
A. Only in the RetryCurrentTransaction.xaml workflow.
B. Only in the SetTransactionStatus.xaml workflow.
C. In the New Transaction transition.
D. In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.
Answer: D
Question #4 (Topic: Exam A)
Which logging level includes the following information by default?
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.
1. Execution Started log entry - generated every time a process is started.
2. Execution Ended log entry - generated every time a process is finalized.
3. Transaction Started log entry - generated every time a transaction item is obtained by the robot from Orchestrator.
4. Transaction Ended log entry - generated every time the robot sets the transaction status to either Success or Failed.
5. Activity Information log entry - generated every time an activity is started, faulted or finished inside a workflow.
6. Arguments and Variables Information log entry - show values of the variables and arguments that are used.
A. Verbose
B. Trace
C. Critical
D. Information
Answer: A
Question #5 (Topic: Exam A)
How would you define a linear process in UiPath?
A. The steps of the process refer to the execution of steps in a sequential manner, where each subsequent step depends on the successful completion of the previous step.
B. The steps of the process are performed multiple times, but each time different data items are used.
C. The steps of the process repeat multiple times over different data items. However, the automation design is such that each repeatable part processes independently.
D. The process steps are performed only once. If the need is to process additional data, then the automation must execute again.
Answer: D