UiPath - RPA Developer Foundation, RPA
Starter Course, Automatic Version
Control Systems Questions and
Answers 100% Pass
Which activity can be used to process every item in a collection individually?
1. While
2. Fo
...
UiPath - RPA Developer Foundation, RPA
Starter Course, Automatic Version
Control Systems Questions and
Answers 100% Pass
Which activity can be used to process every item in a collection individually?
1. While
2. For Each
3. Do While ✔✔For Each
What designs automation workflows? ✔✔UiPath Studio
What manages & monitors the execution of automations? ✔✔UiPath Orchestrator
What Executes automation workflows? ✔✔UiPath Robot
Fill in the following sentence: "...are used to pass data from one workflow file to another in UiPath
Studio
1. Only Arguments
2. Both Variables & Arguments
3. Only Variables ✔✔Only Arguments
What is the correct way to concatenate a string variable (username) with a string (is online)?
1. username + " is online"
2. "username" + " is online
3. username + is online ✔✔username + " is online"
Which of the following tasks can be taken over by RPA Robots?
1. Capture data from text fields
2. Start applications
3. Make decisions based on predefined rules ✔✔1. Capture data from text fields
2. Start applications
3. Make decisions based on predefined rules
How can you create a new variable in UiPath?
1. Press Ctrl+K in an activity input field that requires a variable
2. Select the Create new Variable option in the Variables panel
3. Press Ctrl+Shift+K in an activity input field that requires a variable
4. Press Ctrl+K in an input field that requires a variable in the properties.
5. Press Ctrl+Shift+K in an input field that requires a variable in the properties panel. ✔✔1. Press
Ctrl+K in an activity input field that requires a variable
2. Select the Create new Variable option in the Variables panel
4. Press Ctrl+K in an input field that requires a variable in the properties panel,
Which of the characteristics make a process more suitable for RPA automation?
1. Stable
2. Rule-based
3. High exception rate
4. Repetitive ✔✔1. Stable
2. Rule-based
4. Repetitive
Consider an Int32 variable (counter), initially assigned the value of 10. The value decreases by 1
everytime a sequence is executed in a Do. While activity. How many times will the sequence be
executed if the expression in the Condition field of the Do While activity is V>0?
1. 10
2. 9
3. 11 ✔✔1. 10
Consider the array userNames=("John", "Jane", "Dave", "Sandra"}. What value will the expression
userNames(1) return? ✔✔Jane
Which are the steps of RPA implementations? ✔✔Prepare RPA / Solution Design / Build RPA /
Test RPA / Stabilize RPA / Constant improvement
What is the best collection data type to store several cake recipes (names and ingredients)?
1. List
2. Dictionary
3. Array ✔✔2. Dictionary
The body of a loop is executed at least once when this activity is used. ✔✔Do While
Which activity would be your first choice to loop through all the rows of a data table? ✔✔For
Each Row
Can Excel related activities run on a machine that does not have the Excel application installed?
✔✔Yes, but only for .xlsx files
What activities can you use to create a data table from unstructured data?
1. Generate Data Table
2. Output Data Table
3. Build Data Table ✔✔1. Generate Data Table
From an automation potential standpoint, a process in which changes are frequent, the system
environment is volatile, and multiple manual (even non-digital) actions are required belongs to the
... ✔✔No RPA category
What expression would you use to instantiate a dictionary variable that pairs names (key) with
ages (value)?
1. Dictionary (Int32, String)
2. New Dictionary(of String, Int32)
3. Dictionary (String, Int32)
4. New Dictionary(of Int32, String) ✔✔2. New Dictionary(of String, Int32)
You have included a Sort Data Table activity in your workflow. The DataTable variable is called
dt_Usernames. The Input DataTable field is set to the dt_Usernames variable and the Output
DataTable field is also set to dt_Usernames.
The activity will sort the Data Table values and:
1. store them in the same variable
2. store them in a different variable
3. Display in the output panel
4. store them in an excel file
5. store them in a .csv file ✔✔store them in the same variable
Which activity can be used to read an entire sheet from an Excel file?
1. Read Cell
2. Get Table Range
3. Read Range ✔✔3. Read Range
What activity can you use if you want to add data to an existing .xlsx document without overwriting
existing data?
1. Workbook Append Range
2. Workbook Write Range
3. Excel Write Cell
4. Excel Append Range ✔✔1. Workbook Append Range
4.Excel Append Range
What happens if you use a Write Range activity and try to write data in an .xlsx file that does not
exist?
1. It will continue the execution without writing the data.
2. It will throw an error.
3. It will create that file for you and write the data in it. ✔✔3. It will create that file for you and
write the data in it.
Which of the following activities has a Boolean variable as the output?
1. Element Exits
2. Find Element
3. On Element Appears ✔✔1. Element Exists
Which of the following activities has a Boolean variable as the output?
1. Get Full Text
2. Get OCR Text
3. Get Visible Text ✔✔1. Get Full Text
Which of the following are input actions?
[Show More]