EMT Practice Test

1. Question Content...


Question List

Question1: In a Robotic Enterprise (RE) Framework project that is connected to Orchestrator, what is the correct sequence of steps if an application exception occurs on a Queue Item in the Process Transaction state?
NOTE: Drag the Description found on the "Left" and drop on the correct Step Sequence found on the "Right".

Question2: What activity can you use to get a column value from a specific row of a DataTable?
Options are :

Question3: A developer published a library component for use within UiPath Studio.
In order to successfully add this library as a dependency to the project, what should be used?

Question4: Is it possible to write to a text file without using the Write Text File activity?
Options are :

Question5: In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the default type of the TransactionItem variable?
Options are :

Question6: Which activity is used to call another piece of automation?
Options are :

Question7: A developer configured the properties for a Click activity on an element inside a web page as shown in the exhibit. An animation on the web page never completely loads but the element specified in the Click activity does.

What occurs when this Click activity executes?

Question8: A developer created a process with the Robotic Enterprise (RE) Framework, uploaded the package on the Orchestrator, and created a job for it. Once these steps are performed, the job is started from the Orchestrator and begins to process transactions. After two processed transactions, the job is stopped from Orchestrator.
At which point in the workflow will this job stop?

Question9: Which of the following are considered best practices? Select all the options that apply.
Options are :

Question10: What represents an example of a full selector?

Question11: What are the uses of web scraping in UiPath?
Options are :

Question12: In UiPath Robotic Enterprise Framework, the value of MaxRetryNumber in the Config.xlsx file should be set to a number greater than 0 to enable the retry mechanism in the following cases:
Options are :

Question13: How can you find all anchor elements in a web page?
Options are :

Question14: What is the difference between a Click activity whose SimulateClick property is checked and another one with the same property unchecked?
Options are :

Question15: A developer met with a rental car company to review their business requirements which takes reservations from a Microsoft Outlook email box. The company has indicated the following occurs in their application:
1. Login to the rental car company's desktop application
2. Navigate to the Rental Requests section
3. Get emails from their Microsoft Outlook account
4. Extract data from the current email and add it to the queue
5. For each Queue Item:
- a) Navigate to the Reservations section
- b) Add the booking details into the Reservations section
- c) Close the current reservation and move to a new one
6. Log out and close the company's application
The developer needs to create a process using the Dispatcher/Performer architecture for the company. Which steps will be included in the Dispatcher process?

Question16: What is the relation between environments and provisioned robots?
Options are :

Question17: What type of Output variable do all Get Mail activities return? (POP3, IMAP, Outlook, Exchange) Options are :

Question18: What is an argument?
Options are :

Question19: What is the best way to select a row with a certain value from a column in Excel?
Options are :

Question20: The return value of the Get Transaction Item activity is of the following type:
Options are :

Question21: Which activity can be used if you want to test whether a condition evaluates to true or false?
Options are :

Question22: Why is renaming activities considered to be one of the best practices?
Options are :

Question23: Which activity can you use if you want to loop through a collection of items?
Options are :

Question24: Uipath Certification Question Set 6
In the UiPath Robotic Enterprise Framework template, where can the GetAppCredentials workflow retrive credentials from?
Options are :

Question25: A developer wants to use the Dispatcher and Performer architecture.
What describes the characteristics of a Dispatcher and a Performer process?

Question26: One of the steps in your process is to authenticate on a web application. How can you check if the login succeeded or not?
Options are :

Question27: While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow?
Options are :

Question28: What layout should be used for UI navigation and data processing?
Options are :

Question29: A new blank project only has the Main.xaml file and consists of a single Throw activity. The activity is not enclosed in a Try Catch activity.
If this process is published and run from Orchestrator, what is the expected result?

Question30: What types of assets can be stored in Orchestrator?
Options are :

Question31: The return value of the Get Transaction Item Activity is of the following type:
Options are :

Question32: In a Try Catch activity, how many times is the Finally section executed if no error occurs in the Try section?
Options are :

Question33: When is it recommended to use Desktop recording?
Options are :

Question34: Which statements are true regarding the Write Line and the Log Message activities?
Options are :

Question35: In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?
Options are :

Question36: Which of the following are considered best practices?
Options are :

Question37: Which of the following are required to have efficient execution of automation projects?
Options are :

Question38: What is the best way of scraping a large, selectable text in a Citrix environment?
Options are :

Question39: A developer reviewed the following sequence:

The parameters of the Invoke Method are:


In order to get the table name of the first element in the DataSet, which expressions should the developer use?

Question40: What is the slowest method of reading text?
Options are :

Question41: A developer needs to reference the element in the first row of the "ID" column in the System.Data.DataTable,
"DT".
Which expression is used to reference this element?

Question42: The String.Format("Input = {0} and Output = {1}", "1","2") expression returns the following text:
Options are :

Question43: Is there any way to hide the execution of one activity in the logs?
Options are :

Question44: A developer uses Workflow Analyzer with the default rules to check if a project follows best practices. In one of the workflows, the Properties of a Click activity is shown in the following exhibit.

Which warning will be shown in the Analyzer output for this activity?

Question45: How should exceptions be handled? Select all the options that apply.
Options are :

Question46: In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues, what should the value of MaxRetryNumber be set to?
Options are :

Question47: What type of assets can be stored in Orchestrator?
Options are :

Question48: What is the best way of restricting the access of a person to a limited number of pages in Orchestrator?
Options are :

Question49: Which Queue Item properties can be used to control the order in which the items are processed?
Options are :

Question50: Can you store a Selector in a variable?
Options are :

Question51: In which situation can "idx" be used in a reliable selector?

Question52: A developer wants to extract data from "Sheet1" of the "Test.xls" file using the following code:

In addition, the developer configured the following properties of the Read Range activity:

Based on the exhibits, what is the result of the execution?

Question53: What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template?
Options are :

Question54: How can a string variable called myString be converted to an all-capitals representation for future use?
Options are :

Question55: Which one of the statements below regarding the GetAppCredentials workflow included in UiPath Robotic Enterprise Framework is true?
Options are :

Question56: From the lowest priority to the highest priority, what is the correct priority sequence of the Log Levels for UiPath Robots?
NOTE: Drag and drop the lowest priority level to the top of the list and repeat until the highest priority level appears at the bottom of the list.

Question57: What is the best practice to stop an ongoing job in Orchestrator?
Options are :

Question58: A developer creates a Dispatcher which extracts information from the top 30 mail messages in Microsoft Outlook and uploads that information into a queue.
What is the recommended way to avoid processing duplicates of the same Queue Items?

Question59: Scheduling a process is done from:
Options are :

Question60: How can a process be executed on three different robots?
Options are :

Question61: How can you provide more details to explain the purpose of the activities in a workflow?
Options are :

Question62: How can you dynamically change parts of a selector?
Options are :

Question63: What robot state is display on the Robots page while a job is being executed?
Options are :

Question64: Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?
Options are :

Question65: When should the Simulate Type/Click property be used?
Options are :