Courseiva

DP-900 Practice Question: Describe considerations for working with non-relational data on Azure

Which TWO of the following Azure services are considered non-relational data stores?

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 Cosmos DB

Options B and C are correct. Azure Cosmos DB (B) is a globally distributed, multi-model NoSQL database service, making it a non-relational data store. Azure Table Storage (C) is a key-value store that is also non-relational. Option A is wrong because Azure SQL Database is a relational database. Option D is wrong because Azure Synapse Analytics is a relational analytics system. Option E is wrong because Azure Database for PostgreSQL is a relational database.

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 SQL Database

    Why it's wrong here

    Azure SQL Database is a fully managed relational database service built on the SQL Server engine, enforcing a fixed schema with tables, rows, columns, and primary/foreign key constraints. It uses T-SQL for querying and maintains ACID guarantees, making it a true relational store. Since the question asks for non-relational services, this cannot be a correct answer.

  • Azure Cosmos DB

    Why this is correct

    Azure Cosmos DB is a multi-model NoSQL database service that supports document, key-value, graph, and column-family data models, with schema-agnostic ingestion. It provides global distribution and multiple consistency levels, but it deliberately avoids relational constructs like joins and fixed schemas. This makes it one of the two non-relational answers.

  • Azure Table Storage

    Why this is correct

    Azure Table Storage is a NoSQL key-value store within Azure Storage, where each entity is composed of a partition key, row key, and properties, with no relational relationships or shared schema enforced across tables. It is designed for large amounts of semi-structured data and queries by key, not by SQL joins. Thus it qualifies as non-relational, alongside Cosmos DB.

  • Azure Synapse Analytics

    Why it's wrong here

    Azure Synapse Analytics (formerly SQL Data Warehouse) uses a distributed Massively Parallel Processing architecture, but it still represents data as relational tables queried via T-SQL, with named schemas and structured columns. It is built for analytical workloads, yet its underlying data model is relational. Therefore it does not count as a non-relational service.

  • Azure Database for PostgreSQL

    Why it's wrong here

    Azure Database for PostgreSQL is a managed PaaS offering for PostgreSQL, an open-source relational database engine that relies on tables, rows, relations, and foreign keys, and uses SQL for data manipulation and joins. It enforces schema and ACID properties, ensuring consistency and integrity. Being relational, it is not a non-relational service.

About these practice questions

One of 820 original DP-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-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 DP-900 exam.