Skip to content
rpazone
  • Home
  • Courses
  • Jobs
  • UipathExpand
    • Basics
    • Excel Automation
    • Interview Preparation
    • REFramework
    • String Manipulation
  • Power Automate
  • UiPath Quizzes
Log In
rpazone
Time Left:
00
:
20
:
00
HRS
 
MIN
 
SEC
Time Spent: %%TIMESPENT%%
Time expired. Sorry, you will not be able to continue with this quiz. Please opt-in to see the result.
SEC
HRS
MIN
SEC
SEC
Total Time
[SQBTimeSpent]
0
HRS
0
MIN
0
SEC
UiPath Quiz on Basics, Control Flow & Data Manipulation
1
Insert Video
Assess your UiPath knowledge with this quiz covering basic concepts, control flow activities, and data manipulation techniques for automation.
TAKE THIS QUIZ
1%
1) When should we use the 'If' activity within a workflow in Studio?
1
Insert Video
Enter any additional information about the quiz
A) When we want our process to take one of two different courses of action, depending on whether a specified condition is met.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) When we want to perform an activity or a series of activities, specified in the 'Body' section, on each element of a collection
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) When we want to write a specific message at the specified level
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) When we want to rename a specified file
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
2) What is one way to add an activity to the workflow in Studio?
1
Insert Video
Enter any additional information about the quiz
A) By right-clicking inside the workflow where we want to add the new activity and selecting Run to this Activity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) By clicking the Project panel, typing in the Search bar the keyword, then just drag and drop it in the workflow.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) By clicking the Activities panel, selecting the needed activity from the Available activities or just search for the keyword inside the Search bar, then drag and drop it inside the workflow
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) By clicking the Project panel, then just right-click inside it, click Add and select the needed activity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
3) How can we run the project in debug mode in Studio?
1
Insert Video
Enter any additional information about the quiz
A) By clicking Debug ribbon tab, then clicking Debug File drop-down list and selecting Run Project.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) By clicking Debug ribbon tab, then clicking Debug File drop-down list and selecting Run File.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) By clicking Debug ribbon tab, then clicking Remote Debugging
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) By clicking Design or Debug ribbon tab, then clicking Debug File drop-down list and selecting Debug Project
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
4) What Studio activity can we use when working with files in a folder and want to repeat one or more activities for each individual file?
1
Insert Video
Enter any additional information about the quiz
A) For Each File in Folder
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Use Excel File
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) For Each
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Delete File
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
5) How do we open the project's location on the machine in Studio?
1
Insert Video

A) By clicking Project panel and selecting the File Explorer option.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) clicking Project panel and selecting the Show All Files option.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) By clicking Project panel and selecting the Project Settings option
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) By clicking Project panel and selecting the Expand All option.
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
6) Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities?
1
Insert Video

A) If
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Do While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) For Each
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
D) Switch
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
7) Which layout would you choose when creating a process with multiple branches of decisions?
1
Insert Video

A) State Machine
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
B) Sequence
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
C) Flowchart
A text area will be displayed in the frontend when users select this answer.
Add RecommendationEdit TagsView All Assigned Tags
Next
8) Which of the following adheres to best practices for naming conventions?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) i) dt_ExtractedRows ii) out_InvoiceNumber ii) TransactionNumber
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) i) dt_ExtractedRows ii) out_InvoiceNumber iii) notfound
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
9) Which of the following three (3) activities allows using a Break activity to exit the body and continue with the execution outside the control flow activity?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) i) While ii) For Each iii) If
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) i) While ii) For Each ii) Do While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) i) While ii) For Each ii) Do Switch
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
10) Which activity among the following has a MaxIterations property?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) i) While ii) Assign
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) i) For Each ii) While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) i) For Each ii) While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
11) Consider an Int32 variable (Counter), initially assigned with the value 10. The value is set to decrease by 1 in the body sequence of the Do While activity. How many times will the body sequence be executed if the expression in the Condition field of the Do While activity is Counter > 0?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) 10
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) 1
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) 11
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) 9
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
12) Which one of the following activities enables your project to take multiple different courses of action, depending on whether one of several specified conditions is met?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) If
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Else If
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) For Each
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Switch
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
13) Which activity can be used to process every item in a collection individually?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) If
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) For Each
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Do While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
14) Which activity would be your first choice to loop through all the rows of a data table?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) For Each Row
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) For Each
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) For Each File in Folder
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) For Each UI Element
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
15) Which of the following activities would you use to read data from an Excel Workbook with Macros (xlsm)?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) Read Range Actvity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Read Cell Activity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) Read CSV Activity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Read Range workbook Activity
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
16) Which activity is used to automate the process of creating a pivot table from a data source in Excel automation with Studio?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) Type Into 
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Create Pivot Table
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) Insert Chart 
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Click
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
17) Which activity allows you to combine data from two DataTables into a single DataTable?
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) For Each file in folder 
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) Merge Data Table
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) Read Range workbook
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) Filter Data Table
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
18) Consider the string variable Letters = "abcdefg". Which out of the four values would the expression Letters.Substring(1,2) return?

1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) "abc"
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) "bc"
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) "ab"
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
D) "bcd"
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
19) Which out of the three activities can be used to process every item in a collection individually? 
1
Insert Video
Note: You can select multiple answers as this is multiple choice question
A) Do While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
B) For Each
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
C) While
A text area will be displayed in the frontend when users select this answer.
Add RecommendationAdd TagsView All Assigned Tags
Next
%%QUESTIONANSWERS%%
Skip Opt-in
Insert Video
Almost there...
Where can we email you the results? Please enter details below.
Send Results
You can unsubscribe at any time.
[CATEGORY_TOTAL_NUMBER]

[CategoryRank columns="1" order="lowtohigh" high="green" medium="yellow" low="red" high_range="80-100" medium_range="50-80" low_range="0-50" limitto="5" margin="20"]

1
Insert Video
Congratulations on completing the UiPath mock test! This assessment was designed to give you a snapshot of your proficiency in key areas of UiPath, including the basics of RPA, workflow and activities, and advanced concept.

By taking this test, you've gained insight into your strengths and identified areas where you might want to focus further study.

Feedback: "Your score reflects your current level of understanding. A strong score indicates readiness for advanced projects, while a lower score highlights opportunities for further learning.

  • 1 Column
  • 2 Columns
  • 3 Columns
  • 4 Columns
  • 5 Columns
  • 6 Columns
Product Title
Buy Now
Product Title
Buy Now
Product Title
Buy Now
Product Title
Buy Now
Product Title
Buy Now
Product Title
Buy Now
Product Title
Buy Now
Check Our Advanced UiPath Training
%%CATEGORY_TOTAL_PERCENT%%
%%CATEGORY_TOTAL_NUMBER%%
[CATEGORY_TOTAL_PERCENT]
[CATEGORY_ONLY_PERCENT]
[CATEGORY_TOTAL_NUMBER]
Retake

YOUR TOTAL POINTS
0

Congrats! You have earned 0 point(s) by completing this quiz.
  • About us
  • Contacts
  • Privacy Policy
  • Terms & Conditions
  • Courses

© 2025 rpazone This website is designed By webtechdigitals.

Contact Address

QUBITBOTS AI TECHNOLOGIES PRIVATE LIMITED

15-31-S2/MTC/608,6Th floor,Manjeera corporate,KPHP, Kukatpally,
Hyderabad,
Telangana 500072

QUBITBOTS AI TECHNOLOGIES PRIVATE LIMITED - All Rights Reserved

  • Home
  • Courses
  • Jobs
  • Uipath
    • Basics
    • Excel Automation
    • Interview Preparation
    • REFramework
    • String Manipulation
  • Power Automate
  • UiPath Quizzes
Search