UiPath Certification UiPath Studio and Project Configuration 2 — Questions and Answers
Question 1: What keyboard shortcut is used to invoke (call) another workflow file in UiPath Studio?
- Ctrl+Shift+N
- Ctrl+K
- Ctrl+Shift+T
- There is no shortcut — drag Invoke Workflow File activity (Correct answer)
Correct answer: There is no shortcut — drag Invoke Workflow File activity
The Invoke Workflow File activity must be dragged from the Activities panel; there is no single keyboard shortcut to call another file.
Question 2: In UiPath Studio, what is the role of the 'Global Exception Handler'?
- Logs all activities automatically
- Catches unhandled exceptions at the project level (Correct answer)
- Restarts the robot on failure
- Sends email alerts on error
Correct answer: Catches unhandled exceptions at the project level
The Global Exception Handler is a special workflow that intercepts any unhandled exception before the process terminates.
Question 3: Which NuGet feed is used by default to manage activity packages in UiPath Studio?
- nuget.org
- UiPath Official Feed (Correct answer)
- Local Packages only
- GitHub Packages
Correct answer: UiPath Official Feed
UiPath Studio connects to the UiPath Official NuGet feed by default to discover and install activity packages.
Question 4: What does the 'Publish' action in UiPath Studio do?
- Runs the project locally
- Packages the project as a NuGet file and sends it to Orchestrator or a local feed (Correct answer)
- Exports variables to CSV
- Creates a PDF report
Correct answer: Packages the project as a NuGet file and sends it to Orchestrator or a local feed
Publishing packages the automation as a versioned .nupkg file and uploads it to the configured Orchestrator or feed.
Question 5: Which activity container in UiPath enforces that child activities run one after another in order?
- Parallel
- Pick
- Sequence (Correct answer)
- Flowchart
Correct answer: Sequence
The Sequence container executes its child activities strictly in top-to-bottom sequential order.
Question 6: What is the purpose of 'Snippets' in UiPath Studio?
- Pre-built reusable workflow segments that can be dragged into projects (Correct answer)
- Shortcut keys for running automation
- External API call templates
- Debug checkpoint markers
Correct answer: Pre-built reusable workflow segments that can be dragged into projects
Snippets are reusable workflow fragments stored in a panel that developers can drag into their automation for common patterns.
What keyboard shortcut is used to invoke (call) another workflow file in UiPath Studio?