Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Free Pegasystems PEGACPSSA23V1 Exam Questions & Answer from Training Expert TestSimulate [Q38-Q57]

Share

Free Pegasystems PEGACPSSA23V1 Exam Questions and Answer from Training Expert TestSimulate

Top Pegasystems PEGACPSSA23V1 Courses Online


Pegasystems PEGACPSSA23V1 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Security: Access control methods, case attachment management, and data encryption are explored. This topic ensures data security and access management.
Topic 2
  • Mobile: This topic differentiates between mobile delivery options and designs applications for mobile use, including certificate sets.
Topic 3
  • Case Management: The section on case management involves work groups, queues, and organizational structures. It covers parallel case processing, locking strategies, and pre
  • post-processing for efficient case flow. Service-level agreement configurations are also extended and managed.
Topic 4
  • User Experience: Creating and authenticating Pega Web Mashups is the focus of this brief topic.

 

NEW QUESTION # 38
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. Several applications on the system write cases to the pr_other table in the database.
  • C. A developer uses an SQL query tool or activities to archive case data before purging tables.
  • D. Business architects have delegated a large number of rules to process owners.

Answer: A,B

Explanation:
Generating report data based on several properties stored in the BLOB (Binary Large Object) can impact performance because it requires full database table scans. Using SQL query tools or activities to archive case data before purging tables can also negatively impact performance, as they may not be optimized for the Pega Platform's data structures. References: Pega Platform Help - Performance Best Practices.


NEW QUESTION # 39
You perform a major skim on the ruleset ABC:02-02-01 to ABC:03-01-01.
In the Answer area, select the ruleset versions that the skim operation uses to copy rules into ABC:03-01-01.

Answer:

Explanation:

Explanation:
The major skim operation copies rules from the highest minor version of the current major version of a ruleset to create a new major version. In this scenario, the ruleset being skimmed is ABC:02-02-01, indicating that the current major version is 02.
Given this, the ruleset versions that would be used by the skim operation to copy rules into ABC:03-01-01 would be the highest minor versions within the major version 02.
* 02-01-01: This is not the highest minor version (since we have 02-02-01), so it would not be used. The answer should be "No."
* 01-02-01: This is from a different major version (01), so it would not be used. The answer should be
"No."
* 02-01-05: Despite having a higher patch version, it belongs to the minor version 01 within the major version 02. Since we have a higher minor version 02, this would not be used. The answer should be
"No."
Only the highest minor version from the current major version (in this case, 02-02-01) is used for the skim operation to create the new major version ABC:03-01-01. If the ruleset version 02-02-01 were listed, the correct answer would be "Yes" for that version, but as it is not listed, none of the provided ruleset versions would be used in this skim operation.


NEW QUESTION # 40
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. Specify both classes in the Pages & Classes tab on the report definition.
  • B. Configure a class join on the report definition to join operator information to each case.
  • C. Use an association rule to join operator information to each case.
  • D. Add the operator ID to the report definition as a parameter.

Answer: B,C

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 # 41
A form must support accessibility.
How do you enable a user to specify a date?

  • A. Configure a text box to allow date entry.
  • B. Use a calendar control that displays an entire month.
  • C. Use a calendar control that displays an entire year.
  • D. Provide separate controls for month, day, and year.

Answer: B

Explanation:
To support accessibility, it's recommended to use a calendar control that displays an entire month. This allows users who rely on screen readers or keyboard navigation to select a date without the need for precise mouse control or having to manually input the date, which can be error-prone. Reference: Pega User Interface Design Guide - Accessibility.


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

  • A. Update an activity
  • B. Execute a data transform
  • C. Specify which flow action to run
  • 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 # 43
Which action can a Declare OnChange rule perform when a specified property changes?

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

Answer: D

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 # 44
Which two statements are valid regarding Pega Web Mashup? (Choose Two)

  • A. Mashup requests are checked for the corresponding mashup channel ID parameter.
  • B. A mashup can allow access to Dev Studio for full system configuration.
  • C. Pega Platform limits mashup users to working on existing cases.
  • D. A user can view their worklist in an external portal and select items on which to take action.

Answer: A,D

Explanation:
* B: Mashup requests are checked for the corresponding mashup channel ID parameter to ensure that the request is coming from a trusted source and is intended for the Pega application.
* D: A user can view their worklist in an external portal and select items on which to take action, which is one of the key features of the Pega Web Mashup as it extends Pega's capabilities to external web pages.
References: Pega official documentation on Pega Web Mashup capabilities.


NEW QUESTION # 45
Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.

Answer:

Explanation:

Explanation:
Graphical user interface, application Description automatically generated


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

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

Answer: A,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.Reference: Pega Community documentation on ABAC and its use cases.


NEW QUESTION # 47
A client requests that you add a footer to the Case Manager portal. How do you satisfy this request?

  • A. Configure a navigation record to describe the new portal format.
  • B. Change the section layout on the harness referenced on the portal record.
  • C. Update the portal format in the skin applied to the portal.
  • D. Update the portal type on the portal record.

Answer: C

Explanation:
Adding a footer to the Case Manager portal can be done by updating the skin that's applied to the portal. Skins in Pega define the look-and-feel of user interfaces, including headers, footers, and other elements. References:
Pega Platform Help - Skins.


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

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

Answer: C,D

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 # 49
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.

Answer: B

Explanation:
To satisfy the requirement where service level intervals vary according to multiple criteria (passenger status, class of service, and fare type), you would create a multivariate circumstanced rule, a circumstance definition, and a circumstance template. This allows you to create SLAs that vary based on the combination of these criteria. References: Pega official documentation on circumstancing rules.


NEW QUESTION # 50
Which two configurations do you implement when using a Pega Web Mashup? (Choose Two)

  • A. Configure a node-level data page to hold security access information about the external system.
  • B. Add an access group for the application rules that need to be accessed from the external system.
  • C. Leverage the standard authentication service IACAuthentication and update the authentication activities.
  • D. Configure the application permissions by specifying a list of trusted domains in the application rule.

Answer: C,D

Explanation:
* A: When using a Pega Web Mashup, leveraging the standard authentication service IACAuthentication and updating the authentication activities to match the external system's requirements is a common practice.
* D: Configuring application permissions by specifying a list of trusted domains in the application rule is important for security purposes and to control which external domains are allowed to embed the mashup. References: Pega official documentation on Pega Web Mashup configuration.


NEW QUESTION # 51
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. Create a validate rule to copy the selected items.
  • B. Create a declare expression with the page list property as the target.
  • C. Add a data transform to the flow action as a pre-processing action.
  • D. Add a data transform to the flow action as a post-processing action.

Answer: D

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.Reference: Pega Community documentation on data transforms and flow action post-processing.


NEW QUESTION # 52
On which type of rule can you configure edit validate rules?

  • A. Flow actions
  • B. Activities
  • C. Case types
  • D. Properties

Answer: D

Explanation:
Edit validate rules are associated with properties to validate the property value when a user inputs data. Edit validate rules contain a Java function that is called to check the property value for correctness. Reference: Pega Platform Help - Edit validate rules.


NEW QUESTION # 53
What are the two most common ways to expose your application to an external system? (Choose Two)

  • A. Leverage the Pega API.
  • B. Create a connector linked to a data page.
  • C. Configure a signed certificate.
  • D. Create a web service with the Service wizard.

Answer: A,D

Explanation:
The two most common ways to expose your application to an external system are to leverage the Pega API (B) and to create a web service with the Service wizard (D). The Pega API provides a set of out-of-the-box RESTful endpoints for performing operations within the Pega Platform. The Service wizard simplifies the creation of SOAP or REST services, enabling external systems to interact with Pega applications.References:
Pega Community documentation on Pega API and Service wizard.


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

  • A. Rules with unjustified warnings in the application
  • B. Rules with warnings in the application
  • C. Pega Platform core rules used in the application
  • D. Unweighted compliance score
  • E. Percentage of compliant rules 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 # 55
How do you ensure that only a manager can run a specific flow action?

  • A. Add a pre-processing activity to the flow action form to determine whether the user is a manager.
  • B. Add a validate rule to the flow action form to determine whether the user is a manager.
  • C. Add an Access When condition to the flow action to determine whether the user is a manager.
  • D. Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.

Answer: D

Explanation:
To ensure that only a manager can run a specific flow action, the best approach is to add a privilege to the flow action form (B) and then assign this privilege to a role that is exclusive to managers. This role is then associated with the access group designated for managers. Privileges provide a granular level of security that can be used to control access to specific actions within a Pega application, such as executing a flow action. By leveraging privileges, you can ensure that only users with the manager role, who possess the necessary privilege, can execute the flow action, thereby enforcing the desired level of access control.Reference: Pega Community documentation on privileges, roles, and access groups.


NEW QUESTION # 56
Which three mobile device features can you leverage by using Pega Mobile Client? (Choose Three)

  • A. Barcode scanning
  • B. Phone calls
  • C. Text messages
  • D. Push notifications
  • E. Biometric identification

Answer: A,D,E

Explanation:
Pega Mobile Client supports leveraging various mobile device features to enhance app functionality and user experience. Barcode scanning (A) is commonly used in logistics and retail applications for quick identification and tracking of items. Biometric identification (C), such as fingerprint or facial recognition, adds an extra layer of security for user authentication. Push notifications (D) are crucial for real-time communication, alerting users to updates or required actions within the app, even when the app is not actively in use.References: Pega Community documentation on Pega Mobile Client capabilities.


NEW QUESTION # 57
......

New (2025) Pegasystems PEGACPSSA23V1 Exam Dumps: https://www.testsimulate.com/PEGACPSSA23V1-study-materials.html