SG0-001 · Question #363
Which of the following methodologies should an administrator use to backup a zero-downtime, high-performance application?
The correct answer is C. Serverless. The question asks for a suitable methodology or architectural approach to back up an application designed for continuous operation without downtime and high performance.
Question
Which of the following methodologies should an administrator use to backup a zero-downtime, high-performance application?
Options
- ACold backup
- BDAS
- CServerless
- DTape-to-disk
How the community answered
(26 responses)- A4% (1)
- B12% (3)
- C77% (20)
- D8% (2)
Why each option
The question asks for a suitable methodology or architectural approach to back up an application designed for continuous operation without downtime and high performance.
Cold backup requires the application or system to be shut down before backup, which directly contradicts the requirement for "zero-downtime."
DAS (Direct Attached Storage) describes a storage type directly connected to a server and is not a backup methodology suitable for high-performance, zero-downtime applications.
A serverless architecture inherently provides high availability and resilience, where applications run without managing underlying servers, and data persistence often utilizes highly available cloud services with built-in backup and replication capabilities, ensuring zero downtime for application operations during backup processes. This approach moves the responsibility for infrastructure availability and data protection to the cloud provider, enabling seamless operation.
Tape-to-disk describes a data movement strategy between storage media, typically for long-term retention. While it can be part of a backup strategy, it does not specifically ensure zero downtime for the application itself during the primary backup process.
Concept tested: Serverless architecture benefits for resilience/backup
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/serverless/serverless-best-practices
Topics
Community Discussion
No community discussion yet for this question.