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

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.