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:

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:

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
Which of the following controls cannot be added to the Windows form?
A. ComboBox
B. ProgressBar
C. Pointer
D. PictureBox
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?
A. WaitAll
B. Switch
C. WaitAny
D. Signal
You have extracted a proxy for a data set and are using it to pass the data into a procedure automation input parameter. In the procedure automation, the data link from the input parameter is not connecting to the stringValue on a stringUtils method.
What two troubleshooting steps do you perform to correct the issue? (Choose two.)
A. Confirm the proxy data in a messageDialog.
B. Confirm the stringUtils method works.
C. Confirm the data type on the procedure automation input parameter.
D. Confirm the proxy's data type matches with the stringUtils method.
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.
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?
A. Debug Matching
B. Replace Control
C. Default
D. Select Element
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.)
A. Add studio execution log entries
B. Insert Try and Catch components to an automation
C. Use the Automation Playback
D. Dissert a log file for propagating data
Which two statements are valid for the given automation? (Choose two.)

A. The automation is initiated when the value of the NearestStore changes.
B. Assign Main|b|NearestStore with the new value only if the value changed belongs to an active key.
C. Assign Main|b|NearestStore with the new value when the value of the NearestStore changes.
D. The value of the NearestStore changes when the automation is initiated.