{"id":13372,"date":"2026-09-16T08:04:32","date_gmt":"2026-09-16T08:04:32","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13372"},"modified":"2026-09-16T08:04:32","modified_gmt":"2026-09-16T08:04:32","slug":"microsoft-ab-100-practice-test-questions-and-exam-dumps-part11-q201-220","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ab-100-practice-test-questions-and-exam-dumps-part11-q201-220\/","title":{"rendered":"Microsoft AB-100 Practice Test Questions and Exam Dumps Part11 Q201-220"},"content":{"rendered":"<h1><\/h1>\n<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ab-100-exam-dumps\"><b>Microsoft AB-100 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 201<\/b><\/h3>\n<p><b>What is a key purpose of defining an AI agent&#8217;s objectives?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To identify the results the agent should achieve<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase storage capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove access controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable monitoring<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Clear objectives help define what an AI agent is expected to accomplish. They provide direction for selecting tools, knowledge sources, workflows, and evaluation criteria. For example, an agent may be designed to resolve routine support requests or retrieve approved information for employees. Objectives should be specific enough to guide behavior without unnecessarily expanding the agent&#8217;s scope. They also provide a foundation for measuring success after deployment. A well-defined objective helps prevent the agent from performing unrelated tasks or taking unnecessary actions.<\/span><\/p>\n<h3><b>Question 202<\/b><\/h3>\n<p><b>Which feature allows an AI application to retrieve information from a vector database based on semantic similarity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Role-based access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector search<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Password rotation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File compression<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Vector search retrieves information by comparing numerical representations of content, commonly called embeddings. Instead of requiring exact keyword matches, it can identify documents or passages that are semantically related to a user&#8217;s query. This makes vector search useful in RAG architectures where relevant knowledge must be retrieved before generating an answer. Retrieval quality depends on factors such as embedding quality, indexing, chunking, and query design. Access controls should still be applied so that users and agents retrieve only information they are authorized to access.<\/span><\/p>\n<h3><b>Question 203<\/b><\/h3>\n<p><b>An agent needs to complete three tasks where the second task depends on the result of the first. What workflow is appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Parallel execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sequential execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Uncontrolled execution<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Sequential execution is appropriate when one task depends on the result of a previous task. For example, an agent may first retrieve an order, then validate its status, and finally perform an approved action based on that status. Executing dependent steps in parallel could produce incorrect or incomplete results because required information may not yet be available. The workflow should maintain task state and define how errors are handled at each step. Independent tasks can still be parallelized when dependencies do not exist.<\/span><\/p>\n<h3><b>Question 204<\/b><\/h3>\n<p><b>What should an AI solution use to protect sensitive credentials?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A user prompt<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secure secrets management<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A public document<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A model response<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Sensitive credentials such as API keys, passwords, and tokens should be stored using secure secrets-management mechanisms. Credentials should not be placed directly in prompts, source code, public documents, or user-visible responses. Secure storage can support controlled access, encryption, auditing, and credential rotation. The application should also use least-privilege permissions so that a credential grants only the access required for its purpose. Protecting secrets is an important part of securing AI applications that connect to external APIs and business systems.<\/span><\/p>\n<h3><b>Question 205<\/b><\/h3>\n<p><b>Which approach can improve an agent&#8217;s ability to answer questions using current company information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing all knowledge sources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using only historical prompts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Retrieving information from approved current sources<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Current company information should generally be retrieved from approved sources rather than relying only on information contained in the model or old prompts. Retrieval allows an agent to access updated policies, records, documentation, or other business information when needed. The sources should be authoritative, relevant, and properly secured. Refresh processes are also important because outdated indexes can lead to incorrect answers. Retrieval should be evaluated regularly to verify that the system returns information that is both current and appropriate for the user&#8217;s request.<\/span><\/p>\n<h3><b>Question 206<\/b><\/h3>\n<p><b>What is a benefit of using specialized agents in a multi-agent architecture?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Each agent can focus on a defined responsibility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Every agent receives unrestricted permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All agents must use identical instructions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security controls become unnecessary<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Specialized agents can focus on specific responsibilities within a larger workflow. For example, one agent may handle customer inquiries while another specializes in billing or technical support. Specialization can simplify instructions and allow each component to use tools and knowledge relevant to its role. However, multi-agent architectures require clear orchestration, communication, permissions, and error handling. Specialization does not remove the need for governance or security. Each agent should receive only the access necessary for its assigned responsibility.<\/span><\/p>\n<h3><b>Question 207<\/b><\/h3>\n<p><b>Why should an AI application validate tool inputs before execution?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To prevent invalid or unsafe values from reaching business systems<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase token usage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To eliminate authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To make every request autonomous<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Tool input validation helps prevent malformed, incomplete, unexpected, or unsafe values from being sent to connected systems. An AI model may generate incorrect parameters even when the user&#8217;s request is legitimate. Validation can check data types, required fields, permitted ranges, identifiers, and business rules before a tool executes. This is especially important for actions that modify records or trigger financial or operational processes. Input validation should complement authorization and other technical controls rather than relying on the model to produce valid values.<\/span><\/p>\n<h3><b>Question 208<\/b><\/h3>\n<p><b>Which factor is important when designing an AI application for high availability?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt wording only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Failure handling and service redundancy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Font selection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document formatting<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">High-availability AI applications should consider what happens when individual services or dependencies become unavailable. Failure handling, redundancy, fallback services, retries, health monitoring, and appropriate workload distribution can reduce the impact of service interruptions. External model providers, databases, retrieval systems, and APIs may each introduce availability risks. The architecture should identify critical dependencies and define recovery procedures. Testing failure scenarios is also important because a system that works under normal conditions may behave differently when one of its supporting components becomes unavailable.<\/span><\/p>\n<h3><b>Question 209<\/b><\/h3>\n<p><b>What does a Model Context Protocol server commonly expose to an AI application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hardware drivers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tools or resources through a standardized interface<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Operating system updates<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Model Context Protocol server can expose approved tools, resources, or other capabilities through a standardized interface that an AI application can interact with. This can simplify integration by providing a consistent mechanism for discovering and using external capabilities. However, availability of a tool does not automatically grant authorization to perform every operation it supports. Authentication, permissions, and data boundaries should still be enforced. Organizations should also evaluate the trustworthiness and security of MCP-connected resources before allowing agents to use them.<\/span><\/p>\n<h3><b>Question 210<\/b><\/h3>\n<p><b>What can prompt templates provide for enterprise AI applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consistent instructions for recurring tasks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unlimited database permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic compliance approval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permanent model accuracy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Prompt templates can provide standardized instructions for recurring AI tasks. For example, an organization may use a template that defines how customer summaries should be structured or how an agent should respond when information is unavailable. Templates can improve consistency and make prompts easier to manage and version. However, they do not replace security controls, evaluation, or business validation. Templates should be tested with representative inputs because changes in instructions can affect model behavior, output quality, token consumption, and downstream workflows.<\/span><\/p>\n<h3><b>Question 211<\/b><\/h3>\n<p><b>Which practice helps identify unexpected increases in AI operating costs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost and usage monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing telemetry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing model size automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling usage records<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cost and usage monitoring can identify unexpected increases in AI spending. Teams can track factors such as token consumption, request volume, model usage, tool calls, and other service charges. Sudden increases may indicate higher traffic, inefficient prompts, unnecessary model calls, or incorrect routing. Monitoring allows teams to investigate these changes and apply appropriate controls, such as caching, model routing, quotas, or prompt optimization. Cost monitoring should be combined with quality measurements so that cost reductions do not unnecessarily reduce required AI performance.<\/span><\/p>\n<h3><b>Question 212<\/b><\/h3>\n<p><b>What should an agent do when a user requests an action outside its defined scope?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Execute it anyway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Refuse, redirect, or escalate according to the workflow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant itself additional permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore authorization requirements<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An agent should not automatically perform an action outside its defined scope. Depending on the business process, it can explain that the request is outside its capabilities, redirect the user to an appropriate process, or escalate the request to an authorized person. Scope boundaries should also be enforced through technical permissions. Clear handling of out-of-scope requests helps prevent unintended actions and makes agent behavior more predictable. Testing should include requests that intentionally fall outside the agent&#8217;s approved responsibilities.<\/span><\/p>\n<h3><b>Question 213<\/b><\/h3>\n<p><b>Which approach can improve the quality of a RAG knowledge base?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adding unrelated documents<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing document metadata<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using authoritative and relevant source content<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignoring document freshness<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A RAG system depends heavily on the quality of its underlying knowledge sources. Authoritative, relevant, accurate, and appropriately maintained documents provide better evidence for generated responses. Unrelated or outdated content can reduce retrieval quality and increase the likelihood of unsupported answers. Organizations should establish ownership for important sources and define processes for updates, indexing, and removal of obsolete information. Evaluation datasets should include realistic queries so teams can verify that the retrieval system consistently finds useful information from the knowledge base.<\/span><\/p>\n<h3><b>Question 214<\/b><\/h3>\n<p><b>Why might an organization choose RAG instead of putting frequently changing information directly into a model prompt?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RAG can retrieve updated information at request time<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RAG removes the need for data security<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RAG guarantees perfect answers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RAG eliminates all model costs<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">RAG can retrieve current information from approved knowledge sources when a user submits a request. This is useful when business information changes frequently, because the application does not need to rewrite a large static prompt every time source content changes. The retrieved information can then be supplied to the model as contextual evidence. RAG still requires good indexing, access control, source governance, and evaluation. It does not automatically guarantee accurate answers if the underlying data is incomplete, outdated, or poorly retrieved.<\/span><\/p>\n<h3><b>Question 215<\/b><\/h3>\n<p><b>What is an important consideration when an AI agent uses a third-party connector?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The connector should be authorized and appropriate for the required data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The connector should have unrestricted access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authentication should be disabled<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All retrieved data should be public<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Third-party connectors can provide useful integration capabilities, but they should be evaluated for authorization, security, data handling, reliability, and business suitability. The connector should have only the permissions necessary for the agent&#8217;s tasks. Organizations should understand what data is sent through the connector and where it may be processed or stored. Connector credentials should also be protected. Monitoring connector activity can help identify unexpected usage, failures, or unauthorized access attempts after the integration is deployed.<\/span><\/p>\n<h3><b>Question 216<\/b><\/h3>\n<p><b>Which testing approach uses realistic examples that represent expected production usage?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Representative scenario testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random hardware testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Interface color testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unrelated document testing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Representative scenario testing uses examples that closely reflect how users are expected to interact with the AI solution in production. These scenarios should cover common requests as well as important edge cases and failure conditions. Testing representative inputs can reveal issues that may not appear in simple demonstrations. Teams should define expected outcomes or evaluation criteria where possible. This approach is useful for testing prompts, models, retrieval, tool selection, safety controls, and overall workflow behavior before and after deployment.<\/span><\/p>\n<h3><b>Question 217<\/b><\/h3>\n<p><b>What is the main purpose of an AI incident-response process?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To define how problems involving an AI system are identified and handled<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove audit records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To prevent all user feedback<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An AI incident-response process defines how organizations identify, investigate, contain, and resolve problems involving an AI system. Incidents may include security issues, unauthorized data access, unsafe outputs, service failures, or unexpected agent actions. A documented process establishes responsibilities, escalation paths, communication procedures, and recovery steps. Monitoring and audit information can support investigation. Incident response should also feed lessons back into system improvements, testing, and governance so that recurring issues can be addressed systematically.<\/span><\/p>\n<h3><b>Question 218<\/b><\/h3>\n<p><b>Which design can reduce unnecessary exposure of sensitive data to an AI model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sending every available database field<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Applying data minimization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing all authorization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Copying entire databases into prompts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Data minimization limits the information provided to an AI model to what is actually required for the task. For example, an agent answering an order-status question may need an order number and status but not a customer&#8217;s complete profile. Reducing unnecessary data exposure can lower privacy and security risks and may also reduce prompt size and processing costs. Data minimization should be combined with authorization, classification, retention, and other appropriate controls to ensure that sensitive information is handled correctly.<\/span><\/p>\n<h3><b>Question 219<\/b><\/h3>\n<p><b>What is one purpose of using evaluation gates in an AI deployment pipeline?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To automatically increase model size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To bypass testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To require defined quality checks before promotion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable version control<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Evaluation gates can require an AI configuration to satisfy predefined quality or safety criteria before it is promoted to another environment. For example, a new prompt or model version may need to meet minimum accuracy, groundedness, safety, latency, or cost thresholds. This creates a controlled release process and reduces the chance that an untested change will reach production. Evaluation gates should be based on representative datasets and meaningful business requirements. Failed gates should trigger investigation rather than being automatically bypassed.<\/span><\/p>\n<h3><b>Question 220<\/b><\/h3>\n<p><b>Which action is appropriate when retiring an AI agent?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove it immediately without documentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable all monitoring first<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Continue granting access indefinitely<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Revoke access and follow the organization&#8217;s retirement process<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">When an AI agent is retired, its access to models, tools, data sources, credentials, and business systems should be reviewed and removed according to the organization&#8217;s lifecycle process. Relevant documentation, audit records, and retention requirements should also be addressed. Simply deleting an application without considering connected identities or credentials can leave unnecessary access behind. A controlled retirement process helps ensure that unused resources are decommissioned securely and that stakeholders understand the status of the former AI solution.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AB-100 Exam Dumps and Practice Test Dumps. &nbsp; Question 201 What is a key purpose of defining an AI agent&#8217;s objectives? To identify the results the agent should achieve To increase storage capacity To remove access controls To disable monitoring Correct Answer: 4 Explanation Clear objectives help define what an AI agent [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13372"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=13372"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13372\/revisions"}],"predecessor-version":[{"id":13391,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13372\/revisions\/13391"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13372"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13372"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}