Free UiRPA Sample Questions — UiPath Certified RPA Associate v1.0

Free UiRPA sample questions for the UiPath Certified RPA Associate v1.0 exam. No account required: study at your own pace.

Want an interactive quiz? Take the full UiRPA practice test

Looking for more? Click here to get the full PDF with 48+ practice questions for $5 for offline study and deeper preparation.

Question 1

A developer invoked a workflow file called EnterDataSAP.xaml from Main.xaml. Before importing the arguments and providing the value of the “In” arguments in Main.xaml, the developer decides to update the arguments’ name in EnterDataSAP.xaml based on best practices. What happens if an argument is renamed from the Arguments panel in a workflow file?

  • A. Argument name is automatically updated in all activities that use that argument in the current file
  • B. Argument name must be manually updated in all activities that use that argument in the current file
  • C. Argument name must be manually updated only in the UI Automation activities that use that argument in the current file
  • D. Argument direction will be updated to “In/Out” when renamed
Show Answer
Correct Answer:
A. Argument name is automatically updated in all activities that use that argument in the current file
Question 2

A developer is designing a workflow that performs the following activities: 1. Gets text from a web page 2. Stores the text in a String variable 3. Performs validations on the string format 4. Saves the final result in a text file As the developer is building the workflow, from which panel can a variable be created?

  • A. Activities Panel
  • B. Properties Panel
  • C. Project Panel
  • D. Locals Panel
Show Answer
Correct Answer:
B. Properties Panel
Question 3

A developer created a process that prompts the user for an input company name, opens a browser and searches the company name, scrapes the search results, and writes the results to Excel. Which part of the process requires an attended robot?

  • A. Opening the Web Browser
  • B. Input Dialog Prompt
  • C. Scraping Structured Data
  • D. Writing Data to Excel
Show Answer
Correct Answer:
B. Input Dialog Prompt
Question 4

When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity?

  • A. Project pauses for 5 seconds when it reaches the activity
  • B. Project pauses at the activity until the Continue button is clicked
  • C. Project executes without pausing at the activity
  • D. Project throws an error when it reaches the activity
Show Answer
Correct Answer:
C. Project executes without pausing at the activity
Question 5

In the Output property of all Get Mail activities, what is the supported variable type?

  • A. List
  • B. List
  • C. MailMessage
  • D. String
Show Answer
Correct Answer:
C. MailMessage
Question 6

What is a recommended best practice for naming arguments?

  • A. Should follow the same naming convention as variables
  • B. Should end with their direction
  • C. Should always contain the name of the workflow to which they are defined
  • D. Should start with their direction
Show Answer
Correct Answer:
D. Should start with their direction
Question 7

You want to identify a selector in a Type Into activty for a text input field within an application. How many elements in an application can a selector be valid for at runtime in order for the Type Into activity to execute as expected?

  • A. 1 element
  • B. 2 elements
  • C. 3 elements
  • D. 5 elements
Show Answer
Correct Answer:
A. 1 element
Question 8

A developer has declared a variable of type String named StrVar and assigned it the value “UIPATH STUDIO”. What is the output of the expression, StrVar.LastIndexOf(“U”)?

  • A. 0
  • B. 1
  • C. 9
  • D. 10
Show Answer
Correct Answer:
C. 9
Question 9

A developer created an automation which scrapes data from PDF reports. The reports have the same structure and the title format is always “Report X - PDF”, where X is a number from 1 to 100. Only one report wil be open at a time but other PDF files may be open on the desktop. What is the recommended method to ensure the selector identifies the correct PDF to use?

  • A. Use the ? wildcard character in place of the idx attrbute value
  • B. Use the * wildcard character in place of the “X” in the title attribute value
  • C. Use the * wildcard character in place of the title attribute value
  • D. Use the idx attribute value in the selector to increment for each file
Show Answer
Correct Answer:
B. Use the * wildcard character in place of the “X” in the title attribute value
Question 10

A developer has a String variable and needs to know how many characters it contains. How can the information be retrieved?

  • A. variable.Length
  • B. variable.Count
  • C. variable.Max
  • D. variable.Chars
Show Answer
Correct Answer:
A. variable.Length

Aced these? Get the Full Exam

Download the complete UiRPA study bundle with 48+ questions in a single printable PDF.