[Q74-Q98] 2024 Verified PEGACPSSA23V1 dumps Q&As on your Certified Senior System Architect Exam Questions Certain Success!

Share

2024 Verified PEGACPSSA23V1 dumps Q&As on your Certified Senior System Architect Exam Questions Certain Success!

PEGACPSSA23V1 Exam Dumps - 100% Marks In PEGACPSSA23V1 Exam!

NEW QUESTION # 74
You decide to use multiple pre-processing actions on a single flow action. Place the pre-processing actions in the order in which they are executed.

Answer:

Explanation:

1 - Apply data transform
2 - Run activity
3 - Run robotic automation


NEW QUESTION # 75
There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator's access group has access to all ruleset versions.
On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria?

  • A. SelfService:01-01-05 (No Circumstance)
  • B. SelfService:01-01-03 (Circumstance: None, Base Rule checked)
  • C. SelfService:01-01-01 (No Circumstance)
  • D. SelfService:01-01-01 (Circumstance: .Country=Algeria)
  • E. SelfService:01-01-02 (Circumstance: Start Date = 1 January 2020; End Date = 31 December 2020)

Answer: D

Explanation:
On 1 June 2020, rule resolution would choose the instance of the rule that is circumstanced for Algeria, provided that the rule's availability is not blocked or withdrawn and the ruleset version is accessible by the operator's access group. The specific rule circumstanced for Algeria would take precedence over the base rule or other circumstanced rules that do not match the circumstance condition. References: Pega SSA course materials on circumstancing rules.


NEW QUESTION # 76
Which action can a Declare OnChange rule perform when a specified property changes?

  • A. Suspend the current work object
  • B. Execute a data transform
  • C. Specify which flow action to run
  • D. Update an activity

Answer: A

Explanation:
A Declare OnChange rule is designed to perform an action when a specified property changes. The action that a Declare OnChange rule can perform includes executing a data transform, which allows for the automated update of properties when a change is detected in the specified property. References: Pega official documentation on Declare OnChange rules.


NEW QUESTION # 77
Identify two options for passing data between a Pega application and a webpage containing a web mashup.
(Choose Two)

  • A. Use REST methods to call Pega microservices
  • B. Use the attribute data-pega-event-onpagedata
  • C. Call the function pega.web.api.doAction()
  • D. Call a Pega API function from the host server

Answer: B,C

Explanation:
* A: Calling the function pega.web.api.doAction() allows for specific actions to be performed in the Pega application from the web mashup, such as refreshing a section or submitting an assignment.
* D: Using the attribute data-pega-event-onpagedata allows for passing data from the web mashup to the Pega application when specific events occur on the page. References: Pega official documentation on Pega Web Mashup methods and attributes.


NEW QUESTION # 78
Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)

  • A. Capture PAL readings after significant changes to a process to identify any performance impact.
  • B. Run PAL as an end user to account for any performance differences due to the portal itself.
  • C. Run the process to completion first to perform needed rule assembly and avoid skewed results.
  • D. Capture a PAL reading for a process with good performance to establish a benchmark for comparison.

Answer: A,C

Explanation:
A: Running the process to completion before capturing PAL readings is important because it ensures that all the necessary rule assemblies have taken place. If you measure performance without doing this, the rule assembly might skew the results by adding additional overhead.
B: Capturing PAL readings after significant changes to a process helps in identifying any performance impacts due to those changes. This allows you to compare the performance data before and after changes to assess their impact. Reference: Pega official documentation on Performance Analyzer (PAL).


NEW QUESTION # 79
Which action can a Declare OnChange rule perform when a specified property changes?

  • A. Specify which flow action to run
  • B. Execute a data transform
  • C. Update an activity
  • D. Suspend the current work object

Answer: B

Explanation:
A Declare OnChange rule is designed to perform an action when a specified property changes. The action that a Declare OnChange rule can perform includes executing a data transform, which allows for the automated update of properties when a change is detected in the specified property. Reference: Pega official documentation on Declare OnChange rules.


NEW QUESTION # 80
A medium-size toymaker wants to fulfill orders received during the peak season in December and process the orders in batches multiple times a day.
How do you implement this use case?

  • A. Create batches of orders and send each batch for processing when it gets full.
  • B. Create a queue processor that can process orders received by the company.
  • C. Create scheduled jobs, one for each run, that can process accumulated orders.
  • D. Create one scheduled job and set its run schedule to multiple times a day.

Answer: D

Explanation:
To fulfill orders received during the peak season in December and process the orders in batches multiple times a day, you would create a queue processor that can process orders received by the company. Queue processors are designed to handle asynchronous, high-volume processing, which is suitable for the described use case.
References: Pega official documentation on queue processors.


NEW QUESTION # 81
Which three items are generated and displayed in the compliance score of an application? (Choose three.)

  • A. Percentage of compliant rules in the application
  • B. Rules with warnings in the application
  • C. Pega Platform core rules used in the application
  • D. Unweighted compliance score
  • E. Rules with unjustified warnings in the application

Answer: A,B,E

Explanation:
The compliance score of an application is generated based on several factors, including the number of rules with warnings, the number of rules with unjustified warnings, and the percentage of compliant rules in the application. This score helps to identify potential issues with rule compliance and areas that may need attention. References: Pega Platform Help - Compliance score.


NEW QUESTION # 82
A fitness organization wants to ensure that data is entered correctly into an online form when users apply for, or update, their membership information.
Which scenario requires an edit validate rule?

  • A. Existing members must enter their membership number in the correct format, M-######-0#.
  • B. The first and last name are required on the form, but a middle name or initial is optional.
  • C. New members must be at least 18 years of age at the time they sign up for membership.
  • D. New members can get a 20% discount, if they enter the Coupon Code SAVE.

Answer: A

Explanation:
An edit validate rule is used to ensure that data is entered in a specific format. For membership numbers that need to match a particular pattern (M-######-0#), an edit validate rule would be the appropriate mechanism to enforce this format upon entry. Reference: Pega Platform Help - Edit Validate.


NEW QUESTION # 83
Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose Two)

  • A. Use REST methods to call Pega microservices
  • B. Use the attribute data-pega-event-onpagedata
  • C. Call the function pega.web.api.doAction()
  • D. Call a Pega API function from the host server

Answer: B,C

Explanation:
A: Calling the function pega.web.api.doAction() allows for specific actions to be performed in the Pega application from the web mashup, such as refreshing a section or submitting an assignment.
D: Using the attribute data-pega-event-onpagedata allows for passing data from the web mashup to the Pega application when specific events occur on the page. Reference: Pega official documentation on Pega Web Mashup methods and attributes.


NEW QUESTION # 84
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. The application is built on Pega Platform version 8.2 using UI Kit.
  • C. Developers have access to only App Studio when configuring the integration.
  • D. Users are expected to create cases, open assignments, and manage data privacy.

Answer: A,D

Explanation:
Pega Web Mashup is ideal for scenarios where minimal resources are available for updating the Pega Platform with each new release, as it allows external applications to embed Pega UI elements with minimal maintenance. Additionally, it's useful when users are expected to create cases, open assignments, and manage data privacy within an embedded Pega frame in an external web page. References: Pega Platform Help - Pega Web Mashup.


NEW QUESTION # 85
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 branches in each team's application.
  • B. Create a separate production ruleset for each team.
  • C. Create a new ruleset version for the base application.
  • D. Create a new application for each team built on the base application.

Answer: A,D

Explanation:
To ensure that multiple teams can update the same application version without affecting each other's work, the following actions are recommended:
* B: Create branches for each team's application. This allows teams to work on isolated versions of the application and merge their changes when ready.
* D: Create a new application for each team built on the base application. This creates separate instances of the application for each team to work on, which they can then synchronize with the base application as needed. References: Pega official documentation on branch rulesets and application development.


NEW QUESTION # 86
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:

A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest. The four instances of ConfirmationRequest in the rules cache are shown in the following table.

Which is chosen during rule resolution?

  • A. TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)
  • B. TGB .ConfirmationRequest (TGB:01-01-02)
  • C. TGB-HR-5elfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)
  • D. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)

Answer: A

Explanation:
Rule resolution in Pega follows the "Rule Resolution" algorithm, which will look for the rule that best matches the class hierarchy and the ruleset list. In this scenario, the rule that matches the Apply to: class of TGB-HR-SelfService-Work-TimeOff and is in the highest listed ruleset that is available (SelfService) will be selected. References: Pega SSA course materials on rule resolution.


NEW QUESTION # 87
Which two configurations can you use to include access groups into your Product rule? (Choose Two)

  • A. Export the access groups using the Access Manager.
  • B. Associate the access groups with a ruleset included in the application.
  • C. Add the access groups to the application definition.
  • D. Add the access group to the Product record in the Individual instances to include section.

Answer: B,D

Explanation:
To include access groups in your Product rule, you can:
A: Associate the access groups with a ruleset included in the application. This ensures that when the ruleset is included in the product rule, the associated access groups are also included.
D: Add the access group directly to the Product record in the Individual instances to include section. This allows you to specifically select which access groups to include in the product rule. Reference: Pega official documentation on Product rules.


NEW QUESTION # 88
The Static Assembler is used to address rules assembly issues due to which cause?

  • A. The server is managing a large number of rules caches.
  • B. The application record lists several branch rulesets.
  • C. A new application is migrated to the production system.
  • D. Access groups contain multiple production rulesets.

Answer: A

Explanation:
The Static Assembler is a Pega tool used to address rules assembly issues specifically when the server is managing a large number of rules caches. By pre-assembling rules into a static content, the Static Assembler helps in improving performance in situations where cache management becomes complex due to the volume of rules. It creates a set of static files that represents the assembled rules, which can reduce the overhead on the server during rule assembly and cache management. References: Pega official documentation on performance tools and best practices.


NEW QUESTION # 89
Your application contains the following versions of a service level named AuthorizeClaim.

The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?

  • A. Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
  • B. Make the circumstanced rules in the AccountOpen class unavailable.
  • C. Withdraw the circumstanced rules in the AccountOpen class.
  • D. Block the circumstanced rules in the AccountOpen class.

Answer: C

Explanation:
Withdrawing the circumstanced rules in the AccountOpen class is the correct action to stop using a circumstanced rule. This allows the non-circumstanced (or base) rule to be used instead without affecting other circumstanced versions of the rule for different case types. References: Pega Platform Help - Withdrawing a rule.


NEW QUESTION # 90
Which two requirements are supported by Attribute-based access control (ABAC)? (Choose Two)

  • A. Agents assigned the "Top Secret" clearance level can delete reports.
  • B. Bakers with a rating of 4 or better can add recipes to the database.
  • C. Personal identifying information in the Work-Baking- class is restricted.
  • D. Managers can reschedule but not delete appointments.

Answer: B,D

Explanation:
Attribute-based access control (ABAC) supports various granular and dynamic access control requirements, such as allowing managers to reschedule but not delete appointments (A) and enabling bakers with a rating of
4 or better to add recipes to the database (D). ABAC uses attributes (such as user roles, data characteristics, and environmental conditions) to define access control policies, providing a flexible and context-aware mechanism to enforce security policies tailored to specific business requirements.References: Pega Community documentation on ABAC and its use cases.


NEW QUESTION # 91
Which two statements about guardrails are true? (Choose Two)

  • A. Pega Platform performs guardrail examination when a rule is saved.
  • B. Each rule may have multiple guardrail warnings.
  • C. Pega Platform performs guardrail examination when a rule is checked out.
  • D. A developer receives a guardrail warning for rules checked out by other developers.

Answer: A,B

Explanation:
A: Each rule in Pega can indeed have multiple guardrail warnings. These warnings indicate the degree to which the rule deviates from Pega's best practices.
C: Pega Platform performs a guardrail examination when a rule is saved. This is to ensure that developers are immediately aware of any potential issues that may arise from the rule they are creating or modifying. Reference: Pega official documentation on compliance score and guardrails.


NEW QUESTION # 92
Application Settings allow you to____________.

  • A. store references to an external system connected to an application
  • B. simulate data in an environment for testing purposes
  • C. automate the application migration process
  • D. execute connectors in parallel to improve performance

Answer: A

Explanation:
Application Settings allow you to store references to an external system connected to an application. These settings can be used to manage environment-specific parameters such as URLs, file paths, and other data that may vary between development, testing, and production environments. Reference: Pega official documentation on application settings.


NEW QUESTION # 93
A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome? (Choose Two)

  • A. Add the operator ID to the report definition as a parameter.
  • B. Use an association rule to join operator information to each case.
  • C. Specify both classes in the Pages & Classes tab on the report definition.
  • D. Configure a class join on the report definition to join operator information to each case.

Answer: B,D

Explanation:
* A: Configuring a class join on the report definition allows you to join the operator information to each case, enabling you to list the user ID of the manager associated with the operator who creates a time-off case.
* C: Using an association rule to join operator information to each case accomplishes the same objective by defining a reusable join that can be referenced in multiple reports. References: Pega official documentation on report definitions and associations.


NEW QUESTION # 94
Items selected by a user need to be copied to a page list property when the user submits the form. How do you copy the items?

  • A. Add a data transform to the flow action as a pre-processing action.
  • B. Create a validate rule to copy the selected items.
  • C. Add a data transform to the flow action as a post-processing action.
  • D. Create a declare expression with the page list property as the target.

Answer: A

Explanation:
To copy items selected by a user to a page list property when the user submits the form, add a data transform to the flow action as a post-processing action (A). Post-processing actions occur after the user submits the form, making it the right moment to transfer the selected items into the page list property for further processing or storage.References: Pega Community documentation on data transforms and flow action post-processing.


NEW QUESTION # 95
A developer has identified resource-intensive queue processors as the source of performance issues that application users are experiencing.
Which two actions do you perform to resolve the performance issues? (Choose Two)

  • A. Associate the queue processors with the appropriate node types.
  • B. Select the Include in background processing option on the application rule.
  • C. Configure the queue processors to run multiple times a day.
  • D. Configure the application nodes with node types.

Answer: A,D

Explanation:
To resolve performance issues caused by resource-intensive queue processors, it's essential to ensure that these processors are associated with appropriate node types (A) and that application nodes are configured with node types (D). Associating queue processors with specific node types allows for the distribution of workload across the application infrastructure, optimizing resource utilization and improving performance. Configuring application nodes with node types ensures that tasks are executed on the most suitable nodes, further enhancing system efficiency and scalability.Reference: Pega Community documentation on queue processors and node types.


NEW QUESTION # 96
Which two options do you consider when creating a pre-processing data transform? (Choose Two)

  • A. The effect if the flow action is reloaded
  • B. The security setting for the flow action
  • C. The potential reuse of the flow action
  • D. The timing of the commit for the flow action

Answer: A,D

Explanation:
When creating a pre-processing data transform, you should consider the timing of the commit for the flow action and the effect if the flow action is reloaded. These factors can impact how the data transform processes data and how it integrates with the flow action's lifecycle. Reference: Pega Platform Help - Data Transforms.


NEW QUESTION # 97
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 greater 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 less than the applicant's test score.

Answer: B,D

Explanation:
A: Configuring a process with a decision shape that continues if the TestThreshold Configuration setting is less than the applicant's test score supports the requirement for automatic case advancement based on standardized test scores.
B: Configuring a TestThreshold Configuration setting with the national average for the test score threshold allows for the necessary comparison to determine if a case should advance automatically. Reference: Pega official documentation on decision shapes and configuration settings.


NEW QUESTION # 98
......

Pass Your PEGACPSSA23V1 Exam Easily With 100% Exam Passing Guarantee: https://www.itcertmagic.com/Pegasystems/real-PEGACPSSA23V1-exam-prep-dumps.html

Exam Dumps Use Real Certified Senior System Architect Dumps With 145 Questions: https://drive.google.com/open?id=1HYDnXqi-iTwROZ3c0DuXDWuZRhW_c_tY