Pegasystems PEGACPSSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: PEGACPSSA23V1
- Prüfungsname: Certified Pega Senior System Architect '23 Exam
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 26.04.2025
You have a requirement to associate users in different units to the same work queue.
How do you implement this requirement?
- A . Associate the users to a common work group. Then associate a work queue to the work group.
- B . Associate the users to a common work group. Then associate the work group to the appropriate units.
- C . Associate the users to a common unit. Then associate a work queue to the common unit.
- D . Associate the users to a common work queue. Then associate the work queue to the appropriate units.
Which statement regarding managing encrypted data in Pega Platform is true?
- A . Encrypted properties cannot be referenced using filter conditions in reports.
- B . Property-level encryption is a time-efficient method to encrypt data.
- C . Encrypted properties can be referenced in report definitions.
- D . Each organization uses a custom key to encrypt its data.
In which two scenarios is it a Pega best practice to use Pega Web Mashup over a Pega API integration? (Choose two.)
- A . Minimal resources are assigned to update Pega Platform for each new release.
- B . Developers have access to only App Studio when configuring the integration.
- C . Users are expected to create cases, open assignments, and manage data privacy.
- D . The application is built on Pega Platform version 8.2 using UI Kit.
What two actions must you perform to create a class join in a report definition? (Choose Two)
- A . Select the type of match for key values.
- B . Add an association rule to match key values.
- C . Create a prefix for the joined class.
- D . Add a parameter for each property in the class you want to join.
Multiple teams need to update the same application version during a development cycle.
Which two actions do you perform so that the teams do not affect each other’s work? (Choose Two)
- A . Create a new ruleset version for the base application.
- B . Create branches in each team’s application.
- C . Create a separate production ruleset for each team.
- D . Create a new application for each team built on the base application.
A courier company wants a mobile app to scan and track the parcels collected from remote areas with no internet access.
Which mobile app do you develop to fulfill the requirement?
- A . Signed app
- B . Unsigned app
- C . Native app
- D . SDK app
Which two situations are likely to negatively impact application performance? (Choose Two)
- A . A report definition generates report data based on several properties stored in the BLOB.
- B . Business architects have delegated a large number of rules to process owners.
- C . A developer uses an SQL query tool or activities to archive case data before purging tables.
- D . Several applications on the system write cases to the pr_other table in the database.
Which two situations are likely to negatively impact application performance? (Choose Two)
- A . A report definition generates report data based on several properties stored in the BLOB.
- B . Business architects have delegated a large number of rules to process owners.
- C . A developer uses an SQL query tool or activities to archive case data before purging tables.
- D . Several applications on the system write cases to the pr_other table in the database.
A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.
Which implementation satisfies this requirement?
- A . Create a multivariate circumstanced rule and a when rule.
- B . Create a multivariate circumstanced rule, a circumstance definition, and a circumstance template.
- C . Create a single property circumstanced rule and a when rule.
- D . Create a single property circumstanced rule.
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.