You are debugging a script component for your project. When the automation executes your script, the intended result does not occur. You suspect that one or more variables within your script are not being set to the proper value. Your version of Pega Robot Studio does not support the use of breakpoints within the script designer.
In what two ways can you debug the script? (Choose two.)
During application discovery, what three things must the developer notice about the application to help design the automation? (Choose three.)
You add a MessageDialog component to an automation. Based on the following image, which option shows the configuration settings that generates the message dialog?





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.)
While interrogating a web application, you come across a hidden menu item: AddressType. The AddressType menu item activates when the pointer hovers over the control; the menu displays a drop-down list.
How do you interrogate this hidden drop-down list control?
Consider the following figure of an automation:

What is the value of firstDateToCompare and secondDateToCompare after the the automation runs?
When performing application discovery, it is important that you __________________________ and __________________________ . (Choose two.)
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?
The following Context variables are defined in the Interaction.xml of the solution.

An automation creates an interaction and later sets the following values for Procedures and HasBeenPaid.

When the agent finishes the call, an automation clears the context variables using ClearContext.

What is the state of the HasBeenPaid variable at this point?
When maintaining a robotic project, you encounter two separate issues with matching. In the first issue, the hierarchy of a web page has changed, and the control no longer matches. In the other issue, the control has multiple match rules, and one fails to match the control. Which two of the following interrogation methods can you use to resolve the matching issues in the project? (Choose Two)