{"id":12215,"date":"2026-09-15T07:02:39","date_gmt":"2026-09-15T07:02:39","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12215"},"modified":"2026-09-15T07:02:39","modified_gmt":"2026-09-15T07:02:39","slug":"microsoft-az-305-practice-test-questions-and-exam-dumps-part10-q181-200","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-az-305-practice-test-questions-and-exam-dumps-part10-q181-200\/","title":{"rendered":"Microsoft AZ-305 Practice Test Questions and Exam Dumps Part10 Q181-200"},"content":{"rendered":"<h2><b>View Full <a href=\"https:\/\/www.examlabs.com\/az-305-exam-dumps\">Microsoft AZ-305 Exam Dumps<\/a> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 181<\/b><\/h3>\n<p><b>A company needs to ensure that an application continues operating when one virtual machine fails. Which architecture should the architect use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deploy multiple instances behind a load balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use one larger virtual machine<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Store application files on local disk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable health probes<\/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;\">Deploying multiple application instances behind a load balancer removes the single virtual machine as a single point of failure. Health probes can identify unavailable instances, allowing the load balancer to send new requests only to healthy instances. This architecture also supports horizontal scaling because additional instances can be added as demand increases. A larger single VM may provide more capacity but does not eliminate the risk of complete instance failure. Architects should also ensure that application state and dependent services are designed appropriately for multiple instances.<\/span><\/p>\n<h3><b>Question 182<\/b><\/h3>\n<p><b>Which Azure service provides a managed environment for running Kubernetes workloads?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Container Apps<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Kubernetes Service<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure App Service<\/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 Kubernetes Service, or AKS, is a managed Kubernetes service for deploying and operating containerized applications. Azure manages important Kubernetes infrastructure components while organizations retain control over cluster configuration and workloads. AKS supports features such as scaling, networking, identity integration, monitoring, and automated cluster management capabilities. Container Apps provides a simpler managed container platform without requiring direct Kubernetes management. App Service is a PaaS hosting platform, while Functions is designed primarily for serverless event-driven code. AKS is the appropriate choice when Kubernetes orchestration capabilities are required.<\/span><\/p>\n<h3><b>Question 183<\/b><\/h3>\n<p><b>Which Azure storage redundancy option provides read access to a secondary region?<\/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;\">ZRS<\/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;\">RA-GRS<\/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;\">Read-access geo-redundant storage, or RA-GRS, provides geo-replication of Azure Storage data to a secondary region while also allowing read access to that secondary copy. This can be useful when applications require access to replicated data even when the primary region remains available. GRS also replicates data to another region but does not normally provide read access to the secondary endpoint. LRS provides local redundancy, while ZRS replicates across availability zones within the primary region. RA-GRS is therefore appropriate when geographic replication and secondary-region read access are required.<\/span><\/p>\n<h3><b>Question 184<\/b><\/h3>\n<p><b>Which Azure service provides managed identity-based access to Azure resources without storing credentials?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed identities<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource locks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/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;\">Managed identities allow Azure resources to authenticate to supported services using identities managed through Microsoft Entra ID. Applications do not need to store passwords, client secrets, or access keys in source code or configuration files. System-assigned identities are tied to individual resources, while user-assigned identities can be associated with multiple resources. Managed identities are especially useful when applications need secure access to services such as Azure Key Vault, Storage, or Azure SQL. Architects should assign only the permissions required by the workload to maintain the principle of least privilege.<\/span><\/p>\n<h3><b>Question 185<\/b><\/h3>\n<p><b>A company wants to reduce database load caused by repeated read requests. Which solution should the architect implement?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cache for Redis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Backup<\/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 Bastion<\/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 Cache for Redis can store frequently accessed information in memory, allowing applications to retrieve repeated data without querying the primary database every time. This can reduce database workload and improve application response times. Caching is particularly useful for data that is read frequently but does not change constantly. Architects should define suitable expiration and invalidation strategies to prevent stale data from being served when freshness is important. Backup protects recoverability, Policy provides governance, and Bastion provides secure VM administration, so none directly addresses repeated database reads.<\/span><\/p>\n<h3><b>Question 186<\/b><\/h3>\n<p><b>Which Azure service is best for collecting telemetry from IoT devices at high volume?<\/b><\/p>\n<ol>\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 Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure API Management<\/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 Event Hubs is designed for high-throughput event ingestion and is well suited to telemetry workloads generated by large numbers of devices. It can ingest streams of events and make them available to multiple downstream consumers for processing or analytics. Event Hubs is commonly used for IoT telemetry, application logs, and other streaming scenarios. API Management manages APIs, Azure Files provides managed file shares, and Key Vault protects secrets and cryptographic keys. Event Hubs is therefore the appropriate choice when the primary requirement is large-scale event ingestion.<\/span><\/p>\n<h3><b>Question 187<\/b><\/h3>\n<p><b>Which Azure service can provide automated deployment slots for testing application changes before production?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure App Service<\/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 Load Balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure VPN Gateway<\/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 App Service deployment slots provide separate environments where application versions can be deployed and tested before being moved into production. A staging slot can receive a new version, allowing teams to validate functionality before swapping it with the production slot. This can reduce downtime and simplify application release management. Slots also support controlled rollback by swapping the previous version back when required. Architects should consider application settings, database changes, and session behavior when designing slot-based deployments to ensure that staging and production transitions remain safe.<\/span><\/p>\n<h3><b>Question 188<\/b><\/h3>\n<p><b>A workload requires a database capable of handling massive scale with partitioned data. Which service should be considered?<\/b><\/p>\n<ol>\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 Files<\/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 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 Cosmos DB supports horizontal scaling through partitioning, allowing large datasets and high-throughput workloads to be distributed across logical and physical partitions. A carefully selected partition key is important because it determines how data is distributed and can significantly affect performance and scalability. Cosmos DB is designed for globally distributed and highly scalable applications, making it appropriate for workloads that need large-scale NoSQL storage. Architects should avoid poor partition-key choices that create hot partitions or uneven workload distribution because these can limit scalability and increase costs.<\/span><\/p>\n<h3><b>Question 189<\/b><\/h3>\n<p><b>Which Azure networking service can translate private IP addresses for outbound internet access?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure NAT Gateway<\/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 Private DNS<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure NAT Gateway provides predictable outbound internet connectivity for resources in a virtual network by performing network address translation. It allows multiple private IP addresses to share public IP addresses for outbound connections without requiring each resource to have its own public IP. NAT Gateway is useful when applications need controlled and scalable outbound connectivity. Bastion is for secure VM administration, Private DNS handles internal name resolution, and Traffic Manager provides DNS-based traffic routing. Architects should use NAT Gateway when predictable outbound connectivity is a requirement.<\/span><\/p>\n<h3><b>Question 190<\/b><\/h3>\n<p><b>Which Azure service provides centralized secrets management for applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/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 Data Factory<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure CDN<\/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 Key Vault provides centralized management of secrets, encryption keys, and certificates. Applications can retrieve sensitive information securely instead of embedding credentials in source code or configuration files. Key Vault integrates with Microsoft Entra ID and can work with managed identities to reduce credential-management requirements. It is useful for protecting database passwords, API keys, certificates, and other sensitive values. Architects should apply appropriate access controls and least-privilege permissions. Azure Monitor handles observability, Data Factory manages data integration, and CDN provides content delivery.<\/span><\/p>\n<h3><b>Question 191<\/b><\/h3>\n<p><b>A company needs a messaging solution that supports topics and multiple subscribers. Which service should be selected?<\/b><\/p>\n<ol>\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 Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/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 Service Bus supports topics and subscriptions, allowing a single message to be distributed to multiple independent subscribers. This publish-subscribe capability is useful when several application components need to process the same business message independently. Service Bus also provides enterprise messaging capabilities such as dead-letter queues, transactions, duplicate detection, and message sessions. Event Grid can also distribute events but is generally more focused on event notification and reactive architectures. Architects should choose Service Bus when durable enterprise messaging and advanced delivery controls are important requirements.<\/span><\/p>\n<h3><b>Question 192<\/b><\/h3>\n<p><b>Which Azure service provides automated recommendations for improving deployed resources?<\/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 Advisor<\/span><\/li>\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 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 Advisor analyzes deployed Azure resources and provides personalized recommendations across areas such as cost, performance, reliability, security, and operational efficiency. These recommendations can identify underutilized resources, configuration improvements, and opportunities to optimize workloads. Azure Policy is used to enforce organizational standards, while Resource Manager provides the management layer for Azure resources. Azure DNS provides domain name resolution. Advisor is therefore most appropriate when an organization wants recommendations based on its existing Azure environment rather than rules that enforce resource configuration.<\/span><\/p>\n<h3><b>Question 193<\/b><\/h3>\n<p><b>Which Azure service can provide automatic global application failover for HTTP traffic?<\/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 Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure 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;\">Azure Front Door can route global HTTP and HTTPS traffic to healthy backend endpoints and support failover when an endpoint becomes unavailable. It uses Microsoft&#8217;s global edge infrastructure to improve application availability and user performance. Front Door can also integrate with Web Application Firewall and caching capabilities. Queue Storage provides asynchronous messaging, Key Vault manages secrets, and Azure Files provides managed file shares. Architects should use Front Door when a web application requires global traffic distribution, health-based routing, and improved resilience across application endpoints.<\/span><\/p>\n<h3><b>Question 194<\/b><\/h3>\n<p><b>Which Azure feature can prevent a production resource from being accidentally deleted?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Resource Lock<\/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 CDN<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure resource locks help prevent accidental changes or deletion of critical resources. A Delete lock prevents deletion while still allowing other permitted management operations, whereas a ReadOnly lock prevents modifications and deletion. Resource locks are useful for important production infrastructure, shared services, and resources that should not be removed casually. Locks should be used alongside RBAC and governance policies because they are not a replacement for proper access management. Architects should carefully consider inheritance and operational procedures before applying locks to production environments.<\/span><\/p>\n<h3><b>Question 195<\/b><\/h3>\n<p><b>Which Azure database service is appropriate when an application requires a relational database with automatic patching and backups?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Virtual Machines<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Managed Disks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/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 SQL Database is a fully managed relational database service that reduces infrastructure administration responsibilities. Microsoft manages many platform operations, including patching and automated backup capabilities, allowing application teams to focus on database design and workload requirements. Azure SQL Database can also provide built-in high availability and scalability options depending on the selected service tier. Running SQL Server on a virtual machine offers greater operating-system control but requires more administrative work. Blob Storage and Managed Disks are storage services rather than managed relational database platforms.<\/span><\/p>\n<h3><b>Question 196<\/b><\/h3>\n<p><b>A solution must maintain application availability while an entire availability zone fails. Which design is most appropriate?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deploy instances in multiple availability zones<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deploy all instances on one VM<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use only local storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable health monitoring<\/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;\">Deploying application instances across multiple availability zones protects against failures affecting a single zone within an Azure region. Each zone has independent infrastructure, so an outage in one zone does not necessarily affect resources in other zones. A load-balancing mechanism can distribute requests among healthy instances, allowing the application to continue operating when one zone fails. Architects should also evaluate database and storage dependencies because placing only the application tier across zones does not guarantee complete workload resilience. The entire architecture should be reviewed for single points of failure.<\/span><\/p>\n<h3><b>Question 197<\/b><\/h3>\n<p><b>Which Azure service provides private DNS zones for resources inside virtual networks?<\/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 Traffic Manager<\/span><\/li>\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 Load Balancer<\/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 private DNS zones that can be linked to virtual networks for internal name resolution. It is commonly used with private endpoints so applications can resolve Azure service names to private IP addresses. Private DNS helps maintain consistent application connection strings while keeping traffic on private network paths. Traffic Manager performs DNS-based traffic routing for endpoints, Front Door provides global web delivery, and Load Balancer distributes network traffic. Architects should include private DNS when private connectivity requires reliable and centralized name resolution inside Azure networks.<\/span><\/p>\n<h3><b>Question 198<\/b><\/h3>\n<p><b>Which Azure service can enforce that resources comply with organizational configuration standards?<\/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 Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cache for Redis<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Front Door<\/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 Policy evaluates Azure resources against organizational rules and can audit, deny, or remediate configurations depending on the policy definition. Organizations can use Policy to enforce requirements such as allowed regions, required tags, approved resource types, or specific security configurations. Policies can be assigned at different scopes and can inherit through the Azure management hierarchy. Azure Advisor provides recommendations but does not primarily enforce compliance. Cache for Redis provides in-memory caching, while Front Door handles global application delivery. Policy is therefore the correct governance service.<\/span><\/p>\n<h3><b>Question 199<\/b><\/h3>\n<p><b>A company wants to reduce costs by automatically shutting down nonproduction virtual machines outside working hours. Which approach should the architect consider?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automation-based scheduled shutdown<\/span><\/li>\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 Private Link<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DDoS Protection<\/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;\">Scheduled shutdown can automatically stop nonproduction virtual machines during periods when they are not required. This reduces compute consumption and can provide meaningful cost savings for development and testing environments that operate only during business hours. Azure Automation, supported scheduling mechanisms, or other Azure management capabilities can be used to implement this approach. Architects should ensure that required workloads are not stopped unexpectedly and should account for startup time and dependencies. Front Door, Private Link, and DDoS Protection address networking and security rather than workload cost optimization.<\/span><\/p>\n<h3><b>Question 200<\/b><\/h3>\n<p><b>Which Well-Architected Framework pillar focuses on making workloads reliable and resilient to failures?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Performance Efficiency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Security<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reliability<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cost Optimization<\/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;\">Reliability is a core pillar of the Azure Well-Architected Framework and focuses on ensuring workloads can recover from failures and continue meeting business requirements. Reliability practices include redundancy, fault isolation, health monitoring, automated recovery, backup, disaster recovery, and appropriate scaling. Architects should identify potential failure points and design recovery mechanisms based on business requirements such as availability targets, RTO, and RPO. Reliability should be considered across application, infrastructure, networking, storage, and data layers rather than being treated as a feature of a single Azure service.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AZ-305 Exam Dumps and Practice Test Dumps &nbsp; Question 181 A company needs to ensure that an application continues operating when one virtual machine fails. Which architecture should the architect use? Deploy multiple instances behind a load balancer Use one larger virtual machine Store application files on local disk Disable health probes [&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\/12215"}],"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=12215"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12215\/revisions"}],"predecessor-version":[{"id":12236,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12215\/revisions\/12236"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}