When registering a client computer manually to IBM RPA tenant, which two information fields are mandatory to set?
- A . Name
- B . VNC address
- C . Computer credential
- D . Computer type
- E . Physical address
Where would one build a new process, define its SLA and input queue?
- A . IBM Business Automation Workflow
- B . IBM RPA Studio
- C . MS Designer Studio
- D . IBM RPA Webclient
Which IBM RPA capability is used to trigger bots for attended automation?
- A . Scheduler
- B . Workflow
- C . Launcher
- D . Studio
A bot script contains a single entry:
logMessage –message "Hello World" ―type "info"
When executed by scheduling, which log contains "Hello World"?
- A . Dashboard Log
- B . RPA Studio Log
- C . Bot Agent Log
- D . Web Client Log
Which inputs are acceptable for the Answer Question command in IBM RPA?
- A . Name of chatbot
- B . Maximum length of answer
- C . IVR Context
- D . Minimum score
- E . Answers quantity
What are the differences when using the IBM RPA Recorder on SAP versus on a Windows application?
- A . The highlighted color of the selector control is different between a Windows-based application and SAP.
- B . To identify the selector of a control, the developer needs to hold down Alternative key for Windows and Control key for SAP.
- C . Developers need to click to identify control selector in SAP while this is not required for Windows applications.
- D . SAP automation requires activating the vision driver in Recorder while control can be directly identified for a Windows application.
What is needed in order to get a queue previously created on the web client?
- A . Adding the parameter –fromconfiguration
- B . Adding the parameter ―priority 1
- C . Registering the enqueued time in the web client
- D . Registering the queue with the Java Message Provider
What does the Connect to IMAP Email Server command return?
- A . A boolean to indicate the successful connection
- B . A collection of all emails from the account
- C . A security key to make further actions
- D . A set of unread emails from the account
How long does a user vault remain open once connected?
- A . 60 minutes
- B . 8 hours
- C . 24 hours
- D . 12 hours
When using the recognizeText command, what is a valid example for ―source attribute?
- A . URI://mydir/test.pdf
- B . ftp://example.com/test.pdf
- C . http: //www.example/test .pdf
- D . jdbc : //example . com/test .pdf
Which menu allows the addition of measures and dimensions and configure settings related to the selected data item in a dashboard?
- A . Pie Chart Config Menu
- B . Data item menu
- C . Legend menu
- D . Datasource menu
Where does a queue need to be configured before it can be referenced in the Get Queue command?
- A . Windows Active Queue
- B . Studio
- C . IBM RPA Launcher
- D . Web Client
Which command should be executed by the IBM RPA Robot to ensure that all worksheet calculations are complete?
- A . Excel Calculate Formula
- B . Set Value In Excel
- C . Run Macro in Excel
- D . Insert Data Table into Excel File
What is a valid source type when using the recognizeText command?
- A . Doc, PDF, Text
- B . Doc, PDF, Blob
- C . Image, PDF, Text
- D . Excel. PDF, Text
Which command is used to run another WAL script?
- A . Execute routine
- B . Start routine
- C . Run script
- D . Execute script
What is a Group in an IBM RPA web client setting?
- A . Group refers to user role which is defined as super-administrator, administrator or normal user.
- B . Group refers to a set of users or computers utilizing the same attended bot launcher.
- C . Group refers to a set users, or computers, or both that can be set up in web client.
- D . Group refers to job title of users which is set up during creation of each new user.
What is the purpose of the command Ask Grammar used in IVR Bot?
- A . To check if the grammar from the input user response is correct
- B . To identify the sentence structure of the user response based on input grammar file
- C . To perform a spell check on the user response and return the corrected text
- D . To extract the intention from the user response based on input grammar file
In order to use the available parameter commands, where must the parameter first be created?
- A . Defined as a variable in a subroutine so that it can be referenced
- B . In the same script so that it can be referenced
- C . In the Web Portal
- D . Another script so that it can be referenced
What is a valid text manipulation command?
- A . Search and Replace Text
- B . Unformat Text
- C . Duplicate Text
- D . Replace Text
What are two valid options to see the logs for scheduled bot execution?
- A . Under the Scripts menu in the Web Client selecting the scheduled script and accessing the Logs tab
- B . Via Schedules menu in Web Client, selecting the scheduled script and searching for execution data
- C . Accessing the logs from agent computer <IBM RPA installation folder>execution_logs – folder
- D . Using Dashboard datasource LOGS
- E . Reading logs from the System.Logs queue