Based on the graphic, what is the output at runtime?
A<blank>00
B<blank>03
C2023
D2023
Which output method should be used to extract hidden text from a PDF file?
AFullTexI only.
BNative only.
COCR.
DFullText and Native
Which of the following statements is correct about arguments?
AArgument names are automatically updated in the activities inside the current workflow when the name of the argument is changed in the Data Manager
BOnly String argument names are automatically updated in the activities inside the current workflow when the name of the argument is changed in the data manager.
CArgument names cannot be changed after an argument was created, if you need to rename an argument you should re-create the argument.
DArgument names are not automatically updated in the activities inside the current workflow, if you rename an argument you need to manually change the name inside the activities.
How can the value be configured for each of the three arguments (one "In", one "Out", and one "In/Out") in the Arguments window of the Invoked Workflow?
AIn: Variable or Hard-coded valueOut: Variable or Hard-coded valueIn/Out: Hard-coded value only
BIn: Variable or Hard-coded valueOut: Variable only -In/Out: Variable only
CIn: Variable or Hard-coded valueOut: Hard-coded value only -In/Out: Variable only
DIn: Variable only -Out: Variable only -In/Out: Variable only
How can Folder roles be assigned in an Orchestrator instance where Activate Classic Folders is unchecked under Tenant > Settings > General?
AFrom the Roles tab of the Tenant > Manage Access page.
BFrom the Tenant > Settings > General page.
CFrom the Assign roles tab of the Tenant > Manage Access page
DFrom the Folders page or from the folder's Settings page
In a UiPath Studio project, what is the broadest scope a variable can have?
AWithin the activity in which it is defined.
BWithin the surrounding "Do" or "Body" sequence
CGlobal, available in the entire project.
DOutermost container in the current xaml project file.
A developer is troubleshooting a workflow that enters a Suspended mode when encountering a breakpoint. To inspect the subsequent activities individually by pausing after each one, which operation must be employed from the Debug section of the UiPath Studio’s toolbar?
ASlow Step
BStep Out
CBreak
DStep Into
A developer executes the following workflow in Debug mode with "Continue on Exception" enabled.
How many times will the workflow pause the execution?
A0
B1
C2
D3
Which panel in UiPath Studio can be used to update the scope of a variable?
AData Manager
BProject
CLocals
DVariables
Which selector should be adjusted according to best practices to ensure reliable and stable automation?
A <html app='chrome.exe' title='Release History - UiPath Platform' /><webctrl parentid='confluence-ui' tag='SPAN' idx='94' />
B <html app='chrome.exe' title='Google' /><webctrl tag='INPUT' aaname='Search' />
C <html app='chrome.exe' title='ACME System 1 - Download monthly Report' /><webctrl aaname=' Year 200?' parentid='searchForm' class='text' />
D <html app='chrome.exe' title='World population - Wikipedia' /><webctrl aaname='Population by continent' tag='TABLE'/><webctrl tableCol='3' tableRow='7' tag='TD'/>
During which stage does an automation developer have the greatest contribution and responsibility?
AIn the Solution Design, Development and Unit Testing, and Deployment and Hypercare stages.
BIn the Process Analysis, Solution Design, and Development and Unit Testing stages.
CIn the Development and Unit Testing, Integration and UAT, and Deployment and Hypercare stages.
DIn the Discovery and Kickoff, Development and Unit Testing, and Deployment and Hypercare stages.
Which option best describes a process that is considered HIGH-COST RPA?
AProcesses that can be broken down into steps that can be clearly automated, and steps that need to stay manual (such as validations or usage of physical security tokens)
BProcesses where change is frequent, the system environment is volatile, and multiple manual (even non-digital) actions are required.
CProcesses that are rather digital and can be automated, but use some technologies that are complex (such as OCR) or require advanced programming skills.
DProcesses that are digital and involve a highly static system and process environment, so that they can be easily broken into instructions and simple triggers can be defined.
How should arguments be named according to best practices?
AThe name should conclude with the direction and be comparable to the variable name provided in the Value.
BThe name must exactly match the variable name given in the Value field.
CThe name should have a prefix stating the argument type
DThe name should contain the name of the workflow to which they are defined.
Given the following workflow image:
After the Step Out is clicked on the Debug ribbon tab of UiPath studio, what will be displayed on the Output panel?
AUiPath RPA
BUiPath
CUiPath RPA Automation
DRPA
Consider the following code involving a Try Catch:
Which option from the UiPath Studio backstage view prohibits debugging projects with Workflow Analyzer errors?
AEnforce Analyzer before Push/Check-in.
BEnforce Analyzer before Run.
CEnforce Analyzer before remote execution.
DEnforce Analyzer before Publish.
What is the correct Log Message expression that the developer should use to integrate comprehensive log messages into the process under development, indicating which activity caused the error?
A"Exception occurred at " + exception.StackTrace
B"Application Exception at " + exception.Source
Cexception Message + " at" + exception.Source
D"Exception occurred at " + exception.Source
At a minimum, what are the recommended properties a developer should configure to use the Get IMAP Mail Messages activity?
AMailFolder, Port, Server, Email, Password or SecurePassword, and Messages.
BAccount, MailFolder, and Output Messages
CTo, Subject, Body, Port, Server, Email, Password or SecurePassword, and Name
DMailFolder, Port, Server, Email, and Output Messages.
What are the three source control plug ins found in the backstage view of UiPath Studio in Home - Tools - Plugins?
AGIT, SVN, Mercurial.
BGIT, SVN, TFS.
CGIT, CVS, TFS
DGIT, CVS, Bitbucket.
DRAG DROP -
A developer has opened a pre-existing workflow that utilizes UI Automation within Google Chrome, but the Google Chrome extension has not been installed on their computer.
What steps should the developer take to install the Google Chrome extension from UiPath Studio?
Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.
What happens when there is a breakpoint on an activity and the project is started in Run mode?
AThe project pauses for 5 seconds when it reaches the activity.
BThe project pauses at the activity until the Continue button is clicked.
CThe project is executed without pausing at the activity.
DThe project throws an error when it reaches the activity.
What happens if a process is started from an on-premise UiPath Orchestrator?
AThe process starts running on all machines that are provisioned in Orchestrator and were selected for the job.
BThe process starts running on a different machine as the Orchestrator.
CThe process starts running on the same machine as the Orchestrator.
DThe process starts running on all machines that are provisioned in Orchestrator no matter if they are selected for the job or not.