Accociate developer Flashcards
You are saving the input from users to a variable of string type in Main.xaml. The user info is stored in an Excel spreadsheet by a Write Range activity added in WriteData.xaml. WriteData.xaml is invoked in Main.xaml.
What direction will your argument have?
Choose one of the options below.
Property
In/Out
Out
In
In
Which of these roles from the Client team are involved in all stages of the Implementation Model?
Support Team
Client IT Team
Process SME
Process Owner
Engagement Sponsor
Client Project Manager
Client Project Manager
Process Owner
Process SME
Client IT Team
Arrange the implementation stages in the correct sequence.
Development and Testing
User Acceptance Testing
Process Analysis
Solution Design
Process Analysis, Solution Design, Development and Testing, User Acceptance Testing
Which of these documents/applications is used to record the access required to build the automation, run in UAT, and run in production?
User Acceptance Testing
Correctly unselected
Solution Design Document
Incorrectly selected
Application Tracker
Incorrectly unselected
Technical Testing plan
Application Tracker
Which of the following stages involves Automation Developers?
Development and Testing
Project Closure
Process Analysis
Kick Off
Business Case and Technical Validation
Development and Testing
Project Closure
Which of the following teams owns the technical management of the department’s software and is highly recommended to be involved early on in the implementation process?
Project Managers
Solution architect
Client IT Team
Automation Developersh
Client IT Team
Which of the following roles are involved in the Kick Off stage of the implementation process?
Solution Architect
Automation Developer
Infrastructure Engineer
Business Analyst
Project Manager
Solution Architect
Infrastructure Engineer
Project Manager
Who is responsible for managing internal processes and escalations?
Business Analyst
UiPath Project Managers
Process Owners
Client Project Manager
Client Project Manager
Which Implementation Team roles participate in the Process Analysis stage?
Process SME
Process Owners
Project Manager
Solution Architect
Business Analyst
Automation Developer
Project Manager
Solution Architect
Business Analyst
What member of the client team approves the PDD?
Process Owner
Process SME
Client Project Manager
UiPath Project Manager
Process Owner
Which of these is an output of the Kick-Off stage?
Reviewed SOW (Statement of Work)
Completed PDD (Process Design Document)
Reviewed SDD (Solution Design Document)
Completed UAT (User Acceptance Testing) plan
Reviewed SOW (Statement of Work)
Which of the following tasks are performed in the Process Analysis stage?
Analyze the chosen process in its as-is state
Review and make necessary changes to the code
Initiate knowledge transfer from development team to support team
Adjust Runbook with details of any bugs fixed
Analyze the chosen process in its as-is state
How are rules used if you select ‘Workflow’ as scope?
The rules are enforced at activity level, checking variables, arguments, and properties.
Checks are performed at project level.
Rules perform checks in a single project file, for example ‘Unused Variables’.
Rules will generate a message in the Error List panel.
Rules perform checks in a single project file, for example ‘Unused Variables’.
What package is required to build custom rules for projects?
UiPath.Activities.Api
What can you do using the Workflow Analyzer Settings menu?
Access the documentation page for each rule
Set the Workflow Analyzer to run at a specific time
Configure rule parameters, where possible
Enable and disable rules
Add rule
Change the Default action for each rule
Enable and disable rules
Configure rule parameters, where possible
Access the documentation page for each rule
Change the Default action for each rule
Workflow Analyzer rules contains:
ID
Description
Recommendation
Name
Location
Variable
ID
Description
Recommendation
Name
What information does the JSON file contain after exporting the Workflow Analyzer results?
Parameters
Errors Description
Severity
Scope
Default action
Parameters
Errors Description
Severity
What are the available rule action levels in the Workflow Analyzer?
Verbose
Info
Warning
Error
How can an organization enforce custom rules pertaining to their needs across all projects, in a centralized manner?
Using UiPath Automation Ops
What does Studio do when running a Workflow Analysis?
Run validation first and then analysis
Which of the following best describes the purpose of a version control system?
Managing project timelines.
Tracking changes to code and project files
Assigning tasks to team members.
Generating automated test reports.
Tracking changes to code and project file
What are the benefits of using source control systems?
Code Integrity and Backup.
Testing of code.
Experimentation and Rollbacks.
History and Version Tracking.
Code Integrity and Backup.
Experimentation and Rollbacks.
History and Version Tracking.
What operations can you perform using Git?
Clone
Push and Pull
Merge
Which of the following option in UiPath Studio allows you to create a local repository and copy the project to it?
Git Init