You want to use an Azure Function to process data before it is indexed. What is the name of the skill used to connect to this function?
check_circle
Correct AnswerA
The Custom Web API skill allows you to integrate any external web service (like an Azure Function) into a search enrichment pipeline.
Question 102
You want to measure the "Perceived Latency" for an end-user. Which metric is most important?
check_circle
Correct AnswerB
TTFT determines how quickly the user sees the start of a response, which is the primary driver of perceived speed.
Question 103
In a skillset, what does the "/document/normalized_images/*" path typically represent?
check_circle
Correct AnswerA
When imageAction is set, the indexer creates normalized images which are then processed by visual cognitive skills.
Question 104
You want to ensure your "Vector Search" index is always available even if a single Azure data center fails. What should you enable?
check_circle
Correct AnswerD
Availability Zones distribute your search replicas across different physical locations within a region for high availability.
Question 105
Which Content Safety category would flag a prompt asking the AI to "Write a script to hack a local Wi-Fi network"?
check_circle
Correct AnswerA
Attempts to use the AI for unauthorized or malicious activities are often caught by Jailbreak detection or specialized safety filters.
Question 106
You notice that vector search is returning documents that are mathematically similar but contextually incorrect. Which secondary step should you add to the pipeline?
check_circle
Correct AnswerC
Semantic Ranking uses a deep learning model to re-evaluate the top results from an initial search for contextual accuracy.
Question 107
Which tool resource is required to enable an agent to process and reason over a .csv file without indexing it into a search engine?
check_circle
Correct AnswerB
Code Interpreter reads files directly into a sandboxed Python environment, which is more efficient for data analysis than RAG.
Question 108
In the Azure.AI.Projects SDK, how do you specify that an agent should use the gpt-4o model?
check_circle
Correct AnswerA
When using Azure AI, you typically reference the Deployment Name you created in the AI Foundry/OpenAI Studio.
Question 109
You are using "Global-Standard" deployments in Azure OpenAI. What is the primary advantage?
check_circle
Correct AnswerD
Global-Standard deployments utilize Azure's global infrastructure to provide higher burst capacity by routing requests where resources are available.
Question 110
Which model parameter has the most direct impact on the "Determinism" (consistency) of an agent's performance scores?
check_circle
Correct AnswerA
Setting Temperature to 0 makes the model's output as deterministic as possible for benchmarking.