You have already completed the Test before. Hence you can not start it again.
Test is loading...
You must sign in or sign up to start the Test.
You have to finish following quiz, to start this Test:
Your results are here!! for" AB-410 Practice Test 9 "
0 of 60 questions answered correctly
Your time:
Time has elapsed
Your Final Score is : 0
You have attempted : 0
Number of Correct Questions : 0 and scored 0
Number of Incorrect Questions : 0 and Negative marks 0
Average score
Your score
AB-410
You have attempted: 0
Number of Correct Questions: 0 and scored 0
Number of Incorrect Questions: 0 and Negative marks 0
You can review your answers by clicking on “View Answers” option. Important Note : Open Reference Documentation Links in New Tab (Right Click and Open in New Tab).
Answer Review
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Answer
Review
Unattempted
Correct
Incorrect
Unattempted
Every question in this attempt was answered correctly.
Question 1 of 60
1. Question
Which “Responsible AI“ principle requires that an AI‘s internal reasoning be “Inspectable“ and its decision-making explained?
Correct
Transparency ensures the system‘s logic is clear, often achieved through “Thought“ traces or citations in the response.
Incorrect
Transparency ensures the system‘s logic is clear, often achieved through “Thought“ traces or citations in the response.
Unattempted
Transparency ensures the system‘s logic is clear, often achieved through “Thought“ traces or citations in the response.
Question 2 of 60
2. Question
Which tool is used to monitor “Rate Limit“ (429) errors for your AI endpoints?
Correct
Application Insights tracks API failures and throttling, which is critical for maintaining service availability.
Incorrect
Application Insights tracks API failures and throttling, which is critical for maintaining service availability.
Unattempted
Application Insights tracks API failures and throttling, which is critical for maintaining service availability.
Question 3 of 60
3. Question
Scenario: You are building a Copilot extension that needs to update a record in an on-premises SQL server. Which component is required to bridge the connection?
Correct
The On-premises Data Gateway allows Microsoft Cloud services to securely access data residing in local, private networks.
Incorrect
The On-premises Data Gateway allows Microsoft Cloud services to securely access data residing in local, private networks.
Unattempted
The On-premises Data Gateway allows Microsoft Cloud services to securely access data residing in local, private networks.
Question 4 of 60
4. Question
What is the purpose of “Dynamic Chaining“ in an agentic workflow?
Correct
Dynamic chaining allows an agent to “reason“ about which tools it needs and in what order to complete a multi-step task.
Incorrect
Dynamic chaining allows an agent to “reason“ about which tools it needs and in what order to complete a multi-step task.
Unattempted
Dynamic chaining allows an agent to “reason“ about which tools it needs and in what order to complete a multi-step task.
Question 5 of 60
5. Question
Which AI Builder model would you use to categorize thousands of support tickets into “Technical,“ “Billing,“ or “General Inquiry“?
Correct
Category Classification is the standard model for tagging and routing text-based content into predefined business buckets.
Incorrect
Category Classification is the standard model for tagging and routing text-based content into predefined business buckets.
Unattempted
Category Classification is the standard model for tagging and routing text-based content into predefined business buckets.
Question 6 of 60
6. Question
What is the “Context Window“?
Correct
The context window is the model‘s active memory; exceeding it causes the model to “forget“ earlier parts of the chat.
Incorrect
The context window is the model‘s active memory; exceeding it causes the model to “forget“ earlier parts of the chat.
Unattempted
The context window is the model‘s active memory; exceeding it causes the model to “forget“ earlier parts of the chat.
Question 7 of 60
7. Question
Scenario: You want to restrict an AI‘s response to be exactly 3 sentences. Where is the best place to define this constraint?
Correct
Behavioral constraints like sentence length or persona are defined in the System Message.
Incorrect
Behavioral constraints like sentence length or persona are defined in the System Message.
Unattempted
Behavioral constraints like sentence length or persona are defined in the System Message.
Question 8 of 60
8. Question
Scenario: You want to monitor the “Carbon Footprint“ of your AI model usage. Which Microsoft tool provides these sustainability insights?
Correct
Microsoft provides specialized dashboards to track the environmental impact, including energy and carbon, of cloud and AI services.
Incorrect
Microsoft provides specialized dashboards to track the environmental impact, including energy and carbon, of cloud and AI services.
Unattempted
Microsoft provides specialized dashboards to track the environmental impact, including energy and carbon, of cloud and AI services.
Question 9 of 60
9. Question
A developer is building a system where a “Supervisor Agent“ monitors three “Sub-agents.“ Which architectural pattern is this?
Correct
Hierarchical orchestration involves a lead agent that manages delegation and review of tasks performed by subordinates.
Incorrect
Hierarchical orchestration involves a lead agent that manages delegation and review of tasks performed by subordinates.
Unattempted
Hierarchical orchestration involves a lead agent that manages delegation and review of tasks performed by subordinates.
Question 10 of 60
10. Question
What is “Zero-shot“ prompting?
Correct
Zero-shot prompting relies on the model‘s pre-trained knowledge to fulfill a request based solely on the instruction.
Incorrect
Zero-shot prompting relies on the model‘s pre-trained knowledge to fulfill a request based solely on the instruction.
Unattempted
Zero-shot prompting relies on the model‘s pre-trained knowledge to fulfill a request based solely on the instruction.
Question 11 of 60
11. Question
Which tool is used to visually design the sequence of topics and actions in a Copilot agent?
Correct
The Canvas is the visual drag-and-drop environment used to orchestrate the conversational logic of an agent.
Incorrect
The Canvas is the visual drag-and-drop environment used to orchestrate the conversational logic of an agent.
Unattempted
The Canvas is the visual drag-and-drop environment used to orchestrate the conversational logic of an agent.
Question 12 of 60
12. Question
Which Azure service provides “Managed Identities“ to allow your AI app to access a Key Vault without hard-coding passwords?
Correct
Managed Identities (part of Entra ID) provide an identity for applications to use when connecting to resources that support Entra authentication.
Incorrect
Managed Identities (part of Entra ID) provide an identity for applications to use when connecting to resources that support Entra authentication.
Unattempted
Managed Identities (part of Entra ID) provide an identity for applications to use when connecting to resources that support Entra authentication.
Question 13 of 60
13. Question
Scenario: You want to restrict an AI‘s response to only use information from a specific SharePoint folder. This is an example of what?
Correct
Grounding restricts the model‘s knowledge base to a specific, trusted set of documents to ensure accuracy and relevance.
Incorrect
Grounding restricts the model‘s knowledge base to a specific, trusted set of documents to ensure accuracy and relevance.
Unattempted
Grounding restricts the model‘s knowledge base to a specific, trusted set of documents to ensure accuracy and relevance.
Question 14 of 60
14. Question
Which component of the “RAG“ architecture is responsible for finding the most semantically relevant documents?
Correct
The Vector Search Engine uses mathematical embeddings to find document chunks that match the “meaning“ of the user‘s query.
Incorrect
The Vector Search Engine uses mathematical embeddings to find document chunks that match the “meaning“ of the user‘s query.
Unattempted
The Vector Search Engine uses mathematical embeddings to find document chunks that match the “meaning“ of the user‘s query.
Question 15 of 60
15. Question
Scenario: You are building an agent that needs to verify a user‘s ID by comparing a live selfie to a passport photo. Which service provides this “Face Verification“ capability?
Correct
The Face API within Azure AI Vision provides face detection, recognition, and verification (1:1 matching).
Incorrect
The Face API within Azure AI Vision provides face detection, recognition, and verification (1:1 matching).
Unattempted
The Face API within Azure AI Vision provides face detection, recognition, and verification (1:1 matching).
Question 16 of 60
16. Question
In Copilot Studio, what is the role of “Entities“?
Correct
Entities are used for “Slot Filling,“ helping the bot understand specific data points within a natural language sentence.
Incorrect
Entities are used for “Slot Filling,“ helping the bot understand specific data points within a natural language sentence.
Unattempted
Entities are used for “Slot Filling,“ helping the bot understand specific data points within a natural language sentence.
Question 17 of 60
17. Question
What is the primary purpose of a “Plugin“ in Microsoft 365 Copilot?
Correct
Plugins extend Copilot‘s capabilities, allowing it to “do“ things like update a CRM record or check stock in an ERP system.
Incorrect
Plugins extend Copilot‘s capabilities, allowing it to “do“ things like update a CRM record or check stock in an ERP system.
Unattempted
Plugins extend Copilot‘s capabilities, allowing it to “do“ things like update a CRM record or check stock in an ERP system.
Question 18 of 60
18. Question
Which component of a RAG pipeline is responsible for splitting a 100-page document into smaller, manageable pieces?
Correct
Chunking is the process of breaking down large text files so they fit within the model‘s context window.
Incorrect
Chunking is the process of breaking down large text files so they fit within the model‘s context window.
Unattempted
Chunking is the process of breaking down large text files so they fit within the model‘s context window.
Question 19 of 60
19. Question
What is the primary benefit of “Azure OpenAI Service“ over the public OpenAI API for enterprises?
Correct
Azure OpenAI offers the same models with MicrosoftÂ’s layers of security, compliance, and private data residency.
Incorrect
Azure OpenAI offers the same models with MicrosoftÂ’s layers of security, compliance, and private data residency.
Unattempted
Azure OpenAI offers the same models with MicrosoftÂ’s layers of security, compliance, and private data residency.
Question 20 of 60
20. Question
Scenario: You are building a “Multi-agent“ solution. Agent A collects data, and Agent B reviews it for compliance. Which component manages the hand-off?
Correct
The Orchestrator or Planner manages the logical sequence and delegation of tasks between specialized agents.
Incorrect
The Orchestrator or Planner manages the logical sequence and delegation of tasks between specialized agents.
Unattempted
The Orchestrator or Planner manages the logical sequence and delegation of tasks between specialized agents.
Question 21 of 60
21. Question
Which Azure AI service feature provides “Prompt Shields“ specifically for preventing “Jailbreak“ attacks on an LLM?
Correct
Prompt Shields are the primary defense mechanism in Content Safety to block inputs designed to bypass the model‘s safety filters.
Incorrect
Prompt Shields are the primary defense mechanism in Content Safety to block inputs designed to bypass the model‘s safety filters.
Unattempted
Prompt Shields are the primary defense mechanism in Content Safety to block inputs designed to bypass the model‘s safety filters.
Question 22 of 60
22. Question
What is the primary purpose of “Prompt Compression“?
Correct
Prompt compression removes redundant information from the context while retaining the semantic meaning for the LLM.
Incorrect
Prompt compression removes redundant information from the context while retaining the semantic meaning for the LLM.
Unattempted
Prompt compression removes redundant information from the context while retaining the semantic meaning for the LLM.
Question 23 of 60
23. Question
In Microsoft Copilot Studio, what is the “User“ variable scope used for?
Correct
User-scoped variables allow the bot to remember a specific person‘s preferences even if they return to the bot days later.
Incorrect
User-scoped variables allow the bot to remember a specific person‘s preferences even if they return to the bot days later.
Unattempted
User-scoped variables allow the bot to remember a specific person‘s preferences even if they return to the bot days later.
Question 24 of 60
24. Question
Scenario: You need to monitor the “Total Cost“ of your AI agent across 10 different departments. Which tool should you use?
Correct
Azure Cost Management allows for tagging and reporting to track AI spending across different business units.
Incorrect
Azure Cost Management allows for tagging and reporting to track AI spending across different business units.
Unattempted
Azure Cost Management allows for tagging and reporting to track AI spending across different business units.
Question 25 of 60
25. Question
What does “Chain-of-Thought“ (CoT) prompting improve in an LLM?
Correct
CoT prompting encourages the model to break down complex tasks into logical steps before arriving at a conclusion.
Incorrect
CoT prompting encourages the model to break down complex tasks into logical steps before arriving at a conclusion.
Unattempted
CoT prompting encourages the model to break down complex tasks into logical steps before arriving at a conclusion.
Question 26 of 60
26. Question
Which tool provides “AI Hub“ to track and manage all generative AI apps across a tenant for security?
Correct
Purview‘s AI Hub is the central location for discovering risks, governing data, and monitoring AI usage at scale.
Incorrect
Purview‘s AI Hub is the central location for discovering risks, governing data, and monitoring AI usage at scale.
Unattempted
Purview‘s AI Hub is the central location for discovering risks, governing data, and monitoring AI usage at scale.
Question 27 of 60
27. Question
Which “Responsible AI“ principle requires that AI systems be designed to be accessible to people with various disabilities?
Correct
Inclusiveness ensures that AI benefits everyone, including those with visual, auditory, or cognitive impairments.
Incorrect
Inclusiveness ensures that AI benefits everyone, including those with visual, auditory, or cognitive impairments.
Unattempted
Inclusiveness ensures that AI benefits everyone, including those with visual, auditory, or cognitive impairments.
Question 28 of 60
28. Question
Which Microsoft Dataverse feature allows you to define “Security Roles“ that can be applied to an AI agent‘s connection?
Correct
RBAC ensures that the agent only accesses the specific tables and rows it has been authorized to see.
Incorrect
RBAC ensures that the agent only accesses the specific tables and rows it has been authorized to see.
Unattempted
RBAC ensures that the agent only accesses the specific tables and rows it has been authorized to see.
Question 29 of 60
29. Question
Which Azure AI service translates a document while preserving complex formatting like tables and headers?
Correct
Document Translation is a specialized feature of the Translator service that maintains the physical layout of the file.
Incorrect
Document Translation is a specialized feature of the Translator service that maintains the physical layout of the file.
Unattempted
Document Translation is a specialized feature of the Translator service that maintains the physical layout of the file.
Question 30 of 60
30. Question
Which component allows Microsoft 365 Copilot to perform a specific action, like “Create a New Lead,“ in a third-party CRM?
Correct
Plugins extend Copilot‘s capabilities, allowing it to interact with external data and execute transactional actions.
Incorrect
Plugins extend Copilot‘s capabilities, allowing it to interact with external data and execute transactional actions.
Unattempted
Plugins extend Copilot‘s capabilities, allowing it to interact with external data and execute transactional actions.
Question 31 of 60
31. Question
When using “Few-shot Prompting,“ what is the developer actually providing to the model?
Correct
Few-shot prompting uses in-context examples to “teach“ the model the pattern or logic it should follow for a specific task.
Incorrect
Few-shot prompting uses in-context examples to “teach“ the model the pattern or logic it should follow for a specific task.
Unattempted
Few-shot prompting uses in-context examples to “teach“ the model the pattern or logic it should follow for a specific task.
Question 32 of 60
32. Question
Scenario: A legal team needs an AI to identify and tag “Clause Types“ in 10,000 contracts. Which AI Builder model is most efficient?
Correct
Category Classification is used to automatically tag or label text-based content into pre-defined business categories.
Incorrect
Category Classification is used to automatically tag or label text-based content into pre-defined business categories.
Unattempted
Category Classification is used to automatically tag or label text-based content into pre-defined business categories.
Question 33 of 60
33. Question
Which Azure AI service feature allows you to identify the specific emotional tone of a customer‘s feedback as “Positive,“ “Negative,“ or “Neutral“?
Correct
Sentiment Analysis evaluates text to determine the prevailing emotional tone, which is critical for customer service routing.
Incorrect
Sentiment Analysis evaluates text to determine the prevailing emotional tone, which is critical for customer service routing.
Unattempted
Sentiment Analysis evaluates text to determine the prevailing emotional tone, which is critical for customer service routing.
Question 34 of 60
34. Question
Which “Responsible AI“ principle is most directly supported by providing users with an easy way to correct an AI‘s mistake?
Correct
Accountability involves creating a feedback loop where humans can oversee and correct the system‘s outputs.
Incorrect
Accountability involves creating a feedback loop where humans can oversee and correct the system‘s outputs.
Unattempted
Accountability involves creating a feedback loop where humans can oversee and correct the system‘s outputs.
Question 35 of 60
35. Question
Which specific parameter should be adjusted to limit the length of an AI‘s response to stay within a specific budget or character limit?
Correct
Max Tokens sets a hard boundary on how many tokens the model can generate, directly affecting both cost and response length.
Incorrect
Max Tokens sets a hard boundary on how many tokens the model can generate, directly affecting both cost and response length.
Unattempted
Max Tokens sets a hard boundary on how many tokens the model can generate, directly affecting both cost and response length.
Question 36 of 60
36. Question
Which Azure AI service would you use to convert a 2-hour technical webinar into a structured set of chapters and summaries?
Correct
Video Indexer automatically extracts metadata, speech, and visual insights to create summaries and structural breakdowns of video content.
Incorrect
Video Indexer automatically extracts metadata, speech, and visual insights to create summaries and structural breakdowns of video content.
Unattempted
Video Indexer automatically extracts metadata, speech, and visual insights to create summaries and structural breakdowns of video content.
Question 37 of 60
37. Question
Which component of the “RAG“ architecture is responsible for finding the most relevant “Chunk“ of data for a user‘s query?
Correct
The search engine (like Azure AI Search) queries the vector index to find the data most semantically related to the prompt.
Incorrect
The search engine (like Azure AI Search) queries the vector index to find the data most semantically related to the prompt.
Unattempted
The search engine (like Azure AI Search) queries the vector index to find the data most semantically related to the prompt.
Question 38 of 60
38. Question
Scenario: You are building an agent that needs to look up a user‘s loyalty points in a legacy system via a REST API. Which node in Copilot Studio is used?
Correct
Power Automate flows act as the bridge between Copilot Studio and external systems via standard or custom connectors.
Incorrect
Power Automate flows act as the bridge between Copilot Studio and external systems via standard or custom connectors.
Unattempted
Power Automate flows act as the bridge between Copilot Studio and external systems via standard or custom connectors.
Question 39 of 60
39. Question
Scenario: You need to extract “Part Numbers“ and “Quantity“ from a handwritten order form. Which service provides the best accuracy for this?
Correct
Document Intelligence has specialized models for high-accuracy OCR and field extraction from handwritten and printed forms.
Incorrect
Document Intelligence has specialized models for high-accuracy OCR and field extraction from handwritten and printed forms.
Unattempted
Document Intelligence has specialized models for high-accuracy OCR and field extraction from handwritten and printed forms.
Question 40 of 60
40. Question
Scenario: A company needs an AI to scan thousands of photos of utility poles to identify those with “Visible Damage.“ Which AI Builder model is best?
Correct
Image Classification is used to categorize an entire image into specific labels, such as “Damaged“ or “Intact.“
Incorrect
Image Classification is used to categorize an entire image into specific labels, such as “Damaged“ or “Intact.“
Unattempted
Image Classification is used to categorize an entire image into specific labels, such as “Damaged“ or “Intact.“
Question 41 of 60
41. Question
Scenario: A developer wants to build a custom Copilot agent that can pull “Real-time“ stock prices. Why is RAG preferred over fine-tuning for this task?
Correct
RAG provides a way for the AI to query “live“ data sources, whereas fine-tuning only updates the model‘s static internal knowledge.
Incorrect
RAG provides a way for the AI to query “live“ data sources, whereas fine-tuning only updates the model‘s static internal knowledge.
Unattempted
RAG provides a way for the AI to query “live“ data sources, whereas fine-tuning only updates the model‘s static internal knowledge.
Question 42 of 60
42. Question
Which Microsoft service provides “API Keys“ and “Endpoints“ required to connect a Power Automate flow to the Azure OpenAI Service?
Correct
Azure AI Studio (and the Azure Portal) provides the necessary credentials and endpoint URLs for service integration.
Incorrect
Azure AI Studio (and the Azure Portal) provides the necessary credentials and endpoint URLs for service integration.
Unattempted
Azure AI Studio (and the Azure Portal) provides the necessary credentials and endpoint URLs for service integration.
Question 43 of 60
43. Question
What is a “System Message“ (System Prompt) in an Azure OpenAI request?
Correct
The System Message defines how the model should behave, such as “You are a helpful assistant that only answers based on PDF context.“
Incorrect
The System Message defines how the model should behave, such as “You are a helpful assistant that only answers based on PDF context.“
Unattempted
The System Message defines how the model should behave, such as “You are a helpful assistant that only answers based on PDF context.“
Question 44 of 60
44. Question
What does “Few-shot Prompting“ help an LLM achieve?
Correct
Few-shot prompting guides the model‘s logic and formatting by demonstrating the desired behavior through examples.
Incorrect
Few-shot prompting guides the model‘s logic and formatting by demonstrating the desired behavior through examples.
Unattempted
Few-shot prompting guides the model‘s logic and formatting by demonstrating the desired behavior through examples.
Question 45 of 60
45. Question
In Dataverse, which column type would you use to allow an AI agent to automatically see the sum of total sales across multiple related regions?
Correct
Rollup columns aggregate data from related records, providing the AI with pre-calculated metrics directly from the table.
Incorrect
Rollup columns aggregate data from related records, providing the AI with pre-calculated metrics directly from the table.
Unattempted
Rollup columns aggregate data from related records, providing the AI with pre-calculated metrics directly from the table.
Question 46 of 60
46. Question
What is the primary role of a “System Message“ (System Prompt) in an Azure OpenAI request?
Correct
The system message acts as the foundational instruction that tells the AI who it is and the boundaries it must operate within.
Incorrect
The system message acts as the foundational instruction that tells the AI who it is and the boundaries it must operate within.
Unattempted
The system message acts as the foundational instruction that tells the AI who it is and the boundaries it must operate within.
Question 47 of 60
47. Question
What does the “Groundedness“ metric specifically measure during the evaluation of an AI model‘s response?
Correct
Groundedness checks if the answer is factually rooted in the provided context rather than being fabricated by the model.
Incorrect
Groundedness checks if the answer is factually rooted in the provided context rather than being fabricated by the model.
Unattempted
Groundedness checks if the answer is factually rooted in the provided context rather than being fabricated by the model.
Question 48 of 60
48. Question
In the context of the AB-410 exam, what is “Prompt Injection“?
Correct
Prompt injection is a security threat where users try to trick the AI into ignoring safety filters or leaking sensitive data.
Incorrect
Prompt injection is a security threat where users try to trick the AI into ignoring safety filters or leaking sensitive data.
Unattempted
Prompt injection is a security threat where users try to trick the AI into ignoring safety filters or leaking sensitive data.
Question 49 of 60
49. Question
Which “Responsible AI“ principle emphasizes that AI systems should be reliable and not cause unintended harm during failures?
Correct
Reliability and Safety focus on ensuring the system handles errors gracefully and performs consistently under pressure.
Incorrect
Reliability and Safety focus on ensuring the system handles errors gracefully and performs consistently under pressure.
Unattempted
Reliability and Safety focus on ensuring the system handles errors gracefully and performs consistently under pressure.
Question 50 of 60
50. Question
Which tool is used to monitor the “Response Time“ and “Failure Rate“ of an AI agent deployed to a production website?
Correct
Application Insights provides real-time telemetry and error tracking to ensure the operational health of the application.
Incorrect
Application Insights provides real-time telemetry and error tracking to ensure the operational health of the application.
Unattempted
Application Insights provides real-time telemetry and error tracking to ensure the operational health of the application.
Question 51 of 60
51. Question
What is the primary advantage of “Small Language Models“ (SLMs) like Phi-3 in an enterprise?
Correct
SLMs offer high-quality reasoning in a smaller package, making them ideal for specific tasks or edge deployments.
Incorrect
SLMs offer high-quality reasoning in a smaller package, making them ideal for specific tasks or edge deployments.
Unattempted
SLMs offer high-quality reasoning in a smaller package, making them ideal for specific tasks or edge deployments.
Question 52 of 60
52. Question
Which parameter should be set to “0“ to ensure that an AI agent providing technical support always gives the exact same answer for the same question?
Correct
Setting Temperature to 0 makes the model deterministic, ensuring consistency and precision in technical scenarios.
Incorrect
Setting Temperature to 0 makes the model deterministic, ensuring consistency and precision in technical scenarios.
Unattempted
Setting Temperature to 0 makes the model deterministic, ensuring consistency and precision in technical scenarios.
Question 53 of 60
53. Question
In a multi-agent system, what does the “Planner“ do?
Correct
The Planner is the logical brain that maps out which agents and tools are needed to solve a complex request.
Incorrect
The Planner is the logical brain that maps out which agents and tools are needed to solve a complex request.
Unattempted
The Planner is the logical brain that maps out which agents and tools are needed to solve a complex request.
Question 54 of 60
54. Question
In a “Multi-agent“ system, what is the role of the “Planner“?
Correct
The Planner is the intelligence layer that determines the roadmap of actions required to achieve a high-level user goal.
Incorrect
The Planner is the intelligence layer that determines the roadmap of actions required to achieve a high-level user goal.
Unattempted
The Planner is the intelligence layer that determines the roadmap of actions required to achieve a high-level user goal.
Question 55 of 60
55. Question
When deploying an intelligent app, what is “Rate Limiting“ used for?
Correct
Rate limiting (throttling) prevents API exhaustion and controls costs by capping the number of requests per minute.
Incorrect
Rate limiting (throttling) prevents API exhaustion and controls costs by capping the number of requests per minute.
Unattempted
Rate limiting (throttling) prevents API exhaustion and controls costs by capping the number of requests per minute.
Question 56 of 60
56. Question
What is the “Context Window“ in a model like GPT-4o?
Correct
The context window defines the memory limit for a single session; if the conversation exceeds this, the model begins to “forget“ earlier parts.
Incorrect
The context window defines the memory limit for a single session; if the conversation exceeds this, the model begins to “forget“ earlier parts.
Unattempted
The context window defines the memory limit for a single session; if the conversation exceeds this, the model begins to “forget“ earlier parts.
Question 57 of 60
57. Question
Scenario: You want to check if your AI model‘s answers match the “Ground Truth“ provided by subject matter experts. Which metric are you measuring?
Correct
Groundedness and Accuracy measure how well the model‘s output aligns with the provided factual context or expert answers.
Incorrect
Groundedness and Accuracy measure how well the model‘s output aligns with the provided factual context or expert answers.
Unattempted
Groundedness and Accuracy measure how well the model‘s output aligns with the provided factual context or expert answers.
Question 58 of 60
58. Question
In Microsoft Copilot Studio, what is the “Global“ variable scope used for?
Correct
Global variables persist throughout the conversation, allowing data (like a User ID) to be used across multiple topics.
Incorrect
Global variables persist throughout the conversation, allowing data (like a User ID) to be used across multiple topics.
Unattempted
Global variables persist throughout the conversation, allowing data (like a User ID) to be used across multiple topics.
Question 59 of 60
59. Question
What does “In-Context Learning“ refer to?
Correct
In-context learning allows the model to adapt to new tasks or styles simply by reading the instructions and examples in the current prompt.
Incorrect
In-context learning allows the model to adapt to new tasks or styles simply by reading the instructions and examples in the current prompt.
Unattempted
In-context learning allows the model to adapt to new tasks or styles simply by reading the instructions and examples in the current prompt.
Question 60 of 60
60. Question
In the 2026 Microsoft ecosystem, what does “Model Context Protocol“ (MCP) allow a developer to do in Copilot Studio?
Correct
MCP is an open standard that enables seamless integration between AI models and local or remote data/tools.
Incorrect
MCP is an open standard that enables seamless integration between AI models and local or remote data/tools.
Unattempted
MCP is an open standard that enables seamless integration between AI models and local or remote data/tools.
X
Use Page numbers below to navigate to other practice tests