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 2 "
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
In Microsoft Copilot Studio, what is the purpose of “Trigger Phrases“?
Correct
Trigger phrases are the natural language examples used by the orchestrator to map user intent to a specific topic.
Incorrect
Trigger phrases are the natural language examples used by the orchestrator to map user intent to a specific topic.
Unattempted
Trigger phrases are the natural language examples used by the orchestrator to map user intent to a specific topic.
Question 2 of 60
2. Question
When building a RAG-based application, what is the role of the “Orchestrator“ (e.g., Semantic Kernel or LangChain)?
Correct
The Orchestrator coordinates the steps: taking the user input, querying the search index, and passing the context to the LLM.
Incorrect
The Orchestrator coordinates the steps: taking the user input, querying the search index, and passing the context to the LLM.
Unattempted
The Orchestrator coordinates the steps: taking the user input, querying the search index, and passing the context to the LLM.
Question 3 of 60
3. Question
Which specific LLM capability allows a model to perform a new task after seeing only a few examples in the prompt?
Correct
Few-shot learning involves providing a small number of examples (shots) within the prompt to guide the model‘s output format or logic.
Incorrect
Few-shot learning involves providing a small number of examples (shots) within the prompt to guide the model‘s output format or logic.
Unattempted
Few-shot learning involves providing a small number of examples (shots) within the prompt to guide the model‘s output format or logic.
Question 4 of 60
4. Question
What is the “Human-in-the-loop“ (HITL) pattern in AI application design?
Correct
HITL ensures that critical or high-stakes decisions made by AI are verified by a person to ensure accuracy and safety.
Incorrect
HITL ensures that critical or high-stakes decisions made by AI are verified by a person to ensure accuracy and safety.
Unattempted
HITL ensures that critical or high-stakes decisions made by AI are verified by a person to ensure accuracy and safety.
Question 5 of 60
5. Question
What is the benefit of “Implicit Sharing“ in Power Apps when using AI components?
Correct
Implicit sharing allows the app to perform actions on behalf of the user using the app creator‘s connection, subject to specific security boundaries.
Incorrect
Implicit sharing allows the app to perform actions on behalf of the user using the app creator‘s connection, subject to specific security boundaries.
Unattempted
Implicit sharing allows the app to perform actions on behalf of the user using the app creator‘s connection, subject to specific security boundaries.
Question 6 of 60
6. Question
In the context of “Responsible AI,“ what does the principle of “Transparency“ require?
Correct
Transparency ensures that users are aware of the AI‘s capabilities and limitations, including the fact that they are talking to a bot.
Incorrect
Transparency ensures that users are aware of the AI‘s capabilities and limitations, including the fact that they are talking to a bot.
Unattempted
Transparency ensures that users are aware of the AI‘s capabilities and limitations, including the fact that they are talking to a bot.
Question 7 of 60
7. Question
What is the “Temperature“ setting primarily used for when configuring an AI prompt?
Correct
Temperature adjusts how “creative“ or “deterministic“ the model is; 0 is very literal, while 1.0 is very creative.
Incorrect
Temperature adjusts how “creative“ or “deterministic“ the model is; 0 is very literal, while 1.0 is very creative.
Unattempted
Temperature adjusts how “creative“ or “deterministic“ the model is; 0 is very literal, while 1.0 is very creative.
Question 8 of 60
8. Question
When utilizing Azure OpenAI, what does the “Top P“ parameter control in the response generation process?
Correct
Top P (nucleus sampling) limits the model‘s choices to a cumulative probability percentage, helping balance diversity and focus.
Incorrect
Top P (nucleus sampling) limits the model‘s choices to a cumulative probability percentage, helping balance diversity and focus.
Unattempted
Top P (nucleus sampling) limits the model‘s choices to a cumulative probability percentage, helping balance diversity and focus.
Question 9 of 60
9. Question
Which Azure AI service would you use to automatically redact PII (Personally Identifiable Information) from a support transcript?
Correct
PII Detection is a feature of Azure AI Language that identifies and can help mask sensitive info like names, emails, and SSNs.
Incorrect
PII Detection is a feature of Azure AI Language that identifies and can help mask sensitive info like names, emails, and SSNs.
Unattempted
PII Detection is a feature of Azure AI Language that identifies and can help mask sensitive info like names, emails, and SSNs.
Question 10 of 60
10. Question
Scenario: You have a Copilot agent that needs to look up a customer‘s loyalty points from a custom Web API that requires an OAuth2 token. Where do you configure this authentication?
Correct
Copilot Studio allows you to configure authentication providers (like Entra ID) to handle secure token exchange for API calls.
Incorrect
Copilot Studio allows you to configure authentication providers (like Entra ID) to handle secure token exchange for API calls.
Unattempted
Copilot Studio allows you to configure authentication providers (like Entra ID) to handle secure token exchange for API calls.
Question 11 of 60
11. Question
Which Responsible AI principle ensures that an AI system does not provide different quality of service based on a user‘s demographic group?
Correct
Fairness focuses on preventing bias and ensuring equitable treatment for all users.
Incorrect
Fairness focuses on preventing bias and ensuring equitable treatment for all users.
Unattempted
Fairness focuses on preventing bias and ensuring equitable treatment for all users.
Question 12 of 60
12. Question
Which specific AI Builder model would you use to automatically identify and extract the “Vendor Name“ and “Invoice Date“ from an image of a receipt?
Correct
The Prebuilt Receipt model is specifically trained to identify key-value pairs commonly found in financial receipts and invoices.
Incorrect
The Prebuilt Receipt model is specifically trained to identify key-value pairs commonly found in financial receipts and invoices.
Unattempted
The Prebuilt Receipt model is specifically trained to identify key-value pairs commonly found in financial receipts and invoices.
Question 13 of 60
13. Question
Scenario: An organization wants to prevent their AI model from being “poisoned“ by users who feed it false information during a conversation. Which technique is most effective?
Correct
Using a read-only, verified knowledge source ensures the model‘s “truth“ comes from an authoritative database rather than untrusted user input.
Incorrect
Using a read-only, verified knowledge source ensures the model‘s “truth“ comes from an authoritative database rather than untrusted user input.
Unattempted
Using a read-only, verified knowledge source ensures the model‘s “truth“ comes from an authoritative database rather than untrusted user input.
Question 14 of 60
14. Question
What is “Few-shot Learning“ in the context of Large Language Models?
Correct
Few-shot learning uses in-context examples to help the model understand the specific format or logic required for a task.
Incorrect
Few-shot learning uses in-context examples to help the model understand the specific format or logic required for a task.
Unattempted
Few-shot learning uses in-context examples to help the model understand the specific format or logic required for a task.
Question 15 of 60
15. Question
Scenario: A travel agency bot needs to confirm if a user wants a “Window“ or “Aisle“ seat. If the user just says “Window,“ which Copilot Studio feature saves this choice?
Correct
Slot filling automatically captures the entity value (seat type) from the user‘s natural language and saves it to a variable.
Incorrect
Slot filling automatically captures the entity value (seat type) from the user‘s natural language and saves it to a variable.
Unattempted
Slot filling automatically captures the entity value (seat type) from the user‘s natural language and saves it to a variable.
Question 16 of 60
16. Question
In Copilot Studio, what is a “Knowledge Source“?
Correct
Knowledge Sources are the data repositories that a Copilot agent uses to retrieve information and answer user queries without manual topic creation.
Incorrect
Knowledge Sources are the data repositories that a Copilot agent uses to retrieve information and answer user queries without manual topic creation.
Unattempted
Knowledge Sources are the data repositories that a Copilot agent uses to retrieve information and answer user queries without manual topic creation.
Question 17 of 60
17. Question
In Microsoft Copilot Studio, what is the “Global“ variable scope used for?
Correct
Global variables allow the bot to remember information (like a user‘s ID or preference) as the conversation moves from one topic to another.
Incorrect
Global variables allow the bot to remember information (like a user‘s ID or preference) as the conversation moves from one topic to another.
Unattempted
Global variables allow the bot to remember information (like a user‘s ID or preference) as the conversation moves from one topic to another.
Question 18 of 60
18. Question
When using the Azure OpenAI API, which parameter prevents the model from repeating the exact same line of text multiple times in a single completion?
Correct
Presence Penalty encourages the model to talk about new topics by penalizing tokens that have already appeared in the output.
Incorrect
Presence Penalty encourages the model to talk about new topics by penalizing tokens that have already appeared in the output.
Unattempted
Presence Penalty encourages the model to talk about new topics by penalizing tokens that have already appeared in the output.
Question 19 of 60
19. Question
Which Azure AI service feature would you use to find the bounding box coordinates of specific products within a warehouse shelf image?
Correct
Object Detection not only identifies that an item is in an image but also provides the specific pixel coordinates (bounding box) for its location.
Incorrect
Object Detection not only identifies that an item is in an image but also provides the specific pixel coordinates (bounding box) for its location.
Unattempted
Object Detection not only identifies that an item is in an image but also provides the specific pixel coordinates (bounding box) for its location.
Question 20 of 60
20. Question
What is the primary purpose of “Few-shot Prompting“?
Correct
Few-shot prompting provides context and examples within the prompt, which helps the LLM understand complex patterns without needing a full fine-tuning process.
Incorrect
Few-shot prompting provides context and examples within the prompt, which helps the LLM understand complex patterns without needing a full fine-tuning process.
Unattempted
Few-shot prompting provides context and examples within the prompt, which helps the LLM understand complex patterns without needing a full fine-tuning process.
Question 21 of 60
21. Question
In the context of AI, what is a “Semantic Kernel“?
Correct
Semantic Kernel is the SDK that allows developers to orchestrate AI services with traditional programming languages.
Incorrect
Semantic Kernel is the SDK that allows developers to orchestrate AI services with traditional programming languages.
Unattempted
Semantic Kernel is the SDK that allows developers to orchestrate AI services with traditional programming languages.
Question 22 of 60
22. Question
Scenario: A legal firm needs an AI to identify and categorize “Expiration Dates“ across 5,000 different contracts. Which AI Builder feature should be used?
Correct
Entity Extraction is designed to recognize and pull specific data points (like dates, names, or amounts) from unstructured text.
Incorrect
Entity Extraction is designed to recognize and pull specific data points (like dates, names, or amounts) from unstructured text.
Unattempted
Entity Extraction is designed to recognize and pull specific data points (like dates, names, or amounts) from unstructured text.
Question 23 of 60
23. Question
Which parameter should be adjusted to make an AI bot‘s responses more consistent and less “creative“ for a technical support scenario?
Correct
Lowering the temperature (closer to 0) makes the model more deterministic and focused on the most likely response.
Incorrect
Lowering the temperature (closer to 0) makes the model more deterministic and focused on the most likely response.
Unattempted
Lowering the temperature (closer to 0) makes the model more deterministic and focused on the most likely response.
Question 24 of 60
24. Question
What is the primary role of the “System Role“ (System Prompt) in an enterprise Chat Completion API?
Correct
The system role provides the foundational instructions that govern how the AI interacts and what rules it must follow.
Incorrect
The system role provides the foundational instructions that govern how the AI interacts and what rules it must follow.
Unattempted
The system role provides the foundational instructions that govern how the AI interacts and what rules it must follow.
Question 25 of 60
25. Question
Which Microsoft service provides the “Vector Store“ capabilities required for high-performance RAG architectures in the Azure ecosystem?
Correct
Azure AI Search supports vector indexing and search, which is essential for matching user queries with the most relevant data chunks.
Incorrect
Azure AI Search supports vector indexing and search, which is essential for matching user queries with the most relevant data chunks.
Unattempted
Azure AI Search supports vector indexing and search, which is essential for matching user queries with the most relevant data chunks.
Question 26 of 60
26. Question
What does the “Grounding“ of an AI model refer to?
Correct
Grounding ensures the model‘s responses are based on trusted data (like your company‘s knowledge base) rather than its general training data.
Incorrect
Grounding ensures the model‘s responses are based on trusted data (like your company‘s knowledge base) rather than its general training data.
Unattempted
Grounding ensures the model‘s responses are based on trusted data (like your company‘s knowledge base) rather than its general training data.
Question 27 of 60
27. Question
Scenario: A legal firm needs to extract the “Effective Date“ and “Contracting Parties“ from thousands of unique lease agreements. Which Azure AI service is most efficient?
Correct
Azure AI Document Intelligence offers prebuilt and custom models to extract specific fields and structures from documents.
Incorrect
Azure AI Document Intelligence offers prebuilt and custom models to extract specific fields and structures from documents.
Unattempted
Azure AI Document Intelligence offers prebuilt and custom models to extract specific fields and structures from documents.
Question 28 of 60
28. Question
A developer needs to ensure that a Copilot agent can only answer questions using the companyÂ’s internal policy documents. What is this concept called?
Correct
Grounding involves providing the AI with a specific knowledge base (context) to ensure its responses are factually accurate and relevant to the organization.
Incorrect
Grounding involves providing the AI with a specific knowledge base (context) to ensure its responses are factually accurate and relevant to the organization.
Unattempted
Grounding involves providing the AI with a specific knowledge base (context) to ensure its responses are factually accurate and relevant to the organization.
Question 29 of 60
29. Question
Scenario: A company wants to build a “Smart Search“ for their internal HR portal. They want employees to be able to ask “How do I claim dental insurance?“ and get the specific paragraph from the 200-page PDF handbook. Which architecture is required?
Correct
RAG combines a search index (to find the specific paragraph) with an LLM (to draft the natural language answer based on that paragraph).
Incorrect
RAG combines a search index (to find the specific paragraph) with an LLM (to draft the natural language answer based on that paragraph).
Unattempted
RAG combines a search index (to find the specific paragraph) with an LLM (to draft the natural language answer based on that paragraph).
Question 30 of 60
30. Question
Which Azure AI service feature allows for “Speech Intent Recognition,“ where the system directly identifies a user‘s goal from their spoken audio?
Correct
By integrating Azure AI Speech with CLU, the system can bypass the text-only phase and directly map spoken language to specific business intents.
Incorrect
By integrating Azure AI Speech with CLU, the system can bypass the text-only phase and directly map spoken language to specific business intents.
Unattempted
By integrating Azure AI Speech with CLU, the system can bypass the text-only phase and directly map spoken language to specific business intents.
Question 31 of 60
31. Question
Scenario: You want to create a custom agent that can check real-time inventory in an external SQL database. How should you enable this in Copilot Studio?
Correct
Plugins allow Copilot agents to perform actions or fetch data from external systems via Connectors or Power Automate flows.
Incorrect
Plugins allow Copilot agents to perform actions or fetch data from external systems via Connectors or Power Automate flows.
Unattempted
Plugins allow Copilot agents to perform actions or fetch data from external systems via Connectors or Power Automate flows.
Question 32 of 60
32. Question
Scenario: You are building a retail bot. The bot must identify if a user is asking about “Shoes“ or “Computers“ to route the conversation. This is an example of what?
Correct
Intent Recognition (part of Azure AI Language) identifies the goal or purpose behind a user‘s input to trigger the correct workflow.
Incorrect
Intent Recognition (part of Azure AI Language) identifies the goal or purpose behind a user‘s input to trigger the correct workflow.
Unattempted
Intent Recognition (part of Azure AI Language) identifies the goal or purpose behind a user‘s input to trigger the correct workflow.
Question 33 of 60
33. Question
Scenario: A developer needs to build an application that identifies the brand of a car from a uploaded photo. Which specific feature of Azure AI Vision should be utilized?
Correct
Brand Detection is a specialized feature within Azure AI Vision that can identify thousands of global logos and brands within images.
Incorrect
Brand Detection is a specialized feature within Azure AI Vision that can identify thousands of global logos and brands within images.
Unattempted
Brand Detection is a specialized feature within Azure AI Vision that can identify thousands of global logos and brands within images.
Question 34 of 60
34. Question
Which component of a RAG (Retrieval-Augmented Generation) architecture is responsible for converting text into numerical vectors?
Correct
Embedding models convert text into high-dimensional vectors (embeddings) so they can be compared for semantic similarity.
Incorrect
Embedding models convert text into high-dimensional vectors (embeddings) so they can be compared for semantic similarity.
Unattempted
Embedding models convert text into high-dimensional vectors (embeddings) so they can be compared for semantic similarity.
Question 35 of 60
35. Question
Scenario: You need to monitor how many times your AI agent is successfully resolving customer issues without human intervention. Which metric in Copilot Studio should you track?
Correct
Deflection Rate measures the percentage of sessions that are successfully handled by the AI without escalating to a human agent.
Incorrect
Deflection Rate measures the percentage of sessions that are successfully handled by the AI without escalating to a human agent.
Unattempted
Deflection Rate measures the percentage of sessions that are successfully handled by the AI without escalating to a human agent.
Question 36 of 60
36. Question
Scenario: A developer is building an automated flow in Power Automate that triggers whenever a new customer feedback form is submitted. The flow must determine if the feedback is urgent based on the emotional tone. Which AI component should be added?
Correct
Sentiment Analysis can categorize feedback as positive, negative, or neutral, allowing the flow to flag “Negative“ feedback as urgent.
Incorrect
Sentiment Analysis can categorize feedback as positive, negative, or neutral, allowing the flow to flag “Negative“ feedback as urgent.
Unattempted
Sentiment Analysis can categorize feedback as positive, negative, or neutral, allowing the flow to flag “Negative“ feedback as urgent.
Question 37 of 60
37. Question
Which tool allows you to visually map the flow of data between different AI plugins and connectors in a complex agent?
Correct
The Copilot Studio Canvas is the visual designer where developers orchestrate the logic, triggers, and actions of their intelligent agents.
Incorrect
The Copilot Studio Canvas is the visual designer where developers orchestrate the logic, triggers, and actions of their intelligent agents.
Unattempted
The Copilot Studio Canvas is the visual designer where developers orchestrate the logic, triggers, and actions of their intelligent agents.
Question 38 of 60
38. Question
What is the purpose of “Hybrid Search“ in Azure AI Search?
Correct
Hybrid search combines the strengths of traditional keyword matching with the semantic depth of vector search for the most accurate results.
Incorrect
Hybrid search combines the strengths of traditional keyword matching with the semantic depth of vector search for the most accurate results.
Unattempted
Hybrid search combines the strengths of traditional keyword matching with the semantic depth of vector search for the most accurate results.
Question 39 of 60
39. Question
What is the primary function of “Semantic Ranker“ in Azure AI Search?
Correct
Semantic Ranker uses Microsoft‘s language models to re-evaluate the top results of a search to ensure the most contextually relevant items are at the top.
Incorrect
Semantic Ranker uses Microsoft‘s language models to re-evaluate the top results of a search to ensure the most contextually relevant items are at the top.
Unattempted
Semantic Ranker uses Microsoft‘s language models to re-evaluate the top results of a search to ensure the most contextually relevant items are at the top.
Question 40 of 60
40. Question
Scenario: You are using AI Builder to process health insurance claims. You need to extract data from documents where the structure varies significantly from one page to another. Which model type should you use?
Correct
The Unstructured Document Model (formerly General Document) uses layout-agnostic technology to find data even when document formats change.
Incorrect
The Unstructured Document Model (formerly General Document) uses layout-agnostic technology to find data even when document formats change.
Unattempted
The Unstructured Document Model (formerly General Document) uses layout-agnostic technology to find data even when document formats change.
Question 41 of 60
41. Question
What is a “System Topic“ in Copilot Studio?
Correct
System Topics are built-in templates that manage the basic conversational flow and error handling of a bot.
Incorrect
System Topics are built-in templates that manage the basic conversational flow and error handling of a bot.
Unattempted
System Topics are built-in templates that manage the basic conversational flow and error handling of a bot.
Question 42 of 60
42. Question
In the context of LLMs, what does the term “Token“ typically represent?
Correct
Tokens are the basic units of text that LLMs process; one token is roughly equivalent to 4 characters in English.
Incorrect
Tokens are the basic units of text that LLMs process; one token is roughly equivalent to 4 characters in English.
Unattempted
Tokens are the basic units of text that LLMs process; one token is roughly equivalent to 4 characters in English.
Question 43 of 60
43. Question
What is “Hallucination“ in the context of Generative AI?
Correct
Hallucination occurs when an LLM generates output that is not supported by its training data or the provided context.
Incorrect
Hallucination occurs when an LLM generates output that is not supported by its training data or the provided context.
Unattempted
Hallucination occurs when an LLM generates output that is not supported by its training data or the provided context.
Question 44 of 60
44. Question
What is the role of “Microsoft Purview“ in the lifecycle of an intelligent application?
Correct
Microsoft Purview ensures that the data being fed into or generated by AI apps is governed, classified, and compliant with privacy regulations.
Incorrect
Microsoft Purview ensures that the data being fed into or generated by AI apps is governed, classified, and compliant with privacy regulations.
Unattempted
Microsoft Purview ensures that the data being fed into or generated by AI apps is governed, classified, and compliant with privacy regulations.
Question 45 of 60
45. Question
In a “Multi-agent“ system, what is a “Planner“?
Correct
The Planner is the intelligence layer that determines which tools or agents to call in what order to solve a complex request.
Incorrect
The Planner is the intelligence layer that determines which tools or agents to call in what order to solve a complex request.
Unattempted
The Planner is the intelligence layer that determines which tools or agents to call in what order to solve a complex request.
Question 46 of 60
46. Question
Which technique involves the model performing a series of intermediate reasoning steps before providing a final answer?
Correct
Chain-of-Thought prompting encourages the model to “think step-by-step,“ improving its performance on complex logical or mathematical tasks.
Incorrect
Chain-of-Thought prompting encourages the model to “think step-by-step,“ improving its performance on complex logical or mathematical tasks.
Unattempted
Chain-of-Thought prompting encourages the model to “think step-by-step,“ improving its performance on complex logical or mathematical tasks.
Question 47 of 60
47. Question
In Microsoft Copilot Studio, what is the “Fallback“ topic used for?
Correct
The Fallback topic is triggered when the AI cannot match the user‘s input to any existing topic, allowing for a graceful error message or escalation.
Incorrect
The Fallback topic is triggered when the AI cannot match the user‘s input to any existing topic, allowing for a graceful error message or escalation.
Unattempted
The Fallback topic is triggered when the AI cannot match the user‘s input to any existing topic, allowing for a graceful error message or escalation.
Question 48 of 60
48. Question
Which tool is used to manage the Application Lifecycle Management (ALM) for intelligent applications, including moving agents between Dev, Test, and Prod environments?
Correct
Solutions are the transport mechanism in Power Platform for moving apps, flows, and Copilot agents across different environments.
Incorrect
Solutions are the transport mechanism in Power Platform for moving apps, flows, and Copilot agents across different environments.
Unattempted
Solutions are the transport mechanism in Power Platform for moving apps, flows, and Copilot agents across different environments.
Question 49 of 60
49. Question
You need to deploy a small language model (SLM) on an edge device with limited compute. Which model family is most appropriate?
Correct
MicrosoftÂ’s Phi-3 series are Small Language Models (SLMs) optimized for high performance on low-compute or edge environments.
Incorrect
MicrosoftÂ’s Phi-3 series are Small Language Models (SLMs) optimized for high performance on low-compute or edge environments.
Unattempted
MicrosoftÂ’s Phi-3 series are Small Language Models (SLMs) optimized for high performance on low-compute or edge environments.
Question 50 of 60
50. Question
What is a “Custom Connector“ in the context of the Power Platform?
Correct
Custom Connectors allow the Power Platform to talk to any service that has a public or private REST API.
Incorrect
Custom Connectors allow the Power Platform to talk to any service that has a public or private REST API.
Unattempted
Custom Connectors allow the Power Platform to talk to any service that has a public or private REST API.
Question 51 of 60
51. Question
Scenario: An insurance company wants to automate the classification of customer emails into “Claims,“ “Billing,“ or “General Inquiry.“ Which Azure AI Language feature should be used?
Correct
Custom Text Classification allows developers to train a model on specific labels (like Claims or Billing) relevant to their business.
Incorrect
Custom Text Classification allows developers to train a model on specific labels (like Claims or Billing) relevant to their business.
Unattempted
Custom Text Classification allows developers to train a model on specific labels (like Claims or Billing) relevant to their business.
Question 52 of 60
52. Question
Within Microsoft Copilot Studio, which feature allows the agent to automatically find and use the best “topic“ or data source based on a user‘s natural language query?
Correct
Dynamic Chaining allows the orchestrator to select the most relevant plugins and topics in real-time to fulfill a complex user request.
Incorrect
Dynamic Chaining allows the orchestrator to select the most relevant plugins and topics in real-time to fulfill a complex user request.
Unattempted
Dynamic Chaining allows the orchestrator to select the most relevant plugins and topics in real-time to fulfill a complex user request.
Question 53 of 60
53. Question
Which Azure service acts as the secure gateway for exposing internal APIs to a Copilot agent while providing throttling and authentication?
Correct
Azure APIM allows developers to publish, secure, and analyze APIs, making it the ideal “front door“ for AI agents to access backend data.
Incorrect
Azure APIM allows developers to publish, secure, and analyze APIs, making it the ideal “front door“ for AI agents to access backend data.
Unattempted
Azure APIM allows developers to publish, secure, and analyze APIs, making it the ideal “front door“ for AI agents to access backend data.
Question 54 of 60
54. Question
A company wants to build a recommendation engine that learns from user interactions in real-time to suggest products. Which service is best suited?
Correct
Azure AI Personalizer is a cloud-based service that uses reinforcement learning to help your applications choose the best content or item to show users.
Incorrect
Azure AI Personalizer is a cloud-based service that uses reinforcement learning to help your applications choose the best content or item to show users.
Unattempted
Azure AI Personalizer is a cloud-based service that uses reinforcement learning to help your applications choose the best content or item to show users.
Question 55 of 60
55. Question
Scenario: You are building a Power Automate flow that uses the “Create Text with GPT“ action. You want the output to always be in a valid JSON format. What should you include in the prompt?
Correct
Providing specific formatting instructions (e.g., “Respond only in JSON format following this schema“) is essential for consistent programmatic output.
Incorrect
Providing specific formatting instructions (e.g., “Respond only in JSON format following this schema“) is essential for consistent programmatic output.
Unattempted
Providing specific formatting instructions (e.g., “Respond only in JSON format following this schema“) is essential for consistent programmatic output.
Question 56 of 60
56. Question
Which Microsoft framework allows you to build a “Plug-and-Play“ connection between an LLM and an enterprise data source like SharePoint?
Correct
Semantic Kernel is the SDK designed to integrate LLMs with “skills“ and “connectors“ to interact with real-world data and applications.
Incorrect
Semantic Kernel is the SDK designed to integrate LLMs with “skills“ and “connectors“ to interact with real-world data and applications.
Unattempted
Semantic Kernel is the SDK designed to integrate LLMs with “skills“ and “connectors“ to interact with real-world data and applications.
Question 57 of 60
57. Question
In Azure AI Search, what is a “Skillset“?
Correct
A skillset defines a series of operations that extract information or create structure from raw data during the indexing process.
Incorrect
A skillset defines a series of operations that extract information or create structure from raw data during the indexing process.
Unattempted
A skillset defines a series of operations that extract information or create structure from raw data during the indexing process.
Question 58 of 60
58. Question
Scenario: You are building a voice-activated kiosk. You need to convert the user‘s spoken words into text to be processed by a bot. Which service do you use?
Correct
Speech-to-Text (part of Azure AI Speech) transcribes spoken audio into written text for further processing.
Incorrect
Speech-to-Text (part of Azure AI Speech) transcribes spoken audio into written text for further processing.
Unattempted
Speech-to-Text (part of Azure AI Speech) transcribes spoken audio into written text for further processing.
Question 59 of 60
59. Question
What is the primary purpose of “Generative Answers“ (Boost Conversations) in Copilot Studio?
Correct
Generative Answers use an LLM to search specified data sources (like a website or SharePoint) to answer questions not explicitly programmed in the bot‘s topics.
Incorrect
Generative Answers use an LLM to search specified data sources (like a website or SharePoint) to answer questions not explicitly programmed in the bot‘s topics.
Unattempted
Generative Answers use an LLM to search specified data sources (like a website or SharePoint) to answer questions not explicitly programmed in the bot‘s topics.
Question 60 of 60
60. Question
Which parameter in the Azure OpenAI Chat Completion API controls the randomness of the response, where a lower value makes the output more deterministic?
Correct
Temperature scales the probabilities of the next token; values closer to 0 make the model more predictable and focused.
Incorrect
Temperature scales the probabilities of the next token; values closer to 0 make the model more predictable and focused.
Unattempted
Temperature scales the probabilities of the next token; values closer to 0 make the model more predictable and focused.
X
Use Page numbers below to navigate to other practice tests