正解:A
Basic Concept: This question tests choosing the correct Azure migration approach by matching the source platform, target service, downtime tolerance, and administrative effort.
Why A is Correct: Log Replay Service (LRS) matches the expected DP-300 administration action. Log Replay Service replays full, differential, and transaction log backups into Azure SQL Managed Instance, making it appropriate for low-downtime migrations from SQL Server. The question is not asking for a general Azure capability; it is asking for the feature that produces this result: You need to recommend a solution to migrate DB1 to an Azure SQL managed instance.
Why B is Wrong: Log shipping is a SQL Server HA/DR technique that copies and restores log backups to a secondary database; it is more manual and operationally heavier for Azure SQL Managed Instance migration than LRS. It can move data in some architectures, but it either increases manual administration or does not match a managed migration into Azure SQL Managed Instance.
Why C is Wrong: Transactional replication distributes committed changes to subscribers, but it is not the default full-database migration method for Azure SQL Managed Instance when the requirement is minimal effort. It can move data in some architectures, but it either increases manual administration or does not match a managed migration into Azure SQL Managed Instance.
Why D is Wrong: SQL Data Sync synchronizes selected data between Azure SQL databases and SQL Server, but it is not a full managed-instance migration mechanism. It can move data in some architectures, but it either increases manual administration or does not match a managed migration into Azure SQL Managed Instance.
Verification Note: The original listed answer was B; the corrected answer is A because Log Replay Service is designed for low-downtime migration to Azure SQL Managed Instance from SQL Server backups with less administrative effort than manual log shipping.