{"id":13369,"date":"2026-09-16T08:05:25","date_gmt":"2026-09-16T08:05:25","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13369"},"modified":"2026-09-16T08:05:25","modified_gmt":"2026-09-16T08:05:25","slug":"microsoft-ab-100-practice-test-questions-and-exam-dumps-part8-q141-160","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ab-100-practice-test-questions-and-exam-dumps-part8-q141-160\/","title":{"rendered":"Microsoft AB-100 Practice Test Questions and Exam Dumps Part8 Q141-160"},"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 141<\/b><\/h3>\n<p><b>What is the primary purpose of agent planning?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To define the steps needed to achieve a goal<\/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 security controls<\/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;\">Agent planning helps an AI system determine the steps required to accomplish a defined goal. A plan may involve selecting tools, retrieving information, completing intermediate tasks, and deciding what should happen next based on results. Planning is especially useful for complex workflows that cannot be completed through a single response. The plan should remain within the agent&#8217;s authorized scope and should be evaluated for reliability. For high-impact operations, additional validation or human approval may also be appropriate.<\/span><\/p>\n<h3><b>Question 142<\/b><\/h3>\n<p><b>Which capability allows an agent to use a business system to perform an approved action?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Context window<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool integration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prompt 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;\">Tool integration allows an AI agent to interact with external systems and perform approved operations. A tool could expose functions for retrieving customer information, creating records, checking inventory, or initiating a workflow. The agent should not receive unrestricted access simply because a tool is available. Authentication, authorization, input validation, and auditing should be applied to tool operations. Clear tool definitions also help the agent understand what an action does and when it is appropriate to invoke it.<\/span><\/p>\n<h3><b>Question 143<\/b><\/h3>\n<p><b>A RAG system retrieves outdated product documentation. What should the team investigate first?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Screen resolution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Model temperature only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data ingestion and refresh processes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User interface colors<\/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;\">Outdated retrieval results can indicate that the underlying knowledge source or indexing process is not being refreshed correctly. The team should investigate data ingestion, document updates, indexing schedules, synchronization failures, and source ownership. Retrieval quality depends not only on the language model but also on the freshness and accuracy of the indexed information. Establishing refresh processes and monitoring data freshness can help prevent agents from providing obsolete information. The source should also be authoritative and appropriate for the business scenario.<\/span><\/p>\n<h3><b>Question 144<\/b><\/h3>\n<p><b>Why might an AI solution use a queue for incoming requests?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To permanently delete requests<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To manage workload spikes and processing capacity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To remove authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To bypass rate 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 queue can help manage bursts of incoming requests when processing capacity is limited or when tasks do not need to be completed immediately. Requests can be placed in the queue and processed as resources become available. This can help smooth workload spikes and protect downstream services from sudden excessive traffic. Queue-based designs should define appropriate retry, timeout, prioritization, and failure-handling behavior. For interactive scenarios where immediate responses are required, the architecture should also consider the additional latency introduced by queued processing.<\/span><\/p>\n<h3><b>Question 145<\/b><\/h3>\n<p><b>Which practice supports secure AI application development?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Applying security testing throughout the lifecycle<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Granting all users administrator access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling authentication during deployment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Publishing secrets in configuration files<\/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;\">Security testing should be incorporated throughout the AI application&#8217;s lifecycle rather than being performed only after deployment. Teams should evaluate authentication, authorization, data protection, prompt injection, tool permissions, sensitive information handling, and other relevant risks. Security controls should also be reviewed whenever the model, prompts, tools, or data sources change. Testing helps identify vulnerabilities before they affect production users. Secure development should work together with monitoring, governance, access management, and operational controls to provide broader protection.<\/span><\/p>\n<h3><b>Question 146<\/b><\/h3>\n<p><b>An organization needs the same AI behavior across several applications. What can improve consistency?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Using unrelated prompts in every application<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Standardized prompts and reusable components<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing evaluation datasets<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Giving each application different security rules<\/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;\">Standardized prompts and reusable components can help maintain consistent AI behavior across multiple applications. Organizations can define approved instructions, reusable tools, evaluation criteria, and governance requirements that teams can apply across solutions. Reuse also reduces duplicated development effort and makes maintenance easier. However, shared components should still respect application-specific permissions and data boundaries. Changes to common prompts or components should be versioned and tested because an update can affect multiple applications simultaneously.<\/span><\/p>\n<h3><b>Question 147<\/b><\/h3>\n<p><b>What should an AI system do when retrieved information does not contain enough evidence to answer a question?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Clearly indicate insufficient information or escalate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Invent missing facts<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignore the retrieved sources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Provide unrestricted access to all data<\/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 available evidence is insufficient, the AI system should avoid presenting unsupported information as fact. Depending on the scenario, it can state that the available information is insufficient, ask the user for clarification, retrieve additional approved information, or escalate the request to a human. This behavior improves trust and reduces unsupported responses. The solution should define appropriate fallback behavior during design and test cases where retrieval returns incomplete, conflicting, or irrelevant information.<\/span><\/p>\n<h3><b>Question 148<\/b><\/h3>\n<p><b>Which metric is particularly relevant when users require fast AI responses?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data retention<\/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;\">Document size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User password 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;\">Latency measures the time between a request and the corresponding response or processing result. It is especially important for interactive AI applications where users expect rapid responses. Latency can be affected by model selection, prompt size, retrieval operations, tool calls, network communication, and service capacity. Teams should establish acceptable response-time targets based on the business scenario. Monitoring latency in production can also identify performance changes and help determine whether optimization or architectural changes are necessary.<\/span><\/p>\n<h3><b>Question 149<\/b><\/h3>\n<p><b>What is the purpose of defining an AI solution&#8217;s business KPI?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To determine measurable business outcomes<\/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 remove user feedback<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To prevent model 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;\">A business KPI provides a measurable way to determine whether an AI solution is delivering its intended business value. Depending on the use case, KPIs could include reduced processing time, improved task completion, lower support workload, increased user satisfaction, or reduced operational cost. KPIs should be connected to the original business objective rather than selected only because they are easy to measure. Defining them before deployment or a pilot makes it easier to evaluate results consistently and identify areas requiring improvement.<\/span><\/p>\n<h3><b>Question 150<\/b><\/h3>\n<p><b>Which approach can help ensure an AI agent uses only approved knowledge sources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allowing unrestricted web access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Defining controlled knowledge sources<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Removing source validation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ignoring data ownership<\/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;\">Controlled knowledge sources allow an organization to determine which information an agent is permitted to use when generating responses. Approved sources can be selected based on accuracy, ownership, relevance, privacy, and business requirements. Restricting knowledge sources also reduces the risk of an agent relying on outdated, unauthorized, or inappropriate information. Access controls should remain in place when sources contain sensitive data. Source governance and periodic review are important because business information and organizational requirements can change over time.<\/span><\/p>\n<h3><b>Question 151<\/b><\/h3>\n<p><b>What does model routing allow an AI application to do?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Select an appropriate model based on request requirements<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove all models from the application<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable monitoring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store passwords inside 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;\">Model routing allows an AI application to select among available models based on factors such as task complexity, required quality, latency, cost, or capability. A simple request may be routed to a smaller model, while a complex reasoning task may require a more capable model. Routing rules should be tested against representative workloads to confirm that the selected models meet business requirements. Monitoring is also important because changes in traffic or model behavior may require adjustments to routing decisions.<\/span><\/p>\n<h3><b>Question 152<\/b><\/h3>\n<p><b>A company wants an agent to summarize documents while preserving important factual details. What should be evaluated?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keyboard compatibility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Summary accuracy and relevance<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Screen size<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network cable 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;\">For document summarization, evaluation should determine whether important facts are preserved while unnecessary information is removed. Relevant measures can include factual accuracy, completeness, relevance, readability, and consistency with the source material. Representative documents should be included in the evaluation dataset, including documents with different lengths and structures. Human review may also be useful for higher-risk content. The goal is not simply to produce shorter text, but to ensure that the summary remains useful and does not introduce unsupported information.<\/span><\/p>\n<h3><b>Question 153<\/b><\/h3>\n<p><b>Which component can connect an AI solution to Microsoft Power Platform business processes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Power Platform connectors or flows<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A display driver<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A file compression utility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A browser theme<\/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;\">Power Platform connectors and flows can provide integration between AI solutions and business processes across supported services. For example, an AI application may trigger an approved workflow, retrieve information from a connected service, or initiate a business process. Integration should still use appropriate authentication, authorization, and data-access controls. The available connector capabilities and permissions should be evaluated against the business requirement. Proper error handling and monitoring are also important when AI-driven workflows can modify business data.<\/span><\/p>\n<h3><b>Question 154<\/b><\/h3>\n<p><b>Why is human oversight useful for certain AI decisions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees the model is always correct<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It provides review for decisions that require human judgment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates all operational costs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes the need for access controls<\/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;\">Human oversight provides an additional review mechanism when AI-generated recommendations or actions have significant consequences. A human reviewer can assess the available information and approve, reject, or modify the proposed action. This is particularly useful for sensitive decisions involving financial, legal, customer, employment, or other high-impact processes. Human oversight should be designed as part of the workflow rather than added informally after deployment. The system should clearly communicate what the AI proposes and what the reviewer is expected to evaluate.<\/span><\/p>\n<h3><b>Question 155<\/b><\/h3>\n<p><b>What should an organization consider when deciding whether to build or buy an AI capability?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Requirements, cost, integration, and maintenance<\/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;\">Only the user interface color<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Only the number of 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;\">Build-versus-buy decisions should consider multiple business and technical factors. These can include functional requirements, total cost of ownership, integration needs, security, customization, maintenance responsibilities, scalability, vendor dependencies, and available internal expertise. A purchased solution may reduce development effort, while a custom solution may provide greater control for specialized requirements. The appropriate choice depends on the organization&#8217;s specific circumstances. A structured comparison helps ensure that important long-term operational and governance considerations are not overlooked.<\/span><\/p>\n<h3><b>Question 156<\/b><\/h3>\n<p><b>An agent repeatedly chooses an incorrect tool for a task. What should the team review?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tool descriptions and agent instructions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitor brightness<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Database storage size only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User keyboard settings<\/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;\">Incorrect tool selection can result from unclear tool descriptions, ambiguous instructions, overlapping capabilities, or insufficient examples of when a tool should be used. The team should review how each tool is described and whether the agent&#8217;s instructions clearly define its purpose and limitations. Tool selection should then be tested using representative scenarios. Permissions should also restrict the potential impact of incorrect selections. Improving tool definitions and instructions can make agent behavior more predictable without simply adding unnecessary tools.<\/span><\/p>\n<h3><b>Question 157<\/b><\/h3>\n<p><b>Which practice helps protect sensitive information in AI application logs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Logging every secret in plain text<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Applying data minimization and access controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Making logs publicly accessible<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabling all security monitoring<\/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 means collecting and retaining only the information needed for legitimate operational purposes. AI logs may contain prompts, tool results, identifiers, or other information that could expose sensitive data if handled improperly. Organizations should limit sensitive information in logs where possible and apply appropriate access controls, retention policies, and protection mechanisms. Logging requirements should be balanced with the need for troubleshooting and auditing. Regular reviews can help identify unnecessary sensitive information being captured by the application.<\/span><\/p>\n<h3><b>Question 158<\/b><\/h3>\n<p><b>What is one advantage of using structured output from an AI model?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It can make downstream processing more predictable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes the need for validation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It guarantees factual accuracy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates security risks<\/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;\">Structured output can make AI responses easier for applications to process consistently. For example, a system may require specific fields in a JSON structure so that downstream software can interpret the result without relying on unpredictable free-form text. However, structured output does not automatically guarantee that the values are correct or safe. Applications should validate required fields, data types, ranges, and business rules before using the output. Structured responses are therefore useful for integration but should remain subject to validation.<\/span><\/p>\n<h3><b>Question 159<\/b><\/h3>\n<p><b>Which capability is most useful for identifying unexpected changes in AI application behavior after deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static documentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User interface themes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Production monitoring and telemetry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger prompt templates<\/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;\">Production monitoring and telemetry provide information about how an AI application behaves after deployment. Teams can monitor metrics such as latency, errors, token usage, tool failures, request volumes, and evaluation signals. Comparing current behavior with expected baselines can help identify unexpected changes. Monitoring should also support appropriate alerting and investigation processes. Because AI systems can be affected by changing data, prompts, models, and user behavior, ongoing observation is important rather than relying only on testing performed before deployment.<\/span><\/p>\n<h3><b>Question 160<\/b><\/h3>\n<p><b>What should happen before deploying a major AI model or prompt change to production?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Skip testing to save time<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Validate the change against defined evaluation criteria<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove the previous version immediately<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable production monitoring<\/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 major model or prompt change should be validated against defined evaluation criteria before production deployment. Testing can compare the new configuration with the existing version using representative datasets and scenarios. Teams should examine relevant measures such as accuracy, groundedness, safety, latency, cost, and task completion. If the change does not meet the required criteria, it should be revised or rejected. Versioning and rollback capabilities are also valuable because they allow teams to restore a previous configuration if unexpected issues occur.<\/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 141 What is the primary purpose of agent planning? To define the steps needed to achieve a goal To increase storage capacity To remove security controls To disable model evaluation Correct Answer: 1 Explanation Agent planning helps an AI system determine the steps [&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\/13369"}],"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=13369"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13369\/revisions"}],"predecessor-version":[{"id":13394,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13369\/revisions\/13394"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}