↓ Skip to main content
  1. Certifications/
  2. AI-200 Study Hub/
  3. AI-200 Exam Domains/

Domain 2: Develop AI solutions by using Azure data management services

Domain 2 is the heaviest on the exam. It covers the three data services an AI back end relies on: Azure Cosmos DB for NoSQL (SDK queries, indexing policies, consistency, vector search, and the change feed processor), Azure Database for PostgreSQL (schemas, pgvector indexes, compute sizing, RAG with metadata filters, and connection pooling), and Azure Managed Redis (caching, expiration, invalidation, and vector indexing).

25–30%Of the exam
3Objectives
30Practice questions
9Official exercises

Skills measured

Objectives and skills below are quoted from the official study guide. The count beside each skill is how many exam simulator questions test it.

2.1 Develop AI solutions by using Azure Cosmos DB for NoSQL

  • Connect to Azure Cosmos DB for NoSQL by using the SDK and run queries2
  • Optimize query performance and Request Units (RUs) consumption by using indexing policies and consistency levels3
  • Store and retrieve embeddings and execute vector similarity search for semantic retrieval2
  • Implement a change feed processor to detect and handle new or updated items3

2.2 Develop AI solutions by using Azure Database for PostgreSQL

  • Connect and query Azure Database for PostgreSQL by using SDKs1
  • Model schemas and implement indexing strategies, including designing tables and choosing appropriate data types1
  • Implement indexing strategies, including optimizing query latency and reducing pgvector compute overhead2
  • Configure compute, memory, and storage resources to support vector workloads2
  • Run vector similarity search, including storing embeddings, semantic retrieval, and implementing retrieval-augmented generation (RAG) patterns by using metadata filter2
  • Implement connection optimization to improve throughput and minimize latency3

2.3 Integrate Azure Managed Redis in AI solutions

  • Implement Azure Managed Redis data operations, including caching, expiration, and invalidation6
  • Implement vector indexing to enable similarity search3

Official Microsoft Learn training

These are the learning paths from the official AI-200T00 course that cover this domain. Durations are Microsoft's estimates.

Develop AI solutions with Azure Cosmos DB for NoSQL · 4 hr 12 min

Develop AI solutions with Azure Database for PostgreSQL · 4 hr 54 min

Enhance AI solutions with Azure Managed Redis · 3 hr 42 min

Practice this domain

Related