UiPath MCQ Banner

UiPath Multiple Choice Questions (MCQs) and Answers

Master UiPath with Practice MCQs. Explore our curated collection of Multiple Choice Questions. Ideal for placement and interview preparation, our questions range from basic to advanced, ensuring comprehensive coverage of UiPath concepts. Begin your placement preparation journey now!

Q91

Q91 What is the primary function of UiPath Orchestrator?

A

To deploy, manage, and monitor bots

B

To design automation workflows

C

To store automation scripts

D

To replace UiPath Studio

Q92

Q92 Which of the following is a key feature of Orchestrator?

A

Scheduling and monitoring bots

B

Creating workflows

C

Writing custom scripts

D

Developing desktop applications

Q93

Q93 What type of robots can be managed in Orchestrator?

A

Attended and Unattended

B

Only Attended

C

Only Unattended

D

Virtual Robots only

Q94

Q94 What is the purpose of a Queue in Orchestrator?

A

To store and manage transaction-based data

B

To run multiple workflows at the same time

C

To store execution logs

D

To generate workflows automatically

Q95

Q95 What is the difference between Jobs and Processes in Orchestrator?

A

Jobs represent running instances, while Processes define automation logic

B

Processes store transaction data, while Jobs store bot execution logs

C

Jobs are scheduled manually, while Processes run automatically

D

Processes are only used for debugging

Q96

Q96 Which activity is used to retrieve Queue Items from Orchestrator?

A

Get Transaction Item

B

Add Queue Item

C

Get Asset

D

Get Credentials

Q97

Q97 How can a robot be provisioned in UiPath Orchestrator?

A

By adding a machine, creating a robot, and assigning it to an environment

B

By writing a UiPath script

C

By manually executing the bot each time

D

By enabling automatic provisioning

Q98

Q98 How do you trigger a process in Orchestrator at a scheduled time?

A

Use the Triggers feature in Orchestrator

B

Manually start the process every time

C

Use UiPath Assistant only

D

Run a script in UiPath Studio

Q99

Q99 Which API method is used to start a Job in UiPath Orchestrator?

A

POST /odata/Jobs/UiPath.Server.Configuration.OData.StartJobs

B

GET /odata/StartProcess

C

PUT /odata/TriggerBot

D

DELETE /odata/JobRun

Q100

Q100 A bot deployed via Orchestrator is not running. What should be checked first?

A

Whether the bot is assigned to an environment

B

The UiPath version

C

The number of workflows in the project

D

The computer's color settings

Q101

Q101 A job in Orchestrator is stuck in a pending state. What could be the issue?

A

No available robot to execute the job

B

The bot is running too fast

C

The bot has too many activities

D

The internet connection is slow

Q102

Q102 A Queue Item in Orchestrator is failing due to an application crash. What is the best approach?

A

Retry the transaction automatically using the Retry mechanism

B

Manually restart the bot

C

Ignore the transaction

D

Stop the entire automation process

Q103

Q103 What is the purpose of Exception Handling in UiPath?

A

To manage and handle errors during automation execution

B

To delete error messages

C

To stop the workflow permanently

D

To execute processes faster

Q104

Q104 Which activity is used to handle exceptions in UiPath?

A

Try Catch

B

Write Line

C

Assign

D

Delay

Q105

Q105 What is the purpose of the Finally block in a Try-Catch activity?

A

It always executes, regardless of whether an exception occurs

B

It stops the execution of the workflow

C

It only runs when an exception occurs

D

It deletes all variables

Q106

Q106 What happens if an exception occurs inside a Try block but there is no Catch block?

A

The workflow stops execution with an error

B

The workflow continues normally

C

The exception is automatically ignored

D

The workflow runs in debug mode

Q107

Q107 Which activity is used to throw a custom exception in UiPath?

A

Throw

B

Rethrow

C

Try Catch

D

Terminate Workflow

Q108

Q108 How can you rethrow an exception in UiPath for higher-level handling?

A

Use the Rethrow activity

B

Use the Throw activity

C

Use a Delay before Throwing

D

Use the Message Box activity

Q109

Q109 How can you log an exception’s detailed message in UiPath?

A

Use the Log Message activity with exception.Message

B

Use the Write Line activity

C

Use the If condition

D

Manually write the exception to a file

Q110

Q110 What is the purpose of the Breakpoints feature in UiPath debugging?

A

To pause execution at a specific step for analysis

B

To permanently stop the workflow

C

To delete activities

D

To modify variables

Q111

Q111 A workflow is failing intermittently due to timing issues. What is the best debugging approach?

A

Use Slow Step mode and Breakpoints to analyze execution

B

Restart the computer

C

Delete the workflow and start over

D

Increase the logging level

Q112

Q112 What is a UiPath Library used for?

A

To create reusable components for automation

B

To store bot execution logs

C

To manage variables in a project

D

To schedule jobs in Orchestrator

Q113

Q113 What is the primary benefit of creating custom activities in UiPath?

A

To add new functionality beyond built-in activities

B

To replace built-in activities

C

To run workflows in Orchestrator

D

To increase execution speed

Q114

Q114 Where can you find and install custom activities developed by the UiPath community?

A

UiPath Marketplace (Go!)

B

UiPath Debugger

C

UiPath Orchestrator

D

Task Manager

Q115

Q115 How can you publish a UiPath Library for reuse in other projects?

A

Using the Publish feature in UiPath Studio

B

Manually copying the workflow files

C

Using a web server to store the project

D

By exporting the workflow as a text file

Q116

Q116 Which activity is used to invoke a library function in UiPath?

A

Invoke Workflow File

B

Invoke Code

C

Invoke Method

D

Invoke Process

Q117

Q117 What is the correct format for storing a custom activity package in UiPath?

A

.nupkg (NuGet Package)

B

.exe (Executable)

C

.xml (Markup Language)

D

.dll (Dynamic Link Library)

Q118

Q118 Which file must be included when developing a custom activity in UiPath?

A

A .dll file containing the compiled activity code

B

A .txt file with instructions

C

A .csv file storing the activity names

D

A .json file describing the workflow

Q119

Q119 A custom activity is not appearing in UiPath Studio after installation. What should be checked first?

A

The Manage Packages section to ensure proper installation

B

The computer’s RAM

C

The internet connection

D

The UiPath license type

Q120

Q120 A published UiPath Library is not working correctly in a new project. What could be the cause?

A

Missing dependencies or incorrect package version

B

The UiPath version is outdated

C

The bot needs to be restarted

D

The library cannot be used in new projects

ad verticalad vertical
ad