CIPT Exam QuestionsBrowse all questions from this exam

CIPT Exam - Question 73


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?

Show Answer
Correct Answer: B

The most appropriate IT architecture for the EnsureClaim mobile platform is client-server architecture. In this architecture, the server hosts, delivers, and manages most of the resources and services to be consumed by the client. This model allows the mobile app (acting as the client) to communicate efficiently with the third-party hosting provider (the server) to store and retrieve data. It also enables EnsureClaim’s customer service employees to access and review the app data from the server. Client-server architecture is widely used in web applications and suits scenarios where multiple clients need to access and process shared data, which aligns with the operating requirements of the EnsureClaim app.

Discussion

3 comments
Sign in to comment
837vq3Option: D
Oct 31, 2021

Service-oriented architecture is similar to client-server architecture in that it decouples services from large-scale servers. It allows designers to replicate services across multiple machines.

SbowoOption: C
Dec 26, 2021

Mobile app platform usually using plug-in based architecture because it use market place of IOS and Android to be installed on mobile

StantsOption: B
Jan 27, 2024

The most appropriate IT architecture for this mobile platform would be Option B: Client-server architecture. In a client-server architecture, the server hosts, delivers, and manages most of the resources and services to be consumed by the client. This model would allow the mobile app (the client) to communicate with the third-party hosting provider (the server) to store and retrieve data. It would also enable EnsureClaim’s customer service employees to access and review the app data from the server. This architecture is commonly used in web applications and is well-suited to scenarios where multiple clients need to access shared data, which aligns with the needs of the EnsureClaim app. So, the answer is Option B.