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.)
Which two of the following Tool Windows are used in Pega Robot Studio? (Choose two.)
The following image shows a Message Definitions configuration.

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


You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging in, or (3) you may log in but go to the change password screen.
Which control from the Toolbox do you use to determine which page you were on after performing the login function?
Automation you are working on creates a data collection, so you have extracted a Data Table proxy. What action occurs when you drag the DataTableProxy from the Globals section of the Palette to the automation surface?
When developing automations and robotic projects for use with Pega applications, there are recommended design specifics and considerations for the developer. Of the options below, which three are recommended developer considerations? (Choose Three)
Unattended automations, when run. follow a basic process flow. Arrange the following steps in the order in which unattended automation topic processes a case.

Within your project for a car renting company, you create an automation that reads data From an online form and calls a subautomation that saves that data in the company's application. The UpdateCustomerDetails subautomation has two exit points, Success and Failure, and two output parameters. Result and errCode.
Which figure represents this subautomation?
A)

B)

C)

D)

You are testing an automation that retrieves customer data from an application based on a customer number. The automation falls and displays the following error:

Which two automations show valid breakpoint placement for debugging this automation error? (Choose Two)
A)

B)

C)

D)

E)

Which three of the following characterize automatic step creation? (Choose Three)
You interrogated a web application. All controls and objects matched, and the automations worked as coded. During the pilot, the solution failed on the web application. The IT department had released a new version of the web application. Upon review of the new version, you determined that the web page hierarchy changed.
Which interrogation option do you use to correct the solution?
Which three statements describe the characteristics of unattended automations? (Choose Three)
In an automation that contains an ExcelRange component, you make a change to the data within the range, and you want to save those changes to the Excel file on disk.
Which of the following statements is valid?
During application discovery of a Clarify application, you determine that the user accesses more than one customer case concurrently within the application, which creates multiple windows of the same type. This requires you to enable the UseKeys property on an application’s object.
Based on the image that shows the application and the matched controls in the Object Explorer, which control’s UseKeys property must be set to True?

You created an RDA solution for a company that uses an application bar with various buttons that trigger robotic automations. Some of the users complained that the application bar often locks up during automation processing. Others complained that the automations enter the same data two to three times each iteration.
You suspect that the users are triggering the crashes and duplicate automation behavior by double-clicking the buttons on the application bar.
How do you resolve the situation?
Which interrogation option provides a pop-up window to choose the interrogated control’s HTML tags?
The StartPage property is similar to the Path property.
Which statement about the StartPage and Path properties is true?
An attended automation sources a data page to populate properties in your Pega application. Though several debugging tests show the automation executing fully, the automation does not properly source the data page in time to return the values to the Pega application.
This issue may be a result of which one of the options below?
You must configure an application to store encrypted login credentials in the user's local profile. You also need to automate the login using the encrypted credentials. How do you fulfill this requirement without creating an automation?
While preparing for packaging and deployment, you decide to remove all remaining breakpoints from the automations in each project.
Which two ways can you delete automation breakpoints? (Choose Two)
Which two statements about Label/Jump To functionality are true? (Choose Two)
Which two of the following statements describe robotic automation assets? (Choose Two)
Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon the completion of a second activity in another project to provide its value.
Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)
You are designing an attended project for a banking customer. This project requires you to import new customers from a text file to a lookup table.
Which steps do you take to gain access to the ImportDelimitedFile method of the lookup table within an automation?
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?