- A
Set up transactional replication from on-premises to Azure SQL Managed Instance
Why wrong: Replication can be complex and may not support all objects like Database Mail.
- B
Use Azure Database Migration Service with online migration
DMS online migration supports minimal downtime and transfers SQL Agent jobs and other objects.
- C
Export the database as a BACPAC file and import to Azure SQL Managed Instance
Why wrong: BACPAC is offline and may not include all metadata and jobs.
- D
Back up the database to URL and restore to Azure SQL Managed Instance
Why wrong: This is an offline migration method that causes downtime.
Quick Answer
The answer is to use Azure Database Migration Service with online migration. This approach is correct because it leverages continuous data synchronization through change tracking or log shipping, enabling the source database to remain fully operational until the final cutover, which reduces downtime to mere seconds. For the DP-300 exam, this scenario tests your understanding of minimizing business interruption when migrating complex workloads like SQL Server Agent jobs, Database Mail, and Service Broker to Azure SQL Managed Instance—features that are fully preserved in the online mode. A common trap is choosing a backup-and-restore method, which causes extended downtime, or assuming offline migration is faster; remember that online DMS keeps the source live during synchronization. Memory tip: think “Online DMS = Zero Downtime Sync” for Agent, Mail, and Broker.
DP-300 Plan and implement data platform resources Practice Question
This DP-300 practice question tests your understanding of plan and implement data platform resources. 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.
Your company is migrating an on-premises SQL Server 2016 database to Azure SQL Managed Instance. The database uses SQL Server Agent jobs, Database Mail, and Service Broker. The database is 500 GB. You need to minimize downtime during migration. Which migration approach should you use?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"minimum / minimize"Why it matters: Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.
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
Use Azure Database Migration Service with online migration
Option B is correct because Azure Database Migration Service (DMS) with online migration mode uses continuous data synchronization via change tracking or log shipping to minimize downtime. This approach supports SQL Server Agent jobs, Database Mail, and Service Broker, which are preserved during migration to Azure SQL Managed Instance. The online mode allows the source database to remain operational until the final cutover, reducing downtime to seconds.
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.
- ✗
Set up transactional replication from on-premises to Azure SQL Managed Instance
Why it's wrong here
Replication can be complex and may not support all objects like Database Mail.
- ✓
Use Azure Database Migration Service with online migration
Why this is correct
DMS online migration supports minimal downtime and transfers SQL Agent jobs and other objects.
Clue confirmation
The clue word "minimum / minimize" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Export the database as a BACPAC file and import to Azure SQL Managed Instance
Why it's wrong here
BACPAC is offline and may not include all metadata and jobs.
- ✗
Back up the database to URL and restore to Azure SQL Managed Instance
Why it's wrong here
This is an offline migration method that causes downtime.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse offline methods like BACPAC or backup/restore as 'minimizing downtime' because they are simple, but they fail to recognize that online migration via DMS is specifically designed to keep the source database operational during the bulk of the migration process.
Detailed technical explanation
How to think about this question
Azure Database Migration Service online migration leverages the Log Reader Agent to capture transaction log changes from the source SQL Server and apply them to the target Azure SQL Managed Instance in near real-time. This method uses the same underlying technology as transactional replication but is optimized for migration, handling schema and data changes while maintaining consistency. During the final cutover, DMS stops log capture and applies any remaining changes, typically completing within seconds for a well-prepared environment.
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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
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.
- →
Plan and implement data platform resources — study guide chapter
Learn the concepts, then practise the questions
- →
Plan and implement data platform resources practice questions
Targeted practice on this topic area only
- →
All DP-300 questions
953 questions across all exam domains
- →
Microsoft Azure Database Administrator Associate DP-300 study guide
Full concept coverage aligned to exam objectives
- →
DP-300 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related DP-300 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Plan and configure a high availability and disaster recovery environment practice questions
Practise DP-300 questions linked to Plan and configure a high availability and disaster recovery environment.
Plan and implement data platform resources practice questions
Practise DP-300 questions linked to Plan and implement data platform resources.
Monitor, configure, and optimize database resources practice questions
Practise DP-300 questions linked to Monitor, configure, and optimize database resources.
Configure and manage automation of tasks practice questions
Practise DP-300 questions linked to Configure and manage automation of tasks.
Plan and configure high availability and disaster recovery practice questions
Practise DP-300 questions linked to Plan and configure high availability and disaster recovery.
Implement a secure environment practice questions
Practise DP-300 questions linked to Implement a secure environment.
DP-300 fundamentals practice questions
Practise DP-300 questions linked to DP-300 fundamentals.
DP-300 scenario practice questions
Practise DP-300 questions linked to DP-300 scenario.
DP-300 troubleshooting practice questions
Practise DP-300 questions linked to DP-300 troubleshooting.
Practice this exam
Start a free DP-300 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 DP-300 question test?
Plan and implement data platform resources — This question tests Plan and implement data platform resources — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Use Azure Database Migration Service with online migration — Option B is correct because Azure Database Migration Service (DMS) with online migration mode uses continuous data synchronization via change tracking or log shipping to minimize downtime. This approach supports SQL Server Agent jobs, Database Mail, and Service Broker, which are preserved during migration to Azure SQL Managed Instance. The online mode allows the source database to remain operational until the final cutover, reducing downtime to seconds.
What should I do if I get this DP-300 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "minimum / minimize". Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.
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 →
Same concept, more angles
1 more ways this is tested on DP-300
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Your team is migrating an on-premises SQL Server 2019 database to Azure SQL Managed Instance. The database uses Service Broker for cross-database messaging. The compliance requirement mandates that the migration must be performed with minimal downtime and that the target must support the Service Broker feature. What migration strategy should you recommend?
hard- A.Perform a native backup and restore to Azure SQL Managed Instance
- B.Use the Data Migration Assistant (DMA) to migrate to Azure SQL Database
- C.Use Azure Database Migration Service (DMS) with offline migration to Azure SQL Database
- ✓ D.Use Azure Database Migration Service (DMS) with online migration to Azure SQL Managed Instance
Why D: Option D is correct because Azure SQL Managed Instance fully supports Service Broker, and the Azure Database Migration Service (DMS) with online migration mode enables minimal downtime by continuously replicating changes from the source SQL Server to the target Managed Instance until a cutover. This satisfies both the Service Broker feature requirement and the compliance mandate for minimal downtime.
Keep practising
More DP-300 practice questions
- A DBA needs to create a new Azure SQL Database and wants to ensure that the database automatically fails over to a secon…
- A company uses Azure SQL Managed Instance for its line-of-business applications. They need to ensure that backups are re…
- Refer to the exhibit. A DBA is creating an Azure SQL Managed Instance using the ARM template snippet shown. The DBA need…
- A company is planning to migrate their on-premises SQL Server databases to Azure SQL Managed Instance. They have a datab…
- A company has an Azure SQL Database with a large table that is frequently updated. They notice performance degradation d…
- Which THREE of the following are valid options for migrating an on-premises SQL Server database to Azure SQL Database?
Last reviewed: Jun 24, 2026
This DP-300 practice question is part of Courseiva's free Microsoft 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 DP-300 exam.
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.
Sign in to join the discussion.