{"id":13376,"date":"2026-09-16T08:03:24","date_gmt":"2026-09-16T08:03:24","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13376"},"modified":"2026-09-16T08:03:24","modified_gmt":"2026-09-16T08:03:24","slug":"microsoft-ab-100-practice-test-questions-and-exam-dumps-part15-q281-300","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ab-100-practice-test-questions-and-exam-dumps-part15-q281-300\/","title":{"rendered":"Microsoft AB-100 Practice Test Questions and Exam Dumps Part15 Q281-300"},"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 281<\/b><\/h3>\n<p><b>What is the primary purpose of agent orchestration?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store model embeddings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Coordinate agents, tools, and workflow steps<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encrypt every user message<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace all business applications<\/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;\">Agent orchestration coordinates the different components involved in completing an AI-driven task. These components may include specialized agents, models, tools, data sources, and workflow steps. The orchestrator can determine which component should act, maintain task state, and manage dependencies between operations. Effective orchestration also needs to handle errors, permissions, and escalation paths. It is especially important in multi-step or multi-agent solutions where simply generating a response is not enough to complete the required business process.<\/span><\/p>\n<h3><b>Question 282<\/b><\/h3>\n<p><b>Which capability allows an agent to retain information about an ongoing task?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Task state<\/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;\">Model catalog<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">API throttling<\/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;\">Task state represents information about the current progress and status of an agent&#8217;s workflow. It can include completed steps, pending actions, retrieved information, decisions, and other temporary details required to continue the task correctly. Maintaining task state is especially important for multi-step workflows and agent handoffs. Without it, an agent may lose track of what has already happened or repeat actions unnecessarily. Task state should be managed securely and should contain only information needed to support the workflow.<\/span><\/p>\n<h3><b>Question 283<\/b><\/h3>\n<p><b>An agent repeatedly calls an API even though the requested information has not changed. Which technique can reduce unnecessary calls?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fine-tuning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Caching<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt injection<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model expansion<\/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;\">Caching can reduce unnecessary API calls by temporarily storing results that are safe to reuse. When the same information is requested repeatedly and remains valid for a defined period, the agent can retrieve the result from the cache instead of contacting the backend service every time. This can reduce latency, API consumption, and operating costs. Cache expiration and invalidation rules are important because stale information can cause incorrect responses. Sensitive data should also have appropriate access controls and retention policies when caching is used.<\/span><\/p>\n<h3><b>Question 284<\/b><\/h3>\n<p><b>Which component is responsible for converting text into a numerical representation for semantic retrieval?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">API gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Embedding model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Authorization service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workflow engine<\/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 embedding model converts text or other supported content into numerical vectors that capture semantic relationships. These vectors can then be stored and compared to a vector representation of a user&#8217;s query. Similar vectors generally indicate related meaning, enabling semantic retrieval even when the wording differs. Embeddings are commonly used in RAG architectures and other search scenarios. The embedding model itself does not determine whether a user is authorized to access the retrieved information, so retrieval permissions must be handled separately.<\/span><\/p>\n<h3><b>Question 285<\/b><\/h3>\n<p><b>A company wants different agents to communicate using a standardized protocol. Which technology can support this scenario?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MCP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data masking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Token budgeting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model 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;\">The Model Context Protocol, or MCP, provides a standardized approach for connecting AI applications with external tools and data sources. It can help establish consistent interfaces through which models or agents discover and interact with supported capabilities. Standardized protocols can reduce custom integration work and make tool ecosystems easier to maintain. Security controls remain essential because protocol support does not automatically grant authorization. Organizations should still control which tools are available, what data can be accessed, and which actions an agent is permitted to perform.<\/span><\/p>\n<h3><b>Question 286<\/b><\/h3>\n<p><b>What should an agent do if a required tool returns an invalid response?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use the invalid result without checking<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validate the result and apply an error-handling path<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant the tool additional permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete the user&#8217;s 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;\">An agent should validate tool results before using them in subsequent reasoning or actions. If a required result is malformed, incomplete, or inconsistent with expected values, the workflow should use an appropriate error-handling path. Depending on the situation, the system may retry, use a fallback source, request clarification, or escalate to a human. Blindly trusting invalid tool output can lead to incorrect decisions or unintended actions. Validation and controlled error handling are therefore important parts of reliable agent architecture.<\/span><\/p>\n<h3><b>Question 287<\/b><\/h3>\n<p><b>Which approach helps prevent a model from receiving more retrieved information than necessary?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Targeted retrieval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unrestricted indexing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maximum context expansion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random document selection<\/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;\">Targeted retrieval limits the information supplied to the model to content that is relevant to the current request. Retrieval filters, metadata, query rewriting, ranking, and access controls can help identify appropriate evidence. Sending excessive information can increase token consumption and introduce irrelevant or conflicting content. Targeted retrieval also supports better response quality because the model can focus on a smaller set of useful evidence. The retrieval process should balance relevance, completeness, permissions, and freshness when selecting context.<\/span><\/p>\n<h3><b>Question 288<\/b><\/h3>\n<p><b>Which capability is most useful for automatically triggering a business workflow after an agent completes a task?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Power Automate flow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector embedding<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model catalog<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt template<\/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 Power Automate flow can connect an AI-driven process with business workflows and applications. For example, after an agent completes a support classification, a flow could create a task, notify an employee, update a record, or start an approval process. The workflow should still enforce authentication, authorization, validation, and appropriate business rules. Automation should not assume that every agent output is trustworthy. Where actions have significant impact, approval or additional validation may be required before the workflow executes.<\/span><\/p>\n<h3><b>Question 289<\/b><\/h3>\n<p><b>Why is evaluation needed after changing an AI model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To verify that the new model still meets required quality and safety criteria<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To increase user passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To guarantee zero latency<\/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;\">Changing an AI model can affect accuracy, groundedness, latency, cost, safety, and other aspects of application behavior. Evaluation provides evidence about whether the new model continues to meet defined requirements. A representative evaluation dataset should include common scenarios, edge cases, and important business workflows. Comparing results against a previous baseline can reveal regressions or improvements. Production deployment should follow established evaluation gates rather than assuming that a newer or different model will automatically provide better results for the specific workload.<\/span><\/p>\n<h3><b>Question 290<\/b><\/h3>\n<p><b>What is a benefit of using a smaller language model for simple tasks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It always provides better reasoning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It can reduce cost and latency when quality is sufficient<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates the need for testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes all security risks<\/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;\">Smaller language models can be appropriate for straightforward workloads such as classification, extraction, routing, or simple summarization when they meet the required quality level. They may consume fewer resources and provide lower latency or cost than larger models. However, the decision should be based on evaluation rather than model size alone. Teams should compare representative workloads for accuracy, reliability, safety, latency, and cost. More complex requests can still be routed to more capable models when necessary.<\/span><\/p>\n<h3><b>Question 291<\/b><\/h3>\n<p><b>Which design helps an agent recover when a downstream service is unavailable?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fallback handling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unlimited retries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing timeouts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignoring service errors<\/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;\">Fallback handling provides an alternative path when a required service is unavailable or fails repeatedly. Depending on the scenario, the fallback could use another approved service, a cached result, a simpler workflow, or human escalation. Retry policies should be limited and combined with appropriate backoff so they do not overload an unhealthy service. Timeouts are also important because waiting indefinitely can reduce overall system availability. A well-designed fallback strategy improves resilience while maintaining security and business requirements.<\/span><\/p>\n<h3><b>Question 292<\/b><\/h3>\n<p><b>An agent must update a record only if a business rule is satisfied. Where should the rule be enforced?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only in the user&#8217;s message<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">At the business logic or service boundary<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only in the model&#8217;s training data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only in the system prompt<\/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;\">Important business rules should be enforced through application or service-level controls rather than relying solely on model instructions. A prompt can tell an agent to follow a rule, but a model may still misunderstand or incorrectly apply it. Enforcing the rule at the business logic or service boundary provides a technical safeguard before the transaction occurs. The agent can assist with determining the intended operation, while the backend verifies eligibility and authorization. This layered approach improves reliability and reduces the impact of model errors.<\/span><\/p>\n<h3><b>Question 293<\/b><\/h3>\n<p><b>What is the purpose of a system prompt in an agent application?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define high-level behavior, instructions, and boundaries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store API passwords<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace access-control systems<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase database capacity<\/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 system prompt provides high-level instructions that guide an agent&#8217;s behavior, role, response requirements, and operational boundaries. It can establish how the agent should interpret requests, use tools, handle uncertainty, and respond to specific situations. However, prompts are not substitutes for technical security controls. Sensitive credentials should never be stored in prompts, and permissions should be enforced by the underlying services. System prompts should be versioned and evaluated because changes can significantly affect agent behavior.<\/span><\/p>\n<h3><b>Question 294<\/b><\/h3>\n<p><b>Which capability can help an agent understand the relationship between a user request and relevant enterprise documents?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic retrieval<\/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;\">API throttling<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disaster recovery<\/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;\">Semantic retrieval uses representations such as embeddings to identify documents that are conceptually related to a user&#8217;s request. Unlike exact keyword matching, semantic retrieval can find relevant content even when the user and document use different wording. It is commonly used in RAG systems to provide evidence to a language model. Retrieval quality should be evaluated using representative queries, and access controls must be applied so that semantic similarity never exposes documents that the requesting user is not authorized to access.<\/span><\/p>\n<h3><b>Question 295<\/b><\/h3>\n<p><b>Why should agent actions be logged?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To support auditing, troubleshooting, and accountability<\/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 eliminate authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To make every response longer<\/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;\">Logging agent actions provides visibility into important operations performed during an AI workflow. Records can help teams investigate failures, understand tool usage, verify approvals, identify unauthorized activity, and support compliance requirements. Logs should be designed to capture useful operational information without unnecessarily storing sensitive data. Access to logs should also be restricted appropriately. Action logging is particularly important for agents that can modify records, call external services, or perform other consequential operations because it provides an audit trail of system behavior.<\/span><\/p>\n<h3><b>Question 296<\/b><\/h3>\n<p><b>What should an AI architecture consider when integrating a third-party model provider?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the provider&#8217;s logo<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data handling, security, compliance, cost, and availability<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the model&#8217;s name<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User interface font selection<\/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 model integration requires evaluation of how data is transmitted, processed, stored, and protected by the provider. Organizations should also consider contractual terms, privacy requirements, compliance obligations, model availability, latency, pricing, and operational dependencies. The architecture should define what information can be sent to the external provider and whether sensitive data requires additional controls. Vendor dependency and fallback options may also be important. These considerations help ensure that third-party AI services fit the organization&#8217;s technical and governance requirements.<\/span><\/p>\n<h3><b>Question 297<\/b><\/h3>\n<p><b>A company wants to compare two AI models for the same customer-support workload. What should it use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A representative evaluation dataset and consistent metrics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Random user opinions only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Different test cases for each model<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model names alone<\/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 fair model comparison requires the models to be tested against the same representative workload using consistent evaluation criteria. Metrics may include accuracy, groundedness, relevance, safety, latency, token usage, and cost, depending on the business requirements. Testing different examples for each model can produce misleading comparisons. A baseline and clearly defined acceptance criteria make results easier to interpret. The final selection should reflect the requirements of the actual application rather than assuming that one model is universally better for every workload.<\/span><\/p>\n<h3><b>Question 298<\/b><\/h3>\n<p><b>Which architecture principle helps prevent an AI agent from becoming responsible for unrelated business functions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clear agent boundaries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unlimited tool access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared administrator credentials<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unrestricted data access<\/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;\">Clear agent boundaries define which responsibilities, tools, data, and actions belong to a particular agent. This makes the solution easier to secure, test, monitor, and maintain. For example, an HR agent should not automatically receive access to financial transaction systems simply because both functions exist within the same organization. Narrow responsibilities also support least privilege and make human escalation easier to design. Well-defined boundaries are particularly valuable in multi-agent architectures where several specialized agents collaborate.<\/span><\/p>\n<h3><b>Question 299<\/b><\/h3>\n<p><b>What is a key purpose of continuous AI monitoring?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Detect operational, quality, security, and performance issues after deployment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove the need for testing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Guarantee perfect responses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable system alerts<\/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;\">Continuous monitoring helps teams understand how an AI system behaves after it enters production. Monitoring can cover response quality, latency, failures, tool usage, cost, safety events, and important business metrics. It can reveal problems that were not visible during development or testing, including changes in data, user behavior, service availability, or model performance. Monitoring should be connected to defined alert thresholds and incident-response procedures. It complements pre-production evaluation rather than replacing it.<\/span><\/p>\n<h3><b>Question 300<\/b><\/h3>\n<p><b>An organization is planning to retire an AI agent. What should happen before decommissioning it?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all documentation first<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore dependent workflows<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Identify dependencies and complete an orderly retirement process<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Grant the agent permanent permissions<\/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;\">Retiring an AI agent requires more than simply disabling its model endpoint. The organization should identify dependent applications, workflows, users, data sources, tools, and integrations before decommissioning it. Access permissions and credentials should be removed or revoked, while required records and audit information should be retained according to applicable policies. Users should also be informed about replacement processes when necessary. A controlled retirement process reduces service disruption, prevents orphaned integrations, and ensures that unnecessary access does not remain active after the agent is removed.<\/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 281 What is the primary purpose of agent orchestration? Store model embeddings Coordinate agents, tools, and workflow steps Encrypt every user message Replace all business applications Correct Answer: 2 Explanation Agent orchestration coordinates the different components involved in completing an AI-driven task. These [&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\/13376"}],"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=13376"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13376\/revisions"}],"predecessor-version":[{"id":13387,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13376\/revisions\/13387"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}