Certified Information Privacy Technologist (CIPT) — Question 19

SCENARIO -
Please use the following to answer next question:
EnsureClaim is developing a mobile app platform for managing data used for assessing car accident insurance claims. Individuals use the app to take pictures at the crash site, eliminating the need for a built-in vehicle camera. EnsureClaim uses a third-party hosting provider to store data collected by the app. EnsureClaim customer service employees also receive and review app data before sharing with insurance claim adjusters.
The app collects the following information:
✑ First and last name
✑ Date of birth (DOB)
✑ Mailing address
✑ Email address
✑ Car VIN number
✑ Car model
✑ License plate
✑ Insurance card number
✑ Photo
✑ Vehicle diagnostics
✑ Geolocation
What IT architecture would be most appropriate for this mobile platform?

Answer options

Correct answer: D

Explanation

Service-oriented architecture (SOA) is ideal for this mobile platform as it allows various services to communicate and share data seamlessly, which is crucial for managing diverse information types like user data, diagnostics, and geolocation. Other architectures like peer-to-peer or client-server may not provide the necessary flexibility and scalability needed for handling multiple services and data sources effectively.