Pegasystems PEGACPSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 11.05.2025- Prüfungscode: PEGACPSA23V1
- Prüfungsname: Certified Pega System Architect
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 11.05.2025
You are developing a Visa case type to process visa applications. As part of the process, applicants need to schedule an interview with the consulate. A child Interview case is created for the interview process and assessment.
Following the interview, it typically takes 48 hours for the consulate to reach a decision. For the visa case to proceed to applicant notification, the Interview case needs to be resolved.
How do you configure a case type to achieve the required behavior?
- A . Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved and after 48 hours have elapsed.
- B . Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until 48 hours have elapsed.
- C . Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved.
- D . Add a Create Case step that creates the Interview child case. There is no need to add a Wait step.
In a Credit Card Payment case type, you want to set the yearly fee to USD 75.
How do you set the Yearly fee field?
- A . In the Data initialization page, set tine Yearly fee field to 75.
- B . Configure field validation on the Yearly fee field.
- C . Configure the Yearly fee field to reference the minimum amount due.
- D . Configure the Yearly fee field as a calculated field.
The business process for an automobile insurance claim consists of the following phases:
– Submission: The customer contacts a customer service representative (CSR) to file the claim.
– Review: An adjuster reviews the claim, assesses the damages to each vehicle, and provides an estimate of the cost of repairs.
– Repair: A third party performs the repairs on each vehicle, communicating with the adjuster and customer as necessary.
– Verification: After each vehicle repair, the adjuster closes the claim.
According to Pega best practices, which phase can you implement as a child case?
- A . Verification
- B . Submission
- C . Review
- D . Repair
How do you guide users through an application form without requiring user training?
- A . Add the corresponding step to an appropriate stage.
- B . Send a notification to the assigned user.
- C . Add an instruction to the assignment.
- D . Add an optional action to the case to explain the task.
A requirement states: The date of birth submitted for first grade students must be at least five years before September 1 of the current year.
Which three validation methods, when applied in combination, satisfy the requirement? (Choose Three)
- A . When rule
- B . Calendar control
- C . Date data type
- D . Validation rule
- E . Edit validate rule
Which two statements about data records are true? (Choose Two)
- A . Data records define permissible values for data fields.
- B . Data records are displayed in a searchable text field by default.
- C . Data records require external storage.
- D . Data records are displayed in a drop-down list by default.
Need to select one severity option which is best
- A . Picklist
- B . Radio button
- C . Checkbox
Identify the two requirements that are satisfied by using a data transform. (Choose two.)
- A . Display the same data on multiple user views.
- B . Convert integer data to text data.
- C . Copy an existing order to a new case.
- D . Validate the format of a property value.
In processing a parent case P-l, two child cases C-l and C-2 are created.
Which of the following statements is correct about the processing of P-l, C-l, and C-2?
- A . P-l must be resolved before either C-l or C-2 can be resolved.
- B . Either C-l or C-2 must be resolved before P-l can be resolved.
- C . C-l must be resolved before C-2 can be resolved.
- D . Both C-l and C-2 must be resolved before P-l can be resolved.
How do you reference the State property on an Address page group with the index Home?
- A . .Address(Home).State
- B . .Home.State.Address
- C . .Home(Address).State
- D . .Address.Home.State