πŸ”

AZ-305 β€” questions

Page 9 of 10 Β· 183 total questions.

Topic 4 Β· Question 244

Your on-premises datacenter contains a server that runs Linux and hosts a Java app named App1. App1 has the following characteristics: β€’ App1 is an interactive app that users access by using HTTPS connections. β€’ The number of connections to App1 changes significantly throughout the day. β€’ App1 runs multiple concurrent instances. β€’ App1 requires major changes to run in a container. You plan to migrate App1 to Azure. You need to recommend a compute solution for App1. The solution must meet the following requirements: β€’ The solution must run multiple instances of App1. β€’ The number of instances must be managed automatically depending on the load. β€’ Administrative effort must be minimized. What should you include in the recommendation?

  • AAzure Batch
  • BAzure App Service (correct answer)
  • CAzure Kubernetes Service (AKS)
  • DAzure Virtual Machine Scale Sets
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure App Service

Explanation

Azure App Service is a fully managed platform for hosting web apps and APIs with built-in scaling and patching.

Topic 4 Β· Question 247

You have an Azure subscription that contains an Azure Kubernetes Service (AKS) instance named AKS1. AKS1 hosts microservice-based APIs that are configured to listen on non-default HTTP ports. You plan to deploy a Standard tier Azure API Management instance named APIM1 that will make the APIs available to external users. You need to ensure that the AKS1 APIs are accessible to APIM1. The solution must meet the following requirements: β€’ Implement MTLS authentication between APIM1 and AKS1. β€’ Minimize development effort. β€’ Minimize costs. What should you do?

  • AImplement an external load balancer on AKS1.
  • BRedeploy APIM1 to the virtual network that contains AKS1.
  • CImplement an ExternalName service on AKS1.
  • DDeploy an ingress controller to AKS1. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Deploy an ingress controller to AKS1.

Explanation

Azure Kubernetes Service (AKS) provides managed Kubernetes clusters with reduced control-plane overhead. This option delivers the requirement at the lowest cost.

Topic 4 Β· Question 249

You have an Azure subscription that contains an Azure Cosmos DB for NoSQL account named account1 and an Azure Synapse Analytics workspace named Workspace1. The account1 account contains a container named Contained that has the analytical store enabled. You need to recommend a solution that will process the data stored in Contained in near-real-time (NRT) and output the results to a data warehouse in Workspace1 by using a runtime engine in the workspace. The solution must minimize data movement. Which pool in Workspace1 should you use?

  • AApache Spark (correct answer)
  • Bserverless SQL
  • Cdedicated SQL
  • DData Explorer
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Apache Spark This option meets the real-time / low-latency performance requirement.

Topic 4 Β· Question 252

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

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 Log Analytics (correct answer)
  • BAzure Arc
  • CAzure Monitor metrics
  • DAzure Monitor action groups
Reveal answer & explanation
Correct answer: A

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

Explanation

Log Analytics queries collected logs and metrics to investigate and alert on resource behavior.

Topic 4 Β· Question 254

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 Log Analytics (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 Log Analytics

Explanation

Log Analytics queries collected logs and metrics to investigate and alert on resource behavior.

Topic 4 Β· Question 255

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 Log Analytics (correct answer)
  • BAzure Analysis Services
  • CAzure Monitor metrics
  • DAzure Monitor action groups
Reveal answer & explanation
Correct answer: A

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

Explanation

Log Analytics queries collected logs and metrics to investigate and alert on resource behavior.

Topic 4 Β· Question 256

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

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?

  • AApplication Insights
  • BAzure Analysis Services
  • CAzure Advisor
  • DAzure Log Analytics (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure Log Analytics

Explanation

Log Analytics queries collected logs and metrics to investigate and alert on resource behavior.

Topic 4 Β· Question 259

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

The correct answer is D. Option D: 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 4 Β· Question 261

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 Service Fabric
  • BAzure Notification Hubs
  • CAzure Service Bus (correct answer)
  • DAzure Traffic Manager
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 5 Β· Question 263

After you migrate App1 to Azure, you need to enforce the data modification requirements to meet the security and compliance requirements. What should you do?

  • ACreate an access policy for the blob service. (correct answer)
  • BImplement Azure resource locks.
  • CCreate Azure RBAC assignments.
  • DModify the access level of the blob service.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Create an access policy for the blob service.

Topic 6 Β· Question 264

You need to recommend a solution for the App1 maintenance task. The solution must minimize costs. What should you include in the recommendation?

  • Aan Azure logic app (correct answer)
  • Ban Azure function
  • Can Azure virtual machine
  • Dan App Service WebJob
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: an Azure logic app This option delivers the requirement at the lowest cost.

Topic 6 Β· Question 265

You need to recommend a solution that meets the application development requirements. What should you include in the recommendation?

  • Athe Azure App Configuration service
  • Ban Azure Container Registry instance
  • Cdeployment slots (correct answer)
  • DContinuous Integration/Continuous Deployment (CI/CD) sources
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: deployment slots.

Topic 6 Β· Question 266

You need to recommend an App Service architecture that meets the requirements for App1. The solution must minimize costs. What should you recommend?

  • Aone App Service Environment (ASE) per availability zone
  • Bone App Service Environment (ASE) per region
  • Cone App Service plan per region (correct answer)
  • Done App Service plan per availability zone
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: one App Service plan per region

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.

Topic 7 Β· Question 269

What should you include in the identity management strategy to support the planned changes?

  • ADeploy domain controllers for corp.fabrikam.com to virtual networks in Azure. (correct answer)
  • BMove all the domain controllers from corp.fabrikam.com to virtual networks in Azure.
  • CDeploy a new Azure AD tenant for the authentication of new R&D projects.
  • DDeploy domain controllers for the rd.fabrikam.com forest to virtual networks in Azure.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Deploy domain controllers for corp.fabrikam.com to virtual networks in Azure.

Topic 8 Β· Question 272

You plan to migrate App1 to Azure. You need to recommend a network connectivity solution for the Azure Storage account that will host the App1 data. The solution must meet the security and compliance requirements. What should you include in the recommendation?

  • AMicrosoft peering for an ExpressRoute circuit
  • BAzure public peering for an ExpressRoute circuit
  • Ca service endpoint that has a service endpoint policy
  • Da private endpoint (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: a private endpoint

Explanation

A Private Endpoint gives private, in-VNet connectivity to an Azure service, keeping traffic off the public internet.

Topic 8 Β· Question 273

You need to implement the Azure RBAC role assignments for the Network Contributor role. The solution must meet the authentication and authorization requirements. What is the minimum number of assignments that you must use?

  • A1
  • B2 (correct answer)
  • C5
  • D10
  • E15
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: 2.

Topic 9 Β· Question 276

You need to recommend a notification solution for the IT Support distribution group. What should you include in the recommendation?

  • Aa SendGrid account with advanced reporting
  • Ban action group
  • CAzure Network Watcher
  • DAzure AD Connect Health (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure AD Connect Health

Explanation

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

Topic 9 Β· Question 277

You need to recommend a solution to meet the database retention requirements. What should you recommend?

  • AConfigure a long-term retention policy for the database. (correct answer)
  • BConfigure Azure Site Recovery.
  • CUse automatic Azure SQL Database backups.
  • DConfigure geo-replication of the database.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Configure a long-term retention policy for the database.

Showing questions 161–180 of 183 Β· Page 9 of 10