UiPath Certification UiPath Studio and Project Configuration 1 — Questions and Answers
Question 1: What is the default project type created when you start a new UiPath Studio project?
- Windows Legacy
- Windows (Correct answer)
- Cross-platform
- Linux
Correct answer: Windows
Windows is the default project type in modern UiPath Studio versions, targeting the .NET 6+ runtime.
Question 2: Which file in a UiPath project stores metadata such as dependencies, project name, and runtime version?
- Main.xaml
- project.json (Correct answer)
- config.json
- settings.xaml
Correct answer: project.json
project.json is the project manifest file that holds all metadata and NuGet package dependencies.
Question 3: What does the 'Analyze File' feature in UiPath Studio do?
- Runs the workflow
- Checks for rule violations and coding best practices (Correct answer)
- Publishes the project
- Installs dependencies
Correct answer: Checks for rule violations and coding best practices
Analyze File runs the Workflow Analyzer to flag code quality and reliability issues before deployment.
Question 4: Which panel in UiPath Studio displays all declared variables and their scope?
- Output Panel
- Activities Panel
- Variables Panel (Correct answer)
- Properties Panel
Correct answer: Variables Panel
The Variables Panel lets developers view, create, and manage variables along with their data types and default values.
Question 5: What is the purpose of the 'Arguments' panel in UiPath Studio?
- To list installed packages
- To pass data between workflows (Correct answer)
- To configure Orchestrator connections
- To define global constants
Correct answer: To pass data between workflows
Arguments allow data to be passed into and out of invoked workflows, functioning like method parameters.
Question 6: Which UiPath Studio layout view shows the sequential flow of activities as a flowchart?
- Sequence
- State Machine
- Flowchart (Correct answer)
- Global Handler
Correct answer: Flowchart
The Flowchart layout visually represents logic using decision nodes and directional arrows between activities.
What is the default project type created when you start a new UiPath Studio project?