As an LSA developing a Pega application for an online grocery store, you are tasked with enabling customers to navigate through various categories such as "Dairy," "Confectionery," "Frozen Food," and "Soft Drinks." Each category contains at least 10 sub-categories, with the workflow varying depending on the selected sub-category. What is the best method of populating the categories and sub-categories and retrieving the related information from the grocery store's database?
Which three of the following options come under security administration events while auditing your Pega application? (Choose Three)
As a Lead System Architect, you are developing a solution for enrolling students into culinary arts training sessions that includes two distinct specializations: Baking and Confectionery. Unique rules and business logic govern each specialization. Which of the following specialization techniques is considered most appropriate in this Pega implementation?
As a Lead System Architect at a multinational corporation, you are tasked with addressing significant user-reported delays in a critical application. Suspecting that the delays are due to database-related issues that have arisen suddenly, you aim to identify and resolve the problem methodically. Which two options do you recommend to isolate the issue and enhance performance? (Choose Two)
As a Lead System Architect tasked with enhancing a hotel room booking application, your objective is to streamline the booking process by identifying high-value customers. To accomplish this, you have decided to segment customers based on the total revenue generated from their bookings, considering that customers can have multiple bookings. The revenue is calculated by summing the amounts of all bookings made by each customer. Customers will be categorized as follows: Silver: Total booking amount is less than $500. Gold: Total booking amount ranges from $500 to $2000. Platinum: Total booking amount exceeds $2000. You want to use SQL functions for efficient customer categorization. Which SQL function code correctly determines the customer categories?
The ABC organization has a financial application built on Pega Platform™. ABC wants to extend this application to other regions in a short period of time, by deploying a large development team. As it is a very sensitive application, ABC wants to have a proper review process to ensure delivery of quality code by the team. What are the two approaches that can help ensure that proper quality check-in gates are in place to achieve this requirement? (Choose Two)
Assume that two customers are simultaneously attempting to book tickets for the same flight, which has limited seat availability. How does the design pattern for limited availability and concurrency handle this scenario? (Choose Two)
ABC Retail Inc. wants a report that illustrates the distribution of customer loyalty based on their shopping history. ABC wants to see the number of customers who have beenshopping with the company for more than 10 years, between five and 10 years, between two and five years, and less than two years. Suggest the most optimistic way of separating and displaying the shopping history using a report.