01. What is an advantage of using the default Robotic Enterprise (RE) Framework template with Orchestrator queues?
a) Always assigns a status of Successful or Abandoned to a Transaction Item
b) Kills all applications open on the machine after a Business Rule Exception
c) Reads from multiple queues of varying data at once
d) Updates Failed Queue Items with the location of associated screenshots
02. You are working with an application that allows all types of input methods for the Type Into activity. Which property should be enabled for the fastest execution?
a) SendWindowMessages
b) ClickBeforeTyping
c) SimulateType
d) EmptyField
03. A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Hardware Events.
Which property should the developer coanfigure to be able to click the element?
a) CursorMotionType = Smooth
b) CursorMotionType = Instant
c) AlterIfDisabled = True
d) AlterIfDisabled = False
04. The output variable of an Extract Structured Data activity contains company names and stock symbols. Which activity will return the company name for a specific input stock symbol?
a) Select Item
b) Lookup Data Table
c) Get Row Item
d) LookUp Range
05. Which state and file in the Robotic Enterprise (RE) Framework is the Config.xlsx file read?
a) State: Get Transaction Data
File: GetTransactionData.xaml
b) State: Initialization
File: InitAllApplications.xaml
c) State: Process Transaction
File: Process.xaml
d) State: Initialization
File: InitAllSettings.xaml
06. A developer wants to modify the Robotic Enterprise (RE) Framework to make a linear process. Based on the REFramework documentation, which action should the developer perform?
a) Set the MaxRetryNumber to 1 in the Config.xlsx file
b) In the GetTransactionData workflow, only assign a value to out_TransactionItem if in_TransactionNumber = 1
c) In the GetTransactionData workflow, assign out_TransactionItem = Nothing
d) Set the MaxRetryNumber to 0 in the Config.xlsx file
07. Which activity is valid in the Condition of a Retry Scope activity?
a) Check True
b) Find Children
c) On Element Appear
d) File Exists
08. A process, based on Robotic Enterprise (RE) Framework 2021.10, runs on Orchestrator and an error is thrown in the Initialization state in Framework\InitAllSettings.xaml. The project has the default values for the settings in Config.xlsx. What is state of the job in Orchestrator?
a) Stopped
b) Successful
c) Faulted
d) Suspended
09. When an unexpected error occurs at the application level in the Process.xaml file of the Robotic Enterprise (RE) Framework, which type of exception is caught by default?
a) System.Exception
b) System.ApplicationException
c) System.NullReferenceException
d) UiPath.Core.BusinessRuleException
10. What is a characteristic of the Final State in a State Machine?
a) A Final State can only transition to another Final State activity
b) Must have at least one Transition configured from the Final State
c) A Final State contains the Transitions and the Exit sections
d) A State must be connected to a Final State