Pegasystems PEGACPSSA23V1 Certified Pega Senior System Architect ’23 Exam Online Training
Pegasystems PEGACPSSA23V1 Online Training
The questions for PEGACPSSA23V1 were last updated at Feb 08,2025.
- Exam Code: PEGACPSSA23V1
- Exam Name: Certified Pega Senior System Architect '23 Exam
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
An application contains the class group MyCo-HR-SelfService-Work.
There are two classes derived from Work- class:
If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?
- A . Instances of MyCo-HR-SeifService-Work-TimeOffana’ MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
- B . Instances of all Work- derived classes
- C . Instances of MyCo-HR-SelfService-Work
- D . Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense
Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose Two)
- A . Call the function pega.web.api.doAction()
- B . Call a Pega API function from the host server
- C . Use REST methods to call Pega microservices
- D . Use the attribute data-pega-event-onpagedata
Which two configurations do you implement when using a Pega Web Mashup? (Choose Two)
- A . Leverage the standard authentication service IACAuthentication and update the authentication activities.
- B . Add an access group for the application rules that need to be accessed from the external system.
- C . Configure a node-level data page to hold security access information about the external system.
- D . Configure the application permissions by specifying a list of trusted domains in the application rule.
Which requirement is a prerequisite for configuring a Pega Web Mashup?
- A . No outstanding Guardrail violations
- B . A web server to test your host page
- C . At least one work queue in your application
- D . At least one Access control policy rule
Which two statements are valid regarding Pega Web Mashup? (Choose Two)
- A . Pega Platform limits mashup users to working on existing cases.
- B . Mashup requests are checked for the corresponding mashup channel ID parameter.
- C . A mashup can allow access to Dev Studio for full system configuration.
- D . A user can view their worklist in an external portal and select items on which to take action.
When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform accepts incoming requests?
- A . Ensure the host is configured to support HTTPS.
- B . Establish a private tunnel from the host to Pega Platform.
- C . Enable authentication policies on Pega Platform.
- D . Add the host URL in the Pega application.
University admission application cases automatically advance in the case life cycle if the applicant’s standardized test scores are above a certain threshold. The threshold is determined each year based on the provided national average score.
Which two configurations, when applied together, support this requirement? (Choose Two)
- A . Configure a process with a decision shape that continues if the TestThreshold Configuration setting is less than the applicant’s test score.
- B . Configure a TestThreshold Configuration setting with the national average for the test score threshold.
- C . Configure a TestThreshold Configuration setting that calculates the national average for the test score threshold.
- D . Configure a process with a decision shape that continues if the TestThreshold Configuration setting is greater than the applicant’s test score.
A view has a part number field that requires the first two characters are letters, and the last four are digits (for example, AB1234).
How do you ensure that the correct pattern is entered when the user exits the field?
- A . Configure a validate rule on the flow action to validate the field with boolean logic.
- B . Configure an edit validate rule and call it from a validate rule in the relevant flow action.
- C . Configure an edit validate rule and reference it from the property rule for the field.
- D . Configure a validate rule to use input-qualified validation configuration.
A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review.
Which two steps do you perform to implement this requirement? (Choose Two)
- A . Configure a data transform to apply the Open-Review status on the appropriate assignments.
- B . Add Open-Review as an allowed status on the case type record.
- C . Create a field value record for the Open-Review status.
- D . Apply the Open-Review status to the appropriate assignments.
You should consider using a field value when the list of allowed values is
- A . mostly static
- B . three or fewer items
- C . specific to one case type
- D . shared across all case types