Advanced Test
 
uipath-logo
datlowe_white

In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the defailt type of the TransactionItem variable?
String
QueueItem
Object
In which workflow in the UiPath Robotic Enterprise Framework tempolate is the retry mechanism impolemented?
The GetTransactionData workflow
The Main workflow
The SetTransactionStatus workflow
In the UiPath Robotic Enterprise Framework tempolate, what should be the outcome of the Process Transaction state of the Main workflow when the application loops back to the Get Transaction Item state? (select all that apply)
Succes
Business rule exception
Application exception
In the UiPath Robotic Enterprise Framework tempolate, in the Get Transaction Item state of the Main workflow, what happens before the next transaction item is rettrieved?
We check if the previous transaction has been completed
We check if a kill signal was sent from Orchestrator
We check if a stop signal was sent from Orchestrator
In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction item fails with an Application Exception or a System Error? (Select all that apply)
The process executes the End Process state
The execution of the transaction item is rescheduled if Orchestrator Queues are used and configured accordingly
The Execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0
The Execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0
Get Transaction Data
Init
End Process
In the UiPath Robotic Enterprise Framework tempolate, in the Get Transaction Item state of the Main workflow, what happens if there isn´t any new transaction to be processed?
The process waits for a configurable amount of time and then tries again
The process comes to an end
An exception is thrown
What does building productive robots require? (Select all that apply)
Proper exception handling
REcovery abilities
Effective logging mechanisms
What cant UiPath Robotic Enterprise Framework tempolate be used as?
The starting point for every automation project
A complete library for front office robots
A consumer of a queue in Orchestrator
What happens in the UiPath Robotic Enterprise Framework tempolate, in the Init state of the Main workflow?
The robot reads the configuration file and initializes all the required applications
The transaction items are extracted from the Queue
The robot checks if the previsous transation is complete and then starts the next one
"Add Assets" in Orchestrator has the following option:
Per Robot
Per Enfironment
Per Process
All of the above
What do the Items in the Orchestrator queues consist of? Select all the options that apply?
Input data for the processes executed by the robots
Jobs to be executed by the robots
Processes to be executed by te robots
What happens if you try to end the execution of a job by clicking the Kill/Terminate button in UiPath Orchestrator? (Select all that apply)
The execution process is killed
The execution is not impacted if no Should Stop activity has been included in the workflow in Studio
The job state is changed to Canceled/Stopped, even if no Should Stop activity was used
Where can the logging level of a robot be changed from?
The robot settings, which are accessed via the Uipath Robot icon in the System tray
Orchestrator, in the Edit Robot section
You can not change the logging level
The best way of managing variable values within a workflow, so that they can be shared on different robots and environments is:
Using Json config files
Using excel config files
Using assets defined in Orchestrator
What status does a job have when a schedule is triggered in Orchestrator, but there are no available robots to execute it?
In progress
Pending
New
What happens if you try to end the execution of a job by clicking the Stop/Cancel button in UiPath Orchestrator?
The exectuion process is killed
The execution is not impacted if no Should Stop activity has been included in the workflow in Studio
The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.
One of the actions below is not required when starting processes with Uipath Orchestrator.
Registering robots to Orchestrator
Publishing projects from UiPath Studio
Creating an environment containing the robot
Creating a queue in Orchestrator
Creating a process with the published package and environment
Starting a job, whichc is the execution of the process
What happens when a new version of package is published?
The processes using tha package are automatically updated to the latest version
The processes have to be updated in order for the robots to run the latest version of the package
The old version of package is overwritten
What are the options displayed in Orchestrator when you create a Schedule? (Select all that apply)
Run on all robots
Run oa specific robot
Run on a specific number of robots
What robot state is displayed on the Robots page while a job is being executed?
Busy
Running
Pending
The following heartbeat value whosh that a robot is connected to Orchestrator:
Just now
A few seconds ago
5 minutes ago
An hour ago
Where can you trigger an unattended robot from? (Select all that apply)
The UiPath Robot icon in the system tray
UiPath Studio
Remotely, from Orchestrator
What types of assets can be stored in Orchestrator?
Array, Datatable, Bool, String
Bool, String, Integer, Credential
Integer, Password, GenericValue, String
What is the best way of restricting the access of a preson to a limited number of pages in Orchestrator?
That option does not exist. Everyone is able to see everything
By changing the rights of the Administrator to the desired state
By creating a different account and role for that person. When creating a newq role, restrictions acan be applied.
What robot state is displayed on the Robots page while a job is being executed?
Busy
Running
Pending
At the end of the execution of Workflow1, whichc retrieves some items from database, is the database connection closed automatically?
Yes, the connection is closed after 30 seconds.
The connection has to be closed using a Disconnect activity
Only the database admin can decide this aspect
Which of the following SQL statements can be executed by using the activity called Exectue Non Query? (Select all that apply)
Insert
Update
Select
Delete
What is the slowest method of reading text?
Native
FullText
OCR
Which of the following types of variables can be defined in Uipath Studio? (Select all that apply)
GenericValue
DataTable
Number
What direction of the arguments of a workflow can have? (Select all that apply)
In arguments
Out arguments
In/Out arguments
How can a robot start an application in Citrix? (Select all that apply)
By using a command line
By double clicking on a Desktop icon
By using an Open Application activity
By defining a shortcut key for the application and then triggering the app with s Send Hotkey activity
Which activity is used to call another piece of automation?
Open Application
Infoke Workflow File
Flowchart
How can you provide more details to explain the purpose of the activites in a workflow?
By adding activity Annotations
By using a Comment Out activity
By using a Comment activity
Where can we see the logs generated by running robots? (Select all that apply)
In the Output panel
In the local Logs folder
In the Orchestrator logs
What happens if the ClickBeforeTyping property in a Type Into activity is selected?
Before typing, a click is performed on the top left corner of the UiElement.
Before typing, a click is performed at the center of the UiElement.
Before typing, a click is performed at the current mouse position.
How can a robot start an application in Citrix? (Select all that apply)
By using a command line
By double clicking on a Desktop icon
By using an Open Application aactivity
By defining a shortcut key for the application and then triggering the app with a Send Hotkey activity
Consider three GenericValue variables, var1 with the default value of "3 apples", var2 with the default value of "5 mangos", and the result, which is the output of the Assign Activity with the var1+var2 expression. What is the value of the resulting variable?
Null
"8 fruits"
8
Error: "Input string was not in a correct format"
"3 apples5 mangos"
Which activity can be used to loop throught all the rows in a data table?
While
For Each
Do While
For Each Row
Repeat Until
What is the safest way to close an application?
By sending the Alt + F4 hotkeys
By using the Close Application activity
By using the Process Name property of the Kill Process activity
Is it possible to write to a text file without using the Write Text File activity? (Select all that apply)
No
Yes, using the Invoke Method activity
Yes, with the Invoke Power Shell activity
What is the robot able to do when the Full Text scraping method is used? (Select all that apply)
Get font information (seze, colour)
Get hidden information
Get editable text
Get the entire visible text
{"name":"Advanced Test", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"In the UiPath Robotic Enterprise Framework template, in the Main workflow, what is the defailt type of the TransactionItem variable?, In which workflow in the UiPath Robotic Enterprise Framework tempolate is the retry mechanism impolemented?, In the UiPath Robotic Enterprise Framework tempolate, what should be the outcome of the Process Transaction state of the Main workflow when the application loops back to the Get Transaction Item state? (select all that apply)","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker