FC0-U61 · Question #631
Which of the following is the BEST example of one-tier service architecture?
The correct answer is D. Mobile photography application. A mobile photography application is the best example of one-tier service architecture because all its components reside on a single device.
Question
Which of the following is the BEST example of one-tier service architecture?
Options
- AOnline banking website
- BCloud management system
- CDatabase management system
- DMobile photography application
How the community answered
(18 responses)- A6% (1)
- D94% (17)
Why each option
A mobile photography application is the best example of one-tier service architecture because all its components reside on a single device.
An online banking website is a multi-tier application, involving a client (browser), web server, application server, and database server.
A cloud management system is inherently multi-tier, dealing with distributed resources, APIs, and complex backend services.
A database management system (DBMS) itself is a component, often part of a multi-tier architecture, managing data for other applications, rather than being a self-contained one-tier application.
A mobile photography application typically runs entirely on the user's mobile device, encompassing the user interface (presentation), the image processing and editing logic, and local storage for photos (data). All these functional tiers are consolidated within a single environment, characteristic of one-tier architecture.
Concept tested: Software architecture- one-tier
Source: https://en.wikipedia.org/wiki/Multitier_architecture
Topics
Community Discussion
No community discussion yet for this question.