CV0-003 · Question #406
A cloud administrator is given a requirement to maintain a copy of all system logs for seven years. All servers are deployed in a public cloud provider's environment. Which of the following is the MOS
The correct answer is B. Schedule a nightly job on each server to archive all logs. Copy them to a compressed drive on the server.. Compressing and archiving logs locally on each server minimizes storage consumption, making it the most cost-efficient option for seven-year retention among the choices provided.
Question
A cloud administrator is given a requirement to maintain a copy of all system logs for seven years. All servers are deployed in a public cloud provider's environment. Which of the following is the MOST cost-efficient solution for retaining these logs?
Options
- ACreate a long-term storage repository at the cloud provider. Have all logs copied to the cloud storage
- BSchedule a nightly job on each server to archive all logs. Copy them to a compressed drive on the server.
- CConfigure SMTP services on each server and schedule a nightly job to email the logs to the cloud
- DConfigure a nightly job on each server to copy all logs to a single server. Schedule a job on the server to
How the community answered
(15 responses)- A7% (1)
- B80% (12)
- C13% (2)
Why each option
Compressing and archiving logs locally on each server minimizes storage consumption, making it the most cost-efficient option for seven-year retention among the choices provided.
Copying all logs to a cloud provider's storage without compression or lifecycle tiering uses standard-tier pricing, which becomes costly and inefficient over a seven-year period.
Scheduling a nightly job that archives and compresses logs significantly reduces the total storage footprint accumulated over a seven-year retention period, directly lowering storage costs. Storing compressed archives on the server's own attached storage avoids additional charges from dedicated cloud-managed log storage services, making it the least expensive option among those listed.
Transmitting logs via SMTP email is not a supported or scalable archival mechanism and is unreliable for meeting a seven-year compliance retention requirement.
Centralizing all server logs to a single server creates a single point of failure and does not provide a durable or cost-efficient long-term retention solution for seven years.
Concept tested: Cost-efficient long-term log retention strategy
Source: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-retention-configure
Topics
Community Discussion
No community discussion yet for this question.