Hi, everyone, I didn’t understand this question at all, so I’m here to get some help:
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement: Customers muse 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?
A. Configure a static list of the make, model, and year vehicle data.
B. Configure a local data storage of the make, model, and year vehicle data.
C. Configure a data page to store the make, model, and year vehicle data.
D. Configure a connection to an external system of record that contains the make, model, and year vehicle data.
From what I found on the internet, the correct answer should be “D”, but I dont understand why this one is correct and the others are incorrect. Hope you can help me understand it. Thanks in advance. =D