EMT Practice Test

1. Question Content...


Question List

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

Question2: In UlPath Orchestrator. when managing multiple Jobs in a queue, which feature allows operators to dictate the execution sequence by assigning the importance of each Job?

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

Question4: A developer needs to use the REFramework to automate a business process that involves processing transactions within an Excel table. Each transaction in the table should follow the same steps for processing and queues cannot be used as there is no Orchestrator in the environment.
Which variable type is best suited for Transactionltem in this scenario?

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

Question6: In the Global Exception Handler, which arguments are provided by default and should not be removed?

Question7: When should the Show Elements button be used in the Computer Vision wizard?

Question8: While developing a test case using UiPath.Testing.Activities. which testing activity enables to include another activity within its body?

Question9: How to make sure that all Ul Automation activities used within project workflows reference elements from the Object Repository9

Question10: At indication time, the Strict Selector has the following functionalities available:

Question11: What is the use of job priorities in unattended automations within UiPath Orchestrator?

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

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

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

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

Question16: In the context of a UiPath State Machine, what is the primary purpose of the Exit action in a state?

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

Question18: Which LINQ method is used to filter data in a List or DataTable based on a condition?

Question19: When configuring the Max # of retries for the queue in Orchestrator to "1" for your process, and the queue has
5 transaction items. At runtime, the first transaction item throws a Business Rule Exception.
How does the process proceed?

Question20: What distinguishes the Settings sheet from the Assets sheet in the "Config.xlsx" file?

Question21: In a UiPath REFramework project, what is the primary purpose of using Custom Log Fields?

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

Question23: When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property of the Type Into activity should be adjusted to achieve this?

Question24: A developer has designed a Performer process using the REFramework template in UiPath Studio. The process is published to an Orchestrator folder named "FolderA" and a job is created in Orchestrator from the package. The value of the OrchestratorQueueName setting in "Config.xlsx" is "QueueA" and the value of OrchestratorQueueFolder is "FolderA".
The developer runs the job from Orchestrator with the following argument values:
in_OrchestratorQueueName = "QueueB" in_OrchestratorOueueFolder = empty value Which queue will be consumed by the robot?

Question25: When building automation projects, which statement is true regarding Perform Remote Debugging?

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

Question27: What is a pre-requisite for running InitAllApplications TestCase?

Question28: Which major sections can be added or modified in the State activity of a UiPath project that uses State Machines?

Question29: What role do Triggers play in the UiPath Integration Service?

Question30: How can a process be converted from a toreground process to a background process?

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

Question32: A developer needs to design a process using the REFramework. but without Orchestrator Queues. Which Is the correct order of actions the developer needs to do in the Get Transaction Data state in this case?

Question33: A developer plans to create a process to automate a web application using the Firefox browser. The goal Is to have the robot work with the web application without relying on visual elements on screen.
To achieve this goal, what option should the developer use for the Use Application/Browser activity?

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

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

Question36: What functionality does the Step Out action offer when a developer Is reviewing a process during debugging, as shown in the exhibit?

Question37: When installing UiPath Studio, which of the following actions require administrator privileges?

Question38: A developer designed a process in the REFramework using Orchestrator queues. In which state(s) will be the status updated for each Transaction Item in the queue?

Question39: Which part of a test case that is using BDD (Behavioral-Driven Development) template structure supports the Surround with mock feature?

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

Question41: While working in an RPA testing project, you encountered the following activity in one of the workflows included in the project.

What action can you perform in your mocked file to replace the functionality of the MessageBox with a LogMessage during mock testing?

Question42: What actions must be manually selected in the App/Web Recorder before recording a step?

Question43: Based on the following exhibit, which output is displayed in the Output panel rt Step Out is clicked on the Debug ribbon tab of UlPath Studio?

Question44: To retrieve all Outlook emails with the word "UiPath" in the subject, which filtering property and filter schema should a developer use?

Question45: Which activity from the Microsoft 365 package should be used to retrieve the Driveitem ID for a Sharepoint URL?

Question46: When should a developer log a coherent message with the Logging Level set as "Info" while building an automation project?

Question47: In a UiPath development scenario, which type of process design would be the most appropriate for an automation task that executes actions in a straightforward progression without iteration or branching?

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

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

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

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

Question51: What are the possible statuses after running any REFramework test case?

Question52: Given the following variables assignments:

What will the output of the following conditional be: outputX = If(CInt(doubleX+Cdbl(intX)
+CDbl(stringX))> 38.30, 1, 0)

Question53: A developer needs to choose a layout that integrates activities into a working structure during workflow file development. The selected layout should cover all possible cases and transitions while accommodating processes that cannot be easily captured by loops and If statements.
Which of the following layouts is the best-suited in this case?

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

Question55: Why is it necessary to add the UiPath virtual channel to the allow list policy for Citrix Virtual Apps and Desktops 7 2109?

Question56: What Is the role of server-side event triggers In UlPalh Integration Service?

Question57: Under what conditions will a trigger be automatically disabled upon failure in Integration Service?

Question58: A developer needs to use the REFramework in order to implement a linear process. Which value should be set to "out_Transactionltem" the first time when it enters the Get Transaction Data state?

Question59: A developer plans to build an automation process using the REFramework with Orchestrator queues. Based on UiPath best practice, what is the recommended sequence of steps to update the template and create/update Queues and Values?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

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

Question61: Which of the following activities in UlPath Studio have the Verify Execution property available?

Question62: While troubleshooting a process developed using the Robotic Enterprise (RE) Framework, you have placed a breakpoint at the "Invoke InitAllSettings" workflow activity.

Given the current state of the Executor, what will occur when you click on the Step Over button?

Question63: Given the following workflow:

What will be the output of the Log Message activity?

Question64: In the context of the REFramework, if the OrchestratorQueueName key is present in both the Settings and Assets sheets, but an asset with the corresponding name is not present in Orchestrator, what will be the behavior at run time?

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

Question66: The "arrayOfPomtsGalnedByPanicipant" Object array is created and initialized with the following values:
{"7", "4", "1"}. Which is the value and data type returned, at runtime, by arrayOfPointsGainedByParticipant(1)?

Question67: A developer configured the properties for a Click activity on an element inside a web page as shown in the following exhibit.

An animation on the web page never completely loads but the element indicated in the Click activity does load within the specified timeout duration. What occurs when this Click activity executes?

Question68: A developer is using a Type into activity with the Input Method set to Simulate Which property needs to Be enabled for the activity to execute even it the target Ul element is deactivated or read-only?

Question69: What is a pre-requisite for running functional test cases in REFramework?

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

Which query can be used to extract the table column names and store them in a list?

Question71: How are custom log fields used in the REFramework?

Question72: What are the three main components of UiPath Integration Service?

Question73: When developing a process, you were provided with two data tables, "DT1" and "DT2", as shown below:

The process documentation specifies that the two data tables need to be manipulated in order to reflect the following "DT2":

How should the properties of the Merge Data Table activity be configured?

Question74: In UiPath Studio, how can a specific amount of time be subtracted from the current date using DateTime and TimeSpan variables in the VB.NET?

Question75: A developer has defined a variable named "CurrentDate" of type Date Time. Which of the following expressions can be used to show what hour was 12 hours prior to the date from the variable?

Question76: Assume we have the Verify Expression with Operator activity from the UiPath. Testing.Activities package with the properties configured as follows:

The activity is used within a Try-Catch activity. The Catch block is set to System.Exception and UiPath.Testing.Exception.TestingActivitiesException as shown in the screenshot below:

During the execution of the sequence shown above, which block from the Try-Catch activity will be entered first, after the Verify Expression with Operator activity is executed?

Question77: How do you subtract a specific TimeSpan from "Today" in VB.NET?

Question78: What are the two types of elements that can Be included in an Object Repository?

Question79: Which of the options below is not an action in Test Explorer?

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

Question81: A developer Intends to incorporate a Flow Switch activity within a Flowchart. What Is a characteristic of this activity?

Question82: "Process A" is scheduled to run at 2:00 PM using a time trigger with the Schedule ending of Job execution feature configured to stop the job after 20 minutes. Assuming that the robots are busy and "Process A" is queued until 2:05 PM. at what time will "Process A* be stopped?

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

Question84: 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 Invoke Method includes the following properties:

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

Question85: Which activity Is specific tor Ul synchronization in UlPath Studio?