When processing an insurance claim you need to retrieve the customer's insurance policies from a web service. You invoke the connector from a ___________.
A. data transform
B. flow action
C. report definition
D. data page
In an application, three email addresses (work, home, and other) can be captured for a customer. You use .Email (work) to refer to the work email address. What type of property is used to capture the email addresses?
A. Page
B. Value group
C. Value list
D. Page group
In an insurance claims application, you want to capture miscellaneous inventory items, as displayed in the screen below.
A miscellaneous item has a name and value, and is defined as a data type. You want to store the data entered in a property called .Items. Which property type should .Items be?
A. Single Value
B. Value List
C. Page List
D. Page
You are developing a purchase application that integrates with an external inventory management system. A ____________ allows you to build the interface so that Pega can request information from the inventory management system.
A. Report Definition
B. data page
C. service
D. connector
An insurance claim type is defined as follows:
If the Review claim step is configured to set the status to Pending-Investigation, when is the status of the case set to Pending-Investigation?
A. When theReview claimstep starts.
B. When theReview claimstep completes.
C. WhenInvestigate claimstep completes.
D. When theProcess claimstage starts.
An insurance company offers personal property policies. Art collections and wine collections are categorized as special types of personal properties. The company employs appraisers who are qualified to perform appraisals for either art collection or wine collections. Appraisers can only perform appraisal assignments in their qualified field.
How would you configure the router so that the assignment is worked on by a qualified appraiser?
A. Associate each appraiser to one of two work groups that correspond to the appraisal qualifications.
B. Associate each appraiser to the appraiser work group.
C. Associate each appraiser to a work group that useswork group parameters.
D. Associate each appraiser to a work group that uses skill parameters.
Which rule can only return a true/false result when evaluating a condition?
A. Decision tree
B. Declare expression
C. When rule
D. Decision table
An insurance claim case is field by a customer and assigned a claim type (fire, flood, or theft). The claim contains a list of loss items. Which of the data would you store in a local data source?
A. Customer data
B. Items of loss
C. Claim types
D. Policy details
A Service Request case type has a CustomerGrade property. How do you set the value of the CustomerGrade property to Silver when a service request case is created?
A. Configure the CustomerGrade property with a default value.
B. Configure the pyDefault data transform to set the CustomerGrade property value.
C. Configure a declare expression to set the CustomerGrade property value.
D. Configure the first connector in the first flow rule to set the CustomerGrade property value.