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
Question 6
Variables and Arguments
0
Question 7
Debugging
Question 8
Debugging
Question 9
Variables and Arguments
Question 10
UI automation
Question 11
Implementation Methodology Fundamentals
Question 12
Business Knowledge
Question 13
Variables and Arguments
Question 14
Debugging
Question 15
Exception Handling
Question 16
Studio Interface
Question 17
Logging
Question 18
Email Automation
Question 19
Version Control integration
Question 20
UI automation
Question 21
Debugging
Question 22
Orchestrator
Question 23
Email Automation
Question 24
Variables and Arguments
Question 25
Excel Automation
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ad
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
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.
DRAG DROP -
A developer wants to capture a screenshot of the machine's state during robot execution and send the screenshot in an email. What are the appropriate steps to accomplish this task in the correct order?
Instructions: Drag the Description found on the left and drop it on the correct Step Sequence found on the right.
Which of the following statements is true about Global Variables?
AGlobal Variables values can be modified during the automation execution.
BGlobal Variables can be created from the Data Manager panel and from the Variables panel.
CGlobal Variables can be accessed only from the Main workflow.
DGlobal Variables have a Direction properly (In/Out).
A developer extracts data from "Sheet1" of the "Test.xlsx" file that contains 10,000 rows of data using the activity shown below:
In addition, the developer configured the following properties of the Workbook Read Range activity:
Based on the exhibits, what is the output of the expression, OutputDataTable.Rows.Count and what values will be contained in the OutputDataTable?
AOutputDataTable Rows Count = 1 Contains the values of cells "A2 " and "B2"
BOutputDataTable Rows Count = 1 Contains the values of cells "AT and " B1"
COutputDataTable Rows Count = 2 Contains the values of cells "A2" and " B2"
DOutputDataTable Rows Count = 10.000 Contains the values of cells "A2" and "B2"