Which of the following statements about responsive breakpoints is true?
Answer : C
The statement that is true about responsive breakpoints is:
C . Custom responsive breakpoints are configured in App Studio. This allows you to define how the UI behaves at different screen sizes.
Responsive Breakpoints: These are used to adapt the UI layout for different screen sizes, ensuring a good user experience on all devices.
Pega Academy: Responsive UI Design
Pega Documentation: Configuring Responsive Breakpoints in App Studio
The development, your team creates a spreadsheet with work items to populate the backlog.
...you populate the backlog directly from the spreadsheet?
Answer : A
Import stories: When populating the backlog directly from a spreadsheet, the correct approach is to import the stories. Pega allows for importing user stories from spreadsheets to efficiently populate the backlog.
....can select a checkbox to subscribe to a text messaging service. Selecting the checkbox displays a field to enter a mobile phone number. lo you configure the application to display the mobile phone number field only after users select the checkbox?
Answer : B
Use a visibility condition on the mobile phone number field to determine whether to show the field: In Pega, visibility conditions are used to control the display of UI elements based on specific conditions. In this case, you would configure the visibility condition on the mobile phone number field to display it only when the checkbox for subscribing to the text messaging service is selected.
.....notice that the scope of your project exceeds the original estimates, and the Minimum Lovable Product (MLP) might not be delivered on time.
Answer : D
Project delivery leader: The Project Delivery Leader is responsible for overseeing the project plan, managing resources, and ensuring that project milestones are met. They play a key role in verifying the project plan and adjusting schedules to manage expectations and ensure timely delivery.
.......which two situations is it appropriate to use a decision table? (Choose Two)
Answer : B, D
Decision tables in Pega are ideal for situations where you need to apply multiple conditions to arrive at a decision. They are best used when you have a limited number of conditions and actions that result in a discrete set of outcomes.
B . A dance studio recommending a membership type based on the number and type of dance classes is suitable for a decision table. The number and type of classes can be mapped to specific membership types in a table format where each row represents a possible scenario and outcome.
D . A hair care company suggesting a line of products based on various attributes such as hair type, scalp moisture, hair moisture, and whether it is color-treated is also suitable for a decision table. Each combination of attributes can correspond to a specific product recommendation, making a decision table an efficient way to handle these rules.
Pega Decision Management Overview
Pega Academy: Decision Table Rules
..Pega Business Architect creates the following user story for the project backlog:
..a member of the loyalty program, I would like to be automatically enrolled in all eligible promotional offers so that I can take advantage of the savings without having enroll manually.
Which aspect of the phrase "so that..." does the user story reference?
Answer : C
In the user story 'As a member of the loyalty program, I would like to be automatically enrolled in all eligible promotional offers so that I can take advantage of the savings without having to enroll manually,' the phrase 'so that...' references the business value.
Business Value:
The 'so that...' clause in a user story explains the benefit or value that the feature provides. It clarifies why the feature is important and what the user or business gains from it.
In this case, the business value is that loyalty program members can save time and effort by not having to manually enroll in promotional offers, which enhances customer satisfaction and loyalty.
Pega Academy: User Story Best Practices
Pega Documentation: Writing Effective User Stories
You configure a service level to adjust assignment urgency to 100 when the goal interval lapses.
What does the assignment urgency impact the deadline and passed deadline intervals?
Answer : A
When a service level (SLA) adjusts the assignment urgency to 100 upon the goal interval lapsing, the following impacts occur:
Urgency Value Adjustment: The urgency value of the assignment is set to 100, indicating high priority.
Continued SLA Processing: Other SLA processing, such as escalating actions and notifications, continues as configured.
Urgency Cap: The urgency value remains at 100, which is the maximum urgency, but this does not halt other service level processing.
Therefore, setting the urgency to 100 indicates maximum priority but allows for continued SLA actions such as further escalation and notifications.
Pega Academy: Service Level Agreements
Pega Documentation: SLA Urgency and Escalation Mechanisms