VMCE Veeam Backup & Replication Architecture 4 — Questions and Answers
Question 1: In Veeam Scale-out Backup Repository, what is 'Data Locality' placement policy?
- Backup files for the same VM are stored on the same extent to keep the full backup chain together (Correct answer)
- Data is distributed evenly across all extents regardless of VM identity
- Incremental files are stored separately from full backups across different extents
- Data is placed on the extent with the most available free space
Correct answer: Backup files for the same VM are stored on the same extent to keep the full backup chain together
Data Locality policy keeps all backup chain files for a given VM on the same SOBR extent, simplifying restores and avoiding cross-extent dependencies.
Question 2: What Veeam feature allows administrators to instantly recover individual application items from a VM backup without mounting the full VM?
- Application-Aware Image Processing (AAIP) combined with Explorer tools (Veeam Explorer for Exchange, SQL, etc.) (Correct answer)
- Veeam Instant VM Recovery with application filtering
- Veeam Multi-OS Guest File Recovery with application layer parsing
- Veeam vPower NFS with application-aware mount filtering
Correct answer: Application-Aware Image Processing (AAIP) combined with Explorer tools (Veeam Explorer for Exchange, SQL, etc.)
Veeam Explorers (for Exchange, SQL Server, SharePoint, etc.) work with AAIP-processed backups to enable item-level recovery of emails, databases, documents, and other application objects.
Question 3: What does Veeam's 'Reverse Incremental' backup method do differently from standard forward incremental backups?
- Each new backup session produces an up-to-date full backup file by injecting changes from the newest increment, keeping the most recent restore point as a full file (Correct answer)
- It backs up only blocks that were deleted or overwritten since the last full backup
- It creates incremental files going backward in time from the most recent restore point
- It reverses the direction of data flow so repositories push data to backup proxies instead of pulling
Correct answer: Each new backup session produces an up-to-date full backup file by injecting changes from the newest increment, keeping the most recent restore point as a full file
Reverse incremental keeps the most recent restore point as a full VBK file by rolling the previous full forward with each new backup, so the latest restore point is always immediately available without merging.
Question 4: Which Veeam component provides a self-service portal allowing VM owners to restore their own files without administrator intervention?
- Veeam Enterprise Manager Self-Service File Restore Portal (Correct answer)
- Veeam Backup & Replication Console with delegated roles
- Veeam ONE Business View with restore delegation
- Veeam vCloud Director Self-Service Portal
Correct answer: Veeam Enterprise Manager Self-Service File Restore Portal
Veeam Enterprise Manager includes a self-service file restore web portal that allows authorized VM owners to browse and restore files from their own VM backups independently.
Question 5: In Veeam's architecture, what is the difference between a 'backup job' and a 'backup copy job'?
- A backup job creates primary backups from source VMs; a backup copy job copies existing backup files to a secondary repository for offsite retention (Correct answer)
- A backup job runs on a schedule; a backup copy job runs only on-demand
- A backup job supports all hypervisors; a backup copy job only supports VMware
- A backup job uses incremental forever; a backup copy job always creates full backups
Correct answer: A backup job creates primary backups from source VMs; a backup copy job copies existing backup files to a secondary repository for offsite retention
Backup jobs read source VM data to create primary backups, while backup copy jobs transfer data between repositories following the 3-2-1 rule without accessing the source VMs again.
Question 6: What is the purpose of Veeam's 'Application-Aware Image Processing' (AAIP)?
- To quiesce VSS-aware applications inside the VM guest OS before snapshot, ensuring application-consistent backups (Correct answer)
- To analyze backup images for malware before storing them in the repository
- To optimize backup performance by pre-processing application data blocks
- To automatically discover and inventory all applications running in backed-up VMs
Correct answer: To quiesce VSS-aware applications inside the VM guest OS before snapshot, ensuring application-consistent backups
AAIP coordinates with Microsoft VSS inside the guest OS to flush application buffers and create a transactionally consistent snapshot, enabling valid application-level restores.
Question 7: When configuring a Veeam Backup Repository on a Windows server, which file system is recommended for best performance and what feature does Veeam leverage from it?
- ReFS is recommended because Veeam leverages its native block cloning for fast synthetic full creation without copying data (Correct answer)
- NTFS is recommended because Veeam uses its journaling for deduplication tracking
- exFAT is recommended because it supports backup files larger than 4GB without fragmentation
- FAT32 is recommended because Veeam uses its allocation tables for block-level deduplication
Correct answer: ReFS is recommended because Veeam leverages its native block cloning for fast synthetic full creation without copying data
ReFS block cloning allows Veeam to create synthetic full backups by referencing existing data blocks rather than physically copying them, dramatically speeding up the process.
In Veeam Scale-out Backup Repository, what is 'Data Locality' placement policy?