Skip to content

Implement AI capabilities in database solutions Questions

Practice questions for Implement AI capabilities in database solutions topic in Microsoft Certified: SQL AI Developer Associate. 50 questions covering this domain.

50 questions12 easy25 medium13 hard
Q1
medium

What is the default base type used by the `VECTOR` data type when none is specified?

Q2
easy

A database is running at compatibility level 160. What happens when a developer tries to use `AI_GENERATE_CHUNKS`?

Q3
medium

A developer wants overlapping fixed-size chunks for retrieval preparation. Which `OVERLAP` value is valid for `AI_GENERATE_CHUNKS`?

Q4
medium

Which permission is required to execute `sp_invoke_external_rest_endpoint`?

Q5
hard

Which statement about vector columns is correct?

Q6
medium

A developer is updating code to the latest vector index syntax. Which change is required?

Q7
easy

Which `CHUNK_TYPE` value is currently accepted by `AI_GENERATE_CHUNKS`?

Q8
medium

A query uses the latest vector index implementation and calls `VECTOR_SEARCH`. Which ordering is allowed in the outer query?

Q9
medium

Before a query can call `AI_GENERATE_EMBEDDINGS`, which database object must already exist?

Q10
hard

A DBA creates an external model for embeddings. Another user needs to call `AI_GENERATE_EMBEDDINGS` against that model. Which additional permission mu...

Q11
hard

An external model defines the `dimensions` parameter as `1536`, but one query needs a different dimension size for that call. What happens if the quer...

Q12
easy

A developer defines a vector column in SQL Server 2025. What is the maximum supported dimension count for the `VECTOR` data type?

Q13
hard

A vector index on a `VECTOR(1536)` column on a 50M-row table degrades insert throughput. Which trade-off is documented for SQL Server / Azure SQL vect...

Q14
easy

Which T-SQL function computes the distance between two `VECTOR` values for similarity search?

Q15
hard

A developer must call `sp_invoke_external_rest_endpoint` with a JSON payload that exceeds the default response timeout. Which parameter should they ad...

Q16
medium

A developer creates an external model for chat completions. Which `MODEL_TYPE` value should they specify?

Q17
medium

A vector search needs to include a relational filter (e.g., `Region = 'EU'`) along with similarity ranking. Which pattern is documented?

Q18
hard

A RAG application stores embeddings of large documents and needs to retrieve the top-K most similar chunks for a user question. Which complete pipelin...

Q19
easy

Which distance metric is commonly used for embeddings produced by Azure OpenAI text embedding models in SQL vector queries?

Q20
medium

Which `AI_GENERATE_CHUNKS` parameter sets the maximum size of each fixed chunk?

Sign in to see all 50 questions

Create a free account to browse all questions — completely free during our launch phase.