Latest PEGACPSA88V1 Actual Free Exam Questions Updated 84 Questions
Free PEGACPSA88V1 Exam Braindumps certification guide Q&A
NEW QUESTION # 24
A Declare expression evaluates a circumstanced decision tree. The decision tree evaluates a property set by a data transform. What two steps do you perform to ensure that the decision tree is configured properly ? (Choose 2)
- A. Configure a test page with data to satisfy the circumstancing condition
- B. Test the declare expression to verify that the rule is configured correctly
- C. Specify the value of the circumstancing property when prompted in the run rule dialog
- D. Test the data transform to verity the result is correct
Answer: A,C
NEW QUESTION # 25
Users create Insurance Coverage Request Cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure and the type of the procedure. After entering the information, user submits the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate request can occur. A request is considered a duplicate if the patient name, procedure type, procedure date match an existing request. You have been given two requirements:
- Ensure that users can identify duplicate requests.
- If a case is duplicate, it is not written to the database. Otherwise, write the case to the database.
Which two options configure application so that users can identify duplicate requests? (Choose two)
- A. Configure a validate rule to validate matching cases.
- B. Configure a duplicate search decision table and add it to a Decision shape
- C. Add a duplicate search step to the case life cycle design.
- D. Configure weighted conditions.
Answer: A,B
NEW QUESTION # 26
n a purchase request case type, you have the following requirement Purchase requests should automatically go to the manager of an employee to meet this requirement, you design a case with a.
Available Choices (select all choices that are correct)
- A. step that routes to the manager
- B. process that routes to the manager
- C. stage to route requests to the manager
- D. change stage step to allow the employee to route to the manager
Answer: A
Explanation:
To meet this requirement, you can design a case with a step that routes to the manager. A step is an action that users or systems perform to advance a case toward resolution. You can configure a step to route to a specific user or group of users based on their role, skill, availability, or reporting structure. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/adding-steps-case-life-cycle
NEW QUESTION # 27
Which two requirements ensure that valid data is used in a case? (Choose two.) Available Choices (select all choices that are correct)
- A. The data fits the business logic
- B. The data is the correct field type
- C. The data is organized in a data type
- D. The data is locally sourced
Answer: A,B
Explanation:
These two requirements ensure that valid data is used in a case. The data fits the business logic means that the data values are consistent with the rules and conditions that define the case behavior and outcome. The data is the correct field type means that the data values match the expected format and structure of the field properties, such as text, number, date, or email. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-types https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/field-values
NEW QUESTION # 28
A requirement for a hotel reservation case type states that as customers change their room selection, the total cost of the reservation updates. How do you satisfy this requirement ?
- A. Define a declare expression for the total cost field.
- B. Apply a Disable when condition to the total cost field.
- C. Configure a Validate rule for the room selection step.
- D. Add a When condition to the room selection step.
Answer: A
NEW QUESTION # 29
Depending upon the purchase request amount, approvals cascade from the users to a loan officer, then to a director and finally to a vice president. The loan officer is the user's manager. The director is the loan officer's manager. The vice president is the director's manager.Which two approaches can you use to configure the cascading approval? (Choose two)
- A. Approval based on Reporting structure and when conditions, using each operator's reporting to manager to determine the approver(s)
- B. Approval based on Reporting structure, using the workbasket manager to determine the approver(s)
- C. Approval based on Authority Matrix, with a Decision Table rule to determine the approver(s)
- D. Approval based on Authority Matrix, with a Decision Tree rule to determine the approver(s)
Answer: A,B
NEW QUESTION # 30
You want your application to have consistent styling across portals. You want the backgroundcolor of all buttons in your application to be blue. You want the background color of the buttons to be easily updated in case corporate branding changes. Which attribute do you modify to set the background color?
- A. The application skin
- B. The background mixin
- C. The controls format
- D. The buttons format
Answer: D
NEW QUESTION # 31
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement Customers must select a make, model, and year to initiate a vehicle-specific search How do you configure the data storage in the application to implement the requirement?
Available Choices (select all choices that are correct1
- A. Configure a static list of the make model and year vehicle data
- B. Configure a connection to an external system of record that contains the make, model and year vehicle data
- C. Configure a data page to store the make, model, and year vehicle data
- D. Configure a local data storage of the make model and year vehicle data
Answer: B,C
Explanation:
To implement this requirement, you can configure a data page to store the make, model, and year vehicle data and configure a connection to an external system of record that contains the make, model, and year vehicle data. A data page is a rule that defines how and when to load data into memory for use by an application. You can configure a data page to source its data from an external system by using connectors or integrations. This way, you can access up-to-date vehicle data from an external database or web service without storing it locally in your application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-pages https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/sourcing-data-page-data-external-systems
NEW QUESTION # 32
In the Travel booking case type, if a passenger indicates that they are traveling with a service animal, they must document the type. size, and age of the animal How do you configure the case life cycle to meet this requirement?
Available Choices (select all choices that are correct
- A. Create a Service animal accommodation child case that is automatically resolved if the passenger is not traveling with a service animal
- B. Add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process
- C. Apply an optional action to the Travel booking case type to allow the passenger to provide the information as needed
- D. Configure a validation rule in the Travel booking case type settings to check whether the passenger is traveling with a service animal
Answer: B
Explanation:
To meet the requirement, you can add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process. The condition can be based on a property that indicates whether the passenger is traveling with a service animal or not. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/adding-processes-case-life-cycle
NEW QUESTION # 33
You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are not evaluated as potential duplicates?
- A. Add a must match condition where the work status of potential duplicates does not contain "Resolved".
- B. Add a weighted condition that evaluates the work status of current and existing cases where work status equals "Resolved" and has a weight of "0"
- C. Add a must match condition where the work status of the current case does not contain "Resolved"
- D. Add a weighted condition where the work status of potential duplicates does not contain "Resolved"
Answer: D
NEW QUESTION # 34
ABC BankCorp wants to create a mobile app experience for users and CSRs for its Transaction Dispute application. Of the following requirements, which option requires you to configure distinct mobile app channels?
Available Choices (select all choices that are correct)
- A. Mobile app color palettes are different for users and CSRs
- B. The mobile app customizes currency units and date/time format according to the location of the users
- C. The mobile app supports all mobile phone operating systems
- D. CSRs can create other case type instances on the mobile app
Answer: A
Explanation:
This option requires you to configure distinct mobile app channels because it involves customizing the look and feel of the mobile app for different user groups. A mobile app channel is a configuration layer that defines how users interact with your application on mobile devices. You can create multiple mobile app channels for different user groups or personas and apply different branding, security, or functionality settings to each channel. Reference: https://community.pega.com/knowledgebase/articles/mobile/86/configuring-mobile-app-channels
NEW QUESTION # 35
Select each description on the left and drag it to the correct property mode on the right.
Answer:
Explanation:
NEW QUESTION # 36
You need to localize correspondence into a language that is unavailable in the Pega language pack Which option satisfies the requirement?
Available Choices (select all choices that are correct)
- A. Run the Localization wizard and add translations to Translation html.
- B. Create the Translation rule manually and include the rule in the application ruleset.
- C. Leverage translation services SOAP calls and enable records for translation.
- D. Configure a field value record that contains the correspondence text.
Answer: B
Explanation:
To localize correspondence into a language that is unavailable in the Pega language pack, you can create the Translation rule manually and include the rule in the application ruleset. A Translation rule is a rule that defines how to translate text from one language to another. You can create a Translation rule manually by using the Create menu in Dev Studio and selecting Rule > Integration-Resources > Translation. You can then specify the source and target languages, the text to be translated, and the translated text. You can also use a decision table or a connector to provide the translated text. You must include the Translation rule in the application ruleset so that it can be used by the application. Reference: https://community.pega.com/knowledgebase/articles/integration/86/translation-rules
NEW QUESTION # 37
An insurance claim case type is defined as follows:
If the Review claim step is configured to set the status to Pending-Investigation, when is the status of the case set to Pending-Investigation?
Available Choices (select all choices that are correct)
- A. When the Review claim step completes
- B. When Investigate claim step completes
- C. When the Process claim stage starts
- D. When the Review claim step starts
Answer: D
Explanation:
The status of a case is set to the value configured in the Status field of an assignment shape when that assignment starts. Therefore, if the Review claim step is configured to set the status to Pending-Investigation, the status of the case is set to Pending-Investigation when the Review claim step starts. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/updating-case-status
NEW QUESTION # 38
Which option follows best practices for naming a ruleset in Pega Platform?
Available Choices (select all choices that are correct)
- A. Pega-Prod 01-04-01
- B. Expense 01-02-05
- C. Credit Check:03-01-02
- D. Grand-Corporation-Human-Resources-Department 01-01-03
Answer: C
Explanation:
This option follows best practices for naming a ruleset in Pega Platform. A ruleset name consists of two parts separated by a colon (:). The first part is an application-specific identifier, such as Credit Check, that is unique within your organization. The second part is a version number that consists of three numeric segments separated by hyphens (-), such as 03-01-02. Reference: https://community.pega.com/sites/default/files/help_v88/procomhelpmain.htm#rule-/rule-ruleset-/rule-ruleset-name/main.htm
NEW QUESTION # 39
In which two situations is it appropriate to use a decision table? (Choose two.
Available Choices (select all choices that are correct)
- A. A hair care company suggests a line of products to customers based on their hair type, scalp moisture, hair moisture, and whether it is color-treated.
- B. dance studio recommends a membership type based on the number and type of dance classes the customer wants to attend every month
- C. If customers decide to add insurance, checked bags or early boarding to their airtine tickets extra fees are added to their order total
- D. Order total is calculated based on the quantity and price of the items in the customer's shopping cart
Answer: A,B
Explanation:
In these two situations, it is appropriate to use a decision table because they involve deriving values that have one of a few possible outcomes based on multiple variables. For example, the dance studio can use a decision table to recommend different membership types based on different combinations of number and type of dance classes. The hair care company can use a decision table to suggest different product lines based on different combinations of hair characteristics. Reference: https://academy.pega.com/topic/decision-tables/v1
NEW QUESTION # 40
two statements about Configuration sets are true? (Choose two.)
Available Choices (select all choices that are correct)
- A. Used to organize Configuration settings with a common element
- B. Enables the business to control application behavior
- C. Used if a Dynamic System Setting does not meet the requirements
- D. Defined in the Data -Configuration -Setting class
Answer: A,B
Explanation:
These two statements about Configuration sets are true. Configuration sets are a unified configuration framework that allows for truly upgradeable and dynamic applications. Configuration sets enable the business to control application behavior by providing low-code options for customizing parameters for application features or specific case types. Configuration sets are used to organize Configuration settings with a common element, such as an application feature or specific case type. Reference: https://academy.pega.com/topic/configuration-sets/v1
NEW QUESTION # 41
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door. Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.
Object Type » ACME-Products-Data-Color or ACME-Products-Work-Color or ACME-Products-Work-ColorFeedback Edit Mode » Readonly Or Editable Or Savable Scope » Thread Or Requestor Or Node
- A. List, ACME-Products-Data-Color,ReadOnly,Thread
- B. Page, ACME-Products-Data-Color,ReadOnly,Requestor
- C. List, ACME-Products-Work-Color,ReadOnly,Node
- D. Page, ACME-Products-Data-Color,ReadOnly,Node
- E. List, ACME-Products-Data-Color,ReadOnly,Node
- F. List, ACME-Products-Work-ColorFeedback,ReadOnly,Node
Answer: E
NEW QUESTION # 42
Sales managers must be able to approve sales quote proposals by email and from their mobile devices How do you implement this requirement?
Available Choices (select all choices that are correct)
- A. Add an Approve/Reject step and a Send Email step
- B. Add an Approve /Reject step and enable approval from email and mobile
- C. Add an Approve/Reject step and enable email notifications on the case type
- D. Add an Approve/Reject step with mobile approval enabled and add a Send Email step
Answer: B
Explanation:
To implement this requirement, you can add an Approve /Reject step and enable approval from email and mobile. This way, sales managers can approve sales quote proposals by clicking a link in an email or by using their mobile devices. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/configuring-approval-email-and-mobile
NEW QUESTION # 43
Which item is automatically generated when adding an external data source to a data object?
Available Choices (select all choices that are correct)
- A. The authenticating information if required by the corresponding service
- B. A data transform to map the application data model to the connector
- C. A simulated data source to test the implementation
- D. The uniform resource identifier that identifies the web service
Answer: B
Explanation:
When adding an external data source to a data object, a data transform is automatically generated to map the application data model to the connector. A data transform is a rule that defines how to convert data that is in one format and class (the source) into data of another format and class (the target). A connector is a rule that defines how your application exchanges information with an external system. Reference: https://academy.pega.com/topic/data-records/v4 https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/connectors
NEW QUESTION # 44
Several Development teams work on different enhancements.
The release date for each enhancement is uncertain. Which two options allow each team to keep its work separate? (Choose Two)
- A. Create a new application for each team
- B. Create a new ruleset version for each team.
- C. Create a production ruleset for each team.
- D. Set up a branch ruleset for each team
Answer: B,D
NEW QUESTION # 45
A reservation process allows customers to reserve a flight, hotel room, and rental car as part of a travel itinerary Which configuration displays a Select flight insurance check box only when the itinerary includes a flight?
Available Choices (select all choices that are correct)
- A. A required condition (When rule) that is applied to the Select flight insurance check box.
- B. A disable condition (When rule) that is applied to the Select flight insurance check box.
- C. A visibility condition (When rule) that is applied to the Select flight insurance check box.
- D. A disable condition (When rule) that is applied to the section with the flight insurance information.
Answer: C
Explanation:
To display the Select flight insurance check box only when the itinerary includes a flight, you can apply a visibility condition (When rule) to the check box. A visibility condition is a rule that determines whether a UI element is visible or hidden based on a logical expression or a reference to another rule. A When rule is a rule that defines a true-false test based on property values, constants, or other factors. Reference: https://community.pega.com/knowledgebase/articles/user-experience/86/configuring-visibility-conditions
NEW QUESTION # 46
......
The PEGACPSA88V1 certification exam is suitable for professionals who are interested in building and implementing Pega applications. It is an ideal certification for system architects, software developers, and technical leads who want to enhance their skills and knowledge of Pega applications. Certified Pega System Architect 8.8 certification is also suitable for those who are new to the Pega platform and want to gain a solid understanding of its features and capabilities.
PEGACPSA88V1 Certification Overview Latest PEGACPSA88V1 PDF Dumps: https://pass4sure.dumps4pdf.com/PEGACPSA88V1-valid-braindumps.html