πŸ”

AZ-305 β€” questions

Page 6 of 10 Β· 183 total questions.

Topic 4 Β· Question 173

You need to recommend a solution to generate a monthly report of all the new Azure Resource Manager (ARM) resource deployments in your Azure subscription. What should you include in the recommendation?

  • AAzure Activity Log (correct answer)
  • BAzure Arc
  • CAzure Analysis Services
  • DAzure Monitor action groups
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Activity Log.

Topic 4 Β· Question 174

You have an Azure subscription. You need to recommend a solution to provide developers with the ability to provision Azure virtual machines. The solution must meet the following requirements: β€’ Only allow the creation of the virtual machines in specific regions. β€’ Only allow the creation of specific sizes of virtual machines. What should you include in the recommendation?

  • AAttribute-based access control (ABAC)
  • BAzure Policy (correct answer)
  • CConditional Access policies
  • Drole-based access control (RBAC)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure Policy

Explanation

Azure Policy enforces organizational rules and compliance across resources at scale.

Topic 4 Β· Question 175

You are developing a sales application that will contain several Azure cloud services and handle different components of a transaction. Different cloud services will process customer orders, billing, payment, inventory, and shipping. You need to recommend a solution to enable the cloud services to asynchronously communicate transaction information by using XML messages. What should you include in the recommendation?

  • AAzure Notification Hubs
  • BAzure Data Lake
  • CAzure Service Bus (correct answer)
  • DAzure Blob Storage
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Service Bus

Explanation

Azure Service Bus is a fully managed enterprise message broker that decouples components with queues and topics. This option decouples the components so they scale independently and absorb load spikes.

Topic 4 Β· Question 176

You have 100 devices that write performance data to Azure Blob Storage. You plan to store and analyze the performance data in an Azure SQL database. You need to recommend a solution to continually copy the performance data to the Azure SQL database. What should you include in the recommendation?

  • AAzure Data Factory (correct answer)
  • BData Migration Assistant (DMA)
  • CAzure Data Box
  • DAzure Database Migration Service
Reveal answer & explanation
Correct answer: A

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

Topic 4 Β· Question 177

You need to recommend a storage solution for the records of a mission critical application. The solution must provide a Service Level Agreement (SLA) for the latency of write operations and the throughput. What should you include in the recommendation?

  • AAzure Data Lake Storage Gen2
  • BAzure Blob Storage
  • CAzure SQL
  • DAzure Cosmos DB (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure Cosmos DB

Explanation

Azure Cosmos DB is a globally distributed, multi-model NoSQL database with single-digit millisecond latency and automatic scaling.

Topic 4 Β· Question 178

You are planning a storage solution. The solution must meet the following requirements: β€’ Support at least 500 requests per second. β€’ Support a large image, video, and audio streams. Which type of Azure Storage account should you provision?

  • Astandard general-purpose v2
  • Bpremium block blobs (correct answer)
  • Cpremium page blobs
  • Dpremium file shares
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: premium block blobs.

Topic 4 Β· Question 179

You need to recommend a data storage solution that meets the following requirements: β€’ Ensures that applications can access the data by using a REST connection β€’ Hosts 20 independent tables of varying sizes and usage patterns β€’ Automatically replicates the data to a second Azure region β€’ Minimizes costs What should you recommend?

  • Aan Azure SQL Database elastic pool that uses active geo-replication
  • Btables in an Azure Storage account that use geo-redundant storage (GRS) (correct answer)
  • Ctables in an Azure Storage account that use read-access geo-redundant storage (RA-GRS)
  • Dan Azure SQL database that uses active geo-replication
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: tables in an Azure Storage account that use geo-redundant storage (GRS)

Explanation

An Azure Storage Account is the container that groups blob, file, queue, and table storage with unified access control.

Topic 4 Β· Question 183 Β· Select all that apply

You are designing a solution that calculates 3D geometry from height-map data. You need to recommend a solution that meets the following requirements: β€’ Performs calculations in Azure. β€’ Ensures that each node can communicate data to every other node. β€’ Maximizes the number of nodes to calculate multiple scenes as fast as possible. Minimizes the amount of effort to implement the solution. Which two actions should you include in the recommendation? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • AEnable parallel file systems on Azure.
  • BCreate a render farm that uses virtual machines.
  • CCreate a render farm that uses virtual machine scale sets.
  • DCreate a render farm that uses Azure Batch. (correct answer)
  • EEnable parallel task execution on compute nodes. (correct answer)
Reveal answer & explanation
Correct answer: D, E

The correct answer is D, E. Option D: Create a render farm that uses Azure Batch. Option E: Enable parallel task execution on compute nodes.

Explanation

Azure Batch schedules and runs large-scale parallel and batch compute jobs without managing clusters.

Topic 4 Β· Question 184 Β· Select all that apply

You have an on-premises application that consumes data from multiple databases. The application code references database tables by using a combination of the server, database, and table name. You need to migrate the application data to Azure. To which two services can you migrate the application data to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • ASQL Server Stretch Database
  • BSQL Server on an Azure virtual machine (correct answer)
  • CAzure SQL Database
  • DAzure SQL Managed Instance (correct answer)
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: SQL Server on an Azure virtual machine Option D: Azure SQL Managed Instance

Explanation

An Azure Virtual Machine provides full control of the OS when you need to run custom or legacy workloads. Azure SQL Managed Instance offers near-100% SQL Server compatibility as a managed service for lift-and-shift.

Topic 4 Β· Question 186

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 Managed Instance General Purpose
  • CAzure SQL Database Business Critical
  • DAzure SQL Database Serverless (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure SQL Database Serverless

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 4 Β· Question 187

You have an Azure web app that uses an Azure key vault named KeyVault1 in the West US Azure region. You are designing a disaster recovery plan for KeyVault1. You plan to back up the keys in KeyVault1. You need to identify to where you can restore the backup. What should you identify?

  • Aany region worldwide
  • Bthe same region only
  • CKeyVault1 only
  • Dthe same geography only (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: the same geography only By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 4 Β· Question 188

You have an on-premises line-of-business (LOB) application that uses a Microsoft SQL Server instance as the backend. You plan to migrate the on-premises SQL Server instance to Azure virtual machines. You need to recommend a highly available SQL Server deployment that meets the following requirements: β€’ Minimizes costs Minimizes failover time if a single server fails What should you include in the recommendation?

  • Aan Always On availability group that has premium storage disks and a virtual network name (VNN)
  • Ban Always On Failover Cluster Instance that has a virtual network name (VNN) and a standard file share
  • Can Always On availability group that has premium storage disks and a distributed network name (DNN) (correct answer)
  • Dan Always On Failover Cluster Instance that has a virtual network name (VNN) and a premium file share
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: an Always On availability group that has premium storage disks and a distributed network name (DNN) By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 4 Β· Question 189

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. Your company plans to deploy various Azure App Service instances that will use Azure SQL databases. The App Service instances will be deployed at the same time as the Azure SQL databases. The company has a regulatory requirement to deploy the App Service instances only to specific Azure regions. The resources for the App Service instances must reside in the same region. You need to recommend a solution to meet the regulatory requirement. Solution: You recommend creating resource groups based on locations and implementing resource locks on the resource groups. Does this meet the goal?

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

The correct answer is B. Option B: No.

Topic 4 Β· Question 190

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. Your company plans to deploy various Azure App Service instances that will use Azure SQL databases. The App Service instances will be deployed at the same time as the Azure SQL databases. The company has a regulatory requirement to deploy the App Service instances only to specific Azure regions. The resources for the App Service instances must reside in the same region. You need to recommend a solution to meet the regulatory requirement. Solution: You recommend using the Regulatory compliance dashboard in Microsoft Defender for Cloud. Does this meet the goal?

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

The correct answer is B. Option B: No.

Topic 4 Β· Question 191

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. Your company plans to deploy various Azure App Service instances that will use Azure SQL databases. The App Service instances will be deployed at the same time as the Azure SQL databases. The company has a regulatory requirement to deploy the App Service instances only to specific Azure regions. The resources for the App Service instances must reside in the same region. You need to recommend a solution to meet the regulatory requirement. Solution: You recommend using an Azure Policy initiative to enforce the location. Does this meet the goal?

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

The correct answer is A. Option A: Yes.

Topic 4 Β· Question 192

You plan to move a web app named App1 from an on-premises datacenter to Azure. App1 depends on a custom COM component that is installed on the host server. You need to recommend a solution to host App1 in Azure. The solution must meet the following requirements: β€’ App1 must be available to users if an Azure datacenter becomes unavailable. β€’ Costs must be minimized. What should you include in the recommendation?

  • AIn two Azure regions, deploy a load balancer and a web app.
  • BIn two Azure regions, deploy a load balancer and a virtual machine scale set.
  • CDeploy a load balancer and a virtual machine scale set across two availability zones. (correct answer)
  • DIn two Azure regions, deploy an Azure Traffic Manager profile and a web app.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Deploy a load balancer and a virtual machine scale set across two availability zones.

Explanation

Virtual Machine Scale Sets automatically add or remove identical VMs to match demand for scale and availability. A Virtual Machine Scale Set keeps a group of identical VMs and autoscales them for availability and load. Availability Zones place resources in physically separate datacenters within a region for high availability.

Topic 4 Β· Question 193

You plan to deploy an application named App1 that will run in containers on Azure Kubernetes Service (AKS) clusters. The AKS clusters will be distributed across four Azure regions. You need to recommend a storage solution to ensure that updated container images are replicated automatically to all the Azure regions hosting the AKS clusters. Which storage solution should you recommend?

  • Ageo-redundant storage (GRS) accounts
  • BPremium SKU Azure Container Registry (correct answer)
  • CAzure Content Delivery Network (CDN)
  • DAzure Cache for Redis
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Premium SKU Azure Container Registry.

Topic 4 Β· Question 194

You have an Azure Active Directory (Azure AD) tenant. You plan to deploy Azure Cosmos DB databases that will use the SQL API. You need to recommend a solution to provide specific Azure AD user accounts with read access to the Cosmos DB databases. What should you include in the recommendation?

  • Ashared access signatures (SAS) and Conditional Access policies
  • Bcertificates and Azure Key Vault
  • Cmaster keys and Azure Information Protection policies
  • Da resource token and an Access control (IAM) role assignment (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: a resource token and an Access control (IAM) role assignment.

Topic 4 Β· Question 195

You need to recommend an Azure Storage solution that meets the following requirements: β€’ The storage must support 1 PB of data. β€’ The data must be stored in blob storage. β€’ The storage must support three levels of subfolders. β€’ The storage must support access control lists (ACLs). What should you include in the recommendation?

  • Aa premium storage account that is configured for block blobs
  • Ba general purpose v2 storage account that has hierarchical namespace enabled (correct answer)
  • Ca premium storage account that is configured for page blobs
  • Da premium storage account that is configured for file shares and supports large file shares
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a general purpose v2 storage account that has hierarchical namespace enabled

Explanation

An Azure Storage Account is the container that groups blob, file, queue, and table storage with unified access control.

Topic 4 Β· Question 197 Β· Select all that apply

You have an on-premises application named App1 that uses an Oracle database. You plan to use Azure Databricks to transform and load data from App1 to an Azure Synapse Analytics instance. You need to ensure that the App1 data is available to Databricks. Which two Azure services should you include in the solution? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • AAzure Data Box Gateway
  • BAzure Import/Export service
  • CAzure Data Lake Storage (correct answer)
  • DAzure Data Box Edge
  • EAzure Data Factory (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: Azure Data Lake Storage Option E: Azure Data Factory.

Showing questions 101–120 of 183 Β· Page 6 of 10