Certified Pega System Architect v8.8 — Question 10
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement: Customers must select a make, model, and year to initiate a vehicle-specific search.
How do you configure the data storage in the application to implement the requirement?
Answer options
- A. Configure a data page to store the make, model, and year vehicle data.
- B. Configure a static list of the make, model, and year vehicle data.
- C. Configure a connection to an external system of record that contains the make, model, and year vehicle data.
- D. Configure a local data storage of the make, model, and year vehicle data.
Correct answer: D
Explanation
The correct answer is D because local data storage allows for efficient retrieval and management of vehicle-specific data, which meets the requirement for easy searching. Option A is not as effective because a data page does not provide persistent storage. Option B does not allow for scalability as it limits the data to a static list. Option C may introduce latency and dependency issues, as it relies on an external system.