EMT Practice Test

1. Question Content...


Question List

Question1: What is the purpose of credential stores in UiPath Orchestrator?

Question2: What is the output type returned when using a Get Test Data Queue Item activity?

Question3: A developer creates a process that uses data from multiple sources and uploads it to an Orchestrator queue.
The data originates from emails in different email inboxes and needs to be processed in the same order in which the email was received. To ensure the Queue Items are processed in the correct order, which property of the Add Queue Item activity should be used?

Question4: When creating a new test case, which option restricts dynamic data update in UiPath Orchestrator once the test case is published?

Question5: Which activity should a developer use to add custom information to logs related to transactions for tracing purposes?

Question6: Which of the following credentials stores have built in support in Orchestrator?

Question7: Considering a process developed using REFramework, if the status of a transaction was set to "Failed" with the Error Type specified as "Business", the process will transition to which state?

Question8: Review the following graphics:





If the automation is executed and Notepad.exe is not running, which Log Message text value is contained in the Output panel?

Question9: In the context of a linear process, implemented with REFramework, how many times will the process enter the Get Transaction Data state?

Question10: How should the computation of the signature be done for client apps that receive Orchestrator requests and need to check their authenticity?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Question11: When a developer runs a process using the REFramework, with the process utilizing Orchestrator queues and a queue already created with the Name provided and the Auto Retry function disabled, which states will be executed without errors?

Question12: What is the default priority value for the Job Priority field in UiPath Orchestrator when starting a job manually?

Question13: What is the correct method to check how many resources are utilized in a personal workspace in UiPath Orchestrator?

Question14: Which Scraping method should be used for the Get Text activity to capture hidden text from an application?

Question15: Following UiPath best practices, which project structure is best-suited for complex processes in UiPath Studio?

Question16: Which command in the UiPath installation folder configures the UiPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?

Question17: Which of the following best describes the Alerts panel?

Question18: What is the purpose of the Interval filter in the Orchestrator's Monitoring page?

Question19: What is the purpose of the Capture All Elements feature in Object Repository?

Question20: What do the percentages from the Test Explorer panel represent?

Question21: What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?
Settings sheet contains Credential Assets stored in Orchestrator. Assets sheet contains hard-coded values.

Question22: A developer defines new log fields using the Add Log Fields activity. When will the custom log fields stop being added to the robot execution logs?

Question23: What method can be used to change the index of an existing column in a datatable?

Question24: Once "Library A" has been imported as a dependency in the current project, how can the UI Object Repository defined in "Library A" be accessed?

Question25: A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:


Based on the information shown in the exhibits, what is the outcome of the Invoke Method activity?

Question26: A developer wants to add items to a list of strings using the Invoke Method activity. The list is declared as follows:

The Invoke Method includes the following properties:

The Parameters property is as follows:

Based on the exhibits, what is the outcome of this Invoke Method activity?

Question27: Which LINQ method is used to filter data in a List or Data Table based on a condition?

Question28: What are the components that define a state within a State Machine in UiPath Studio?

Question29: What is the default URL of the OCR server that runs the Computer Vision service?

Question30: A developer needs to create a repetitive process in the REFramework. Following the best practices, which action(s) should be performed to defend against potential robot crashes such as "out of memory"?

Question31: Which of the following describes the correct hierarchy of the elements in the Object Repository tree structure?

Question32: How does UiPath handle different dependency versions for multiple running processes that run at the same time?

Question33: Data from an Excel file is read into a data table named "dtEmployee", as displayed in the following graphic:

A developer needs to filter the data table to obtain all rows representing employees from the Finance and IT departments with a Salary under 30,000. Which expression yields the desired outcomes?

Question34: 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.

Question35: What is the role of connections in the UiPath Integration Service?

Question36: The following table is stored in a variable called "dt".

What will the value of the qty variable be after executing the Assign activity?

Question37: What is the main function of the UiPath Remote Runtime component?

Question38: What are the primary functions of the UiPath Integration Service?

Question39: A developer examines a workflow in which filenames are stored within a collection. The collection is initialized with a single filename. When adding a new filename to the collection, which collection variable type will cause an error?

Question40: A developer intends to enter text into an input field using a combination of a string and a hotkey. The input action should take place within a hidden or minimized window.
Which input method(s) can be used individually for the Type Into activity?

Question41: What status needs to be selected in the Set Transaction Status activity in UiPath Studio so that the respective Queue Item will be retried?

Question42: How would you define a linear process in UiPath?

Question43: In a UiPath State Machine workflow, which section of State activity is used to specify conditional/triggers logic and multiple outgoing transitions in a state machine?

Question44: A project built using REFramework pulls phone numbers from a database of employees and creates queue items for each one. Following processing, these elements must be added to a financing application. The queue item holding a phone number becomes invalid if a digit is accidentally left out because of a human mistake. As a requirement, queue items that contain partial numbers should not be accepted.
What type of error should be thrown according to best practices?

Question45: 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?

Question46: What happens when closing a Remote Debugging Connection while a debugging execution is in progress?

Question47: Which of the following statements is true about the existing UiPath Studio installation packages?

Question48: A developer is building an automation that must interact with a destination remote computer reached by jumping through multiple RDP connections, as described by the following scenario:
- The Robot is installed on Machine A, which connects through RDP to Machine B.
- From Machine B another RDP connection is opened to Machine C, where the automation must be performed.
Which of the following scenarios is appropriate for the developer who wants to use UI Automation activities?