What activity is used to get a column value from a specific row of a data table?
- A . Get Row Item
- B . Read Cell
- C . Write Cell
- D . Remove Data Row
Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished.
What should you do to check whether the file has been fully downloaded before continuing the process?
- A . Set the WaitForReady property to Complete
- B . Use the On Element Appear activity and indicate the download pop-up window
- C . Use the Element Exist activity and indicate the download pop-up window
Which of the following tasks can be automated using StudioX?
- A . Creating a PowerPoint presentation using information from a Word file
- B . Moving files between folders on your computer
- C . Sending emails using Outlook
- D . Getting data from an Excel file and inputting it into a web application
What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?
- A . In
- B . In/Out
- C . Out
What are the uses of Web Scrapping in UiPath?
- A . Extracting lists or other structured data from a web page
- B . Extracting all the information from a web page
- C . Extracting the images from a web page
- D . Extracting the content of a table from a web page
How can you trigger another workflow from within your current workflow?
- A . You cannot trigger another workflow
- B . By using the invoke method activity
- C . By using the invoke workflow file activity
- D . By using the open application activity
Which of the following are considered best practices? Select all the options that apply
- A . Reusing workflows across different projects
- B . Keeping environment settings hard coded inside workflows
- C . Breaking the process into smaller workflows
Sequence data flow is most suitable for?
- A . When we first start a project as the main workflow
- B . Workflow that need decision making
- C . Pieces of automation that can be used in a large projects
- D . Short and simple workflows
In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism implemented?
- A . The SetTransactionStatus workflow
- B . The Main workflow
- C . The GetTransactionData workflow
In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?
- A . GetTransactionData workflow
- B . SetTransactionStatus workflow
- C . Process workflow
This is a reliable selector from a dynamic web page:webctrl idx=’144’tag=’IMG’/
- A . TRUE
- B . FALSE
Which of the following input methods works in the background?
- A . Simulate Type/Click
- B . Window Messages
- C . Hardware event
- D . Native
In the UiPath Robotic Framework template, in the Main workflow, the State Machine includes the following states:
- A . Set Transaction State
- B . Process Transaction State
- C . End Process State
- D . Get transaction data state
- E . Init state
Which of the following actions should be represented as one step in the Robot Path?
- A . Typing a value in a field and clicking Validate
- B . Opening a menu and selecting an option
- C . Clicking a button in an application
- D . Selecting a keyword in a text
After adding an Invoke Workflow File activity and selecting the workflow to invoke, you need to:
- A . Click Import Arguments, and then bind the arguments to the local variables or to some default values
- B . Click Edit Arguments, and then bind the arguments to the local variables or to some default values
Which activities can be used to interact with the user?
- A . Writeline
- B . Messagebox
- C . Input Dialog
Which of the following technologies can be used for background automation?
- A . The Full Text method of Screen Scraping
- B . Type into activity with Send Window Messages flag checked
- C . Data scraping
- D . The Click activity with the Simulate Click flag checked
Which of the following fields can be configured in StudioX using the properties of the Send Outlook Message action?
- A . Attachments
- B . Subject
- C . Email recipients
- D . Email sender’s address
What is the best practice to stop an ongoing job in Orchestrator?
- A . By cancelling it and using a Should Stop activity inside the workflow
- B . The process can only stop on its own
- C . By terminating it
Can you run the robot manually, step by step, in order to analyze the robot behavior in a certain condition?
- A . Yes, by using a breakpoint and running the workflow in debug mode
- B . Yes, by running the workflow in debug mode
- C . Yes, by using step into step over
- D . No, you can not do it
What is the best way to select a row with a certain value form a column in Excel?
- A . Use a Read Range activity to retrieve the contents of the Excel file, and then use a For Each activity loop to iterate through the data and identify the element
- B . Use the Find functionality from Excel
- C . Use a Read Range Activity to retrieve the contents of the Excel file ,and then use a Select method to identify the desired row
What type of Output variable do all Get Mail activities return?(POP3,IMAP,Outlook,Exchange)
- A . List
- B . List
- C . MailMessage
Where can you see the activities that make up the workflow?
- A . In the activities pane
- B . In the workspace pane
- C . In the outline pane
If a large item collection is processed using For Each,which activity enables you to efficiently exit the loop after a specific moment?
- A . The "Break" activity is the most suitable in For Each
- B . A While loop should be used For Each
- C . No activity can be used. Instead, you have to try create a Boolean variable based on which the For Each loop is broken
What activity can you use to read an entire sheet from an entire excel file?
- A . Get Value
- B . Read Cell
- C . Read Range
What is the relation between environments and provisioned robots?
- A . One robot can be assigned to multiple environments
- B . An environment can contain a single robot only
- C . An environment can contain multiple robots
- D . One robot can be assigned to a single environment only
Which of the following types of variables can be defined in UiPath Studio?
- A . Number
- B . GenericValue
- C . DataTable
Which of the following actions is an output action? Choose one of the options below.
- A . Checking a box
- B . Clicking a button
- C . Getting a text from a field
- D . Typing a text into a field
In UiPath Robotic Enterprise Framework, what are the transitions of the Init state?
- A . In the case of System Error, the transition is to the Init state
- B . In the case of Success, the transition is to the Process Transaction state
- C . In the case of Success, the transition is to the Get Transaction Data state
- D . In the case of System Error, the transition is to the End Process state
How does the Anchor Base work?
- A . It searches for an UiElement by using another UiElement as anchor
- B . It searches for an UiElement at a fixed anchor position
- C . It searches for an UiElement using a relative coordinate position
When is it recommended to use desktop recording?
- A . When you automate more steps in the same window
- B . When you automate web pages
- C . When you automate Citrix Applications
- D . When you automate one step
In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the default type of the TransactionItem variable?
- A . String
- B . QueueItem
- C . Object
There is an input field with the text ‘xyz’ if you use the type into activity with the text ‘123’ and the following property SimulateType checked and emptyField unchecked what will be the text field value?
- A . xyz
- B . xyz123
- C . 123
You want to build a Dispatcher process to populate an Orchestrator Queue for parallel processing on multiple robots.
Which activity should you use to add a queue item for each work item?
- A . Add Transaction Item
- B . Add Queue Item
- C . Get Transaction Item
How can you install and update activity packs?
- A . Using Project Explorer
- B . Using manage packages
- C . Using TFS
Is it possible to reprocess a transaction in a Queue after its failure due to an application exception?
- A . Yes, if the Auto-Retry property of the Queue is enabled
- B . Only transactions that failed due to a business exception can be reprocessed
- C . Yes, it can be retried manually on the Transactions page
- D . No, transactions cannot be processed again if they fail
How can you provide more details to explain the purpose of the activities in a workflow?
- A . By adding activity Annotations
- B . By using a Comment Out activity
- C . By using the Comment activity
How can you trigger another workflow from within your current one?
- A . 1. You cannot trigger another workflow
- B . By using the invoke method activity
- C . By using the invoke workflow file activity
- D . By using the open application activity
How can you retrieve the value stored in a Queue Item variable?
- A . Use the Deserialize Xml activity
- B . Use the SpecificContent property
- C . Use the Deserialize Json activity
If your automation uses 2 Excel files(besides the Workspace),how man Excel File Cards do you need in StudioX?
- A . Because we can reference all the Excel files with it
- B . since there are 2 Excel files
- C . as the Workspace would need its own Card
- D . None, we don’t use Cards for Excel files
In the UiPath Robotic Enterprise template, if a System Error is encountered in the Init state of the Main workflow, which state is executed next?
- A . Init
- B . Get Transaction Data
- C . End Process
In the UIPath Robotic Enterprise Framework template, what should be the outcome of the Process Transaction state the Main workflow when the application loops back to the Get Transaction Item state?
- A . Business rule exception
- B . Application exception
- C . Success
What should you use to make sure that the workflow continues no matter what activity fails?
- A . TimeoutMS property
- B . ContinueOnError property
- C . Try catch activity
Which of the statues below can a transaction have? Select all the options that apply
- A . Successful
- B . Abandoned
- C . New
- D . Pending
- E . Failed
- F . In progress
One of the steps in your process is to authenticate on a web application.
How can you check if the login succeeded or not?
- A . Check the return value of the Login activity
- B . Place the login activities inside a Try-Catch block. An exception is thrown in case a login problem occurs
- C . Use an Element Exist activity to check whether the login succeeded by searching for an element that us only displayed in that case
Where should you store the environment settings that are prone to changes?
- A . Inside config files (.xmI, .json, .xlsx, etc.)
- B . In Orchestrator ,as assets
- C . Directly inside the workflows, as hard coded values
This is a reliable selector for a dynamic web page:’144’tag=’IMG’/
- A . TRUE
- B . FALSE
What do the Items in the Orchestrator queues consist of ? Select all the options that apply
- A . Processes to be executed by the robots
- B . Jobs to be executed by the robots
- C . Input data for the processes executed by the robots
What is UiExplorer used for?
- A . To view logs
- B . To create stable selector
- C . To explore workflow tree
What activities can you use to send an email message?
- A . Send Outlook mail message
- B . Send SMTP mail message
- C . Send IMAP mail message