nerdexam
HP

HP0-J73 · Question #109

A customer needs to be able to perform an instant recovery of database data files. The recovery point is one hour to enable them to have a specified point time to restore the data if the data migratio

The correct answer is B. backups to disk. Disk-based backups allow data to be captured at scheduled intervals, creating a defined recovery point that can be restored if a migration fails.

Storage Industry Concepts and Terminology

Question

A customer needs to be able to perform an instant recovery of database data files. The recovery point is one hour to enable them to have a specified point time to restore the data if the data migration fails. Which form of data replication enables the customer to achieve this goal?

Options

  • Avolume clones
  • Bbackups to disk
  • Casynchronous replication
  • Dsnapshots

How the community answered

(20 responses)
  • A
    20% (4)
  • B
    70% (14)
  • C
    5% (1)
  • D
    5% (1)

Why each option

Disk-based backups allow data to be captured at scheduled intervals, creating a defined recovery point that can be restored if a migration fails.

Avolume clones

Volume clones create a full copy of a volume at a single point in time and are not designed for scheduled, recurring hourly recovery points tied to a migration rollback window.

Bbackups to diskCorrect

Backups to disk support scheduled, point-in-time copies of database data files at defined intervals - in this case every hour - establishing a concrete recovery point objective (RPO) of one hour. If the migration fails, the data can be instantly restored from the most recent hourly backup to the exact state it was in at that snapshot time. This method is specifically designed around structured recovery points, unlike continuous replication approaches that do not inherently preserve discrete restore points.

Casynchronous replication

Asynchronous replication continuously mirrors data to a secondary system with some lag but does not provide a mechanism to restore to a specific historical point one hour in the past.

Dsnapshots

Snapshots capture storage-level point-in-time states but are typically short-lived, storage-local constructs and are not the standard mechanism for defining a structured hourly recovery point for a migration scenario.

Concept tested: Disk-based backup recovery point objectives for databases

Source: https://learn.microsoft.com/en-us/azure/backup/backup-overview

Topics

#recovery point objective#instant recovery#backup to disk#data migration

Community Discussion

No community discussion yet for this question.

Full HP0-J73 Practice