DRAG DROP
Pega Robot Studio has several methods to manage the flow of an automation depending on when a control is matched. In the Answer Area, drag the description on the left to its matching Design Block.
Select and Place:
You are designing an automation that adds new customers to an online insurance web site. If a customer exists, a pop-up window is displayed with an error message, which closes automatically after 35 seconds.
While debugging the automation, you notice that you are receiving a control not created exception message in the Add Customer procedure after a page navigation occurs.
How do you resolve the exception?
A. Add a missing created event in the Add Customer procedure.
B. Ensure the waitForCreate timeout is longer than 35 seconds in the Add Customer procedure.
C. Ensure the isCreated timeout is longer than 35 seconds in the Add Customer procedure.
D. Add a missing waitForEvent.Exists method in the Add Customer procedure.
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
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?
A. ClarifyCRM
B. MdiClient
C. _Case_1
D. Control
After setting up Start My Day, the end user makes some changes in the Manage Applications window to prioritize and manage the applications configured to launch using the Start My Day functionality.
Which of the following applications does the user see on the desktop after using the Start My Day functionality?
A. ACMESearchSystem, Notepad++, BankerInsight
B. CRM, BankerInsight
C. ACMESearchSystem, CRM, Notepad++, BankerInsight
D. CRM, Notepad++, BankerInsight
A solution design document outlines several projects for the solution. You are assigned to the Loan Servicing project (LoanSvcPrj). The project uses the Interaction Framework function to communicate with the other projects. Which three toolbox project items do you add to LoanSvcPrj? (Choose three.)
A. Message Manifest
B. Interaction.xml
C. Interaction Manager
D. Activity
E. String Variable
You interrogated a page using Create Global Web Page with the title:
Customer: B Norton| Financial ABC Application
During debugging of an automation using the interrogated web page, you ran the first test using the account B Norton. On the second test, you used S Whitfield. The second debugging failed. After checking the matching of the controls, you
recognize the issue.
How do you correct the matching issue?
A. Modify the Window Text Match Rule.
B. Modify the Document Title Match Rule.
C. Modify the Document URL Match Rule.
D. Reinterrogate the control using Replace Control on the Interrogation Form.
As a new development requirement, you must disable the Inventory link as shown in the following image. The Inventory link must be available only to the Store Managers user group. The user group validation is already developed, and the web application has already completed interrogation.
How do you disable Inventory link for the remaining user group?
A. In the Match Rules tab of the adapter, delete the Attribute Value Match rule associated to Inventory link.
B. In Automation, in the created event of the Inventory link, set the IsCreated property to False.
C. In the Match Rules tab of the adapter, from the Selected Target pane, assign the Checked property to False.
D. In Automation, on the created event of the Inventory link, set the Enabled property to False.
When performing application discovery, it is important that you __________________________ and __________________________ . (Choose two.)
A. utilize test methods to validate that you can interact with representatives of the controls in the use case
B. write automations to accomplish the basic search functionality of the application
C. interrogate all controls required for the use case
D. interrogate 100 percent of the controls in the application
Which step allows you to add a Watch to an automation variable?
A. Right-click the execution link (yellow execution line) coming from the variable, and select Add Watch.
B. Right-click the data link (blue propagate line) coming from the variable, and select Add Watch.
C. Right-click the incoming/outgoing execution port (yellow dot) of the variable, and select Add Watch.
D. Right-click the input/output data port (blue dot) of the variable, and select Add Watch.