Where are the message definitions for the MessageManifest component defined?
C
Reference:
https://community1.pega.com/community/product-support/question/openspan-message-manifest
The following Context variables are defined m the Interaction.xml of the solution.
<Context>
<Value Name="GroupID" Type="String" Default="XKY12345"/>
<Value Name="Procedures" Type="Number" Default="0"/>
<Value Name="HasBeenPaid" Type="Boolean" Default="false"/>
</Context>
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?
A
Pega Robotic Coding Standards require proper naming conventions and organization of project com
have added the _CRM_GC project item to the CRMPrj.
Which three components belong in the _CRM_GC project item? (Choose Three)
BCD
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?
C
DRAG DROP
Robotic Automation 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.

A user accesses an HTML table with an undefined number of rows and then searches the table to find
the row needed to complete the process. You must automate the search and return the result to the
user.
Which two coding options are available to create the automation? (Choose Two)
BD
The requirement is to get an item from an Outlook Mail Collection. If there is an exception, retry the
Getltem twice. The following graphics show the automation and the property grid for the Catch
block. How do you code the requirement?
B
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?
C
Procedure automations should return values needed elsewhere in the application with the Exit
Point(s) instead of using global values.
What are the two reasons for returning values within a procedure automation's Exit Point? (Choose
Two)
AB
Which line of code do you use in a script designer to add a custom message to the Runtime
application logs?
A