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?
Answer : B
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.
In a Credit Card Payment case type, you want to set the yearly fee to USD 75.
How do you set the Yearly fee field?
Answer : A
To set a static yearly fee for a Credit Card Payment case type:
A . In the Data initialization page, set the Yearly fee field to 75. If the fee is a fixed amount that does not require calculation, you can directly initialize it on the relevant data page or within the data model where the fee is referenced. This ensures that every instance of the Credit Card Payment case will use the set fee amount.
In which workspace do you configure a service-level agreement (SLA) with a passed deadline interval that repeats three times?
Answer : D
To configure a service-level agreement (SLA) with a passed deadline interval that repeats:
D . Dev Studio. Dev Studio provides advanced configuration options, including the ability to set up complex SLAs. This environment allows you to define detailed parameters for SLAs, such as a passed deadline interval and the repetition of those intervals.
Which statement about responsive breakpoints is true?
Answer : A
Responsive breakpoints in UI design:
A . Responsive breakpoints trigger selected behaviors to optimize data presentation. Breakpoints are specific widths at which a site's layout will adjust to provide the best user experience. They help to ensure that no matter the size of the screen, from a mobile phone to a desktop monitor, the application presents data in an organized and readable manner.
Which two requirements ensure that valid data is used in a case? (Choose two.)
Answer : A, C
To ensure that valid data is used in a case:
A . The data fits the business logic. Valid data must align with the business rules and logic of the application, ensuring that the data used in case processing is appropriate for the business context.
C . The data is the correct field type. Having data that is of the correct field type is fundamental to ensuring that the application processes and stores information accurately. This includes ensuring that dates, numbers, text, and other data types are used in their respective fields appropriately.
You are developing a Visa case type to process entry visa applications. As part of the process, applicants schedule an interview with the consulate. An Interview child case is created for the interview process.
Following the interview, the consulate reaches a decisions within 48 hours or more. For Visa case to proceed to application notification, the Interview case needs to be resolved.
After you create the Interview child case, how to do you configure the case type to achieve the required behavior?
Answer : B
To manage the progression of a Visa application case type, contingent upon the resolution of an Interview child case:
B . Following the Create Case step, add a Wait step that pauses the parent case until the Interview reaches the Resolved status. This approach is ideal for ensuring that the main Visa case does not proceed until the Interview child case is fully resolved, aligning the case progression with the actual completion of necessary procedural steps, thus maintaining process integrity and dependency.
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days. To meet this requirement you need to set the____in the service level to 5 days.
Answer : C
To ensure medical claims are resolved within a 5-day timeframe, the appropriate configuration in a service level agreement involves setting a specific deadline:
C . Deadline. In Pega, the deadline parameter in a service level agreement specifies the maximum allowable time by which a case or task must be completed. Setting this to 5 days ensures that the medical claim processing adheres strictly to the required timeframe.