{"id":13379,"date":"2026-09-16T08:02:11","date_gmt":"2026-09-16T08:02:11","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13379"},"modified":"2026-09-16T08:02:11","modified_gmt":"2026-09-16T08:02:11","slug":"microsoft-ab-100-practice-test-questions-and-exam-dumps-part20-q381-400","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ab-100-practice-test-questions-and-exam-dumps-part20-q381-400\/","title":{"rendered":"Microsoft AB-100 Practice Test Questions and Exam Dumps Part20 Q381-400"},"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 381<\/b><\/h3>\n<p><b>What is the primary purpose of an agent planning loop?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To permanently store every conversation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To repeatedly plan, act, observe results, and adjust as needed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace all backend systems<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable tool usage<\/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 planning loop allows an agent to break a goal into actions, execute those actions, observe the results, and determine what should happen next. This approach is useful for tasks where the next step depends on information obtained during execution. The loop should have defined boundaries, termination conditions, and appropriate permissions. Without these controls, an agent could repeatedly execute actions or consume excessive resources. Planning behavior should therefore be tested against expected, unexpected, and failure scenarios before production use.<\/span><\/p>\n<h3><b>Question 382<\/b><\/h3>\n<p><b>Which feature helps an agent discover available tools and their capabilities?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool discovery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data residency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model distillation<\/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 discovery allows an agent or orchestration system to identify available tools and understand what each tool is designed to do. Useful tool metadata can include the tool name, purpose, required inputs, output format, permissions, and limitations. Clear descriptions help the agent select an appropriate capability for a task. Discovery should still operate within governance and authorization boundaries. An available tool should not automatically be considered an authorized tool for every user, agent, or workflow.<\/span><\/p>\n<h3><b>Question 383<\/b><\/h3>\n<p><b>An agent calls an external service that sometimes takes several seconds to respond. Which control prevents the agent from waiting indefinitely?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Embedding refresh<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data classification<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Request timeout<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt versioning<\/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 request timeout establishes the maximum period the application should wait for a service response. If the service does not respond within that period, the application can stop waiting and follow a defined error-handling or fallback process. Timeouts help prevent stalled workflows and improve overall system reliability. They should be selected based on realistic service behavior rather than arbitrary values. Timeout handling can be combined with retries, circuit breakers, and fallback services to create more resilient AI applications.<\/span><\/p>\n<h3><b>Question 384<\/b><\/h3>\n<p><b>Which practice is most appropriate for handling API credentials that must be rotated regularly?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store them in source code<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Send them through prompts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use a secure secret-management solution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Include them in user-visible responses<\/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;\">Secure secret management provides a controlled location for storing and managing credentials such as API keys and connection secrets. It can support access control, auditing, and credential rotation without exposing secrets in source code or prompts. Applications should retrieve secrets securely when required and should avoid logging them. Where supported, managed identities can eliminate the need for some stored credentials entirely. Secret-management practices should be incorporated into development, deployment, and operational procedures.<\/span><\/p>\n<h3><b>Question 385<\/b><\/h3>\n<p><b>Which responsible AI principle focuses on protecting personal and sensitive information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Privacy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Latency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scalability<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Throughput<\/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;\">Privacy focuses on protecting personal, confidential, and sensitive information throughout an AI system&#8217;s lifecycle. Privacy considerations can include data collection, storage, processing, retrieval, sharing, logging, and retention. AI architectures should collect only information necessary for the intended purpose and apply appropriate access controls. Sensitive data should not automatically be included in prompts, logs, or model inputs. Privacy requirements may also influence model selection, deployment location, retention periods, and integration design.<\/span><\/p>\n<h3><b>Question 386<\/b><\/h3>\n<p><b>A RAG application returns accurate information but exposes documents that a user is not authorized to view. What failed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model temperature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access control<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt formatting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token budgeting<\/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;\">The retrieval system failed to enforce appropriate access control before providing protected documents to the application or user. Retrieval quality alone does not determine whether information should be shown. Enterprise RAG systems should consider the identity and permissions of the requesting user or service when retrieving content. Authorization should be enforced through technical controls rather than relying on the language model to decide what information is permissible. Access-aware retrieval and backend authorization provide important layers of protection.<\/span><\/p>\n<h3><b>Question 387<\/b><\/h3>\n<p><b>Which technique can reduce unnecessary context while preserving the most relevant information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Context compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unlimited history<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Duplicate retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger prompts<\/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;\">Context compression reduces the amount of information provided to a model while attempting to preserve details that are important to the current task. This can involve summarizing previous conversations, removing duplicate information, selecting relevant passages, or compressing retrieved content. Reducing unnecessary context can lower token consumption and improve response efficiency. However, compression must be evaluated carefully because removing an important detail can affect answer quality. Teams should test compression strategies with representative workloads before applying them broadly.<\/span><\/p>\n<h3><b>Question 388<\/b><\/h3>\n<p><b>What does query expansion attempt to improve in a retrieval system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of user permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of model parameters<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The range of terms used to find relevant information<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The duration of secret rotation<\/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;\">Query expansion adds related terms, concepts, or alternative expressions to a search request to improve the chance of finding relevant information. Users may describe a business concept differently from the terminology used in enterprise documents. Expanding the query can help bridge those differences and improve retrieval coverage. However, excessive expansion may introduce irrelevant results. Query expansion should therefore be evaluated using representative searches and measured against retrieval quality requirements such as precision and recall.<\/span><\/p>\n<h3><b>Question 389<\/b><\/h3>\n<p><b>Why should AI-generated output sometimes be validated against a predefined schema?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To ensure the output follows the expected structure<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase employee permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To replace authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To disable model evaluation<\/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;\">Schema validation ensures that generated output follows an expected structure, such as required fields, data types, or allowed values. This is useful when an AI response is passed to another application, API, workflow, or database. Without validation, unexpected output can cause processing failures or incorrect downstream actions. A schema does not guarantee that the content itself is factually correct, so business-rule validation may also be necessary. Sensitive or consequential actions should additionally use authorization and appropriate human oversight.<\/span><\/p>\n<h3><b>Question 390<\/b><\/h3>\n<p><b>Which architecture decision can improve throughput when many independent AI requests arrive simultaneously?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Sequentially processing every request<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scalable parallel processing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling queues<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increasing prompt length<\/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;\">Scalable parallel processing allows independent workloads to be handled concurrently rather than forcing every request through a single sequential path. This can improve throughput when demand increases, provided the underlying models, APIs, and infrastructure support the required concurrency. Queues can help absorb temporary workload spikes, while rate limits and quotas prevent excessive service consumption. The architecture should also monitor resource utilization and latency. Scaling should be based on measured workload patterns rather than simply increasing infrastructure without validating the actual bottleneck.<\/span><\/p>\n<h3><b>Question 391<\/b><\/h3>\n<p><b>What is the main purpose of an evaluation baseline?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To provide a reference point for measuring future changes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To grant administrative access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To store API credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase model context<\/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;\">An evaluation baseline provides a known reference against which later model, prompt, retrieval, or configuration changes can be compared. A baseline can include representative test cases and measurements such as accuracy, groundedness, safety, latency, and cost. When a new version is evaluated, the team can determine whether performance improved, declined, or remained stable. Baselines are especially valuable for regression testing because AI systems can change behavior after seemingly small modifications to prompts, models, data, or retrieval configuration.<\/span><\/p>\n<h3><b>Question 392<\/b><\/h3>\n<p><b>A company needs to ensure an AI service can recover after a major regional outage. Which area should be addressed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disaster recovery<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt formatting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query expansion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document chunking<\/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;\">Disaster recovery defines how an AI solution can restore or continue critical operations after a major outage or infrastructure failure. Planning may include backup strategies, recovery objectives, alternative infrastructure, replicated data, dependency mapping, and tested recovery procedures. AI applications also need to consider model endpoints, knowledge indexes, databases, connectors, and authentication dependencies. A disaster recovery plan should be tested periodically because documented procedures may fail if dependencies or configurations change.<\/span><\/p>\n<h3><b>Question 393<\/b><\/h3>\n<p><b>Which option is an example of a human-in-the-loop design?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An agent automatically deletes records without review<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A model generates a recommendation that a human approves before execution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A system removes all authorization checks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An agent executes every action without limits<\/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;\">A human-in-the-loop design includes a person at an appropriate point in the workflow to review, approve, reject, or modify an AI-generated recommendation or action. This can be valuable for high-impact, sensitive, or irreversible decisions. The review point should be clearly defined, and the human reviewer should have enough information to make an informed decision. Human involvement does not replace technical security controls. Authorization, validation, monitoring, and audit logging should still be applied where required.<\/span><\/p>\n<h3><b>Question 394<\/b><\/h3>\n<p><b>Which Microsoft platform is designed to provide a low-code environment for building AI agents and connecting them to business actions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Microsoft Copilot Studio<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Microsoft Paint<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Windows Notepad<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Microsoft Calculator<\/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;\">Microsoft Copilot Studio provides a low-code environment for creating and configuring AI agents and connecting them to business capabilities. It can support conversational experiences, knowledge sources, actions, connectors, and workflow integrations. Organizations can use it to build agents for specific business scenarios while applying appropriate authentication, governance, and security controls. The platform does not eliminate the need for architecture decisions. Teams still need to define agent scope, knowledge sources, permissions, testing requirements, and operational monitoring.<\/span><\/p>\n<h3><b>Question 395<\/b><\/h3>\n<p><b>What should an organization review before allowing an agent to access sensitive customer records?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authorization, data protection, and business need<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the agent&#8217;s name<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The screen resolution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of prompt examples<\/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;\">Before an agent accesses sensitive customer records, the organization should verify authorization, data-protection requirements, and the legitimate business need for that access. Permissions should follow least privilege so the agent receives only the access required for its assigned tasks. Data handling, logging, retention, and regulatory requirements may also need review. The agent should be tested to ensure it cannot expose information to unauthorized users. Sensitive record access should be treated as a controlled business capability rather than a general-purpose model feature.<\/span><\/p>\n<h3><b>Question 396<\/b><\/h3>\n<p><b>Which approach is useful for reducing cost when a simple task does not require a large model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Route every request to the largest model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use a smaller suitable model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the context unnecessarily<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Duplicate every model request<\/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;\">A smaller suitable model can reduce inference cost and sometimes improve latency for tasks that do not require advanced reasoning or extensive capabilities. Examples may include simple classification, extraction, routing, or straightforward transformations. The smaller model should first be evaluated against the required quality, safety, and latency criteria. Model routing can then direct simple workloads to the lower-cost option while reserving more capable models for complex tasks. This approach can balance business requirements with operational cost.<\/span><\/p>\n<h3><b>Question 397<\/b><\/h3>\n<p><b>Which activity is part of AI lifecycle management?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Versioning, evaluation, monitoring, and retirement<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling all documentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing access controls after deployment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permanently avoiding updates<\/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;\">AI lifecycle management covers activities from initial development through deployment, monitoring, updates, and eventual retirement. Important practices include version control, evaluation, security reviews, monitoring, change management, and documentation. Models, prompts, knowledge sources, and integrations may all require updates over time. A lifecycle approach helps organizations maintain predictable behavior and governance as business requirements change. Retirement should also be planned so unused identities, permissions, data, and infrastructure can be reviewed and removed appropriately.<\/span><\/p>\n<h3><b>Question 398<\/b><\/h3>\n<p><b>A model provider changes how customer prompts are processed. What should the organization review?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data handling, privacy, security, and contractual requirements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the user interface<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only document font sizes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the number of employees<\/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;\">Changes in how an external model provider processes customer prompts may affect privacy, security, compliance, data residency, retention, and contractual obligations. The organization should review the provider&#8217;s current terms and technical behavior against its requirements before continuing or expanding use. Data sent to external services should be limited to what is necessary, and sensitive information should be handled according to applicable policies. Vendor assessments should also consider service availability, transparency, incident handling, and changes to processing practices.<\/span><\/p>\n<h3><b>Question 399<\/b><\/h3>\n<p><b>What is the purpose of a pilot before a large AI deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To validate assumptions and business value on a controlled scale<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To avoid defining requirements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To eliminate security testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To guarantee production success<\/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;\">A pilot provides a controlled environment for validating whether an AI solution can meet defined technical and business requirements before broader deployment. Teams can evaluate quality, user experience, latency, cost, security, operational workload, and business outcomes using realistic scenarios. A pilot does not guarantee production success, but it can reveal weaknesses and assumptions that were not visible during development. Clear success criteria should be defined in advance so the pilot produces measurable evidence for the next implementation decision.<\/span><\/p>\n<h3><b>Question 400<\/b><\/h3>\n<p><b>What should an organization do when an AI agent repeatedly fails a defined business requirement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore the failures<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase permissions automatically<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate the cause and improve the relevant component<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all evaluation criteria<\/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;\">Repeated failure against a defined business requirement should trigger investigation rather than automatic expansion of the agent&#8217;s permissions or deployment. Teams should determine whether the issue originates from the model, prompt, retrieval system, knowledge quality, tool integration, business logic, data, or workflow design. Evaluation results and telemetry can help identify the source of the problem. After making a change, the team should test it against representative scenarios and acceptance criteria before promoting the updated solution into production.<\/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 381 What is the primary purpose of an agent planning loop? To permanently store every conversation To repeatedly plan, act, observe results, and adjust as needed To replace all backend systems To disable tool usage Correct Answer: 2 Explanation An agent planning loop [&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\/13379"}],"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=13379"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13379\/revisions"}],"predecessor-version":[{"id":13382,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13379\/revisions\/13382"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}