Home › Certifications › Azure AI Apps and Agents Developer AI-103 › Generative AI — Models, Deployment and Prompts
59 multiple-choice questions and 34 flashcards on Generative AI — Models, Deployment and Prompts, about 20% of the Azure AI Apps and Agents Developer AI-103 bank. Every one carries a written rationale.
Generative AI — Models, Deployment and Prompts is one of 6 chapters in CoStudy's Azure AI Apps and Agents Developer (AI-103) bank, and it holds 59 of the bank's 293 multiple-choice questions — roughly 20% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
What is the best way to debug a skillset that writes the wrong value into an index field?
Answer: C — Run a Debug Session to step through each skill's inputs and outputs
C) Right — a Debug Session replays one document through the enrichment pipeline so you can inspect each skill's inputs, outputs and output field mappings. A) Rebuilding the index reindexes the same faulty projection. B) The service cannot be restarted, and stale cache is not the cause. D) Loosening access control hides nothing about mapping errors and weakens security.
The groundedness evaluator in Microsoft Foundry helps a team detect what?
Answer: B — Answers not supported by the supplied grounding sources
B) Groundedness compares each claim in the response with the retrieved context and flags unsupported statements, which is the primary hallucination signal for a retrieval-augmented application. A) Latency is an operational metric from tracing, not an evaluator. C) Caching is a cost technique carrying no quality signal. D) Token analytics track spend and throttling, not correctness.
What is a sensible baseline chunking strategy for long PDFs feeding a retrieval index?
Answer: D — Use page or few-hundred-token chunks with overlap, embedded individually
D) Right — moderate chunks with a small overlap keep each vector topically coherent while preserving context across boundaries. A) Random splits cut sentences and blur the embedding. B) A whole-document vector averages away the specific passage you need. C) Single-token chunks carry no usable semantics.
When is fine-tuning typically more expensive than retrieval-augmented generation?
Answer: D — At low to medium scale, where retrieval avoids training and hosting cost
D) Right — retrieval adds embedding and index cost but skips training runs and dedicated hosting, so it is usually the cheaper starting point. A) The comparison is not specific to image workloads. B) Reverses the usual economics. C) Fine-tuning adds training and hosting charges on top of token billing.
An Azure Search in Foundry Tools indexer must enrich blobs with OCR and entity recognition. Where is that chain defined?
Answer: C — In a skillset attached to the indexer that runs the enrichers
C) A skillset lists the cognitive skills the indexer runs during ingestion and maps their output into index fields. A) An orchestration app can move data but does not drive indexer enrichment. B) Blob ingestion is not triggered from a relational database. D) Reporting tools consume an index rather than build one.
Making content filters more permissive on an Azure OpenAI in Foundry Models deployment requires:
Answer: B — An approved modified content filter request and eligibility review
B) Relaxed filter settings are gated: you submit a modification request and must meet the eligibility criteria before the looser policy can be applied. A) No self-service toggle loosens the defaults. C) Throughput purchasing is a capacity decision. D) Leaving Azure abandons the governance the question assumes.
For RAG over private documents, which Azure Search in Foundry Tools index design fits best?
Answer: D — A vector index of embeddings, queried with hybrid search
D) Vector fields let retrieval match on meaning rather than exact words, and hybrid search combines that with keyword scoring and semantic ranking for the best recall. A) Keyword alone misses paraphrase and synonyms. B) A SQL view offers no embedding or relevance ranking. C) A corpus exceeds the context window and costs far more per call.
A generated answer states facts absent from the retrieval sources supplied to the model. Which evaluation concept describes this?
Answer: A — Poor groundedness — claims unsupported by the retrieved source material
A) Right — groundedness measures whether each claim is supported by the supplied context, and unsupported claims fail it. B) Fabricated text is often perfectly fluent, so fluency misses the problem. C) Latency is a performance signal, unrelated to truthfulness. D) Context overflow is an input-size error, not invented content.
In an Azure Search in Foundry Tools index, how do the 'searchable' and 'filterable' attributes differ?
Answer: C — Searchable enables analyzed full-text queries, filterable the $filter use
C) Right — searchable runs the field through an analyzer for full-text matching, while filterable stores it for exact $filter predicates. A) Retrievable only controls whether the value is returned in results. B) The two attributes drive different query paths and are set independently. D) Sorting is governed by the separate sortable attribute.
Does using Azure OpenAI in Foundry Models require separate Microsoft approval?
Answer: D — Access is general for most customers; limited-access features apply
D) Right — the general registration requirement was removed, but limited-access capabilities and modified abuse-monitoring or content-filter settings still need a review. A) Image generation is generally available. B) An application process did exist historically. C) Embedding models were never gated behind an approval form.
4 cards from the 34 in this chapter.
Define groundedness and relevance as evaluators.
Groundedness measures whether the response is supported by the supplied context, catching fabricated claims. Relevance measures whether the response actually addresses the user's question. A reply can be perfectly grounded in retrieved text and still be irrelevant, which is why both are scored.
Why is a system prompt not a security control, and what compensates?
Instructions and untrusted content share the same context window, so a crafted user message or retrieved document can attempt to override them. Compensating controls are prompt shields, content filters, treating retrieved text as data rather than instructions, output validation, and enforcing authorization in the tool layer instead of in prose.
Deployment types for a model?
Standard, billed per token on shared regional capacity. • Global and data zone variants that route across a wider capacity pool. • Provisioned throughput, reserving dedicated capacity for predictable latency. • Batch, for high-volume asynchronous jobs at lower cost.
Protected Material detection?
Identifies generated content that matches known song lyrics, news, code from training data.
These are a sample. The full Generative AI — Models, Deployment and Prompts chapter runs 93 items with per-chapter progress tracking, on the web and in the iOS app.
Open Azure AI Apps and Agents Developer AI-103 in CoStudy →
All Azure AI Apps and Agents Developer AI-103 practice questions →