본문 바로가기
_PM•PO/[RPA] [UiPath]

[RPA] [UiPath] UiPath Automation Developer Professional v1.0 Practice Test - 문제 풀면서 정리하기(5)

by Jiji_지지 2023. 12. 21.

11. A developer is debugging a workflow and the Executor is pointing to the Log Message activity as shown in the following exhibit:

Currently, the value of "rowIndex" variable is "15". There are 285 more rows left in the data table.




Which button should be clicked in order to quickly execute the Log Message activity for the remaining rows and make the Debugger immediately finish the For Each Row in Data Table activity?

Step Out
Step Into
Continue
Step Over
Break

 

12. A process required by the Finance team was developed using the state machine architecture. One of those states needs to be able to transition to 4 other different states based on the business conditions.

In which of the following should the transition logic be introduced?

 

In the "Exit" action of the source state.
In the "Entry" action of the target state.
In the "Condition" section of the transition.
In the "Trigger" section of the transition.
 
 
13. Based on the UiPath best practices, when a Business Rule Exception occurs while processing an item from an Orchestrator queue, what is the transaction item status that should be set to that particular Queue Item?

 

Exception
In Progress
Business Exception
Failed
Fatal
Verified

Explanation

Topic: Build a REFramework project with Orchestrator queues.

 
 
14. A developer creates a new REFramework project in UiPath Studio and sets the value of MaxConsecutiveSystemExceptions to "2" in the "Config.xlsx" file. How many transaction items can have Status = "Failed" and ErrorType = "Application" before the process is ended?
0
1
2
3

 

15. When using REFramework without Orchestrator access, what is the best practice to ensure that a transaction will be retried in case a System Exception occurs during its processing?

Use a Retry Scope activity within the Process Transaction state.
Use a Try Catch activity with a Retry Scope activity in the Catch block defined for System Exceptions.
Set the MaxRetryNumber in the Config.xlsx file to a number greater than 0.
Create a queue in Orchestrator with the "Max # of retries" greater than 0.

Explanation

Topic: Describe the mechanisms of the REFramework template.

 

16. Where in the REFramework is the "Config.xlsx" file read?

In the Get Transaction Data state, GetTransactionData.xaml.
In the Initialization state, InitAllSettings.xaml.
In the Initialization state, InitAllApplications.xaml.
In the Process Transaction state, InitAllApplications.xaml.
 
 
 
17. What is the purpose of the CV Screen Scope activity in UiPath?
To establish a connection to the neural network server and enable the analysis of the UI of applications.
To capture screenshots of application UIs and save them for future reference.
To display real-time UI changes in target applications for debugging purposes.
To create a separate window for interacting with the target application during automation.

 

 

18. A developer is automating a process utilizing the Dispatcher-Performer model. The Performer component is built using the REFramework. The Performer is responsible for processing data from Queue Items that were uploaded to the queue by the Dispatcher.

Which design type should be used for automating the Performer?

Sequential Process
Iterative Process
Linear Process
Transactional Process
 

 

19. When building an automation for a booking company as part of a larger project initiative, a developer should follow the high-level steps:


1. Retrieve emails from the company-wide Bookings Microsoft Outlook Inbox account.
2. Extract the booking data from the current email.
3. Add individual reservation data to the Orchestrator queue.
4. Log in to the company's desktop application.
5. For each Queue Item:

a. Navigate to the Bookings section from the Requests section.
b. Add the reservation data to the Bookings section.
c. Close the current booking.
6. Log out and close the company's application.

The developer decides to use the Dispatcher/Performer model for the automation. Which steps will be included in the Performer process?
 
1 - 4
5 - 6
1 - 3
4 - 6

 

 

20. Beyond the secure stores with built-in support, Orchestrator architecture supports the functionality of loading third-party or developing custom plugins, enabling you to use any desired credential store.


Instructions: Order the steps for loading a custom or third-party credential store into Orchestrator.

3 -> 2
Save the .dll files of your plugin in this folder.
2 -> 3
Update the UiPath.Orchestrator.dll.config file with this plugin.
1
Navigate to the \Orchestrator\Plugins folder in your Orchestrator installation directory.
4
Restart your Orchestrator instance and check the logs to confirm that the plugin was loaded successfully.

 

답: Navigate -> Save -> Update -> Restart

댓글