Pegasystems PEGACPSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 09.05.2025- Prüfungscode: PEGACPSA23V1
- Prüfungsname: Certified Pega System Architect
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 09.05.2025
Which two dependencies do you directly enforce with a Wait step? (Choose Two)
- A . Pausing a case until a predetermined time expires
- B . Pausing a case until a user submits a specified value
- C . Pausing a case until another case reaches a specified status
- D . Pausing a case until a new child case is created
What is the purpose of the Test coverage tool?
- A . To determine how many rules are covered and not covered bv Peqa Platform tests.
- B . To determine which application needs to be assessed for test coverage.
- C . To identity which users have the appropriate permissions to run test suites.
- D . To create user-level test coverage reports, but not application-level coverage reports.
Your online shopping application serves international customers. You need to define a Data Page that holds currency exchange rates. All users accessing the application need to use the information.
The Scope of this Data Page should be set to____.
- A . Application
- B . Node
- C . Thread
- D . Requestor
An internal application currently grants 75 employees access to one of four roles: Admin, Author, User, and Manager. A new analyst that joins the company requires all the Author role access but only some of the reporting capabilities available to the Manager role.
How do you satisfy this security requirement?
- A . Update the Author role to include the required analyst reports.
- B . Create a new Analyst role with the required access.
- C . Add the analyst to the Manager role.
- D . Add the analyst to both the Author role and the Case Manager channel interface.
You are configuring routing for a customer warranty service request. All warranty service requests are routed to the warranty resolution group except for warranty service requests for beta and release product that requires review by the vice president of service.
How do you configure assignment routing to review warranty service requests?
- A . Route the assignment to the vice president of service who routes assignments to the warranty resolution group as needed.
- B . Route the assignment to the warranty resolution group who sends an email notification to the vice president of service for the beta-release product.
- C . Route the assignment to the skilled group for the beta release when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group.
- D . Route the assignment to the vice president of service when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group.
A company often receives multiple IT tickets for the same issue, such as “the office Wi-Fi is down. You configure Search duplicate cases step to identify duplicate IT tickets.
What is the basic condition for the Search duplicate cases step?
- A . Name of submitter is same
- B . Issue type is same
- C . Department is same
- D . Office location is same
A home loan application requires approvals from the Legal team manager and the Finance team manager. The Legal team manager must approve before the Finance team manager.
How do you configure this requirement?
- A . Create an approval process for each manager in parallel.
- B . Apply business logic to route a single assignment in the correct order.
- C . Create an approval step with cascading approval.
- D . Route an assignment to a work queue where both roles have access.
A process routes loan requests to a specific loan officer based on the type of loan. – If the loan is a mortgage, it is routed to Adam Ross. If the loan is for an automobile, it is routed to Julia Samuels. – If the loan is an equity line, the case is routed to Don Smith.
How do you configure a router to ensure that case advances to the correct loan officer?
- A . Route the case to a worklist using a skilled router.
- B . Route the case to a work queue using a When condition.
- C . Route the case to a work queue using a skilled router.
- D . Route the case to a worklist using a When condition.
Which two data requirements ensure valid data? (Choose Two)
- A . The data fits the business logic.
- B . The data is organized in a data type.
- C . The data is locally sourced.
- D . The data is the correct type.
An online retailer allows customers to select a courier service for deliveries. The list of available courier services is drawn from a data type sourced in the Pega database. The Fulfillment department wants to allow local warehouse managers to add courier services to mitigate increases in delivery times and remove courier services that fail to meet delivery metrics.
Which two options are required to allow local warehouse managers to update courier service records in production? (Choose two.)
- A . Create an access group for local warehouse managers.
- B . Delegate the records for the courier service data type.
- C . Define an approval process for adding and removing courier services.
- D . Enable rule checkout for the local warehouse managers