Question 828 of 981
AZ-900 Describe Azure architecture and services Practice Question
Which Azure service enables businesses to migrate and modernize their SQL Server databases to the cloud with built-in intelligence?
⚠ Common exam trap
Many candidates confuse Azure SQL Database with other relational database services like Azure Database for PostgreSQL, or assume that any managed database service can handle SQL Server migration, but only Azure SQL Database is purpose-built for SQL Server workloads with built-in intelligence features.
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
✓
Azure SQL Database
Azure SQL Database is a fully managed Platform-as-a-Service (PaaS) offering specifically designed for SQL Server workloads. It provides built-in intelligence features such as automatic tuning, performance insights, and advanced threat protection, making it the correct service for migrating and modernizing SQL Server databases to the cloud.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure Cosmos DB
Why it's wrong here
Azure Cosmos DB is a globally distributed, multi-model NoSQL database that stores schema-free JSON documents and exposes APIs such as MongoDB, Cassandra, and a SQL-like query syntax. It does not enforce relational constraints or provide the same multi-row ACID semantics as a SQL Server relational engine. Migrating a SQL Server database to Cosmos DB would force a fundamental redesign of tables into documents and rewritten queries, so it cannot be considered a compatible relational migration target.
- ✓
Azure SQL Database
Why this is correct
Azure SQL Database is a fully managed platform-as-a-service relational database built on the SQL Server engine, so it is the natural target for migrating existing SQL Server databases. It automates patching, backups, and high availability while providing intelligent features such as automatic index tuning and performance insights. Because it maintains SQL Server compatibility at the query and schema level, applications can often be moved with minimal code changes, making it the correct choice here.
- ✗
Azure Database for PostgreSQL
Why it's wrong here
Azure Database for PostgreSQL is a fully managed relational database service engineered specifically for the open-source PostgreSQL engine. It does not natively run SQL Server stored procedures, T-SQL syntax, or SQL Server-specific system catalogs, so an existing SQL Server database would need extensive conversion during migration. Since the stated workload is an existing SQL Server database, selecting this service would add unnecessary rework and compatibility risk rather than serving as a direct replacement.
- ✗
Azure Synapse Analytics
Why it's wrong here
Azure Synapse Analytics is an analytics-oriented, massively parallel processing (MPP) data warehousing service designed for complex analytical queries over large data volumes. Its columnar storage and distributed architecture are optimized for batch analytics, not for the low-latency, high-concurrency transaction processing of an OLTP SQL Server database. Replacing an OLTP database with Synapse would require rearchitecting the application and would not preserve transactional integrity the same way.
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 →
Last reviewed: Jun 11, 2026
This AZ-900 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 AZ-900 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.