Certified Pega System Architect v8.8 — Question 7
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: C
Explanation
The correct answer is C because connecting to an external system of record allows access to a comprehensive and updated database of vehicle makes, models, and years. Options A and D suggest storing the data locally, which may not be scalable or updated regularly. Option B proposes a static list, which would quickly become outdated and not cover all possible vehicle options.