Which status in the Agent Run lifecycle indicates that the system is trying to find available compute resources to start the run?
check_circle
Correct AnswerA
The 'queued' status means the run is waiting in line for the underlying infrastructure to begin the execution.
Question 72
Which Azure AI service is used to identify the "Main Entities" (e.g., People, Locations, Organizations) mentioned in a legal contract?
check_circle
Correct AnswerB
Named Entity Recognition (NER) in Azure AI Language is specifically designed to extract and categorize entities from text.
Question 73
In the Azure AI Agent Service, what is the purpose of the "Metadata" field on a Thread object?
check_circle
Correct AnswerD
Metadata allows developers to attach arbitrary information to a Thread to help with identification and management in their backend.
Question 74
Which Azure AI Search feature allows you to define a "Catch-all" field that combines content from multiple other fields to simplify the search experience?
check_circle
Correct AnswerB
By mapping multiple source fields to a single searchable field during indexing, you create a unified target for user queries.
Question 75
Which Azure AI service provides "Real-time PII Redaction" for audio streams during a live customer support call?
check_circle
Correct AnswerC
The Speech service can be configured to detect and redact sensitive information directly during the transcription process.
Question 76
You want to implement "Semantic Cache" to reduce costs by serving previously generated answers for similar user queries. Where would you typically implement this logic?
check_circle
Correct AnswerC
Semantic caching is implemented in the application layer by checking a vector database for similar historical queries before calling the LLM.
Question 77
Which metric in AI Foundry Evaluation specifically measures the "Logical Progression" and structure of the model's response?
check_circle
Correct AnswerC
Coherence evaluates how well-organized and logical the generated text is from start to finish.
Question 78
What is the primary role of an "Assistant" object in the Azure AI Agent Service?
check_circle
Correct AnswerB
An Assistant acts as the "template" or "definition" for the AI, specifying its model, instructions, and enabled tools.
Question 79
You want to use "Context Caching" to save costs on a long-running conversation where the first 5,000 tokens (the "System Instructions" and "Reference Docs") remain static. Which service supports this?
check_circle
Correct AnswerD
Context Caching allows the service to store frequently used prefix tokens, reducing latency and cost for subsequent requests in the same context.
Question 80
You are configuring a Content Filter. You want to block content that contains "Self-Harm" but only if it is of "High" severity. What threshold should you set?
check_circle
Correct AnswerA
Setting the filter to "High" means only content with a High severity rating is blocked; Low and Medium are allowed.