
Q91
Q91 What is the primary function of UiPath Orchestrator?
To deploy, manage, and monitor bots
To design automation workflows
To store automation scripts
To replace UiPath Studio
Q92
Q92 Which of the following is a key feature of Orchestrator?
Scheduling and monitoring bots
Creating workflows
Writing custom scripts
Developing desktop applications
Q93
Q93 What type of robots can be managed in Orchestrator?
Attended and Unattended
Only Attended
Only Unattended
Virtual Robots only
Q94
Q94 What is the purpose of a Queue in Orchestrator?
To store and manage transaction-based data
To run multiple workflows at the same time
To store execution logs
To generate workflows automatically
Q95
Q95 What is the difference between Jobs and Processes in Orchestrator?
Jobs represent running instances, while Processes define automation logic
Processes store transaction data, while Jobs store bot execution logs
Jobs are scheduled manually, while Processes run automatically
Processes are only used for debugging
Q96
Q96 Which activity is used to retrieve Queue Items from Orchestrator?
Get Transaction Item
Add Queue Item
Get Asset
Get Credentials
Q97
Q97 How can a robot be provisioned in UiPath Orchestrator?
By adding a machine, creating a robot, and assigning it to an environment
By writing a UiPath script
By manually executing the bot each time
By enabling automatic provisioning
Q98
Q98 How do you trigger a process in Orchestrator at a scheduled time?
Use the Triggers feature in Orchestrator
Manually start the process every time
Use UiPath Assistant only
Run a script in UiPath Studio
Q99
Q99 Which API method is used to start a Job in UiPath Orchestrator?
POST /odata/Jobs/UiPath.Server.Configuration.OData.StartJobs
GET /odata/StartProcess
PUT /odata/TriggerBot
DELETE /odata/JobRun
Q100
Q100 A bot deployed via Orchestrator is not running. What should be checked first?
Whether the bot is assigned to an environment
The UiPath version
The number of workflows in the project
The computer's color settings
Q101
Q101 A job in Orchestrator is stuck in a pending state. What could be the issue?
No available robot to execute the job
The bot is running too fast
The bot has too many activities
The internet connection is slow
Q102
Q102 A Queue Item in Orchestrator is failing due to an application crash. What is the best approach?
Retry the transaction automatically using the Retry mechanism
Manually restart the bot
Ignore the transaction
Stop the entire automation process
Q103
Q103 What is the purpose of Exception Handling in UiPath?
To manage and handle errors during automation execution
To delete error messages
To stop the workflow permanently
To execute processes faster
Q104
Q104 Which activity is used to handle exceptions in UiPath?
Try Catch
Write Line
Assign
Delay
Q105
Q105 What is the purpose of the Finally block in a Try-Catch activity?
It always executes, regardless of whether an exception occurs
It stops the execution of the workflow
It only runs when an exception occurs
It deletes all variables
Q106
Q106 What happens if an exception occurs inside a Try block but there is no Catch block?
The workflow stops execution with an error
The workflow continues normally
The exception is automatically ignored
The workflow runs in debug mode
Q107
Q107 Which activity is used to throw a custom exception in UiPath?
Throw
Rethrow
Try Catch
Terminate Workflow
Q108
Q108 How can you rethrow an exception in UiPath for higher-level handling?
Use the Rethrow activity
Use the Throw activity
Use a Delay before Throwing
Use the Message Box activity
Q109
Q109 How can you log an exception’s detailed message in UiPath?
Use the Log Message activity with exception.Message
Use the Write Line activity
Use the If condition
Manually write the exception to a file
Q110
Q110 What is the purpose of the Breakpoints feature in UiPath debugging?
To pause execution at a specific step for analysis
To permanently stop the workflow
To delete activities
To modify variables
Q111
Q111 A workflow is failing intermittently due to timing issues. What is the best debugging approach?
Use Slow Step mode and Breakpoints to analyze execution
Restart the computer
Delete the workflow and start over
Increase the logging level
Q112
Q112 What is a UiPath Library used for?
To create reusable components for automation
To store bot execution logs
To manage variables in a project
To schedule jobs in Orchestrator
Q113
Q113 What is the primary benefit of creating custom activities in UiPath?
To add new functionality beyond built-in activities
To replace built-in activities
To run workflows in Orchestrator
To increase execution speed
Q114
Q114 Where can you find and install custom activities developed by the UiPath community?
UiPath Marketplace (Go!)
UiPath Debugger
UiPath Orchestrator
Task Manager
Q115
Q115 How can you publish a UiPath Library for reuse in other projects?
Using the Publish feature in UiPath Studio
Manually copying the workflow files
Using a web server to store the project
By exporting the workflow as a text file
Q116
Q116 Which activity is used to invoke a library function in UiPath?
Invoke Workflow File
Invoke Code
Invoke Method
Invoke Process
Q117
Q117 What is the correct format for storing a custom activity package in UiPath?
.nupkg (NuGet Package)
.exe (Executable)
.xml (Markup Language)
.dll (Dynamic Link Library)
Q118
Q118 Which file must be included when developing a custom activity in UiPath?
A .dll file containing the compiled activity code
A .txt file with instructions
A .csv file storing the activity names
A .json file describing the workflow
Q119
Q119 A custom activity is not appearing in UiPath Studio after installation. What should be checked first?
The Manage Packages section to ensure proper installation
The computer’s RAM
The internet connection
The UiPath license type
Q120
Q120 A published UiPath Library is not working correctly in a new project. What could be the cause?
Missing dependencies or incorrect package version
The UiPath version is outdated
The bot needs to be restarted
The library cannot be used in new projects