Which two control types allow you to display three balance transfer offers on a form with a single control, to prevent the customer from selecting more than one offer? (Choose Two)
A. Button B. Radio buttons C. Checkbox D. Drop-down list
B. Radio buttons
Explanation/Reference:
To display multiple options (like balance transfer offers) on a form where only one can be selected at a time, the suitable control types are:
B . Radio buttons. Radio buttons are ideal for allowing users to select one option from multiple choices. They are mutually exclusive, which means selecting one option deselects any other previously selected option. D . Drop-down list. A drop-down list also allows users to select one option from multiple choices presented in a compact form. It ensures that only one selection can be made at any time, fitting the requirement to prevent multiple selections.
Question 192:
All managers must be able to view the Employee vacation requests report in their Manager portal dashboards. Which configuration fulfills this requirement?
A. Create a new landing page on the portal with the new report saved in a public category. B. Add a report widget to the portal dashboard, and then click Publish to default. C. Add a report widget to the portal dashboard, and then click Publish. D. Add the report to a public category, and then add the out-of-the-box Reports landing page to the portal.
D. Add the report to a public category, and then add the out-of-the-box Reports landing page to the portal.
Explanation/Reference:
To fulfill the requirement that all managers must be able to view the Employee vacation requests report in their Manager portal dashboards, the report must be made readily accessible in a manner that integrates seamlessly with the existing portal structure.
D . Add the report to a public category, and then add the out-of-the-box Reports landing page to the portal: This approach ensures broad accessibility by placing the report within a public category, making it available to all managers. Integrating the Reports landing page into the portal provides a centralized location for managers to access this and potentially other relevant reports directly from their dashboard, enhancing the usability and efficiency of the portal. Creating a new landing page (A) specifically for the new report may not be necessary if the existing Reports landing page structure can accommodate the report, and it may introduce unnecessary complexity. Adding a report widget and publishing it to the default (B) or without specifying the target audience (C) might not ensure the report's visibility to all managers as required. Pega's reporting and dashboard configuration documentation outlines methods for making reports accessible within user portals, emphasizing best practices for report categorization and portal integration to support effective information dissemination. Top of Form
Question 193:
You are configuring routing for a customer warranty service request. All warranty service requests are routed to the warranty resolution group except for warranty service requests for beta and release product that requires review by the vice president of service. How do you configure assignment routing to review warranty service requests?
A. Route the assignment to the vice president of service who routes assignments to the warranty resolution group as needed. B. Route the assignment to the warranty resolution group who sends an email notification to the vice president of service for the beta-release product. C. Route the assignment to the skilled group for the beta release when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group. D. Route the assignment to the vice president of service when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group.
D. Route the assignment to the vice president of service when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group.
Explanation/Reference:
For routing customer warranty service requests, particularly when different routing rules apply based on product status:
D . Route the assignment to the vice president of service when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group. This routing strategy is efficient for handling cases where special attention is required by higher management (e.g., the vice president of service) for beta and release products, ensuring that such cases are escalated appropriately while other standard warranty requests continue to be processed by the usual resolution group. This setup optimizes the handling process by directing cases based on their specificity and importance.
Question 194:
With Pega's Situational Layer Cake approach, how do you configure a regional variation for Human Resources (HR) time off cases?
A. Create a rule for the variation and add the rule to the common layer of the application. B. Create a rule for the variation and replace the existing HR time off rule in the application common layer. C. Create a rule for the variation and add it to a secondary common application layer. D. Create a rule for the variation and add the rule to the layer for the region
D. Create a rule for the variation and add the rule to the layer for the region
Explanation/Reference:
In Pega's Situational Layer Cake approach, which is used to manage variations specific to particular circumstances such as regional differences:
D . Create a rule for the variation and add the rule to the layer for the region. This approach aligns with the best practice of using circumstancing and layering to manage regional or other contextual variations in an application. By adding the regional variation to a specific regional layer, the system can selectively apply this rule when processing cases from that region, ensuring that regional specificities are adhered to without impacting the general application behavior.
Question 195:
An online sales application supports both laptop and mobile devices. You are configuring the application skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require. Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)
A. Use the same application skin in all portals. B. Update the process to give mobile users a separate portal. C. Do not use a skin for the mobile application version. D. Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.
A. Use the same application skin in all portals. D. Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.
Explanation/Reference:
When configuring an application skin to ensure responsive layouts are displaying correctly across different devices, such as laptops and mobile devices, without impacting the user experience negatively for laptop users, careful adjustments to the skin and its responsive settings are required. A . Use the same application skin in all portals: Utilizing a single application skin across all portals ensures consistency in branding and design. The same skin can be configured to adapt responsively to various screen sizes, ensuring a seamless user experience across devices. D . Adjust the responsive behavior in the skin for optimal viewing in the mobile portal: The skins responsive behavior settings allow for adjustments specific to how UI elements are rendered on different screen sizes. By fine-tuning these settings, the application can ensure that views are displayed as required on mobile devices without affecting the layout on larger screens, like laptops. Updating the process to give mobile users a separate portal (B) could be an approach but might introduce complexity and maintenance overhead, as well as potentially fragment the user experience. Not using a skin for the mobile application version (C) is not advisable as it disregards the benefits of a unified and controlled UI design across devices. Pega's documentation on skin configuration and responsive UI design principles highlights how to manage and adjust application skins to accommodate various display requirements, ensuring a consistent and effective user experience across device types.
Question 196:
You are configuring an accident claim case for an automobile insurance company with two child cases as illustrated. How do you suspend the Accident Claim case processing until the Vehicle Damage and Body Injury cases are resolved?
A. Add a wait shape to the parent case pausing the parent case until the child cases resolve. B. Add a service level agreement to resolve the child cases within 90 days. C. Add a 30-day wait to the parent case to allow time for the child cases to resolve. D. Add an approval shape to each of the child cases to resolve the cases.
A. Add a wait shape to the parent case pausing the parent case until the child cases resolve.
Explanation/Reference:
To ensure that the processing of an Accident Claim case is paused until the resolution of both Vehicle Damage and Body Injury child cases:
A . Add a wait shape to the parent case pausing the parent case until the child cases resolve. The wait shape is used in Pega to halt the process flow until specified conditions are met, in this case, the resolution of both child cases. This ensures that the parent case does not proceed until all necessary assessments and repairs documented in the child cases are completed, providing a coherent and controlled case management process.
Question 197:
An internal application grants 75 employees access to one of four personas: Admin, Author, User, and Manager. A new analyst who joins the company requires all the access of the Author persona, but only some of the reporting features that
are available to the Manager persona.
How do you satisfy this security requirement?
A. Add the analyst to the Author persona. B. Create a new Analyst persona with the required access. C. Update the Author persona to include the required analyst reports. D. Add the analyst to both the Author persona and Manager persona.
B. Create a new Analyst persona with the required access.
Explanation/Reference:
To satisfy the security requirement for a new analyst who needs a combination of accesses from two different personas:
B . Create a new Analyst persona with the required access. By creating a custom persona, you can tailor the access rights to precisely fit the unique combination of permissions needed by the analyst, without altering the existing personas or granting broader access than necessary.
Question 198:
Timesheets require the following approvals:
-Regular 40 hours -> Supervisor of employee
-Any overtime -> Manager of Supervisor
-Worked on weekend -> VP Finance
-Negative time-off balance -> HR Director
Which two conditions require an authority matrix? (Choose two.)
A. Worked on weekend -> VP Finance B. Negative time-off balance -> HR Director C. Any overtime -> Manager of Supervisor D. Regular 40 hours -> Supervisor of Employee
C. Any overtime -> Manager of Supervisor D. Regular 40 hours -> Supervisor of Employee
Explanation/Reference:
An authority matrix in Pega is used to manage complex decision-making processes that depend on various levels of organizational authority:
C . Any overtime -> Manager of Supervisor. This condition involves hierarchical decision-making where approval authority escalates beyond the immediate supervisor, making it appropriate for an authority matrix to define and automate the approval paths based on the organizational structure.
D . Regular 40 hours -> Supervisor of Employee. Although this appears straightforward, using an authority matrix helps in organizations where different supervisors might have varying levels of authority based on departmental rules or other factors, thus standardizing the approval process across diverse units.
Question 199:
Apartment tenants submit maintenance requests that specify their name, address, request type, and description of the request. Tenants may submit multiple maintenance requests for different request types. The company wants to identify duplicate maintenance requests from the same address. Which two configurations, when used together on the Search duplicate cases step, achieve this goal? (Choose Two)
A. Configure the request type as a weighted condition. B. Configure the tenant name as a basic condition. C. Configure the apartment address as a basic condition. D. Configure the apartment address as a weighted condition.
B. Configure the tenant name as a basic condition. C. Configure the apartment address as a basic condition.
Explanation/Reference:
In the context of identifying duplicate maintenance requests from the same address in an apartment management application, focusing on key identifiers such as tenant name and apartment address is essential. B . Configure the tenant name as a basic condition: Including the tenant name as a basic condition in the duplicate search criteria helps to identify requests coming from the same tenant,
Question 200:
In which three situations can you use a data transform? (Choose Three)
A. To set the destination location as the arrival location B. To create a new property after case creation C. To set the default arrival date to five days in the future D. To copy the first and last name properties into a single property value E. To perform an action that allows the user to update a reservation
A. To set the destination location as the arrival location C. To set the default arrival date to five days in the future D. To copy the first and last name properties into a single property value
Explanation/Reference:
Data transforms in Pega can be used effectively in the following scenarios:
A. Setting a destination
location to match an arrival location as part of data normalization. C. Automatically calculating and setting a future date based on a specific business logic, such as setting an arrival date five days ahead. D. Merging multiple pieces of data,
such as first and last names, into a single property to facilitate easier data management or reporting.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Pegasystems exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your PEGACPSA23V1 exam preparations
and Pegasystems certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.