Courseiva

AI-103 · domain

Implement Generative AI And Agentic Solutions

Practise Microsoft Certified: Azure AI Apps and Agents Developer Associate (AI-103) (AI-103) Implement Generative AI And Agentic Solutions practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

167 questions36 easy71 medium60 hard

Focused practice

Practice Implement Generative AI And Agentic Solutions questions

Scored sessions drawing only from this domain — pick a length below.

Start 20-question practice test →

What this domain covers

What to know about Implement Generative AI And Agentic Solutions

Implement Generative AI And Agentic Solutions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Implement Generative AI And Agentic Solutions exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Question index

All Implement Generative AI And Agentic Solutions questions (167)

Click any question to see the full explanation, or start a practice session above.

1

You are designing an agentic workflow where an agent needs to maintain conversational context and remember user preferences across multiple disparate sessions over several weeks. Which architectural component should you implement?

Hard
2

Which TWO resources are required to set up an Azure AI Foundry project?

Easy
3

You are developing a customer support agent using Microsoft Foundry. The agent needs to call a custom weather API tool when a user asks about local conditions. How should you define this capability in the agent configuration?

Medium
4

An agent is prone to 'hallucinations' when responding to specific niche queries. What is the most effective way to reduce these hallucinations using RAG?

Hard
5

You are configuring a Microsoft Foundry project to deploy a multimodal model. You need to ensure that the model deployment scales automatically based on request volume while minimizing management overhead. Which deployment type should you select?

Easy
6

You are configuring automatic evaluation in Azure AI Foundry using the groundedness metric. The evaluation pipeline requires a source context and an LLM-generated response. What does the groundedness metric assess?

Medium
7

When designing an Azure AI Foundry project architecture, which TWO resources are typically linked to the Azure AI Hub to enable full model deployment and search capabilities? (Choose TWO)

Medium
8

You are building a generative AI application that summarizes long legal documents. Users complain that summaries omit important clauses located in the middle of the document due to the model's attention limitations over extremely long texts. What phenomenon does this represent, and how can you mitigate it?

Medium
9

You are troubleshooting a RAG application in Azure AI Foundry where retrieved search results are irrelevant to user queries. Which THREE actions should you take to diagnose and improve retrieval quality? (Choose THREE)

Hard
10

You are building an agent that needs to execute Python code safely to calculate financial projections requested by users. Which tool in Azure AI Agent Service should you enable to allow the agent to write and run code in an isolated environment?

Hard
11

You are monitoring an Azure OpenAI deployment in Azure AI Foundry and notice an increase in HTTP 429 (Too Many Requests) errors. Your application needs to handle these rate limit spikes gracefully. What is the recommended architectural solution?

Hard
12

You are optimizing a RAG pipeline in Azure AI Foundry. The model is hallucinating when retrieving documents from a large corpus. Which strategy should you implement to improve grounding accuracy?

Hard
13

You are designing a RAG solution using Azure AI Search and Azure OpenAI. Users report that when querying technical documentation, the system misses highly relevant paragraphs because the exact keywords do not match the user's conversational query. How should you configure Azure AI Search to improve retrieval accuracy?

Medium
14

You are preparing a dataset for fine-tuning an Azure OpenAI model in Azure AI Foundry. Which TWO data formatting and preparation requirements must you follow? (Choose TWO)

Medium
15

You are monitoring your Azure OpenAI deployment in Azure AI Foundry. You notice an increase in HTTP 429 status codes. What does this error indicate?

Easy
16

You are designing an agentic workflow in Azure AI Foundry that requires the agent to call an external REST API. Which component should you use to define the tool interface?

Hard
17

You are building an agentic workflow in Azure AI Foundry using the Semantic Kernel framework. The agent needs to call external APIs dynamically based on user intent. Which component should you register with the kernel to enable this capability?

Medium
18

You are preparing a prompt template for a summarization task. You want to provide three distinct examples of input text and expected summaries before asking the model to process the target text. What is this prompting technique called?

Easy
19

How do you handle sensitive user data when using an Azure AI Agent?

Medium
20

When designing a RAG-based agent, which THREE factors directly influence the quality of the retrieved information?

Hard
21

You are deploying an Azure OpenAI model in Azure AI Foundry and need to restrict access so that only specific virtual networks within your enterprise can invoke the model endpoint. Which feature should you configure?

Medium
22

What is the primary purpose of a 'Vector Store' in a RAG-based agentic application?

Easy
23

You are configuring content safety filters in Azure AI Foundry for a public-facing generative AI application. You need to ensure that the application detects and blocks potential jailbreak attempts and protected material text. Which component should you configure?

Medium
24

You are configuring prompt engineering practices for a generative AI application in Azure AI Foundry. Which THREE practices should you follow to ensure high output quality and reliability? (Choose three.)

Medium
25

You are designing an agentic workflow where an orchestrator agent delegates sub-tasks to specialized worker agents (e.g., a research agent and a coding agent). Which framework or service native to Azure AI supports multi-agent orchestration patterns?

Medium
26

You are implementing Retrieval-Augmented Generation (RAG) using Azure AI Search and Azure OpenAI. Users report that when searching for technical product specifications, the system occasionally retrieves outdated product manuals because newer versions share similar titles. What configuration change should you make to improve retrieval accuracy?

Hard
27

You are managing prompt assets in Azure AI Foundry. Your team collaborates on developing, testing, and versioning system prompts. Which feature in Azure AI Foundry should you use to store and manage these prompt templates?

Easy
28

You are writing a system prompt for an Azure OpenAI model deployed in Azure AI Foundry. You want to ensure the model responds only using the provided context and refuses to answer if the context is insufficient. What technique should you use?

Easy
29

You are designing an AI application and want to test different foundation models (e.g., GPT-4o vs. Llama 3) side-by-side using the same prompt and test dataset. Which feature in Azure AI Foundry should you use?

Easy
30

You are designing an agent that needs to access user-specific data from OneDrive. How should you handle the authentication for this tool call?

Hard
31

You are building an agentic application that uses function calling. The model frequently hallucinates arguments for complex tool schemas. Which technique should you apply to improve function calling reliability?

Hard
32

What is the primary benefit of using the Model Catalog in Azure AI Foundry?

Easy
33

You are testing an agent in the Azure AI Foundry playground. You observe that the agent answers questions about its internal prompt. What is the most effective way to prevent this?

Medium
34

You are implementing prompt engineering for a customer support agent. To minimize hallucinations when the model lacks information, which Prompt Flow technique is most effective?

Hard
35

You are designing an agentic workflow in Azure AI Agent Service where multiple specialized agents need to collaborate to solve complex, multi-step financial analysis tasks. One agent manages the workflow state and decides which sub-agent to invoke next. What architectural pattern is best suited for this implementation?

Hard
36

You are deploying an Azure OpenAI model in Azure AI Foundry and want to evaluate its performance and safety against a validation dataset before moving to production. Which tool should you use?

Easy
37

You need to ensure that your agent's response is formatted as valid JSON. How should you approach this?

Medium
38

You are implementing an agentic workflow where an agent needs to search a vector database, inspect the retrieved results, and if the results are insufficient, reformulate the query and search again before answering. What agent design pattern are you implementing?

Hard
39

When designing prompt engineering strategies for complex reasoning tasks in Azure OpenAI, which TWO techniques help reduce hallucinations and improve output reliability? (Choose TWO)

Medium
40

You are developing a multi-agent orchestration solution using Azure AI Agent Service and want to ensure that user inputs are safely evaluated before they are passed to the model. Which component should you configure to inspect and filter incoming prompts for malicious content and restricted topics?

Medium
41

When configuring role-based access control (RBAC) in Azure AI Foundry and Azure OpenAI, which TWO built-in Azure roles are commonly assigned to developers and services? (Choose TWO)

Medium
42

You are tuning the prompt for a generative AI application in Azure AI Foundry. The model frequently hallucinates when asked complex multi-part questions. You decide to use chain-of-thought (CoT) prompting. How should you structure the prompt to implement CoT effectively?

Hard
43

You want to monitor the cost and latency of your agentic application in production. Which service should you integrate with your Azure AI Foundry project?

Easy
44

You are designing a multi-agent solution in Azure AI Foundry where agents collaborate asynchronously. One agent produces an intermediate JSON payload that must be strictly validated before being consumed by the next agent. What feature should you implement?

Hard
45

You are developing a RAG solution using Azure AI Search. Users are searching using domain-specific acronyms that are not well-represented in standard embedding models, resulting in poor retrieval scores. What feature should you enable in Azure AI Search to improve keyword matching for exact acronyms?

Medium
46

You are building an agent in Azure AI Foundry that needs to retrieve information from a company SharePoint site. Which component should you implement to ground the agent?

Medium
47

You are evaluating generative AI model outputs in Azure AI Foundry. Which TWO automated evaluation metrics assess the quality and correctness of RAG responses against source data? (Choose TWO)

Medium
48

You are designing a generative AI application in Azure AI Foundry and want to categorize user queries into predefined intent classes before routing them to specific agents. Which prompt engineering technique should you apply?

Easy
49

When engineering prompts for Azure OpenAI models, you want to guide the model's output format and persona effectively. Which practice represents the most reliable prompt engineering technique?

Easy
50

You are configuring an Azure AI Search index for use with Azure OpenAI On Your Data. The index contains technical documentation with complex nested tables. Which search configuration will yield the best retrieval performance for semantic queries?

Medium
51

When evaluating an AI agent, what does the 'Coherence' metric measure?

Easy
52

You are designing a RAG solution using Azure AI Search and Azure OpenAI. Which TWO factors significantly influence the effectiveness of chunking documents during the ingestion phase? (Choose TWO)

Medium
53

When configuring vector embeddings and search indexes in Azure AI Search for RAG, which THREE factors directly impact vector search performance and recall accuracy? (Choose THREE)

Hard
54

You are configuring a connection between Azure AI Foundry and an Azure OpenAI resource. Which credential type is recommended for secure, keyless authentication between services in Azure?

Easy
55

You are configuring model fine-tuning for an Azure OpenAI model in Azure AI Foundry. You have prepared a JSONL training dataset. Which evaluation approach is recommended to verify that fine-tuning successfully improved model performance without causing catastrophic forgetting?

Medium
56

Which THREE settings in the Azure AI Foundry playground can directly affect the 'creativity' of an agent's response?

Medium
57

You are configuring an agent in Azure AI Foundry that needs to perform mathematical calculations accurately. Large language models often make arithmetic errors. How should you equip the agent to handle calculations reliably?

Easy
58

A user asks a question that triggers a 'Blocked' response from Azure AI Content Safety, even though the query seems harmless. What is the best step to investigate this?

Medium
59

You are monitoring an Azure OpenAI model deployed in Azure AI Foundry. Which TWO Azure diagnostic metrics or logs should you analyze to track operational health and performance? (Choose TWO)

Medium
60

Which TWO of the following are valid ways to provide context to an agent in Prompt Flow?

Medium
61

You are building an advanced agentic solution in Azure AI Foundry that integrates with external line-of-business systems. Which THREE architectural patterns or features should you incorporate to ensure robustness and safety? (Choose THREE)

Hard
62

You are optimizing an agentic workflow in Azure AI Foundry. The agent needs to solve complex reasoning problems by breaking them down into distinct sub-tasks, executing them iteratively, and reflecting on intermediate results. Which THREE architectural frameworks or patterns support this behavior? (Choose three.)

Hard
63

You are deploying an enterprise RAG application in Azure AI Foundry. You need to ensure data security and compliance across all components. Which THREE security practices should you implement? (Choose THREE)

Hard
64

You are building a RAG solution and observe that the model retrieves the correct documents but fails to use the information accurately. What is the most effective approach to improve performance?

Medium
65

Which TWO strategies are recommended to prevent 'Model Over-Reliance' or 'Automation Bias' in agents?

Hard
66

When designing an evaluation pipeline in Azure AI Foundry for generative AI applications, which TWO metrics are commonly used to assess safety and risk? (Choose TWO)

Medium
67

You are building an agent in Azure AI Foundry that requires access to a private internal database. Which component should you configure to ensure the agent retrieves data securely without exposing the database endpoint publicly?

Medium
68

You want to add a new tool to an agent. Which step is required to link the tool to the model?

Medium
69

Which THREE features are provided by the Azure AI Foundry evaluation service?

Hard
70

You are developing a generative AI application that uses Azure OpenAI. You want to track token consumption per user department for chargeback purposes. Which feature should you enable and utilize?

Medium
71

Which THREE types of tools can be integrated into an Azure AI Agent?

Medium
72

You are creating a custom prompt template in Azure AI Foundry. You want to insert the user's input safely while preventing prompt injection vulnerabilities. How should you design the template structure?

Easy
73

You are building a customer service agent in Azure AI Foundry. The agent needs to call an external inventory management REST API when customers ask about stock levels. Which feature of Azure AI Agent Service should you implement to allow the agent to interact with this external API?

Easy
74

When implementing grounding in a RAG application using Azure AI Foundry, which TWO practices help minimize hallucinations in model outputs? (Choose TWO)

Medium
75

An agent is performing poorly on multi-hop reasoning tasks. What architectural pattern should you implement to improve performance?

Hard
76

You need to evaluate the performance of your prompt engineering for a summarization task. Which tool in Azure AI Foundry allows you to run multiple prompt variants against a dataset to compare outputs?

Easy
77

You are configuring an Azure OpenAI Service deployment in Microsoft AI Foundry portal. You need to ensure that the deployed model meets your enterprise compliance requirements for data privacy, ensuring that prompt and completion data are not used to train Microsoft base models. Which deployment type should you select?

Easy
78

You are building an agent using Azure AI Agent Service that needs to maintain long-term conversational memory across multiple sessions with a user. Which feature should you utilize to store and retrieve past user interactions?

Medium
79

When using Prompt Flow, you notice that your flow is failing at the 'aggregate' node. What is the most likely cause?

Medium
80

You are designing a RAG solution in Azure AI Foundry where sensitive enterprise documents must be retrieved. Users should only see search results corresponding to their security clearance level. How should you implement document-level access control in Azure AI Search?

Hard
81

You are building an agent in Azure AI Foundry using a prompt flow. You need to ensure that the agent only uses company-approved documentation for its responses. Which feature should you implement to meet this requirement?

Medium
82

You are deploying an open-source model (such as Llama 3) via Model Catalog in Azure AI Foundry. You want to optimize inference latency and throughput for high-concurrency requests. Which deployment type should you select?

Medium
83

You are configuring tool integration for an agent. Which THREE aspects must be clearly defined in the tool definition for the agent to correctly use it?

Hard
84

You are integrating Azure OpenAI into an enterprise application. You need to prevent prompt injection attacks where users attempt to override the system instructions. Which approach provides the most robust defense?

Medium
85

You are building a chat application with Azure OpenAI. To improve perceived latency for users, you want to stream the model's response token-by-token to the client interface. Which API parameter or client SDK feature should you enable?

Medium
86

Which TWO actions should you take to ensure your agentic solution is 'Responsible'?

Medium
87

You are deploying an LLM in Azure AI Foundry and want to restrict access to the endpoint to a specific virtual network. What should you configure?

Medium
88

You are optimizing an Azure OpenAI deployment in Azure AI Foundry for high-throughput batch processing. Which TWO strategies or configurations should you consider? (Choose TWO)

Medium
89

You are developing an agent using Azure AI Agent Service and notice that the model consistently refuses to answer queries about company-internal technical specifications despite the documentation being uploaded to the vector index. Which action should you prioritize?

Medium
90

Which THREE metrics should you monitor to evaluate the effectiveness of a RAG-based agent?

Medium
91

You are designing a generative AI application that processes user uploaded documents. You must ensure that Personally Identifiable Information (PII) such as Social Security numbers are automatically redacted before the text is sent to the Azure OpenAI model. Which service should you integrate into your pipeline?

Medium
92

You are implementing an agentic workflow where an agent executes tools that modify corporate data. To adhere to Responsible AI principles, you must ensure a human reviewer approves sensitive tool actions before they are executed. What design pattern should you implement in Azure AI Agent Service?

Hard
93

Which of the following is a core principle of Responsible AI in Azure AI Foundry?

Easy
94

In Azure AI Foundry, which tool would you use to measure the quality of your RAG application against a golden dataset?

Easy
95

You are building an advanced agentic RAG solution. When a user asks a complex question, the agent needs to generate multiple search queries, execute them in parallel against Azure AI Search, synthesize the findings, and then formulate a final answer. Which agent pattern are you implementing?

Hard
96

You are developing an Azure AI Search index for a RAG application. You need to ensure that the search results include semantic relevance scores to improve the quality of the model's grounding. Which feature must you enable?

Medium
97

You need to ensure that an LLM-based agent in your application follows a specific output schema (JSON) for downstream processing. What is the most reliable way to enforce this?

Hard
98

When designing a Responsible AI evaluation workflow in Azure AI Foundry, which TWO metrics are specifically used to assess content safety and potential harms? (Choose two.)

Medium
99

You are configuring a code interpreter tool for an AI agent in Azure AI Agent Service. The agent needs to analyze a CSV dataset uploaded by a user. How does the agent execute this task securely?

Medium
100

You are implementing indirect prompt injection defenses in a RAG application where documents are ingested from public web pages. Which THREE mitigation strategies should you deploy? (Choose THREE)

Hard
101

You are designing a generative AI solution in Azure AI Foundry. You need to ensure that user data sent to Azure OpenAI is not used to train Microsoft's foundational models. What is Microsoft's default data privacy policy for Azure OpenAI?

Easy
102

You are designing an agentic workflow in Prompt Flow. Which TWO components are required to define a tool-based agent? (Choose two)

Medium
103

Which THREE of the following are best practices for Responsible AI when using Generative AI solutions?

Hard
104

Your team is implementing 'Human-in-the-loop' (HITL) for an agent that performs account updates. Which mechanism should you use to pause the agent and wait for approval?

Hard
105

You are performing Retrieval-Augmented Generation. You need to ensure the retrieved data includes metadata for filtering. Where should this metadata be defined?

Hard
106

You are deploying a model in Azure AI Foundry. You need to ensure that the model endpoint is protected by a virtual network. Which configuration should you use?

Easy
107

You are troubleshooting an Azure OpenAI deployment in Azure AI Foundry where agents are failing to complete tasks due to excessive timeouts. Which THREE diagnostic steps should you take? (Choose three.)

Hard
108

You are designing an advanced agentic solution in Azure AI Foundry that requires tool integration and state management. Which TWO practices should you implement to ensure robust agent reliability and security? (Choose two)

Hard
109

You notice your Azure AI agent is producing offensive content. You need to configure a guardrail that intercepts the model output before it is sent to the user. Which service should you integrate?

Hard
110

Which role is responsible for ensuring the ethical deployment of an AI agent within an organization?

Easy
111

You are using Azure AI Foundry to deploy an agent. You want to ensure that the agent only uses approved data sources. Which feature should you configure?

Medium
112

Which TWO of the following are valid methods to improve the quality of retrieved data in a RAG system?

Medium
113

Which THREE actions occur when you 'deploy' an agent from Azure AI Foundry?

Hard
114

You are building an agent in Azure AI Foundry using a prompt flow. You need to ensure that the agent only accesses specific internal documents and avoids hallucinating outside the provided context. Which grounding technique should you implement?

Hard
115

You are building an agentic workflow in Azure AI Foundry. You need the agent to perform a multi-step task: search a database, summarize results, and then send an email. Which component is best suited to manage this orchestration?

Hard
116

You are optimizing an enterprise RAG application in Azure AI Foundry for high accuracy and minimal latency. Which THREE advanced retrieval techniques should you consider implementing? (Choose THREE)

Hard
117

You need to ensure that your agent is compliant with regional data residency requirements. Where should you check this?

Medium
118

When sharing a Prompt Flow with a teammate, which action allows them to run the flow without having to recreate the connections?

Easy
119

You are using Prompt Flow to iterate on an agent. What is the benefit of using 'Environment Variables' in your flow?

Medium
120

You are experiencing high latency in your RAG agent. You confirm the model response time is fine, but the retrieval step is slow. What should you investigate?

Hard
121

An agent is designed to summarize meeting transcripts but keeps including internal meeting notes in the final summary. What is the most effective way to address this?

Hard
122

You are implementing a RAG pipeline where documents are chunked before embedding generation. You notice that semantic sentences are frequently split across chunk boundaries, resulting in degraded retrieval quality. Which chunking strategy should you implement to resolve this?

Hard
123

You are implementing Retrieval-Augmented Generation (RAG) using Azure AI Search as the retriever and Azure OpenAI as the generator. Users report that the generated responses frequently miss critical context located in the middle of long retrieved documents. Which grounding optimization technique should you apply?

Hard
124

You are evaluating a generative AI application in Azure AI Foundry using automated metrics. You need to measure how well the generated answers are supported by the retrieved source documents. Which evaluation metric should you use?

Easy
125

You are designing an agentic workflow in Azure AI Foundry that needs to perform multiple tasks sequentially. Which THREE components are essential for defining the orchestration logic?

Medium
126

Which TWO components are essential for creating an effective system prompt?

Easy
127

You are implementing a tool call in a Prompt Flow. The tool needs to interact with an external REST API. What is the recommended way to manage the API credentials securely?

Medium
128

You need to optimize the retrieval performance of your RAG agent. You find that the search engine returns too many irrelevant documents. What should you adjust?

Hard
129

You are implementing a RAG solution where documents contain complex hierarchical headings. To ensure search chunks retain sufficient context about which section they belong to, what chunking strategy should you adopt?

Medium
130

You are integrating Azure AI Search with Azure OpenAI for grounded chat generation. Users report that the generated answers are accurate, but the citations returned to the user point to raw internal file paths rather than user-friendly web URLs. How should you resolve this?

Medium
131

You are building a RAG application where documents are updated frequently. You need to ensure that the Azure AI Search index reflects document deletions and updates in near real-time without performing full re-indexing. How should you design the ingestion pipeline?

Medium
132

Which TWO factors directly influence the embedding quality and retrieval relevance in an Azure AI Search vector retrieval pipeline? (Choose two.)

Medium
133

You are troubleshooting a Prompt Flow and suspect the issue lies in the input processing. Which THREE tools or techniques can you use?

Hard
134

You are configuring an agent in Azure AI Agent Service that needs to utilize tools. Which TWO types of tools are natively supported by Azure AI Agent Service? (Choose TWO)

Medium
135

You are implementing Retrieval-Augmented Generation (RAG) in Azure AI Foundry using Azure AI Search as the grounding data source. Which indexing feature should you enable to ensure the system can perform semantic ranking alongside traditional keyword search?

Easy
136

As part of responsible AI practices in Azure AI Foundry, which TWO actions should you perform to evaluate and mitigate model fairness and safety risks before deployment? (Choose two)

Easy
137

You are building an agentic workflow in Microsoft Foundry using Semantic Kernel. The agent needs to call an external enterprise API to retrieve customer billing data. The API requires OAuth 2.0 user-delegated tokens. How should you configure the plugin registration to securely pass the user context?

Hard
138

You are designing a generative AI application in Azure AI Foundry that supports multi-turn conversations with memory. Which THREE components are required to properly maintain conversational state and context? (Choose THREE)

Hard
139

You are designing a secure RAG retrieval pipeline in Azure AI Search. Which THREE indexing or search configurations are essential when handling confidential documents? (Choose THREE)

Hard
140

What is the purpose of 'Batch Inference' in Azure AI Foundry?

Easy
141

Which THREE of the following are components of a standard Prompt Flow DAG (Directed Acyclic Graph)?

Hard
142

You are deploying an LLM in Azure AI Foundry and need to monitor for toxicity and jailbreak attempts in real-time. Which feature should you enable?

Easy
143

You are orchestrating a multi-agent system in Microsoft Foundry where Agent A generates code and Agent B reviews it. Agent B frequently gets stuck in a loop trying to optimize minor syntax formatting. How should you design the agentic workflow to prevent this infinite refinement loop?

Hard
144

You are evaluating an agentic workflow in Azure AI Foundry that performs multi-step reasoning. The agent occasionally enters an infinite loop, repeatedly calling the same tool with identical arguments. Which architectural pattern or configuration should you apply to prevent this behavior?

Medium
145

You are implementing a multi-turn conversational agent in Azure AI Foundry. As the conversation grows longer, API latency and costs increase significantly. Which strategy should you implement to manage the conversation history effectively?

Medium
146

You are designing an enterprise RAG solution using Azure AI Search and Azure OpenAI. You need to ensure data security and compliance across different user permission tiers. Which TWO actions should you implement? (Choose two.)

Hard
147

You are implementing responsible AI practices in Azure AI Foundry for a public-facing chatbot. Which THREE safety evaluations or controls should you implement to protect users and the organization? (Choose THREE)

Hard
148

You are troubleshooting a multi-agent workflow in Azure AI Foundry where an agent fails to invoke an external API tool correctly. Which THREE debugging steps should you perform? (Choose THREE)

Hard
149

When configuring Azure OpenAI Custom Model Evaluation in Azure AI Foundry, which TWO metrics can be computed using LLM-as-a-judge evaluators? (Choose two.)

Medium
150

You are building an autonomous agentic workflow using Microsoft Foundry and Semantic Kernel. You need to ensure the agent operates safely and adheres to human oversight requirements. Which THREE design patterns should you apply? (Choose three.)

Hard
151

Which Azure AI Foundry feature helps identify drift in model performance after deployment?

Medium
152

You are designing a customer service chatbot using Azure OpenAI. You need to ensure that the model refuses to answer questions outside the scope of your company's products. Where should you define this boundary instruction?

Easy
153

You are optimizing a RAG pipeline in Azure AI Foundry. Users complain that answers are missing key numerical details because important tables within PDF documents are being split across chunk boundaries during ingestion. What is the recommended remediation?

Hard
154

You are automating document ingestion for a RAG pipeline. Which feature allows you to automatically split large documents into smaller chunks during indexing?

Hard
155

Which Azure AI Foundry feature allows you to visualize the execution path of an agentic workflow?

Easy
156

When implementing Retrieval-Augmented Generation (RAG) using Azure AI Search and Azure OpenAI, which THREE strategies help optimize chunk retrieval relevance and reduce noise? (Choose three)

Medium
157

You are implementing a grounded RAG solution in Azure AI Foundry. Users report that the model occasionally hallucinates answers even when relevant documents are retrieved by Azure AI Search. What is the most effective prompt engineering strategy to mitigate this grounding failure?

Hard
158

Which TWO features in Azure AI Foundry help you manage the lifecycle of your AI agents?

Medium
159

When designing agentic workflows in Azure AI Foundry, what are THREE key characteristics or components of agentic design compared to traditional single-turn prompt completion? (Choose THREE)

Hard
160

Which TWO criteria are typically used to evaluate the grounding of an LLM-based application?

Medium
161

Which component in Azure AI Foundry allows you to visualize and debug the execution path of a model call, including input/output mapping?

Easy
162

You are configuring a Prompt Flow to use a custom Python tool. Which configuration is required to ensure the environment has the necessary libraries?

Medium
163

When implementing prompt engineering for generative AI applications in Azure AI Foundry, which TWO practices are considered best practices for maintaining prompt maintainability and security? (Choose TWO)

Medium
164

You are implementing indirect prompt injection protection for an agent that reads emails and summarizes them. An incoming email contains malicious instructions designed to trick the agent into exfiltrating user data. Which Azure AI feature should you configure to detect this threat?

Hard
165

You are auditing a generative AI application for responsible AI compliance. Which THREE practices should you implement to mitigate risks? (Choose 3)

Hard
166

When designing an agentic workflow in Azure AI Foundry, which component is used to manage the execution order and decision-making logic of multiple agents?

Easy
167

You are configuring an agent that must call a REST API to get current stock prices. Where must you define this integration to ensure the agent can reliably call the tool?

Medium

Frequently asked questions

What does the Implement Generative AI And Agentic Solutions domain cover on the AI-103 exam?
Implement Generative AI And Agentic Solutions questions test whether you can apply the concept in context, not just recognise a definition.
How many questions are in this domain?
This page lists all 167 Implement Generative AI And Agentic Solutions questions in the AI-103 question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
What is the best way to practise this domain?
Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
Can I practise only Implement Generative AI And Agentic Solutions questions?
Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.
Microsoft Certified: Azure AI Apps and Agents Developer Associate (AI-103) (AI-103) Implement Generative AI And Agentic Solutions Practice Questions