Question 184 of 499
Cloud Architecture and DesigneasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is to take daily snapshots and transaction log backups every hour. This strategy directly satisfies the required RPO of 1 hour because transaction logs capture every change as it occurs, so even if a failure happens just before the hourly backup, you lose at most 60 minutes of data. The daily snapshot provides a full baseline for the 500 GB database, and by restoring the latest snapshot and then applying the sequential transaction logs, you can meet the 4-hour RTO—assuming your restore pipeline is automated and your infrastructure has sufficient throughput. On the CompTIA Cloud+ CV0-004 exam, this scenario tests your understanding of how snapshots and transaction logs work together to balance recovery speed and data loss; a common trap is choosing only snapshots, which would miss the RPO because snapshots alone can’t capture intra-day changes. Remember the mnemonic: “Snapshots for the big picture, logs for the minute-by-minute.”

CV0-004 Cloud Architecture and Design Practice Question

This CV0-004 practice question tests your understanding of cloud architecture and design. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company is designing a cloud architecture that must meet a recovery time objective (RTO) of 4 hours and a recovery point objective (RPO) of 1 hour for a critical database. The database is 500 GB and runs on a virtual machine. Which backup strategy should be used?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Take daily snapshots and transaction log backups every hour

Option A is correct because daily snapshots provide a baseline recovery point, and hourly transaction log backups ensure that the RPO of 1 hour is met by limiting data loss to at most one hour of transactions. Combined with the ability to restore from the latest snapshot and apply transaction logs, this strategy can achieve an RTO of 4 hours for a 500 GB database, assuming adequate infrastructure and restore automation.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Take daily snapshots and transaction log backups every hour

    Why this is correct

    Meets both RTO and RPO.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Take full backups weekly and differential backups daily

    Why it's wrong here

    Cannot achieve 1-hour RPO.

  • Use continuous database replication to a standby instance

    Why it's wrong here

    This is a high-availability solution, not a backup strategy.

  • Perform block-level incremental backups every 4 hours

    Why it's wrong here

    Exceeds 1-hour RPO.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse high-availability replication (Option C) with a backup strategy, failing to recognize that replication does not protect against logical corruption or allow granular point-in-time recovery to meet RPO requirements.

Detailed technical explanation

How to think about this question

Transaction log backups capture every committed transaction, enabling point-in-time recovery to any second within the log chain. In SQL Server, for example, the log sequence number (LSN) is used to track and apply logs, while in PostgreSQL, WAL archiving serves a similar purpose. The 500 GB size means that full backups take significant time, so combining daily snapshots with frequent log backups balances recovery speed and data loss tolerance.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the CV0-004 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CV0-004 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CV0-004 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CV0-004 question test?

Cloud Architecture and Design — This question tests Cloud Architecture and Design — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Take daily snapshots and transaction log backups every hour — Option A is correct because daily snapshots provide a baseline recovery point, and hourly transaction log backups ensure that the RPO of 1 hour is met by limiting data loss to at most one hour of transactions. Combined with the ability to restore from the latest snapshot and apply transaction logs, this strategy can achieve an RTO of 4 hours for a 500 GB database, assuming adequate infrastructure and restore automation.

What should I do if I get this CV0-004 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CV0-004 practice questions

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CV0-004 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CV0-004 exam.