πŸ”

AZ-305 β€” questions

Page 4 of 10 Β· 183 total questions.

Topic 2 Β· Question 106

You have an app named App1 that uses an Azure Blob Storage container named app1data. App1 uploads a cumulative transaction log file named File1.txt to a block blob in app1data once every hour. File1.txt only stores transaction data from the current day. You need to ensure that you can restore the last uploaded version of File1.txt from any day for up to 30 days after the file was overwritten. The solution must minimize storage space. What should you include in the solution?

  • Acontainer soft delete
  • Bblob snapshots
  • Cblob soft delete
  • Dblob versioning (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: blob versioning.

Topic 2 Β· Question 107

You have 12 on-premises data sources that contain customer information and consist of Microsoft SQL Server, MySQL, and Oracle databases. You have an Azure subscription. You plan to create an Azure Data Lake Storage account that will consolidate the customer information for analysis and reporting. You need to recommend a solution to automatically copy new information from the data sources to the Data Lake Storage account by using extract, transform and load (ETL). The solution must minimize administrative effort. What should you include in the recommendation?

  • AAzure Data Factory (correct answer)
  • BAzure Data Explorer
  • CAzure Data Share
  • DAzure Data Studio
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Data Factory.

Topic 3 Β· Question 108

You have SQL Server on an Azure virtual machine. The databases are written to nightly as part of a batch process. You need to recommend a disaster recovery solution for the data. The solution must meet the following requirements: β€’ Provide the ability to recover in the event of a regional outage. β€’ Support a recovery time objective (RTO) of 15 minutes. β€’ Support a recovery point objective (RPO) of 24 hours. β€’ Support automated recovery. β€’ Minimize costs. What should you include in the recommendation?

  • AAzure virtual machine availability sets
  • BAzure Disk Backup
  • Can Always On availability group
  • DAzure Site Recovery (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure Site Recovery

Explanation

Azure Site Recovery replicates workloads for disaster recovery and orchestrated failover. This option delivers the requirement at the lowest cost.

Topic 3 Β· Question 110

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements: β€’ Provide access to the full .NET framework. Provide redundancy if an Azure region fails. β€’ Grant administrators access to the operating system to install custom application dependencies. Solution: You deploy two Azure virtual machines to two Azure regions, and you create an Azure Traffic Manager profile. Does this meet the goal?

  • AYes (correct answer)
  • BNo
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Yes.

Topic 3 Β· Question 111

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements: β€’ Provide access to the full .NET framework. β€’ Provide redundancy if an Azure region fails. β€’ Grant administrators access to the operating system to install custom application dependencies. Solution: You deploy two Azure virtual machines to two Azure regions, and you deploy an Azure Application Gateway. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 3 Β· Question 113

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements: β€’ Provide access to the full .NET framework. β€’ Provide redundancy if an Azure region fails. β€’ Grant administrators access to the operating system to install custom application dependencies. Solution: You deploy an Azure virtual machine scale set that uses autoscaling. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 3 Β· Question 116

You plan to deploy 10 applications to Azure. The applications will be deployed to two Azure Kubernetes Service (AKS) clusters. Each cluster will be deployed to a separate Azure region. The application deployment must meet the following requirements: β€’ Ensure that the applications remain available if a single AKS cluster fails. β€’ Ensure that the connection traffic over the internet is encrypted by using SSL without having to configure SSL on each container. Which service should you include in the recommendation?

  • AAzure Front Door (correct answer)
  • BAzure Traffic Manager
  • CAKS ingress controller
  • DAzure Load Balancer
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Front Door

Explanation

Azure Front Door provides global HTTP load balancing, caching, and WAF at the edge for low latency and failover.

Topic 3 Β· Question 120

You need to design a highly available Azure SQL database that meets the following requirements: β€’ Failover between replicas of the database must occur without any data loss. β€’ The database must remain available in the event of a zone outage. β€’ Costs must be minimized. Which deployment option should you use?

  • AAzure SQL Managed Instance Business Critical
  • BAzure SQL Database Premium (correct answer)
  • CAzure SQL Database Basic
  • DAzure SQL Managed Instance General Purpose
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure SQL Database Premium

Explanation

Azure SQL Database is a fully managed relational database with automatic patching, backups, and scaling. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 3 Β· Question 121

You need to design a highly available Azure SQL database that meets the following requirements: β€’ Failover between replicas of the database must occur without any data loss. β€’ The database must remain available in the event of a zone outage. β€’ Costs must be minimized. Which deployment option should you use?

  • AAzure SQL Managed Instance Business Critical
  • BAzure SQL Database Premium (correct answer)
  • CAzure SQL Database Basic
  • DAzure SQL Database Hyperscale
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure SQL Database Premium

Explanation

Azure SQL Database is a fully managed relational database with automatic patching, backups, and scaling. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 3 Β· Question 122

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You need to deploy resources to host a stateless web app in an Azure subscription. The solution must meet the following requirements: β€’ Provide access to the full .NET framework. β€’ Provide redundancy if an Azure region fails. β€’ Grant administrators access to the operating system to install custom application dependencies. Solution: You deploy a web app in an Isolated App Service plan. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 3 Β· Question 123

You need to design a highly available Azure SQL database that meets the following requirements: β€’ Failover between replicas of the database must occur without any data loss. β€’ The database must remain available in the event of a zone outage. β€’ Costs must be minimized. Which deployment option should you use?

  • AAzure SQL Database Serverless
  • BAzure SQL Database Business Critical (correct answer)
  • CAzure SQL Database Basic
  • DAzure SQL Database Standard
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure SQL Database Business Critical

Explanation

Azure SQL Database is a fully managed relational database with automatic patching, backups, and scaling. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 3 Β· Question 127

You plan to deploy an Azure Database for MySQL flexible server named Server1 to the East US Azure region. You need to implement a business continuity solution for Server1. The solution must minimize downtime in the event of a failover to a paired region. What should you do?

  • ACreate a read replica.
  • BStore the database files in Azure premium file shares.
  • CImplement Geo-redundant backup. (correct answer)
  • DConfigure native MySQL replication.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Implement Geo-redundant backup.

Topic 3 Β· Question 128

You have an Azure subscription that contains the resources shown in the following table. You need to recommend a load balancing solution that will distribute incoming traffic for VMSS1 across NVA1 and NVA2. The solution must minimize administrative effort. What should you include in the recommendation?

Exhibit 1 for question 128
  • AGateway Load Balancer (correct answer)
  • BAzure Front Door
  • CAzure Application Gateway
  • DAzure Traffic Manager
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Gateway Load Balancer

Explanation

Azure Load Balancer distributes layer-4 traffic across healthy backends in a region for availability.

Topic 4 Β· Question 135

You have an Azure subscription that contains a Basic Azure virtual WAN named VirtualWAN1 and the virtual hubs shown in the following table. You have an ExpressRoute circuit in the US East Azure region. You need to create an ExpressRoute association to VirtualWAN1. What should you do first?

  • AUpgrade VirtualWAN1 to Standard. (correct answer)
  • BCreate a gateway on Hub1.
  • CEnable the ExpressRoute premium add-on.
  • DCreate a hub virtual network in US East.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Upgrade VirtualWAN1 to Standard.

Topic 4 Β· Question 136

You have an Azure subscription that contains a storage account. An application sometimes writes duplicate files to the storage account. You have a PowerShell script that identifies and deletes duplicate files in the storage account. Currently, the script is run manually after approval from the operations manager. You need to recommend a serverless solution that performs the following actions: β€’ Runs the script once an hour to identify whether duplicate files exist β€’ Sends an email notification to the operations manager requesting approval to delete the duplicate files β€’ Processes an email response from the operations manager specifying whether the deletion was approved β€’ Runs the script if the deletion was approved What should you include in the recommendation?

  • AAzure Logic Apps and Azure Event Grid
  • BAzure Logic Apps and Azure Functions (correct answer)
  • CAzure Pipelines and Azure Service Fabric
  • DAzure Functions and Azure Batch
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure Logic Apps and Azure Functions

Explanation

Azure Functions runs event-driven code serverlessly and scales automatically, minimizing operational overhead. Azure Logic Apps orchestrates workflows and integrations with low-code connectors.

Topic 4 Β· Question 137

Your company has the infrastructure shown in the following table. The on-premises Active Directory domain syncs with Azure Active Directory (Azure AD). Server1 runs an application named App1 that uses LDAP queries to verify user identities in the on-premises Active Directory domain. You plan to migrate Server1 to a virtual machine in Subscription1. A company security policy states that the virtual machines and services deployed to Subscription1 must be prevented from accessing the on-premises network. You need to recommend a solution to ensure that App1 continues to function after the migration. The solution must meet the security policy. What should you include in the recommendation?

  • AAzure AD Application Proxy
  • Bthe Active Directory Domain Services role on a virtual machine
  • Can Azure VPN gateway
  • DAzure AD Domain Services (Azure AD DS) (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure AD Domain Services (Azure AD DS)

Explanation

Azure Active Directory (Microsoft Entra ID) provides identity, single sign-on, and conditional access.

Topic 4 Β· Question 138

You need to design a solution that will execute custom C# code in response to an event routed to Azure Event Grid. The solution must meet the following requirements: β€’ The executed code must be able to access the private IP address of a Microsoft SQL Server instance that runs on an Azure virtual machine. β€’ Costs must be minimized. What should you include in the solution?

  • AAzure Logic Apps in the Consumption plan
  • BAzure Functions in the Premium plan (correct answer)
  • CAzure Functions in the Consumption plan
  • DAzure Logic Apps in the integrated service environment
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure Functions in the Premium plan

Explanation

Azure Functions runs event-driven code serverlessly and scales automatically, minimizing operational overhead.

Topic 4 Β· Question 139

You have an on-premises network and an Azure subscription. The on-premises network has several branch offices. A branch office in Toronto contains a virtual machine named VM1 that is configured as a file server. Users access the shared files on VM1 from all the offices. You need to recommend a solution to ensure that the users can access the shared files as quickly as possible if the Toronto branch office is inaccessible. What should you include in the recommendation?

  • Aa Recovery Services vault and Windows Server Backup
  • BAzure blob containers and Azure File Sync
  • Ca Recovery Services vault and Azure Backup
  • Dan Azure file share and Azure File Sync (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: an Azure file share and Azure File Sync.

Topic 4 Β· Question 143

You are designing a microservices architecture that will be hosted in an Azure Kubernetes Service (AKS) cluster. Apps that will consume the microservices will be hosted on Azure virtual machines. The virtual machines and the AKS cluster will reside on the same virtual network. You need to design a solution to expose the microservices to the consumer apps. The solution must meet the following requirements: β€’ Ingress access to the microservices must be restricted to a single private IP address and protected by using mutual TLS authentication. β€’ The number of incoming microservice calls must be rate-limited. β€’ Costs must be minimized. What should you include in the solution?

  • AAzure App Gateway with Azure Web Application Firewall (WAF)
  • BAzure API Management Standard tier with a service endpoint
  • CAzure Front Door with Azure Web Application Firewall (WAF)
  • DAzure API Management Premium tier with virtual network connection (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure API Management Premium tier with virtual network connection.

Topic 4 Β· Question 144

You have a .NET web service named Service1 that performs the following tasks: β€’ Reads and writes temporary files to the local file system. β€’ Writes to the Application event log. You need to recommend a solution to host Service1 in Azure. The solution must meet the following requirements: β€’ Minimize maintenance overhead. β€’ Minimize costs. What should you include in the recommendation?

  • Aan Azure App Service web app (correct answer)
  • Ban Azure virtual machine scale set
  • Can App Service Environment (ASE)
  • Dan Azure Functions app
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: an Azure App Service web app

Explanation

Azure App Service is a fully managed platform for hosting web apps and APIs with built-in scaling and patching. This option delivers the requirement at the lowest cost.

Showing questions 61–80 of 183 Β· Page 4 of 10