Pass PEGACPSSA23V1 Exam - Real Test Engine PDF with 145 Questions
Get New PEGACPSSA23V1 Certification Practice Test Questions Exam Dumps
NEW QUESTION # 66
How do you enable field-level auditing for properties?
- A. Add a field validation to the case workflow.
- B. Enable field-level auditing for the case type.
- C. Add an auditing optional action to the case workflow.
- D. Enable the auditing feature on the property rule forms.
Answer: D
Explanation:
Field-level auditing is enabled directly on the property rule form, where you can specify that changes to the property should be audited. This ensures that any changes to the field are tracked and recorded. Reference: Pega Platform Help - Auditing.
NEW QUESTION # 67
What two actions must you perform to create a class join in a report definition? (Choose Two)
- A. Add an association rule to match key values.
- B. Select the type of match for key values.
- C. Create a prefix for the joined class.
- D. Add a parameter for each property in the class you want to join.
Answer: B,C
Explanation:
To create a class join in a report definition, you must select the type of match for key values (A) and create a prefix for the joined class (C). Selecting the type of match, such as Inner Join or Left Outer Join, determines how records from the primary class and the joined class are combined based on matching key values. Creating a prefix for the joined class helps in distinguishing properties from the joined class from those of the primary class, preventing naming conflicts and clarifying the report definition. These actions are fundamental steps in setting up class joins in report definitions to retrieve and display data from multiple related classes.Reference: Pega Community documentation on report definition and class joins.
NEW QUESTION # 68
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
- A. Add logic to the pre-processing data transform to test if values were already initiated.
- B. Do nothing. The pre-processing data transform is only called once for each assignment.
- C. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
- D. Configure the data transform as post-processing instead of pre-processing.
Answer: A
Explanation:
To ensure that the values are only initiated once for each flow action, add logic to the pre-processing data transform to test if the values were already initiated (A). This logic can prevent the reinitialization of values that have already been set, allowing the pre-processing to only set default values when they are not present, avoiding any unwanted overwrites or duplications of effort.Reference: Pega Community documentation on data transforms and flow action pre-processing.
NEW QUESTION # 69
What is the function of class mapping for reports?
- A. Assign an ID to a class so reports can reference specific properties.
- B. Retrieve data from an associated database table.
- C. Create a new Database table record for a Pega Platform class.
- D. Ensure all data from one report belongs to a single Case type instance.
Answer: B
Explanation:
The function of class mapping for reports is to retrieve data from an associated database table. Class mapping determines which table data is pulled from when running a report, ensuring that the report includes the appropriate data based on the class structure. References: Pega official documentation on class mapping and reporting.
NEW QUESTION # 70
Which two configurations must you make when you add a Split for Each shape to your case life cycle?
(Choose Two)
- A. Define a condition to control when the flow runs for each iteration of the subprocess.
- B. Define when the parent process resumes processing.
- C. Enter the Page List or Page Group property that is the basis of the split.
- D. Enter a unique name for the shape in the Split for Each field.
Answer: B,C
Explanation:
When adding a Split for Each shape to your case life cycle, you must specify the Page List or Page Group property that forms the basis of the split and define when the parent process resumes processing after the iterations of the subprocess are complete. References: Pega Platform Help - Case Design.
NEW QUESTION # 71
As a best practice, in which situation do you configure a keyed data page?
- A. A short list of emojis that often changes
- B. A short list of delivery options that rarely changes
- C. A long list of images that often changes
- D. A long list of vehicle parts that rarely changes
Answer: D
Explanation:
A keyed data page is best used for data that does not change frequently and can be retrieved by a unique key. A long list of vehicle parts that rarely changes fits this criterion because the data can be cached and doesn't require frequent updates, optimizing performance. Reference: Pega Platform Help - Data Pages.
NEW QUESTION # 72
Which two statements are valid about configuring Pega Web Mashup? (Choose Two)
- A. Use the Integration wizard to generate mashup code for use in other systems.
- B. Add a list of trusted domains in your applications in which you want to use the mashup.
- C. Keep the original names of default actions in the mashup code to prevent security risks.
- D. Only create one DIV element in the hosting web page for each Pega gadget.
Answer: B,D
Explanation:
When configuring Pega Web Mashup, it's essential to create one DIV element in the hosting web page for each Pega gadget (A), ensuring that each gadget is properly isolated and rendered within its designated area on the web page. Additionally, adding a list of trusted domains in your application settings (B) is crucial for security, as it specifies which domains are authorized to host the mashup, preventing unauthorized use or embedding of the Pega functionalities in untrusted environments.References: Pega Community documentation on Pega Web Mashup configuration and security best practices.
NEW QUESTION # 73
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.
How do you implement this requirement?
- A. Implement the logic in the data page's response data transform.
- B. Implement the logic in the connector's error handler flow.
- C. Customize the standard pxErrorHandlingTemplate data transform.
- D. Use a transition condition in the activity step invoking the connector.
Answer: B
Explanation:
To handle the unavailability of a system of record when using a SOAP connector, the most effective approach is to implement the retry logic in the connector's error handler flow. This flow can be configured to wait for a specified duration (in this case, an hour) before retrying the connection. If the system remains unavailable after the retry, the flow can then proceed to send a notification to the system administrator. This approach encapsulates the error handling logic within the connector's flow, making it reusable and maintainable.Reference: Pega Community documentation on connector error handling and SOAP connectors.
NEW QUESTION # 74
Drag each security solution on the left to its appropriate use case.
Answer:
Explanation:
Explanation:
Graphical user interface Description automatically generated
To match the security solutions to their appropriate use cases:
* "Access of Role to Object" is typically used to specify what actions a particular role can perform on instances of a class. It would be appropriate for a use case where "Dealers can modify evaluations" since this is an action that a specific role (dealers) would be allowed to perform.
* "Access Control Policy" allows defining rules that enforce property and case access restrictions based on the user role and other conditions. It would be appropriate for a use case where "Customers can only view their own credit report" since this would be a restriction based on user-specific data.
* "Access Deny" is used to explicitly deny access to a rule or data instance. It fits the use case where
"Dealers cannot run reports" because it is a restriction that prevents a specific action (running reports) for a specific role (dealers).
* "Access when" is a rule that defines conditions for whether certain access is allowed. It would be used in the scenario where "Dealers cannot modify orders in the Fulfillment stage" since this is a conditional restriction based on the stage of the process.
Based on these explanations, here is the matched list:
* Access when -> Dealers cannot modify orders in the Fulfillment stage.
* Access Control Policy -> Customers can only view their own credit report.
* Access Deny -> Dealers cannot run reports.
* Access of Role to Object -> Dealers can modify evaluations.
NEW QUESTION # 75
Which two statements about building mobile applications with Pega Platform are true? (Choose Two)
- A. Pega Mobile Build Server is configured in Dev Studio by using your Android or iOS developer certificates.
- B. The containing application determines the layout and appearance of SDK applications.
- C. Pega Platform allows the same certificate set to build and distribute iOS and Android applications.
- D. Pega Mobile Build Server requires HTTPS access.
Answer: A,D
Explanation:
Building mobile applications with Pega Platform, it's true that the Pega Mobile Build Server is configured in Dev Studio using your Android or iOS developer certificates (B). This server is a cloud-based service provided by Pega to facilitate the mobile app build process. It's also true that the Pega Mobile Build Server requires HTTPS access (D) to ensure secure communication during the build process.References: Pega Community documentation on mobile app development and Pega Mobile Build Server configuration.
NEW QUESTION # 76
An application includes the following set of circumstanced instances of a decision table.
You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.
How do you implement this change?
- A. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option.
- B. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Blocked.
- C. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Withdrawn.
- D. Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset.
Answer: B
NEW QUESTION # 77
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-01 (Circumstance: .Country=Algeria)
- B. SelfService:01-01-03 (Circumstance: None, Base Rule checked)
- C. SelfService:01-01-01 (No Circumstance)
- D. SelfService:01-01-02 (Circumstance: Start Date = 1 January 2020; End Date = 31 December 2020)
- E. SelfService:01-01-05 (No Circumstance)
Answer: A
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 # 78
Which two rule types can you mark as a relevant record? (Choose Two)
- A. Section
- B. Skin
- C. Report
- D. Property
Answer: A,C
Explanation:
The rule types that you can mark as relevant records are those that are frequently referenced and are of high importance in the application. Reports (B) and Sections (D) can be marked as relevant records to easily access and modify these important rules. Reference: Pega official documentation on relevant records.
NEW QUESTION # 79
The MyCoSelfService ruleset contains the following instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version. All ruleset versions are in the ruleset list.
Assuming users can access all the ruleset versions, which ruleset version is chosen by rule resolution when
.Country = Japan?
- A. 01-01-02
- B. 01-01-03
- C. 01-02-01
- D. 01-01-04
Answer: D
Explanation:
Rule resolution will choose the rule that is most specific to the circumstances of the case. Since the country is set to Japan, the rule resolution algorithm will choose the rule version that is circumstanced for Japan. Among the options, 01-01-02 is the circumstanced rule that matches the country condition of Japan and would be selected over the base rule and any other versions. References: Pega Platform Help - Rule Resolution.
NEW QUESTION # 80
Which two value types can be used in an Application Setting when modifying values for each production level? (Choose Two)
- A. Picklist
- B. Text
- C. Data transform
- D. Class
Answer: A,B
Explanation:
In Application Settings, you can specify different values for production levels using text (e.g., URLs, file paths) or picklists (for selecting from predefined options). These settings allow for easy adjustment of values according to the environment the application is running in. Reference: Pega Platform Help - Application Settings.
NEW QUESTION # 81
Which two rule types can you mark as a relevant record? (Choose Two)
- A. Section
- B. Skin
- C. Property
- D. Report
Answer: A,C
Explanation:
The rule types that you can mark as relevant records are those that are frequently referenced and are of high importance in the application. Reports (B) and Sections (D) can be marked as relevant records to easily access and modify these important rules. References: Pega official documentation on relevant records.
NEW QUESTION # 82
Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.
Answer:
Explanation:
NEW QUESTION # 83
Which statement regarding managing encrypted data in Pega Platform is true?
- A. Encrypted properties can be referenced in report definitions.
- B. Each organization uses a custom key to encrypt its data.
- C. Encrypted properties cannot be referenced using filter conditions in reports.
- D. Property-level encryption is a time-efficient method to encrypt data.
Answer: C
Explanation:
Managing encrypted data in Pega Platform comes with certain limitations, one of which is that encrypted properties cannot be referenced using filter conditions in reports (A). This is because the encryption obscures the actual value of the property, making it impossible for the reporting engine to perform comparisons or filtering based on the encrypted data. This limitation is essential for maintaining data security, as it prevents unauthorized access to sensitive information through report queries.References: Pega Community documentation on encryption and reporting.
NEW QUESTION # 84
What are three valid ways to exchange data through a Pega Web Mashup? (Choose Three)
- A. Use an SQL call to exchange data between the mashup and hosting web page.
- B. Use an action object configured as a script to perform additional actions on a web mashup gadget.
- C. Use a queue processor to pass updated attributes to the gadget on the hosting web page.
- D. Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.
- E. Use the Javascript function doAction() to set or read data values through the hosting web page.
Answer: B,D,E
Explanation:
In a Pega Web Mashup, valid ways to exchange data include using an action object configured as a script to perform additional actions on a web mashup gadget (A), utilizing the Javascript function doAction() to set or read data values through the hosting web page (B), and using the data-pega-event-onpagedata attribute to configure default values for the gadget (E). These methods facilitate dynamic interaction between the mashup and the hosting web page, allowing for seamless data exchange and integration of Pega functionalities into external web applications.Reference: Pega Community documentation on Pega Web Mashup and integration techniques.
NEW QUESTION # 85
In the Answer Area, drag each mobile application solution on the left to the correct scenario.
Answer:
Explanation:
NEW QUESTION # 86
The current version of an application lists ABC:02-02 as an application ruleset. The ruleset versions listed in the Answer Area are also present on the system.
In the Answer Area, identify the ruleset versions that the skim operation considers when you perform a major version ruleset skim on ruleset ABC.
Answer:
Explanation:
NEW QUESTION # 87
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. The first and last name are required on the form, but a middle name or initial is optional.
- B. New members must be at least 18 years of age at the time they sign up for membership.
- C. Existing members must enter their membership number in the correct format, M-######-0#.
- D. New members can get a 20% discount, if they enter the Coupon Code SAVE.
Answer: C
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 # 88
......
PEGACPSSA23V1 Exam Dumps - PDF Questions and Testing Engine: https://www.vcetorrent.com/PEGACPSSA23V1-valid-vce-torrent.html
Real PEGACPSSA23V1 Exam Dumps Questions Valid PEGACPSSA23V1 Dumps PDF: https://drive.google.com/open?id=14P6vX3K0LxonurjHvLKYGrtTZjX6oygf