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 7 "
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
Scenario: You want to convert a user‘s typed question into a vector for a RAG search. Which type of model is used?
Correct
Embedding models (like the Ada-002 or small-3) convert text into numerical vectors to enable semantic similarity searches.
Incorrect
Embedding models (like the Ada-002 or small-3) convert text into numerical vectors to enable semantic similarity searches.
Unattempted
Embedding models (like the Ada-002 or small-3) convert text into numerical vectors to enable semantic similarity searches.
Question 2 of 60
2. Question
Which component of the “RAG“ architecture is responsible for selecting the relevant data to be sent to the LLM?
Correct
The Retrieval Engine queries the vector store to find the most relevant context to include in the AI‘s prompt.
Incorrect
The Retrieval Engine queries the vector store to find the most relevant context to include in the AI‘s prompt.
Unattempted
The Retrieval Engine queries the vector store to find the most relevant context to include in the AI‘s prompt.
Question 3 of 60
3. Question
In Azure AI Search, what is “Hybrid Search“?
Correct
Hybrid search combines traditional keyword matching with modern vector search to provide the most accurate retrieval results.
Incorrect
Hybrid search combines traditional keyword matching with modern vector search to provide the most accurate retrieval results.
Unattempted
Hybrid search combines traditional keyword matching with modern vector search to provide the most accurate retrieval results.
Question 4 of 60
4. Question
Which parameter is the MOST important to adjust to ensure the AI does not ‘ramble‘ or go over budget in a single turn?
Correct
Max Tokens sets a hard limit on the generated response length, effectively capping the cost and duration of the model‘s output.
Incorrect
Max Tokens sets a hard limit on the generated response length, effectively capping the cost and duration of the model‘s output.
Unattempted
Max Tokens sets a hard limit on the generated response length, effectively capping the cost and duration of the model‘s output.
Question 5 of 60
5. Question
Scenario: An AI agent needs to access a customer‘s private order history in Dataverse. Which security layer prevents it from seeing other customers‘ data?
Correct
Row-level security ensures the AI, acting for the user, only retrieves records that specific user has permission to see.
Incorrect
Row-level security ensures the AI, acting for the user, only retrieves records that specific user has permission to see.
Unattempted
Row-level security ensures the AI, acting for the user, only retrieves records that specific user has permission to see.
Question 6 of 60
6. Question
Which component in the Azure ecosystem allows you to build “Skillsets“ that automatically translate and OCR documents during indexing?
Correct
AI Enrichment in Azure AI Search uses skillsets to transform raw data into searchable insights during the ingestion phase.
Incorrect
AI Enrichment in Azure AI Search uses skillsets to transform raw data into searchable insights during the ingestion phase.
Unattempted
AI Enrichment in Azure AI Search uses skillsets to transform raw data into searchable insights during the ingestion phase.
Question 7 of 60
7. Question
Scenario: You are building an app that summarizes medical journals. You want the output to be very focused and literal. Which Temperature setting is most appropriate?
Correct
A temperature of 0.0 makes the model deterministic, ensuring consistent and focused responses by selecting the most likely next token.
Incorrect
A temperature of 0.0 makes the model deterministic, ensuring consistent and focused responses by selecting the most likely next token.
Unattempted
A temperature of 0.0 makes the model deterministic, ensuring consistent and focused responses by selecting the most likely next token.
Question 8 of 60
8. Question
Scenario: You need to redact social security numbers from a large dataset of emails before grounding an AI. Which service should you use?
Correct
PII detection is a feature of Azure AI Language that identifies and masks sensitive data points within text.
Incorrect
PII detection is a feature of Azure AI Language that identifies and masks sensitive data points within text.
Unattempted
PII detection is a feature of Azure AI Language that identifies and masks sensitive data points within text.
Question 9 of 60
9. Question
What is the purpose of “Temperature“ in a generative AI model?
Correct
Higher temperature results in more creative/random output; lower temperature (near 0) makes the model deterministic.
Incorrect
Higher temperature results in more creative/random output; lower temperature (near 0) makes the model deterministic.
Unattempted
Higher temperature results in more creative/random output; lower temperature (near 0) makes the model deterministic.
Question 10 of 60
10. Question
Which “Responsible AI“ principle ensures AI systems provide accurate and consistent results even when faced with unexpected inputs?
Correct
Reliability and Safety ensure that the application performs predictably and does not cause harm during edge-case scenarios.
Incorrect
Reliability and Safety ensure that the application performs predictably and does not cause harm during edge-case scenarios.
Unattempted
Reliability and Safety ensure that the application performs predictably and does not cause harm during edge-case scenarios.
Question 11 of 60
11. Question
In the context of the AB-410 curriculum, what does “Semantic Ranker“ improve in an AI Search solution?
Correct
Semantic Ranker re-evaluates the top search results using deep learning to ensure the most contextually relevant items are prioritized.
Incorrect
Semantic Ranker re-evaluates the top search results using deep learning to ensure the most contextually relevant items are prioritized.
Unattempted
Semantic Ranker re-evaluates the top search results using deep learning to ensure the most contextually relevant items are prioritized.
Question 12 of 60
12. Question
What is “Zero-shot“ prompting?
Correct
Zero-shot prompting relies on the modelÂ’s internal general knowledge to fulfill a request without specific guidance examples.
Incorrect
Zero-shot prompting relies on the modelÂ’s internal general knowledge to fulfill a request without specific guidance examples.
Unattempted
Zero-shot prompting relies on the modelÂ’s internal general knowledge to fulfill a request without specific guidance examples.
Question 13 of 60
13. Question
Scenario: You want to monitor the “Total Token Count“ consumed by a specific AI model to manage departmental budgets. Which tool provides this?
Correct
Azure Cost Management allows you to track spending and resource consumption at the service, resource group, or subscription level.
Incorrect
Azure Cost Management allows you to track spending and resource consumption at the service, resource group, or subscription level.
Unattempted
Azure Cost Management allows you to track spending and resource consumption at the service, resource group, or subscription level.
Question 14 of 60
14. Question
Which AI Builder feature allows you to extract information from documents with no fixed structure, such as a long-form contract?
Correct
The Unstructured Document model uses layout-agnostic AI to find and extract data from free-flowing text documents.
Incorrect
The Unstructured Document model uses layout-agnostic AI to find and extract data from free-flowing text documents.
Unattempted
The Unstructured Document model uses layout-agnostic AI to find and extract data from free-flowing text documents.
Question 15 of 60
15. Question
In Microsoft Copilot Studio, what does “Dynamic Chaining“ allow an agent to do?
Correct
Dynamic Chaining uses an orchestrator to determine which combination of tools and topics are needed for multi-step goals.
Incorrect
Dynamic Chaining uses an orchestrator to determine which combination of tools and topics are needed for multi-step goals.
Unattempted
Dynamic Chaining uses an orchestrator to determine which combination of tools and topics are needed for multi-step goals.
Question 16 of 60
16. Question
Which tool is used to evaluate the “Groundedness“ of an AIÂ’s response by comparing it to the retrieved context?
Correct
Azure AI Studio provides automated evaluation tools to calculate metrics like groundedness, coherence, and relevance.
Incorrect
Azure AI Studio provides automated evaluation tools to calculate metrics like groundedness, coherence, and relevance.
Unattempted
Azure AI Studio provides automated evaluation tools to calculate metrics like groundedness, coherence, and relevance.
Question 17 of 60
17. Question
Which “Responsible AI“ principle requires that designers of AI systems take responsibility for how their systems operate and impact society?
Correct
Accountability ensures that there are clear lines of responsibility for the functioning and ethical outcomes of an AI system.
Incorrect
Accountability ensures that there are clear lines of responsibility for the functioning and ethical outcomes of an AI system.
Unattempted
Accountability ensures that there are clear lines of responsibility for the functioning and ethical outcomes of an AI system.
Question 18 of 60
18. Question
Which Azure AI service would you use to automatically redact sensitive info like names and phone numbers from customer support transcripts?
Correct
PII (Personally Identifiable Information) detection is a specialized feature of Azure AI Language designed to identify and mask sensitive data.
Incorrect
PII (Personally Identifiable Information) detection is a specialized feature of Azure AI Language designed to identify and mask sensitive data.
Unattempted
PII (Personally Identifiable Information) detection is a specialized feature of Azure AI Language designed to identify and mask sensitive data.
Question 19 of 60
19. Question
Scenario: You want to build a “Translator App“ using Power Apps. Which AI service is primarily responsible for converting English text to Japanese?
Correct
Azure AI Translator is the dedicated service for neural machine translation between dozens of global languages.
Incorrect
Azure AI Translator is the dedicated service for neural machine translation between dozens of global languages.
Unattempted
Azure AI Translator is the dedicated service for neural machine translation between dozens of global languages.
Question 20 of 60
20. Question
When building a RAG solution, what is the purpose of the “Search Index“?
Correct
The Search Index is the specialized database that allows for high-speed retrieval of relevant context to ground the LLM.
Incorrect
The Search Index is the specialized database that allows for high-speed retrieval of relevant context to ground the LLM.
Unattempted
The Search Index is the specialized database that allows for high-speed retrieval of relevant context to ground the LLM.
Question 21 of 60
21. Question
What is the primary function of “Microsoft Purview“ in an intelligent application‘s lifecycle?
Correct
Purview provides the governance framework to ensure data privacy and compliance within AI-driven systems.
Incorrect
Purview provides the governance framework to ensure data privacy and compliance within AI-driven systems.
Unattempted
Purview provides the governance framework to ensure data privacy and compliance within AI-driven systems.
Question 22 of 60
22. Question
In the context of Responsible AI, which principle is addressed by ensuring that an AI system is usable by individuals with visual or cognitive impairments?
Correct
Inclusiveness ensures that AI applications empower everyone and address the needs of diverse populations regardless of ability.
Incorrect
Inclusiveness ensures that AI applications empower everyone and address the needs of diverse populations regardless of ability.
Unattempted
Inclusiveness ensures that AI applications empower everyone and address the needs of diverse populations regardless of ability.
Question 23 of 60
23. Question
Which Microsoft service provides the “Model Playground“ where you can adjust parameters like Top P and Temperature without writing code?
Correct
Azure AI Studio‘s Playground is a web-based environment for rapid experimentation with LLM configurations.
Incorrect
Azure AI Studio‘s Playground is a web-based environment for rapid experimentation with LLM configurations.
Unattempted
Azure AI Studio‘s Playground is a web-based environment for rapid experimentation with LLM configurations.
Question 24 of 60
24. Question
In Microsoft Copilot Studio, which variable scope is used to share data across all topics for the duration of a single user session?
Correct
Global variables (or Bot variables) persist throughout the entire conversation, allowing information to flow between different intents.
Incorrect
Global variables (or Bot variables) persist throughout the entire conversation, allowing information to flow between different intents.
Unattempted
Global variables (or Bot variables) persist throughout the entire conversation, allowing information to flow between different intents.
Question 25 of 60
25. Question
Scenario: A developer needs to summarize a 50-page technical document. Which LLM parameter should be increased to ensure the summary is not cut off?
Correct
Max Tokens determines the length of the generated output; for long summaries, this limit must be set high enough to allow the full text.
Incorrect
Max Tokens determines the length of the generated output; for long summaries, this limit must be set high enough to allow the full text.
Unattempted
Max Tokens determines the length of the generated output; for long summaries, this limit must be set high enough to allow the full text.
Question 26 of 60
26. Question
In the context of LLMs, what does the term “Grounding“ refer to?
Correct
Grounding ensures that the AIÂ’s responses are “anchored“ to your specific business data rather than general training knowledge.
Incorrect
Grounding ensures that the AIÂ’s responses are “anchored“ to your specific business data rather than general training knowledge.
Unattempted
Grounding ensures that the AIÂ’s responses are “anchored“ to your specific business data rather than general training knowledge.
Question 27 of 60
27. Question
Which Azure AI service provides “Prompt Shields“ to detect and block malicious inputs designed to subvert an AI‘s safety instructions?
Correct
Prompt Shields are part of Azure AI Content Safety, specifically designed to defend against jailbreaking and prompt injection.
Incorrect
Prompt Shields are part of Azure AI Content Safety, specifically designed to defend against jailbreaking and prompt injection.
Unattempted
Prompt Shields are part of Azure AI Content Safety, specifically designed to defend against jailbreaking and prompt injection.
Question 28 of 60
28. Question
Which parameter should you adjust to penalize the model for using the same word too many times in a single response?
Correct
Frequency Penalty discourages the model from repeating specific tokens, promoting more diverse and natural language.
Incorrect
Frequency Penalty discourages the model from repeating specific tokens, promoting more diverse and natural language.
Unattempted
Frequency Penalty discourages the model from repeating specific tokens, promoting more diverse and natural language.
Question 29 of 60
29. Question
Which Microsoft service provides the “Content Safety“ dashboard to review flagged AI interactions and adjust filtering severity?
Correct
Azure AI Studio provides the interface to configure and monitor content filtering policies for deployed models.
Incorrect
Azure AI Studio provides the interface to configure and monitor content filtering policies for deployed models.
Unattempted
Azure AI Studio provides the interface to configure and monitor content filtering policies for deployed models.
Question 30 of 60
30. Question
What is the primary role of “Azure OpenAI Service“ in a multi-tenant enterprise application?
Correct
Azure OpenAI provides enterprise-grade security and compliance features for using large language models in a managed environment.
Incorrect
Azure OpenAI provides enterprise-grade security and compliance features for using large language models in a managed environment.
Unattempted
Azure OpenAI provides enterprise-grade security and compliance features for using large language models in a managed environment.
Question 31 of 60
31. Question
Scenario: You need to extract “Currency Values“ and “Dates“ from a set of unstructured emails. Which AI Builder model is best?
Correct
Entity Extraction is specifically built to pull structured data points from natural language text.
Incorrect
Entity Extraction is specifically built to pull structured data points from natural language text.
Unattempted
Entity Extraction is specifically built to pull structured data points from natural language text.
Question 32 of 60
32. Question
Scenario: A developer needs to summarize a 50-page technical document. Which LLM parameter should be increased to ensure the summary is not cut off?
Correct
Max Tokens determines the length of the generated output; for long summaries, this limit must be set high enough to allow the full text.
Incorrect
Max Tokens determines the length of the generated output; for long summaries, this limit must be set high enough to allow the full text.
Unattempted
Max Tokens determines the length of the generated output; for long summaries, this limit must be set high enough to allow the full text.
Question 33 of 60
33. Question
Which Microsoft tool manages the Application Lifecycle Management (ALM) of Copilot agents, moving them between environments?
Correct
Solutions are the standard mechanism used to bundle and move Power Platform assets through the Dev/Test/Prod pipeline.
Incorrect
Solutions are the standard mechanism used to bundle and move Power Platform assets through the Dev/Test/Prod pipeline.
Unattempted
Solutions are the standard mechanism used to bundle and move Power Platform assets through the Dev/Test/Prod pipeline.
Question 34 of 60
34. Question
In the context of the AB-410 exam, what is the primary purpose of “Semantic Kernel“?
Correct
Semantic Kernel is the SDK used to integrate Large Language Models with “Skills“ and “Connectors“ to build complex AI agents.
Incorrect
Semantic Kernel is the SDK used to integrate Large Language Models with “Skills“ and “Connectors“ to build complex AI agents.
Unattempted
Semantic Kernel is the SDK used to integrate Large Language Models with “Skills“ and “Connectors“ to build complex AI agents.
Question 35 of 60
35. Question
In a RAG architecture, what happens during the ‘Augmentation‘ phase of the process?
Correct
Augmentation is the step where the retrieved facts are added to the user‘s original query to create a context-rich prompt for the LLM.
Incorrect
Augmentation is the step where the retrieved facts are added to the user‘s original query to create a context-rich prompt for the LLM.
Unattempted
Augmentation is the step where the retrieved facts are added to the user‘s original query to create a context-rich prompt for the LLM.
Question 36 of 60
36. Question
What is the primary purpose of “Few-shot Prompting“?
Correct
Few-shot prompting uses examples to guide the model‘s logic and formatting, leading to more reliable outputs for specific tasks.
Incorrect
Few-shot prompting uses examples to guide the model‘s logic and formatting, leading to more reliable outputs for specific tasks.
Unattempted
Few-shot prompting uses examples to guide the model‘s logic and formatting, leading to more reliable outputs for specific tasks.
Question 37 of 60
37. Question
Which tool is used to evaluate the “Groundedness“ of an AI response during the testing phase?
Correct
Evaluation tools in Azure AI Studio calculate metrics like groundedness, coherence, and relevance to assess model quality.
Incorrect
Evaluation tools in Azure AI Studio calculate metrics like groundedness, coherence, and relevance to assess model quality.
Unattempted
Evaluation tools in Azure AI Studio calculate metrics like groundedness, coherence, and relevance to assess model quality.
Question 38 of 60
38. Question
Which Azure service provides “Prompt Shields“ to protect against Indirect Prompt Injection attacks?
Correct
Azure AI Content Safety includes Prompt Shields to protect models from malicious instructions hidden in retrieved data.
Incorrect
Azure AI Content Safety includes Prompt Shields to protect models from malicious instructions hidden in retrieved data.
Unattempted
Azure AI Content Safety includes Prompt Shields to protect models from malicious instructions hidden in retrieved data.
Question 39 of 60
39. Question
Which “Responsible AI“ principle requires that AI systems be built to perform reliably and safely even under unexpected conditions?
Correct
This principle ensures the system is resilient and does not produce harmful or dangerous results during failures or edge cases.
Incorrect
This principle ensures the system is resilient and does not produce harmful or dangerous results during failures or edge cases.
Unattempted
This principle ensures the system is resilient and does not produce harmful or dangerous results during failures or edge cases.
Question 40 of 60
40. Question
What is the primary role of “Microsoft Purview“ in an intelligent application‘s lifecycle?
Correct
Purview provides the governance framework to ensure data privacy and compliance within AI-driven systems.
Incorrect
Purview provides the governance framework to ensure data privacy and compliance within AI-driven systems.
Unattempted
Purview provides the governance framework to ensure data privacy and compliance within AI-driven systems.
Question 41 of 60
41. Question
Scenario: You need to ensure that an AI agent does not generate responses containing medical advice. Where is the most effective place to define this restriction?
Correct
The System Message defines the behavioral constraints, safety rules, and operational boundaries that the model must follow.
Incorrect
The System Message defines the behavioral constraints, safety rules, and operational boundaries that the model must follow.
Unattempted
The System Message defines the behavioral constraints, safety rules, and operational boundaries that the model must follow.
Question 42 of 60
42. Question
Which Microsoft service provides the “Prompt Flow“ feature, allowing you to design, test, and iterate on complex AI reasoning workflows?
Correct
Prompt Flow in Azure AI Studio allows developers to create executable graphs linking LLMs, prompts, and Python code.
Incorrect
Prompt Flow in Azure AI Studio allows developers to create executable graphs linking LLMs, prompts, and Python code.
Unattempted
Prompt Flow in Azure AI Studio allows developers to create executable graphs linking LLMs, prompts, and Python code.
Question 43 of 60
43. Question
Scenario: You want to ensure an AI agent‘s responses are not biased against a specific age group. Which principle are you upholding?
Correct
Fairness focuses on ensuring that AI systems treat all people equitably and do not perpetuate or introduce social bias.
Incorrect
Fairness focuses on ensuring that AI systems treat all people equitably and do not perpetuate or introduce social bias.
Unattempted
Fairness focuses on ensuring that AI systems treat all people equitably and do not perpetuate or introduce social bias.
Question 44 of 60
44. Question
You are extracting data from customer IDs that vary in layout depending on the country. Which AI Builder model is most appropriate?
Correct
Unstructured models (layout-agnostic) use deep learning to find fields regardless of their physical position in the document.
Incorrect
Unstructured models (layout-agnostic) use deep learning to find fields regardless of their physical position in the document.
Unattempted
Unstructured models (layout-agnostic) use deep learning to find fields regardless of their physical position in the document.
Question 45 of 60
45. Question
Scenario: You want to create a “Voice Assistant“ for a warehouse using Power Apps. Which service converts the user‘s speech into a text string for the AI?
Correct
Speech-to-Text is the core component that transcribes spoken language into a machine-readable format for the LLM.
Incorrect
Speech-to-Text is the core component that transcribes spoken language into a machine-readable format for the LLM.
Unattempted
Speech-to-Text is the core component that transcribes spoken language into a machine-readable format for the LLM.
Question 46 of 60
46. Question
Which AI Builder model is best for extracting info from a document that does not have a fixed layout, such as a legal letter?
Correct
The Unstructured Document model is designed for documents where the text and data points appear in varying locations.
Incorrect
The Unstructured Document model is designed for documents where the text and data points appear in varying locations.
Unattempted
The Unstructured Document model is designed for documents where the text and data points appear in varying locations.
Question 47 of 60
47. Question
Which Azure AI service would you use to redact Social Security Numbers from a text file?
Correct
PII (Personally Identifiable Information) detection identifies and masks sensitive data points within a text string.
Incorrect
PII (Personally Identifiable Information) detection identifies and masks sensitive data points within a text string.
Unattempted
PII (Personally Identifiable Information) detection identifies and masks sensitive data points within a text string.
Question 48 of 60
48. Question
In the context of LLMs, what is “Model Distillation“?
Correct
Distillation creates more efficient, smaller models (SLMs) that retain the reasoning capabilities of larger “teacher“ models.
Incorrect
Distillation creates more efficient, smaller models (SLMs) that retain the reasoning capabilities of larger “teacher“ models.
Unattempted
Distillation creates more efficient, smaller models (SLMs) that retain the reasoning capabilities of larger “teacher“ models.
Question 49 of 60
49. Question
In a “Vector Search“ index, how is similarity between a query and a document primarily calculated?
Correct
Vector search relies on the distance between high-dimensional numerical representations of text to find semantic matches.
Incorrect
Vector search relies on the distance between high-dimensional numerical representations of text to find semantic matches.
Unattempted
Vector search relies on the distance between high-dimensional numerical representations of text to find semantic matches.
Question 50 of 60
50. Question
Which “Responsible AI“ principle is focused on ensuring that AI systems are secure from external attacks like prompt injection?
Correct
Privacy and Security ensure the AI system protects data and is resilient against malicious manipulation and data leaks.
Incorrect
Privacy and Security ensure the AI system protects data and is resilient against malicious manipulation and data leaks.
Unattempted
Privacy and Security ensure the AI system protects data and is resilient against malicious manipulation and data leaks.
Question 51 of 60
51. Question
Which Dataverse feature allows you to perform “Fuzzy Matching“ to find records even if the user provides a misspelled product name?
Correct
Dataverse Search provides intelligent, cross-table, and fuzzy matching capabilities essential for robust grounding.
Incorrect
Dataverse Search provides intelligent, cross-table, and fuzzy matching capabilities essential for robust grounding.
Unattempted
Dataverse Search provides intelligent, cross-table, and fuzzy matching capabilities essential for robust grounding.
Question 52 of 60
52. Question
Scenario: You need to build an AI agent that can perform a “What-If“ analysis on a financial spreadsheet. Which tool handles the logic?
Correct
Power Automate acts as the logic engine that allows an agent to perform multi-step actions across different connectors.
Incorrect
Power Automate acts as the logic engine that allows an agent to perform multi-step actions across different connectors.
Unattempted
Power Automate acts as the logic engine that allows an agent to perform multi-step actions across different connectors.
Question 53 of 60
53. Question
In Azure AI Search, what is a “Search Index“?
Correct
The Search Index is the optimized collection of data that the search engine queries to find relevant results quickly.
Incorrect
The Search Index is the optimized collection of data that the search engine queries to find relevant results quickly.
Unattempted
The Search Index is the optimized collection of data that the search engine queries to find relevant results quickly.
Question 54 of 60
54. Question
Which Responsible AI principle focuses on ensuring that an AI system‘s behavior can be tracked and attributed back to specific design choices?
Correct
Accountability involves creating logs and feedback loops so that the system‘s impact can be analyzed and designers can be held responsible.
Incorrect
Accountability involves creating logs and feedback loops so that the system‘s impact can be analyzed and designers can be held responsible.
Unattempted
Accountability involves creating logs and feedback loops so that the system‘s impact can be analyzed and designers can be held responsible.
Question 55 of 60
55. Question
Which Azure AI service is specifically used to detect “Indirect Prompt Injection“ where malicious instructions are hidden within a document retrieved via RAG?
Correct
Prompt Shields are designed to identify and block malicious instructions embedded in user inputs or external data sources.
Incorrect
Prompt Shields are designed to identify and block malicious instructions embedded in user inputs or external data sources.
Unattempted
Prompt Shields are designed to identify and block malicious instructions embedded in user inputs or external data sources.
Question 56 of 60
56. Question
Which Dataverse feature allows an AI agent to see if a product is “In Stock“ by looking at a calculated sum of several warehouses?
Correct
Rollup columns automatically calculate aggregates (like sum or count) from related records, providing real-time data for the AI.
Incorrect
Rollup columns automatically calculate aggregates (like sum or count) from related records, providing real-time data for the AI.
Unattempted
Rollup columns automatically calculate aggregates (like sum or count) from related records, providing real-time data for the AI.
Question 57 of 60
57. Question
Scenario: You want to evaluate an AI‘s performance using a “Golden Dataset.“ Which metric measures the percentage of correct answers?
Correct
Accuracy is a standard metric used to determine how often the model‘s predicted response matches the ground truth.
Incorrect
Accuracy is a standard metric used to determine how often the model‘s predicted response matches the ground truth.
Unattempted
Accuracy is a standard metric used to determine how often the model‘s predicted response matches the ground truth.
Question 58 of 60
58. Question
Which Microsoft service provides a secure, “Private Link“ connection to ensure AI traffic never travels over the public internet?
Correct
Private Endpoints allow you to access Azure AI services over a private IP address within your Virtual Network (VNet).
Incorrect
Private Endpoints allow you to access Azure AI services over a private IP address within your Virtual Network (VNet).
Unattempted
Private Endpoints allow you to access Azure AI services over a private IP address within your Virtual Network (VNet).
Question 59 of 60
59. 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 60 of 60
60. Question
Which ‘Responsible AI‘ principle is a developer following when they add a disclaimer saying ‘This response was generated by AI‘?
Correct
Transparency involves being open about the AI‘s role, capabilities, and limitations to build and maintain user trust.
Incorrect
Transparency involves being open about the AI‘s role, capabilities, and limitations to build and maintain user trust.
Unattempted
Transparency involves being open about the AI‘s role, capabilities, and limitations to build and maintain user trust.
X
Use Page numbers below to navigate to other practice tests