{"id":22803,"date":"2026-09-26T08:01:03","date_gmt":"2026-09-26T08:01:03","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22803"},"modified":"2026-09-26T08:01:03","modified_gmt":"2026-09-26T08:01:03","slug":"microsoft-ai-200-practice-test-questions-and-exam-dumps-part4-q61-80","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-200-practice-test-questions-and-exam-dumps-part4-q61-80\/","title":{"rendered":"Microsoft AI-200 Practice Test Questions and Exam Dumps Part4 Q61-80"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-200-exam-dumps\"><b>Microsoft AI-200 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 61<\/b><\/h3>\n<p><b>Which Azure service provides managed Kubernetes node orchestration?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Functions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Service Bus<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Kubernetes Service<\/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;\">Azure Kubernetes Service, or AKS, provides a managed Kubernetes environment for deploying containerized workloads. Azure manages important Kubernetes control-plane components while customers manage supported application and node configurations according to their chosen architecture. AKS supports scaling, networking, identity integration, monitoring, and container orchestration capabilities. Azure Functions is a serverless execution platform, Service Bus provides messaging, and Storage provides data services. AKS is appropriate when an AI application requires Kubernetes capabilities such as deployments, services, pods, and container orchestration rather than a simpler managed container hosting model.<\/span><\/p>\n<h3><b>Question 62<\/b><\/h3>\n<p><b>Which Azure container option runs a container without managing virtual machines?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Container Instances<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Virtual Desktop<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Batch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Dedicated Host<\/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;\">Azure Container Instances, or ACI, provides a way to run containers without managing the underlying virtual machines directly. It is useful for short-lived workloads, simple containerized applications, and scenarios where full orchestration is unnecessary. ACI can start containers quickly and provides basic networking and resource configuration options. Azure Virtual Desktop provides managed desktop experiences, Azure Batch handles large-scale compute jobs, and Dedicated Host provides isolated physical server capacity. For straightforward container execution without Kubernetes orchestration requirements, Azure Container Instances can provide a lightweight deployment option.<\/span><\/p>\n<h3><b>Question 63<\/b><\/h3>\n<p><b>Which container setting limits the CPU available to a workload?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image digest<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CPU limit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Registry tag<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Container label<\/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 CPU limit defines the maximum CPU resources that a container workload can consume according to the platform&#8217;s resource-management model. Setting resource limits helps prevent one workload from consuming excessive compute capacity and affecting other workloads sharing the environment. Containerized AI applications may require carefully selected CPU and memory allocations depending on their processing requirements. Image digests identify immutable image versions, registry tags provide human-readable image references, and labels store metadata. Resource limits are therefore an important part of predictable container deployment and capacity management.<\/span><\/p>\n<h3><b>Question 64<\/b><\/h3>\n<p><b>Which container concept identifies a specific immutable image version?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Service name<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Namespace<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Image digest<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Environment variable<\/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 container image digest is a content-based identifier that uniquely references a specific image version. Unlike a mutable tag, a digest can provide a precise reference to the image content being deployed. This is useful in production automation because deployments can consistently use the same image artifact and reduce ambiguity caused by tags being moved to different versions. Service names identify application endpoints, namespaces provide logical grouping in supported orchestration environments, and environment variables provide runtime configuration. Using image digests can improve deployment reproducibility and artifact traceability.<\/span><\/p>\n<h3><b>Question 65<\/b><\/h3>\n<p><b>Which Azure container practice reduces unnecessary image size?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multi-stage build<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Larger base image<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Duplicate dependencies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Unused packages<\/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 multi-stage Docker build allows developers to separate the build environment from the final runtime image. Compilation tools and temporary dependencies can remain in an earlier stage while only required application artifacts are copied into the final image. This can produce smaller images, reduce attack surface, and improve image transfer and startup efficiency. Larger base images, duplicate dependencies, and unused packages generally increase image size unnecessarily. For AI cloud applications, smaller production images can also simplify deployment and reduce the amount of data that container platforms need to pull before starting workloads.<\/span><\/p>\n<h3><b>Question 66<\/b><\/h3>\n<p><b>Which Azure Container Registry feature automatically builds images from source changes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Registry lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ACR Tasks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage tiers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Private DNS<\/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;\">Azure Container Registry Tasks, commonly called ACR Tasks, can automate container image building and related workflows. Tasks can build images from source code or update images when base images change, depending on the configured workflow. This helps teams automate container image creation without maintaining a separate build server for every container build process. Registry locks control repository behavior, storage tiers apply to supported storage resources, and Private DNS handles private name resolution. ACR Tasks can therefore be useful in CI\/CD pipelines where container images need to be built consistently from application source.<\/span><\/p>\n<h3><b>Question 67<\/b><\/h3>\n<p><b>Which Azure storage redundancy option replicates data across availability zones?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ZRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RA-GRS<\/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;\">Zone-redundant storage, or ZRS, synchronously replicates supported storage data across multiple availability zones within an Azure region. This helps protect against failures affecting an individual availability zone. Local-redundant storage, or LRS, maintains copies within a single physical location, while geo-redundant options such as GRS provide replication to a secondary region. The appropriate redundancy configuration depends on availability, durability, and disaster-recovery requirements. For AI applications with regional workloads that need protection from zone-level infrastructure failures, ZRS can provide stronger regional resilience than single-location redundancy.<\/span><\/p>\n<h3><b>Question 68<\/b><\/h3>\n<p><b>Which Azure storage feature prevents accidental blob deletion for a retention period?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob lifecycle rules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Immutable blob storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage account tags<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access tiers<\/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;\">Immutable blob storage can enforce retention policies that prevent protected blob data from being modified or deleted during a defined retention period. This capability is useful for workloads with regulatory, compliance, or preservation requirements. Once an appropriate immutability policy is applied, protected data cannot simply be removed before the retention conditions allow it. Lifecycle rules manage automated data movement or deletion, tags provide metadata, and access tiers influence storage and access costs. AI solutions that process regulated records or require tamper-resistant retention can use immutable storage when supported by their data-management requirements.<\/span><\/p>\n<h3><b>Question 69<\/b><\/h3>\n<p><b>Which Azure service provides a managed private DNS zone?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Private DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Event Hubs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Batch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/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;\">Azure Private DNS provides DNS functionality for private resources within Azure virtual networks. It allows applications to resolve private domain names without requiring publicly accessible DNS records. Private DNS zones can be linked to virtual networks so connected resources can resolve appropriate private names. Event Hubs handles event ingestion, Batch provides compute processing, and Advisor provides recommendations. Private DNS is particularly useful when an AI application communicates with Azure services through private endpoints and requires reliable internal name resolution.<\/span><\/p>\n<h3><b>Question 70<\/b><\/h3>\n<p><b>Which Azure service can securely expose a virtual machine through browser-based SSH or RDP?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Front Door<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Application Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Traffic Manager<\/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;\">Azure Bastion provides managed, browser-based access to virtual machines through supported SSH and RDP connections. It allows administrators to connect to virtual machines without requiring public IP addresses on those machines. Bastion is deployed within a virtual network and can help reduce exposure of administrative access endpoints. Front Door provides global application delivery, Application Gateway handles Layer 7 traffic routing, and Traffic Manager provides DNS-based traffic distribution. For administrative access to virtual machines while reducing direct public exposure, Azure Bastion is a suitable Azure service.<\/span><\/p>\n<h3><b>Question 71<\/b><\/h3>\n<p><b>Which Azure feature records changes made to resource configuration?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Activity Log<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Load Balancer<\/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 Azure Activity Log records subscription-level events such as resource management operations, configuration changes, and other administrative activities. It can help administrators determine who performed an operation, what action occurred, and when the event took place. Activity Log information is useful for auditing and operational troubleshooting. Azure Policy evaluates resource compliance against organizational rules, DNS manages name resolution, and Load Balancer distributes network traffic. When investigating changes to Azure resources, the Activity Log provides an important source of administrative event information.<\/span><\/p>\n<h3><b>Question 72<\/b><\/h3>\n<p><b>Which Azure governance service evaluates resources against organizational rules?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Functions<\/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;\">Azure Policy helps organizations define and enforce rules for Azure resources. Policies can evaluate whether resources meet requirements related to configuration, location, security, allowed resource types, or other governance conditions. Depending on the policy effect, Azure Policy can audit resources, deny noncompliant deployments, or support remediation workflows. Azure Monitor focuses on observability, Storage provides data services, and Functions provides serverless execution. For AI cloud environments that need consistent governance across multiple resources and subscriptions, Azure Policy can provide centralized compliance controls.<\/span><\/p>\n<h3><b>Question 73<\/b><\/h3>\n<p><b>Which Azure feature groups related resources for management and access control?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Availability set<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Service endpoint<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DNS label<\/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 Azure resource group is a logical container for related Azure resources. Resources placed in the same group can be managed together and can participate in common lifecycle and access-management practices. Resource groups help organize deployments and make it easier to manage applications composed of multiple Azure services. Availability sets provide virtual machine resiliency arrangements, service endpoints provide network access to supported Azure services, and DNS labels provide naming information. A resource group is therefore a fundamental organizational unit when deploying and managing an AI cloud solution.<\/span><\/p>\n<h3><b>Question 74<\/b><\/h3>\n<p><b>Which Azure deployment method defines infrastructure using declarative templates?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Functions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Resource Manager templates<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Event Hubs<\/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;\">Azure Resource Manager templates, commonly known as ARM templates, use declarative definitions to describe Azure infrastructure and configuration. Instead of manually creating each resource, a template can define the required resources and their relationships so deployments can be repeated consistently. This approach supports infrastructure as code and can be integrated into automated deployment pipelines. Azure Functions provides application execution, Monitor provides observability, and Event Hubs handles event ingestion. Declarative infrastructure definitions are valuable for AI cloud environments because they improve deployment repeatability across development, testing, and production environments.<\/span><\/p>\n<h3><b>Question 75<\/b><\/h3>\n<p><b>Which Azure service manages infrastructure deployments using Bicep files?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Resource Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Service Bus<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cache<\/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;\">Azure Resource Manager provides the deployment and management layer for Azure resources, and Bicep is a declarative infrastructure-as-code language that compiles to ARM template representations. Bicep files can define resources, dependencies, parameters, and configuration in a concise syntax. This enables teams to version infrastructure definitions alongside application code and automate deployments. Service Bus provides messaging, Cosmos DB provides database capabilities, and caching services provide low-latency data access. Bicep and ARM together support repeatable infrastructure deployment for complex Azure AI solutions.<\/span><\/p>\n<h3><b>Question 76<\/b><\/h3>\n<p><b>Which Bicep feature allows reusable infrastructure definitions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Parameters<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Modules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Comments<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Outputs<\/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;\">Bicep modules allow infrastructure definitions to be separated into reusable components. A module can represent a particular infrastructure pattern, such as a storage account, networking component, or monitoring configuration, and can then be reused from multiple deployments. This promotes consistency and reduces duplication in infrastructure-as-code projects. Parameters allow values to be supplied to deployments, outputs expose deployment results, and comments provide documentation. For larger AI cloud environments, modules can help organize complex infrastructure into manageable and reusable building blocks.<\/span><\/p>\n<h3><b>Question 77<\/b><\/h3>\n<p><b>Which Azure deployment concept ensures resources are created in dependency order?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource tags<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed identity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource dependencies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage encryption<\/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;\">Resource dependencies define relationships that determine deployment ordering when one resource requires another to exist first. Azure Resource Manager can use dependency information to understand how resources should be provisioned. For example, an application component may depend on a network resource or another supporting service. Correct dependency modeling helps prevent deployment failures caused by resources being created before their prerequisites are available. Tags organize resources, managed identities provide authentication, and storage encryption protects data. Dependency management is therefore an important part of reliable infrastructure-as-code deployment.<\/span><\/p>\n<h3><b>Question 78<\/b><\/h3>\n<p><b>Which Azure capability helps identify resources by custom metadata?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource tags<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network routes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage keys<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Event subscriptions<\/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;\">Azure resource tags are key-value metadata assigned to resources. Organizations can use tags to categorize resources according to application, environment, owner, department, cost center, or other organizational attributes. Tags can support resource management, reporting, governance, and cost analysis. Network routes determine traffic paths, storage keys provide access credentials for supported storage operations, and event subscriptions connect event publishers with consumers. Consistent tagging can be particularly useful in AI environments where many resources must be tracked across development, testing, and production deployments.<\/span><\/p>\n<h3><b>Question 79<\/b><\/h3>\n<p><b>Which Azure mechanism can enforce allowed resource locations?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/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;\">Azure Policy can enforce organizational requirements such as permitted Azure regions. A policy can evaluate resource deployments and deny or audit resources that do not meet the specified location requirement. This can help organizations maintain compliance, control data residency, and standardize infrastructure placement. Azure Advisor provides recommendations, Azure Monitor collects telemetry, and Bastion provides secure administrative connectivity to virtual machines. For AI workloads subject to regional deployment requirements, Azure Policy can provide automated governance rather than relying entirely on manual review.<\/span><\/p>\n<h3><b>Question 80<\/b><\/h3>\n<p><b>Which Azure service provides centralized cost analysis across cloud resources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cost Management<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Event Grid<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Container Registry<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/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;\">Azure Cost Management provides tools for analyzing, monitoring, and managing Azure spending. Organizations can examine costs, create budgets, investigate usage trends, and identify spending patterns across supported scopes. This is useful for AI workloads because compute, storage, networking, and managed services can produce significant and variable costs. Event Grid handles event routing, Container Registry stores container artifacts, and Key Vault manages secrets and cryptographic resources. Cost analysis can help teams understand resource consumption and establish controls that support predictable cloud spending.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps &nbsp; Question 61 Which Azure service provides managed Kubernetes node orchestration? Azure Functions Azure Service Bus Azure Storage Azure Kubernetes Service Correct Answer: 4 Explanation: Azure Kubernetes Service, or AKS, provides a managed Kubernetes environment for deploying containerized workloads. Azure manages important Kubernetes control-plane components [&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\/22803"}],"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=22803"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22803\/revisions"}],"predecessor-version":[{"id":22804,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22803\/revisions\/22804"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22803"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22803"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22803"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}