You are evaluating an agent and find that it is "over-grounded," meaning it refuses to answer simple greetings because they aren't in the context. How should you fix this?
check_circle
Correct AnswerD
The System Instructions should be tuned to distinguish between "Grounding" for facts and "General Chat" for conversational elements.
Question 82
You are configuring a RAG pipeline and want to ensure that if the search engine returns no results, the model does not attempt to answer from its general knowledge. Where is the most effective place to enforce this?
check_circle
Correct AnswerC
System Instructions define the "fallback" behavior, instructing the model to politely decline if the context is missing.
Question 83
You need to detect if a user is trying to "Exfiltrate" the internal instructions of your agent. Which safety feature is most effective?
check_circle
Correct AnswerD
Prompt Shields are designed to detect adversarial inputs, including attempts to leak the system prompt (instruction exfiltration).
Question 84
Which Azure OpenAI model is best for generating high-quality images that include specific, readable text within the image?
check_circle
Correct AnswerA
DALL-E 3 is significantly better at following complex instructions and rendering legible text within generated images compared to previous versions.
Question 85
You need to detect if a user is trying to "Inject" a prompt by hiding it in the metadata of an uploaded image. Which security feature detects this?
check_circle
Correct AnswerA
Indirect Attack detection in Prompt Shields looks for malicious instructions hidden in non-obvious data like file metadata.
Question 86
Which Azure service is used to visualize the "Trace" of an AI agent's internal reasoning steps using OpenTelemetry standards?
check_circle
Correct AnswerD
Application Insights integrates with the Agent SDK to provide a visual trace of every step, tool call, and model response.
Question 87
You need to identify if a user is trying to "Inject" a prompt by hiding it in an invisible font in a document. Which security feature detects this?
check_circle
Correct AnswerD
Indirect Attack detection in Prompt Shields specifically looks for malicious instructions hidden within documents or data sources.
Question 88
You are using the Azure AI Agent Service. What happens to the messages in a 'Thread' if the 'Run' fails due to a timeout?
check_circle
Correct AnswerA
Threads are persistent; a failed run does not delete the message history, allowing for troubleshooting or a retry on the same thread.
Question 89
Which Azure AI service provides the "Personalized Voice" feature, allowing an agent to speak in a voice cloned from a 1-minute sample?
check_circle
Correct AnswerA
The Personal Voice feature in Azure AI Speech creates high-fidelity synthetic voices from small amounts of training data.
Question 90
Which Azure service is used to host a "Custom Skill" for an Azure AI Search enrichment pipeline that uses a specific proprietary library?
check_circle
Correct AnswerC
Azure Functions provides the serverless execution environment needed to run custom code as part of the search indexing process.