nerdexam
MicrosoftMicrosoft

70-465 · Question #80

70-465 Question #80: Real Exam Question with Answer & Explanation

The correct answer is A: Transactional Replication.. To configure a synchronization solution that copies data changes from one database to another continuously, Transactional Replication is the appropriate choice. This method ensures that data modifications are propagated with transactional consistency between the source and destin

Submitted by minji_kr· Mar 5, 2026Design and implement database solutions for SQL Server

Question

You need to configure a synchronization solution to copy data from the Current_Inventory database the DesABCopAppDB database. What should you configure?

Options

  • ATransactional Replication.
  • BDatabase Mirroring.
  • CSnapshot Replication.
  • DIncremental Backups

Explanation

To configure a synchronization solution that copies data changes from one database to another continuously, Transactional Replication is the appropriate choice. This method ensures that data modifications are propagated with transactional consistency between the source and destination databases.

Common mistakes.

  • B. Database Mirroring is primarily a high-availability solution providing a hot standby server for disaster recovery, not a flexible data synchronization method for copying data between distinct application databases.
  • C. Snapshot Replication copies an entire dataset at discrete intervals and is suitable for initial data loads or infrequent changes, but not for continuous, low-latency synchronization of ongoing data modifications.
  • D. Incremental Backups are a data recovery mechanism used to restore data to a previous state by saving changes since the last backup, not a solution for real-time or continuous operational data synchronization between live databases.

Concept tested. SQL Server Transactional Replication for data synchronization

Reference. https://learn.microsoft.com/en-us/sql/relational-databases/replication/transactional/transactional-replication

Topics

#SQL Server replication#Transactional replication#Data synchronization

Community Discussion

No community discussion yet for this question.

Full 70-465 PracticeBrowse All 70-465 Questions