Exam4Training

UiPath UIPATH-RPAV1 UiPath RPA Associate v1.0 Exam (UiRPA) Online Training

Question #1

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

Reveal Solution Hide Solution

Correct Answer: A
Question #2

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

Reveal Solution Hide Solution

Correct Answer: C
Question #3

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

Reveal Solution Hide Solution

Correct Answer: B,C,D
Question #4

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

Reveal Solution Hide Solution

Correct Answer: B
Question #5

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

Reveal Solution Hide Solution

Correct Answer: A
Question #6

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

Reveal Solution Hide Solution

Correct Answer: C
Question #7

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

Reveal Solution Hide Solution

Correct Answer: A,C
Question #8

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

Reveal Solution Hide Solution

Correct Answer: C,D
Question #9

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

Reveal Solution Hide Solution

Correct Answer: B
Question #10

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

Reveal Solution Hide Solution

Correct Answer: B

Question #11

This is a reliable selector from a dynamic web page:webctrl idx=’144’tag=’IMG’/

  • A . TRUE
  • B . FALSE

Reveal Solution Hide Solution

Correct Answer: A
Question #12

Which of the following input methods works in the background?

  • A . Simulate Type/Click
  • B . Window Messages
  • C . Hardware event
  • D . Native

Reveal Solution Hide Solution

Correct Answer: A,B
Question #13

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

Reveal Solution Hide Solution

Correct Answer: B,C,D,E
Question #14

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

Reveal Solution Hide Solution

Correct Answer: A,B,C
Question #15

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

Reveal Solution Hide Solution

Correct Answer: A
Question #16

Which activities can be used to interact with the user?

  • A . Writeline
  • B . Messagebox
  • C . Input Dialog

Reveal Solution Hide Solution

Correct Answer: B,C
Question #17

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

Reveal Solution Hide Solution

Correct Answer: B,D
Question #18

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

Reveal Solution Hide Solution

Correct Answer: A,B,C
Question #19

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

Reveal Solution Hide Solution

Correct Answer: A
Question #20

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

Reveal Solution Hide Solution

Correct Answer: A,C

Question #21

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

Reveal Solution Hide Solution

Correct Answer: A
Question #22

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

  • A . List
  • B . List
  • C . MailMessage

Reveal Solution Hide Solution

Correct Answer: A
Question #23

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

Reveal Solution Hide Solution

Correct Answer: B,C
Question #24

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

Reveal Solution Hide Solution

Correct Answer: A
Question #25

What activity can you use to read an entire sheet from an entire excel file?

  • A . Get Value
  • B . Read Cell
  • C . Read Range

Reveal Solution Hide Solution

Correct Answer: C
Question #26

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

Reveal Solution Hide Solution

Correct Answer: A,C
Question #27

Which of the following types of variables can be defined in UiPath Studio?

  • A . Number
  • B . GenericValue
  • C . DataTable

Reveal Solution Hide Solution

Correct Answer: A,B,C
Question #28

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

Reveal Solution Hide Solution

Correct Answer: C
Question #29

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

Reveal Solution Hide Solution

Correct Answer: C,D
Question #30

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

Reveal Solution Hide Solution

Correct Answer: A

Question #31

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

Reveal Solution Hide Solution

Correct Answer: A
Question #32

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

Reveal Solution Hide Solution

Correct Answer: B
Question #33

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

Reveal Solution Hide Solution

Correct Answer: B
Question #34

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

Reveal Solution Hide Solution

Correct Answer: B
Question #35

How can you install and update activity packs?

  • A . Using Project Explorer
  • B . Using manage packages
  • C . Using TFS

Reveal Solution Hide Solution

Correct Answer: B
Question #36

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

Reveal Solution Hide Solution

Correct Answer: A,B,C
Question #37

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

Reveal Solution Hide Solution

Correct Answer: A,B
Question #38

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

Reveal Solution Hide Solution

Correct Answer: C
Question #39

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

Reveal Solution Hide Solution

Correct Answer: B
Question #40

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

Reveal Solution Hide Solution

Correct Answer: B

Question #41

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

Reveal Solution Hide Solution

Correct Answer: C
Question #42

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

Reveal Solution Hide Solution

Correct Answer: A,C
Question #43

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

Reveal Solution Hide Solution

Correct Answer: B,C
Question #44

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

Reveal Solution Hide Solution

Correct Answer: A,B,C,E
Question #45

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

Reveal Solution Hide Solution

Correct Answer: C
Question #46

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

Reveal Solution Hide Solution

Correct Answer: A
Question #47

This is a reliable selector for a dynamic web page:’144’tag=’IMG’/

  • A . TRUE
  • B . FALSE

Reveal Solution Hide Solution

Correct Answer: A
Question #48

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

Reveal Solution Hide Solution

Correct Answer: A,B,C
Question #49

What is UiExplorer used for?

  • A . To view logs
  • B . To create stable selector
  • C . To explore workflow tree

Reveal Solution Hide Solution

Correct Answer: B
Question #50

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

Reveal Solution Hide Solution

Correct Answer: A,C
Exit mobile version