Get New 2024 Valid Practice To your PEGACPSA88V1 Exam (Updated 84 Questions) [Q23-Q43]

Share

Get New 2024 Valid Practice To your PEGACPSA88V1 Exam (Updated 84 Questions)

Pega CSA PEGACPSA88V1 Exam Practice Test Questions Dumps Bundle!


The PEGACPSA88V1 certification exam is a computer-based exam consisting of 60 multiple-choice questions. Candidates have 90 minutes to complete the exam, and a passing score of 65% is required to obtain the certification. Certified Pega System Architect 8.8 certification exam can be taken at a Pearson VUE testing center or online, depending on the candidate's location.

 

NEW QUESTION # 23
two statements about Configuration sets are true? (Choose two.)
Available Choices (select all choices that are correct)

  • A. Used if a Dynamic System Setting does not meet the requirements
  • B. Enables the business to control application behavior
  • C. Used to organize Configuration settings with a common element
  • D. Defined in the Data -Configuration -Setting class

Answer: B,C

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 # 24
Select the corresponding user interface (UI) action set component for each behavior in the Answer area.

Answer:

Explanation:


NEW QUESTION # 25
Which two statements are true about insights? (Choose two.)
Available Choices (select all choices that are correct)

  • A. You can edit application data directly in an insight.
  • B. You can transform data queries into sharable visualizations.
  • C. You can search for and select the fields that you want to include in an insight.
  • D. You can transform sharable visualizations into data queries.

Answer: B,C

Explanation:
These two statements are true about insights. Insights are rules that Pega Platform uses to transform data queries into tables or visualizations that you can then share between users and embed in landing pages of your applications. Insights can include multiple data items that you can filter, sort, and group according to your business requirements. You can search for and select the fields that you want to include in an insight from the data objects that are available in your application. Reference: https://docs-previous.pega.com/reporting/87/visualizing-data-insights


NEW QUESTION # 26
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. Apply an optional action to the Travel booking case type to allow the passenger to provide the information as needed
  • C. Configure a validation rule in the Travel booking case type settings to check whether the passenger is traveling with a service animal
  • D. Add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process

Answer: D

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 # 27
You are developing a case type that processes scholarship applications. Scholarship applications advance based on the standardized test scores of the applicants. A decision shape directs the process flow. You want to test whether the process flows correctly, but you have not fully configured the user interface so that applicants can enter their standardized test scores.
How do you test that the process flows correctly based on the decision?

  • A. Use a declare expression to set a value for the standardized test score field.
  • B. Use Live Ul to see how the case processes and if an error occurs.
  • C. Use the Clipboard tool to set a value for the standardized test score field.
  • D. Use the Run Rule window to create a unit test to evaluate the flow rule.

Answer: D


NEW QUESTION # 28
An order fulfillment case type allows a customer to update user profile information during the order placement stage The user profile consists of the following three pages
* Account ID and password
* Customer contact information
* A list of open orders with the status of each order
How do you configure the case type to allow customers to update any of the user profile pages individually?
Available Choices (select all choices that are correct1

  • A. Add an optional process to the case workflow
  • B. Add a set of optional actions to the case workflow
  • C. Add an alternate stage to the case life cycle.
  • D. Add a button for each profile page to each assignment

Answer: B

Explanation:
Optional actions are actions that users can perform at any time during a stage in the case workflow. They are not required to advance the case to the next stage or step. Optional actions can be used to allow customers to update any of the user profile pages individually during the order placement stage. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/configuring-optional-actions


NEW QUESTION # 29
In an online retail application, the Order Receipt view displays a list of the products ordered, including the product image, unit cost, and quantity The total cost of the order is displayed at the bottom of the view Which two configurations on the Order Receipt view must be used together to display the required information as described? (Choose two.) Available Choices (select all choices that are correct )

  • A. Add a dynamic layout with an embedded repeating dynamic layout
  • B. Add the total cost outside the repeating dynamic layout
  • C. Add a repeating dynamic layout with embedded dynamic layouts
  • D. Add the total cost Inside the repeating dynamic layout

Answer: B,C

Explanation:
To display the required information as described, you can add a repeating dynamic layout with embedded dynamic layouts and add the total cost outside the repeating dynamic layout. A repeating dynamic layout is a UI element that displays data from a list or table source in various formats, such as cards, grids, or inline grids. You can embed dynamic layouts within a repeating dynamic layout to organize and present data in different sections or columns. You can add the total cost outside the repeating dynamic layout to display it at the bottom of the view. Reference: https://community.pega.com/knowledgebase/articles/user-experience/86/configuring-repeating-dynamic-layouts


NEW QUESTION # 30
A business architect has developed a new process for a case type. To verify that the Ul elements collect the expected results, you want to test the process and the fields. Which two configurations, when used together, allow you to record a set of interactions and save the test results to verify process functionality? (Choose two.) Available Choices (select all choices that are correct!

  • A. Create a scenario test for the case type
  • B. Add explicit assertions on the Scenario testing landing page
  • C. Add explicit assertions on the Ul elements.
  • D. Create a unit test for the case type

Answer: A,C

Explanation:
To record a set of interactions and save the test results to verify process functionality, you can create a scenario test for the case type and add explicit assertions on the UI elements. A scenario test is a test that simulates how users interact with an application to complete a task or goal. An explicit assertion is a test condition that verifies whether an expected value matches an actual value in the application. Reference: https://community.pega.com/knowledgebase/articles/testing-applications/86/creating-scenario-tests


NEW QUESTION # 31
The business process for an automobile insurance claim consists of the following phases
* Submission The customer contacts a customer service representative (CSR) to file the claim
* Review An adjuster reviews the claim, assesses the damages to each vehicle, and provides an estimate of the cost of repairs
* Repair A third party performs the repairs on each vehicle communicating with the adjuster and customer as necessary
* Verification After each vehicle repair, the adjuster closes the claim.
According to Pega best practices which phase can you implement as a child case?

  • A. Submission
  • B. Review
  • C. Verification
  • D. Repair

Answer: D

Explanation:
To implement this requirement, you can implement the Repair phase as a child case. A child case is a case that is created and processed as part of another case, called the parent case. A child case can run independently of the parent case and can have its own life cycle, data, and service levels. By using a child case for the Repair phase, you can allow the parent case to continue independently of the child case processes. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/creating-child-cases


NEW QUESTION # 32
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,Node
  • B. List, ACME-Products-Data-Color,ReadOnly,Thread
  • C. Page, ACME-Products-Data-Color,ReadOnly,Node
  • D. List, ACME-Products-Work-Color,ReadOnly,Node
  • E. Page, ACME-Products-Data-Color,ReadOnly,Requestor
  • F. List, ACME-Products-Work-ColorFeedback,ReadOnly,Node

Answer: A


NEW QUESTION # 33
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. The mobile app customizes currency units and date/time format according to the location of the users
  • B. The mobile app supports all mobile phone operating systems
  • C. CSRs can create other case type instances on the mobile app
  • D. Mobile app color palettes are different for users and CSRs

Answer: D

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 # 34
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. process that routes to the manager
  • B. change stage step to allow the employee to route to the manager
  • C. stage to route requests to the manager
  • D. step that routes to the manager

Answer: D

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 # 35
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 buttons format
  • B. The background mixin
  • C. The controls format
  • D. The application skin

Answer: A


NEW QUESTION # 36
A customer views a product available in multiple color options. The customer must select only one color for each product. Which Ul control allows a developer to present the user with all color choices at once, without prompting or clicking, while ensuring that the user can only select one of the color options ?

  • A. Check box
  • B. Drop-down
  • C. Radio buttons
  • D. Text input

Answer: C


NEW QUESTION # 37
Which of the following statements about responsive breakpoints is true?
Available Choices (select all choices that are correct)

  • A. By default tables have two responsive breakpoints
  • B. Responsive breakpoints rely on fixed widths
  • C. Custom responsive breakpoints are configured in App Studio
  • D. Responsive breakpoint behavior changes based on the device brand

Answer: A

Explanation:
This statement about responsive breakpoints is true. Responsive breakpoints are points at which the layout of a UI element changes based on the screen size or orientation of the device. By default, tables have two responsive breakpoints: one for tablet devices and one for phone devices. You can configure custom responsive breakpoints for other UI elements in App Studio. Reference: https://community.pega.com/knowledgebase/articles/user-experience/88/configuring-responsive-breakpoints


NEW QUESTION # 38
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 disable condition (When rule) that is applied to the Select flight insurance check box.
  • B. A required condition (When rule) that is applied to the Select flight insurance check box.
  • C. A disable condition (When rule) that is applied to the section with the flight insurance information.
  • D. A visibility condition (When rule) that is applied to the Select flight insurance check box.

Answer: D

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 # 39
You are creating a case type to process job applications for a large corporation. Jobapplications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check. How do you configure a case type to achieve the required behavior?

  • A. Create a process on one stage for the background check and a process on another stage for the physical assessment.
  • B. Create a process for the physical assessment that is parallel to the background check process.
  • C. Create a process for the background check and an optional process for the physical assessment.
  • D. Create a process for the physical assessment that is followed by a process for the backgroundcheck.

Answer: B


NEW QUESTION # 40
A meal delivery service recommends a meal plan based on the number of people in the household and dietary restrictions Which two configurations must be used together to determine the recommended meal plan? (Choose two).
Available Choices (select all choices that are correct)

  • A. Configure a decision tree
  • B. Configure a decision shape to add a conditional path
  • C. Configure a decision table
  • D. Configure an assignment to gather customer information

Answer: B,C

Explanation:
To determine the recommended meal plan based on the number of people in the household and dietary restrictions, you can use a decision table and a decision shape. A decision table is a rule that derives values that have one of a few possible outcomes, where each outcome can result from a test of a condition that includes multiple variables. A decision shape is a shape that you can add to a flow to branch the flow based on the result of a decision rule, such as a decision table. Reference: https://academy.pega.com/topic/decision-tables/v1


NEW QUESTION # 41
Which one of the following statements about channel interfaces is true?
Available Choices (select all choices that are correct)

  • A. Creating a channel interface creates a default work queue.
  • B. A persona requires a unique channel interface
  • C. User interfaces are also known as channel interfaces.
  • D. All users see the same channel interface.

Answer: C

Explanation:
This statement about channel interfaces is true. A channel interface is a user interface that allows users to interact with an application through various channels, such as web, mobile, email, chatbot, or voice. A channel interface allows you to adjust your application to your specific business needs by creating tailored and interactive user interfaces. Channels are created from templates that include predefined layouts and navigation for use in your application. Reference: https://academy.pega.com/topic/channel-interfaces/v1


NEW QUESTION # 42
During testing you notice that the Send case status email step does not send an email Which work Item do you create in Agile Workbench to address this issue?

  • A. User story
  • B. Feedback
  • C. Scenario test
  • D. Bug

Answer: D

Explanation:
A bug is a work item that describes an error or defect in the application that prevents it from functioning as expected. A bug should be created in Agile Workbench to address the issue of the Send case status email step not sending an email. Reference: https://community.pega.com/knowledgebase/articles/pega-platform-capabilities/86/creating-bugs-agile-workbench


NEW QUESTION # 43
......

Fully Updated Dumps PDF - Latest PEGACPSA88V1 Exam Questions and Answers: https://www.passtorrent.com/PEGACPSA88V1-latest-torrent.html

Updated PEGACPSA88V1 PDF for the PEGACPSA88V1 Tests Free Updated Today: https://drive.google.com/open?id=10ZtvP14dH4bHCOQ6J5qNpADnZXnGt0s8