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 12 "
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 AI systems to be designed for accessibility for people of all abilities?
Correct
Inclusiveness ensures AI solutions are designed to empower and serve everyone, including people with visual, hearing, or cognitive impairments.
Incorrect
Inclusiveness ensures AI solutions are designed to empower and serve everyone, including people with visual, hearing, or cognitive impairments.
Unattempted
Inclusiveness ensures AI solutions are designed to empower and serve everyone, including people with visual, hearing, or cognitive impairments.
Question 2 of 60
2. Question
Scenario: You need to track how often your AI agent successfully resolves customer issues without requiring human intervention. Which Copilot Studio metric should you monitor?
Correct
Deflection Rate measures the percentage of sessions the AI handles successfully without escalation to a human agent.
Incorrect
Deflection Rate measures the percentage of sessions the AI handles successfully without escalation to a human agent.
Unattempted
Deflection Rate measures the percentage of sessions the AI handles successfully without escalation to a human agent.
Question 3 of 60
3. Question
In a vector database such as Azure AI Search, what does Cosine Similarity measure?
Correct
Cosine similarity is used to determine the similarity of two vectors by measuring the cosine of the angle between them.
Incorrect
Cosine similarity is used to determine the similarity of two vectors by measuring the cosine of the angle between them.
Unattempted
Cosine similarity is used to determine the similarity of two vectors by measuring the cosine of the angle between them.
Question 4 of 60
4. Question
Which “Responsible AI“ principle focuses on AI systems performing reliably and safely when unexpected conditions occur?
Correct
Reliability and Safety focus on making sure the AI system behaves as intended and does not cause harm during failures or edge cases.
Incorrect
Reliability and Safety focus on making sure the AI system behaves as intended and does not cause harm during failures or edge cases.
Unattempted
Reliability and Safety focus on making sure the AI system behaves as intended and does not cause harm during failures or edge cases.
Question 5 of 60
5. Question
Scenario: You are developing a healthcare application and must ensure patient names are not stored in the AIÂ’s training logs. Which technique should be implemented?
Correct
PII Redaction identifies and removes or masks sensitive data, such as names and IDs, before data is logged or processed.
Incorrect
PII Redaction identifies and removes or masks sensitive data, such as names and IDs, before data is logged or processed.
Unattempted
PII Redaction identifies and removes or masks sensitive data, such as names and IDs, before data is logged or processed.
Question 6 of 60
6. Question
What is a “Knowledge Source“ in Copilot Studio?
Correct
Knowledge Sources are the data repositories a Copilot agent uses to retrieve information and answer user questions without manually creating topics.
Incorrect
Knowledge Sources are the data repositories a Copilot agent uses to retrieve information and answer user questions without manually creating topics.
Unattempted
Knowledge Sources are the data repositories a Copilot agent uses to retrieve information and answer user questions without manually creating topics.
Question 7 of 60
7. Question
Which component is required to connect a Power Virtual Agent (Copilot) to an on-premises SQL database?
Correct
The On-premises Data Gateway serves as a bridge that enables fast and secure data transfer between on-premises data and Microsoft Cloud services.
Incorrect
The On-premises Data Gateway serves as a bridge that enables fast and secure data transfer between on-premises data and Microsoft Cloud services.
Unattempted
The On-premises Data Gateway serves as a bridge that enables fast and secure data transfer between on-premises data and Microsoft Cloud services.
Question 8 of 60
8. Question
Which tool manages Application Lifecycle Management (ALM) for intelligent applications, including moving agents across Dev, Test, and Prod environments?
Correct
Solutions are the Power Platform transport mechanism used to move apps, flows, and Copilot agents between environments.
Incorrect
Solutions are the Power Platform transport mechanism used to move apps, flows, and Copilot agents between environments.
Unattempted
Solutions are the Power Platform transport mechanism used to move apps, flows, and Copilot agents between environments.
Question 9 of 60
9. Question
What is the main purpose of Tokenization in an LLM pipeline?
Correct
Tokenization converts text into tokens, a format the transformer architecture can understand and manipulate.
Incorrect
Tokenization converts text into tokens, a format the transformer architecture can understand and manipulate.
Unattempted
Tokenization converts text into tokens, a format the transformer architecture can understand and manipulate.
Question 10 of 60
10. Question
In the “Responsible AI“ framework, what does “Inclusiveness“ mean?
Correct
Inclusiveness helps ensure AI applications empower everyone and meet the needs of diverse populations, regardless of ability or background.
Incorrect
Inclusiveness helps ensure AI applications empower everyone and meet the needs of diverse populations, regardless of ability or background.
Unattempted
Inclusiveness helps ensure AI applications empower everyone and meet the needs of diverse populations, regardless of ability or background.
Question 11 of 60
11. Question
Which specific metric evaluates whether an AI response is supported by facts found in the retrieved documents?
Correct
Groundedness is the specific evaluation metric used to check whether an answer comes from the source material instead of being hallucinated.
Incorrect
Groundedness is the specific evaluation metric used to check whether an answer comes from the source material instead of being hallucinated.
Unattempted
Groundedness is the specific evaluation metric used to check whether an answer comes from the source material instead of being hallucinated.
Question 12 of 60
12. Question
What is a “Hallucination“ in Generative AI?
Correct
Hallucinations happen when an LLM produces information that is factually wrong but seems plausible.
Incorrect
Hallucinations happen when an LLM produces information that is factually wrong but seems plausible.
Unattempted
Hallucinations happen when an LLM produces information that is factually wrong but seems plausible.
Question 13 of 60
13. Question
In Prompt Engineering, what is “Negative Prompting“?
Correct
Negative prompting, such as “Do not mention competitor names,“ is a constraint technique used to refine model behavior.
Incorrect
Negative prompting, such as “Do not mention competitor names,“ is a constraint technique used to refine model behavior.
Unattempted
Negative prompting, such as “Do not mention competitor names,“ is a constraint technique used to refine model behavior.
Question 14 of 60
14. Question
When deploying an intelligent app, what is the purpose of “Rate Limiting“ (Throttling)?
Correct
Rate limiting protects infrastructure and controls costs by limiting the number of requests sent to the AI service per second or minute.
Incorrect
Rate limiting protects infrastructure and controls costs by limiting the number of requests sent to the AI service per second or minute.
Unattempted
Rate limiting protects infrastructure and controls costs by limiting the number of requests sent to the AI service per second or minute.
Question 15 of 60
15. Question
Scenario: A legal firm needs AI to find and categorize “Expiration Dates“ across 5,000 different contracts. Which AI Builder feature should be used?
Correct
Entity Extraction is built to identify and extract specific data points, such as dates, names, or amounts, from unstructured text.
Incorrect
Entity Extraction is built to identify and extract specific data points, such as dates, names, or amounts, from unstructured text.
Unattempted
Entity Extraction is built to identify and extract specific data points, such as dates, names, or amounts, from unstructured text.
Question 16 of 60
16. Question
In “Responsible AI,“ what does the principle of “Transparency“ require?
Correct
Transparency makes sure users understand the AIÂ’s capabilities and limitations, including that they are communicating with a bot.
Incorrect
Transparency makes sure users understand the AIÂ’s capabilities and limitations, including that they are communicating with a bot.
Unattempted
Transparency makes sure users understand the AIÂ’s capabilities and limitations, including that they are communicating with a bot.
Question 17 of 60
17. Question
What is the main function of a “System Message“ (System Prompt)?
Correct
The system message supplies the “inner core“ instructions, such as “You are a professional customer support agent.“
Incorrect
The system message supplies the “inner core“ instructions, such as “You are a professional customer support agent.“
Unattempted
The system message supplies the “inner core“ instructions, such as “You are a professional customer support agent.“
Question 18 of 60
18. Question
In Azure AI Search, what does “Hybrid Search“ mean?
Correct
Hybrid search combines traditional keyword matching with modern vector search to return the most accurate retrieval results.
Incorrect
Hybrid search combines traditional keyword matching with modern vector search to return the most accurate retrieval results.
Unattempted
Hybrid search combines traditional keyword matching with modern vector search to return the most accurate retrieval results.
Question 19 of 60
19. Question
Which parameter in the Chat Completion API can force the model to return output in valid JSON format?
Correct
Setting response format to json_object makes the model generate valid JSON, which is required for programmatic integration.
Incorrect
Setting response format to json_object makes the model generate valid JSON, which is required for programmatic integration.
Unattempted
Setting response format to json_object makes the model generate valid JSON, which is required for programmatic integration.
Question 20 of 60
20. Question
Which Azure AI service feature would you use to get bounding box coordinates for specific products in an image of a warehouse shelf?
Correct
Object Detection identifies that an item is present in an image and also returns its exact pixel coordinates, or bounding box.
Incorrect
Object Detection identifies that an item is present in an image and also returns its exact pixel coordinates, or bounding box.
Unattempted
Object Detection identifies that an item is present in an image and also returns its exact pixel coordinates, or bounding box.
Question 21 of 60
21. Question
In Copilot Studio, which node lets you pass a userÂ’s input to an external REST API and wait for the returned response?
Correct
The “Call an Action“ node starts a Power Automate flow, and that flow serves as the bridge to external APIs.
Incorrect
The “Call an Action“ node starts a Power Automate flow, and that flow serves as the bridge to external APIs.
Unattempted
The “Call an Action“ node starts a Power Automate flow, and that flow serves as the bridge to external APIs.
Question 22 of 60
22. Question
In Microsoft Copilot Studio, what happens when the “Signal Strength“ or “Confidence Score“ threshold for intent matching is increased?
Correct
A higher confidence threshold lowers “false positives,“ but it can cause the bot to trigger the Fallback topic more often when the user is not precise.
Incorrect
A higher confidence threshold lowers “false positives,“ but it can cause the bot to trigger the Fallback topic more often when the user is not precise.
Unattempted
A higher confidence threshold lowers “false positives,“ but it can cause the bot to trigger the Fallback topic more often when the user is not precise.
Question 23 of 60
23. Question
When using the Azure OpenAI API, which parameter helps prevent the model from repeating the exact same line of text multiple times in one completion?
Correct
Presence Penalty pushes the model toward new topics by penalizing tokens that have already appeared in the output.
Incorrect
Presence Penalty pushes the model toward new topics by penalizing tokens that have already appeared in the output.
Unattempted
Presence Penalty pushes the model toward new topics by penalizing tokens that have already appeared in the output.
Question 24 of 60
24. Question
What is the main role of “Microsoft Entra ID“ in an intelligent application architecture?
Correct
Entra ID, formerly Azure AD, manages authentication and authorization so that only permitted users or apps can access the AI.
Incorrect
Entra ID, formerly Azure AD, manages authentication and authorization so that only permitted users or apps can access the AI.
Unattempted
Entra ID, formerly Azure AD, manages authentication and authorization so that only permitted users or apps can access the AI.
Question 25 of 60
25. Question
What does “Top P“ (Nucleus Sampling) control in an AI model response?
Correct
Top P is another option instead of Temperature; it makes the model consider only a subset of the most likely words, which increases focus.
Incorrect
Top P is another option instead of Temperature; it makes the model consider only a subset of the most likely words, which increases focus.
Unattempted
Top P is another option instead of Temperature; it makes the model consider only a subset of the most likely words, which increases focus.
Question 26 of 60
26. Question
What is the “Context Window“ of a Large Language Model?
Correct
The context window sets the memory limit for one conversation or prompt session.
Incorrect
The context window sets the memory limit for one conversation or prompt session.
Unattempted
The context window sets the memory limit for one conversation or prompt session.
Question 27 of 60
27. Question
You want your Copilot agent to look up a user‘s order status from a REST API. Which Power Platform tool should you use to build this logic?
Correct
Power Automate lets you create flows that call APIs and return data to the Copilot agent through a Plugin.
Incorrect
Power Automate lets you create flows that call APIs and return data to the Copilot agent through a Plugin.
Unattempted
Power Automate lets you create flows that call APIs and return data to the Copilot agent through a Plugin.
Question 28 of 60
28. Question
Which Azure AI service would you use to automatically redact sensitive information, such as Social Security Numbers, from a text file?
Correct
PII, or Personally Identifiable Information, detection identifies sensitive data points in a text string and can mask them.
Incorrect
PII, or Personally Identifiable Information, detection identifies sensitive data points in a text string and can mask them.
Unattempted
PII, or Personally Identifiable Information, detection identifies sensitive data points in a text string and can mask them.
Question 29 of 60
29. Question
Which Azure AI service is specifically used to detect “Jailbreak“ attempts, where a user tries to bypass an LLM‘s safety instructions?
Correct
Prompt Shields, part of Content Safety, identify and block malicious prompts that are designed to make the AI ignore its safety filters.
Incorrect
Prompt Shields, part of Content Safety, identify and block malicious prompts that are designed to make the AI ignore its safety filters.
Unattempted
Prompt Shields, part of Content Safety, identify and block malicious prompts that are designed to make the AI ignore its safety filters.
Question 30 of 60
30. Question
Which “Responsible AI“ principle requires a developer to explain why an AI system reached a specific decision?
Correct
Transparency centers on the explainability of AI systems, so people can understand their logic and decision-making processes.
Incorrect
Transparency centers on the explainability of AI systems, so people can understand their logic and decision-making processes.
Unattempted
Transparency centers on the explainability of AI systems, so people can understand their logic and decision-making processes.
Question 31 of 60
31. Question
What does the Frequency Penalty parameter control?
Correct
Frequency Penalty penalizes tokens according to how often they already appear in the text, which discourages repetitive output.
Incorrect
Frequency Penalty penalizes tokens according to how often they already appear in the text, which discourages repetitive output.
Unattempted
Frequency Penalty penalizes tokens according to how often they already appear in the text, which discourages repetitive output.
Question 32 of 60
32. Question
What is the primary purpose of Generative Answers, also called Boost Conversations, in Copilot Studio?
Correct
Generative Answers use an LLM to search specified data sources, such as a website or SharePoint, to answer questions that have not been explicitly programmed in the botÂ’s topics.
Incorrect
Generative Answers use an LLM to search specified data sources, such as a website or SharePoint, to answer questions that have not been explicitly programmed in the botÂ’s topics.
Unattempted
Generative Answers use an LLM to search specified data sources, such as a website or SharePoint, to answer questions that have not been explicitly programmed in the botÂ’s topics.
Question 33 of 60
33. Question
Scenario: You are creating an app for a global law firm. The app needs to translate highly technical legal jargon from Japanese into English. Which service gives the highest quality for this domain-specific task?
Correct
Custom Translator lets you train the translation engine with your own domain-specific terminology, such as legal or medical jargon, to improve accuracy.
Incorrect
Custom Translator lets you train the translation engine with your own domain-specific terminology, such as legal or medical jargon, to improve accuracy.
Unattempted
Custom Translator lets you train the translation engine with your own domain-specific terminology, such as legal or medical jargon, to improve accuracy.
Question 34 of 60
34. Question
In a RAG-based application, what does the “Orchestrator“ do, such as Semantic Kernel or LangChain?
Correct
The Orchestrator coordinates each step: receiving the user input, querying the search index, and sending the context to the LLM.
Incorrect
The Orchestrator coordinates each step: receiving the user input, querying the search index, and sending the context to the LLM.
Unattempted
The Orchestrator coordinates each step: receiving the user input, querying the search index, and sending the context to the LLM.
Question 35 of 60
35. Question
In MicrosoftÂ’s AI strategy, how does Copilot Studio relate to Power Apps?
Correct
Copilot Studio serves as the orchestration layer for building the “brains” of agents, which can then be hosted in Power Apps or other channels.
Incorrect
Copilot Studio serves as the orchestration layer for building the “brains” of agents, which can then be hosted in Power Apps or other channels.
Unattempted
Copilot Studio serves as the orchestration layer for building the “brains” of agents, which can then be hosted in Power Apps or other channels.
Question 36 of 60
36. Question
In the context of an AI agent, what is a System Prompt, also called a System Message?
Correct
The System Prompt functions as the AIÂ’s internal instructions, telling it how to behave, such as using only professional language.
Incorrect
The System Prompt functions as the AIÂ’s internal instructions, telling it how to behave, such as using only professional language.
Unattempted
The System Prompt functions as the AIÂ’s internal instructions, telling it how to behave, such as using only professional language.
Question 37 of 60
37. Question
Which RAG (Retrieval-Augmented Generation) architecture component converts text into numerical vectors?
Correct
Embedding models transform text into high-dimensional vectors, or embeddings, so semantic similarity comparisons can be made.
Incorrect
Embedding models transform text into high-dimensional vectors, or embeddings, so semantic similarity comparisons can be made.
Unattempted
Embedding models transform text into high-dimensional vectors, or embeddings, so semantic similarity comparisons can be made.
Question 38 of 60
38. Question
Which Microsoft service provides Content Filtering to help prevent a model from generating hateful or violent content?
Correct
Azure AI Content Safety is a dedicated service that checks prompts and completions for harmful content categories.
Incorrect
Azure AI Content Safety is a dedicated service that checks prompts and completions for harmful content categories.
Unattempted
Azure AI Content Safety is a dedicated service that checks prompts and completions for harmful content categories.
Question 39 of 60
39. Question
In the Power Platform context, what is a “Custom Connector“?
Correct
Custom Connectors let the Power Platform communicate with any service that exposes a public or private REST API.
Incorrect
Custom Connectors let the Power Platform communicate with any service that exposes a public or private REST API.
Unattempted
Custom Connectors let the Power Platform communicate with any service that exposes a public or private REST API.
Question 40 of 60
40. Question
Scenario: A retail app uses an LLM to respond to customer questions. The AI has recently been answering from outdated 2023 product catalogs. What is the most cost-effective way to resolve this without retraining the model?
Correct
RAG enables the model to retrieve current information from an external data source, such as the 2026 catalog, before it generates a response.
Incorrect
RAG enables the model to retrieve current information from an external data source, such as the 2026 catalog, before it generates a response.
Unattempted
RAG enables the model to retrieve current information from an external data source, such as the 2026 catalog, before it generates a response.
Question 41 of 60
41. Question
Which Microsoft Dataverse feature is essential to ensure that an intelligent application accesses only the data the current user is authorized to view?
Correct
Security Roles and Business Units define data access scope, helping ensure AI agents follow organizational boundaries and permissions.
Incorrect
Security Roles and Business Units define data access scope, helping ensure AI agents follow organizational boundaries and permissions.
Unattempted
Security Roles and Business Units define data access scope, helping ensure AI agents follow organizational boundaries and permissions.
Question 42 of 60
42. Question
What is the Temperature setting mainly used for when configuring an AI prompt?
Correct
Temperature controls how creative or deterministic the model is; 0 is very literal, while 1.0 is very creative.
Incorrect
Temperature controls how creative or deterministic the model is; 0 is very literal, while 1.0 is very creative.
Unattempted
Temperature controls how creative or deterministic the model is; 0 is very literal, while 1.0 is very creative.
Question 43 of 60
43. Question
Which Azure service offers a managed environment to fine-tune, deploy, and manage the lifecycle of open-source models such as Llama or Mistral?
Correct
Azure AI Studio is the unified platform for building, evaluating, and deploying AI models, including open-source options through the Model Catalog.
Incorrect
Azure AI Studio is the unified platform for building, evaluating, and deploying AI models, including open-source options through the Model Catalog.
Unattempted
Azure AI Studio is the unified platform for building, evaluating, and deploying AI models, including open-source options through the Model Catalog.
Question 44 of 60
44. Question
In the context of LLMs, what does Token usually mean?
Correct
Tokens are the core text units processed by LLMs; in English, one token is roughly equal to 4 characters.
Incorrect
Tokens are the core text units processed by LLMs; in English, one token is roughly equal to 4 characters.
Unattempted
Tokens are the core text units processed by LLMs; in English, one token is roughly equal to 4 characters.
Question 45 of 60
45. Question
Scenario: You want to build a custom agent that can check real-time inventory in an external SQL database. How should this be enabled in Copilot Studio?
Correct
Plugins let Copilot agents take actions or retrieve data from external systems through Connectors or Power Automate flows.
Incorrect
Plugins let Copilot agents take actions or retrieve data from external systems through Connectors or Power Automate flows.
Unattempted
Plugins let Copilot agents take actions or retrieve data from external systems through Connectors or Power Automate flows.
Question 46 of 60
46. Question
Scenario: A travel app must translate text found in a photo of a restaurant menu. Which two services are likely used together?
Correct
Azure AI Vision is used to extract text from the image through OCR, and Azure AI Translator converts that text into the target language.
Incorrect
Azure AI Vision is used to extract text from the image through OCR, and Azure AI Translator converts that text into the target language.
Unattempted
Azure AI Vision is used to extract text from the image through OCR, and Azure AI Translator converts that text into the target language.
Question 47 of 60
47. Question
Scenario: A developer is creating an automated Power Automate flow that triggers when a new customer feedback form is submitted. The flow needs to determine whether the feedback is urgent based on emotional tone. Which AI component should be added?
Correct
Sentiment Analysis can classify feedback as positive, negative, or neutral, allowing the flow to mark negative feedback as urgent.
Incorrect
Sentiment Analysis can classify feedback as positive, negative, or neutral, allowing the flow to mark negative feedback as urgent.
Unattempted
Sentiment Analysis can classify feedback as positive, negative, or neutral, allowing the flow to mark negative feedback as urgent.
Question 48 of 60
48. Question
Scenario: You are building a legal assistant app. The app must answer only from the uploaded legal documents and respond with “I don‘t know“ for anything else. What is this an example of?
Correct
Grounding keeps the modelÂ’s responses tied strictly to the provided context, meaning the legal documents, and helps prevent hallucinations.
Incorrect
Grounding keeps the modelÂ’s responses tied strictly to the provided context, meaning the legal documents, and helps prevent hallucinations.
Unattempted
Grounding keeps the modelÂ’s responses tied strictly to the provided context, meaning the legal documents, and helps prevent hallucinations.
Question 49 of 60
49. Question
Which Microsoft framework supports creating a “Plug-and-Play“ connection between an LLM and an enterprise data source such as SharePoint?
Correct
Semantic Kernel is the SDK built to connect LLMs with “skills“ and “connectors“ so they can work with real-world data and applications.
Incorrect
Semantic Kernel is the SDK built to connect LLMs with “skills“ and “connectors“ so they can work with real-world data and applications.
Unattempted
Semantic Kernel is the SDK built to connect LLMs with “skills“ and “connectors“ so they can work with real-world data and applications.
Question 50 of 60
50. Question
What role does Microsoft Purview play in the lifecycle of an intelligent application?
Correct
Microsoft Purview helps ensure that data used by or produced from AI apps is governed, classified, and compliant with privacy regulations.
Incorrect
Microsoft Purview helps ensure that data used by or produced from AI apps is governed, classified, and compliant with privacy regulations.
Unattempted
Microsoft Purview helps ensure that data used by or produced from AI apps is governed, classified, and compliant with privacy regulations.
Question 51 of 60
51. Question
Which Dataverse feature enables complex business logic to run in response to a “Plugin” event triggered by an AI agent?
Correct
Dataverse Plug-ins are custom code snippets that run server-side to manage complex data validation or external integrations.
Incorrect
Dataverse Plug-ins are custom code snippets that run server-side to manage complex data validation or external integrations.
Unattempted
Dataverse Plug-ins are custom code snippets that run server-side to manage complex data validation or external integrations.
Question 52 of 60
52. Question
Which Azure AI service should be used to automatically extract key-value pairs and table data from scanned invoices?
Correct
Azure AI Document Intelligence is designed specifically to extract text, key-value pairs, and structural data from documents such as invoices.
Incorrect
Azure AI Document Intelligence is designed specifically to extract text, key-value pairs, and structural data from documents such as invoices.
Unattempted
Azure AI Document Intelligence is designed specifically to extract text, key-value pairs, and structural data from documents such as invoices.
Question 53 of 60
53. Question
Which technique has the model complete intermediate reasoning steps before giving a final answer?
Correct
Chain-of-Thought prompting encourages the model to “think step-by-step,“ which can improve performance on complex logical or mathematical tasks.
Incorrect
Chain-of-Thought prompting encourages the model to “think step-by-step,“ which can improve performance on complex logical or mathematical tasks.
Unattempted
Chain-of-Thought prompting encourages the model to “think step-by-step,“ which can improve performance on complex logical or mathematical tasks.
Question 54 of 60
54. Question
When setting up an Azure AI Search index, which field attribute must be enabled so the field can be used in a “where“ clause?
Correct
The “Filterable“ attribute enables the field to be used in $filter queries to narrow search results using specific criteria.
Incorrect
The “Filterable“ attribute enables the field to be used in $filter queries to narrow search results using specific criteria.
Unattempted
The “Filterable“ attribute enables the field to be used in $filter queries to narrow search results using specific criteria.
Question 55 of 60
55. Question
Scenario: You want users to ask questions about data stored in an Excel file through a Copilot agent. What is the easiest way to do this?
Correct
Copilot Studio lets you upload files, including Excel or PDFs, directly as Knowledge Sources so the bot can answer questions using that data.
Incorrect
Copilot Studio lets you upload files, including Excel or PDFs, directly as Knowledge Sources so the bot can answer questions using that data.
Unattempted
Copilot Studio lets you upload files, including Excel or PDFs, directly as Knowledge Sources so the bot can answer questions using that data.
Question 56 of 60
56. Question
Scenario: A developer needs to build an application that identifies a car brand from an uploaded photo. Which Azure AI Vision feature should be used?
Correct
Brand Detection is a specialized Azure AI Vision feature that can identify thousands of global logos and brands in images.
Incorrect
Brand Detection is a specialized Azure AI Vision feature that can identify thousands of global logos and brands in images.
Unattempted
Brand Detection is a specialized Azure AI Vision feature that can identify thousands of global logos and brands in images.
Question 57 of 60
57. Question
Which endpoint is needed to connect a custom application to an Azure OpenAI deployment?
Correct
To authenticate and send requests, an application requires the specific endpoint, or API Base URL, and a valid API Key or Token.
Incorrect
To authenticate and send requests, an application requires the specific endpoint, or API Base URL, and a valid API Key or Token.
Unattempted
To authenticate and send requests, an application requires the specific endpoint, or API Base URL, and a valid API Key or Token.
Question 58 of 60
58. Question
Which Microsoft framework is mainly used by developers to build “Agentic“ workflows in Python or C# that orchestrate multiple LLM calls?
Correct
Semantic Kernel is an open-source SDK that enables developers to combine AI services with conventional programming languages to build agents.
Incorrect
Semantic Kernel is an open-source SDK that enables developers to combine AI services with conventional programming languages to build agents.
Unattempted
Semantic Kernel is an open-source SDK that enables developers to combine AI services with conventional programming languages to build agents.
Question 59 of 60
59. Question
Which AI Builder model would you use to predict whether a customer is likely to churn, or leave the service, based on historical payment data in Dataverse?
Correct
The Prediction model evaluates historical patterns to estimate the likelihood of future outcomes, such as Yes/No or binary results.
Incorrect
The Prediction model evaluates historical patterns to estimate the likelihood of future outcomes, such as Yes/No or binary results.
Unattempted
The Prediction model evaluates historical patterns to estimate the likelihood of future outcomes, such as Yes/No or binary results.
Question 60 of 60
60. Question
Scenario: A logistics company wants AI to automatically condense long shipping manifests into a short paragraph. Which model capability is needed?
Correct
Generative AI models are strong at understanding long-form text and reducing it into concise summaries while preserving key facts.
Incorrect
Generative AI models are strong at understanding long-form text and reducing it into concise summaries while preserving key facts.
Unattempted
Generative AI models are strong at understanding long-form text and reducing it into concise summaries while preserving key facts.
X
Use Page numbers below to navigate to other practice tests