EMT Practice Test

1. Question Content...


Question List

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

Question2: Starting with UiPath Studio version 2022.10, what happens to dependencies that lack Windows compatibility when they are converted in a project?

Question3: 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"?

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

Question5: Given the following list of arguments:

and the following code:

What is the value that will be displayed in the Output Panel at the end of the sequence below:

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

Question7: A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?

Question8: A developer is working on an automation using the REFramework. Each transaction item represents a piece of client information. For each customer, the automated procedure must click the "Generate Shipment Details" button. This generates a table of shipment records for each customer.
What type of exception occurs when the data is not accessible, the created table displays only the header row, and processing for that client must be halted?

Question9: Which of the following is an outcome of converting a personal workspace into a folder in UiPath Orchestrator?

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

Question11: In the Robotic Enterprise (RE) Framework, at which point should a developer log a clear message with the Logging Level set to "Information," adhering to the best practices for automating a production-level process?

Question12: Where is the TransactionNumber incremented in the REFramework?

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

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

Question15: What is the purpose of the Invoke Code activity in UiPath?

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

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

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

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

Question20: What is the recommended approach for handling tabular data when building a REFramework transactional project in UiPath?

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

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

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

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

Question24: Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?

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

Question26: Which of the following options is correct about a State Machine layout?

Question27: A developer configured the properties for a Click activity as shown below:

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

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

Question29: A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?

Question30: In order for a developer to utilize the default REFramework without relying on Orchestrator queues, what is the essential prerequisite to ensure that the project does not interact with Orchestrator?