DRAG DROP
Pega Robot Studio produces several log files during the opening, building, debugging, and deployment of a solution. In the Answer Area, drag the description of the log file on the left to its correct log file name.
Select and Place:

HOTSPOT
Pega Robot Studio provides five rules on how to differentiate between cloneable application objects when using key assignments in automations. The first rule states that an event creates the instance to set the context of a cloneable object. The remaining four rules state the requirements for a key assignment.
In the Answer Area, determine if each rule description requires a key assignment.
Hot Area:

Pega Robotic Coding Standards suggest organization of project components. You have added the _GC_CRM project item to the CRMPrj.
Which three components are recommended to be placed in the _GC_CRM project item? (Choose three.)
A. ForLoop
B. Switch
C. stringUtils
D. messageDialog
E. dateTimeUtils
The variable varInput is a String that holds the value What is the output?

What is the outcome of the above automation?
A. An exception is thrown.
B. The variable varOutput ends with C.
C. The variable varOutput ends with A.
D. The variable varOutput ends with B.
The following image shows a Message Definitions configuration.

Which option is the correct representation of the message configuration settings?

A. Option A
B. Option B
C. Option C
D. Option D
A service request manager, who responds to 1000 active service tickets per week, receives a ticket for new account creation. This ticket has been marked as the highest priority and contains all the necessary details for an account creation.
The manager creates an activity and assigns all the context values with appropriate values.
Which two activity methods of the account creation ticket can be used to close the ticket within priority? (Choose two.)
A. StartNowAndWait
B. Start
C. StartAndWait
D. StartNow
To modify an object's default properties before use in a project, which setting must be updated?
A. Naming Rules
B. Prefix Types
C. Type Prefixes
D. Type Name
In a Java application, you click a button to load a grid. The grid loads as a separate process under the Java application. Which property allows you to interrogate the grid?
A. IgnoreMainBrowser
B. TargetPath
C. EnableMatchInProcess
D. HookChildProcesses
You have completed your solution design. The customer installed the Pega Robot Runtime software on the agent's desktop. The customer is ready to unit test your solution, but wants the Runtime executable to automatically launch the new robotics solution.
How do you fulfill this request?
A. Edit the StartupProject key in the RuntimeConfig.xml by setting the value to the file location of the .openspan file.
B. Edit the StartupProject key in the StudioConfig.xml by setting the value to the file location of the .openspan file.
C. Edit the StartProject key in the StudioConfig.xml by setting the value to the file location of the .manifest file.
D. Edit the StartProject key in the RuntimeConfig.xml by setting the value to the file location of the .diagnostics file.
Which two of the following Tool Windows are used in Pega Robot Studio? (Choose two.)
A. Designer windows
B. Solution Explorer
C. Object Explorer
D. Menu toolbar