πŸ”

AZ-305 β€” questions

Page 7 of 10 Β· 183 total questions.

Topic 4 Β· Question 199

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 Service Fabric
  • CAzure Queue Storage (correct answer)
  • DAzure Data Lake
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Queue Storage This option decouples the components so they scale independently and absorb load spikes.

Topic 4 Β· Question 200

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 Service Fabric
  • CAzure Queue Storage (correct answer)
  • DAzure Application Gateway
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Queue Storage This option decouples the components so they scale independently and absorb load spikes.

Topic 4 Β· Question 201

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 Hyperscale
  • BAzure SQL Database Premium (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 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 202

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 Bus (correct answer)
  • BAzure Data Lake
  • CAzure Traffic Manager
  • DAzure Blob Storage
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: 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 203

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

The correct answer is C. Option C: 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 204

You have an Azure subscription. You need to deploy an Azure Kubernetes Service (AKS) solution that will use Windows Server 2019 nodes. The solution must meet the following requirements: β€’ Minimize the time it takes to provision compute resources during scale-out operations. β€’ Support autoscaling of Windows Server containers. Which scaling option should you recommend?

  • Ahorizontal pod autoscaler
  • BVirtual nodes
  • CKubernetes version 1.20.2 or newer
  • Dcluster autoscaler (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: cluster autoscaler.

Topic 4 Β· Question 205

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 Data Lake
  • CAzure Service Bus (correct answer)
  • DAzure Application Gateway
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 206

Your company has offices in North America and Europe. You plan to migrate to Azure. You need to recommend a networking solution for the new Azure infrastructure. The solution must meet the following requirements: β€’ The Point-to-Site (P2S) VPN connections of mobile users must connect automatically to the closest Azure region. β€’ The offices in each region must connect to their local Azure region by using an ExpressRoute circuit. β€’ Transitive routing between virtual networks and on-premises networks must be supported. β€’ The network traffic between virtual networks must be filtered by using FQDNs. What should you include in the recommendation?

  • AAzure Virtual WAN with a secured virtual hub (correct answer)
  • Bvirtual network peering and application security groups
  • Cvirtual network gateways and network security groups (NSGs)
  • DAzure Route Server and Azure Network Function Manager
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Virtual WAN with a secured virtual hub

Explanation

Azure Virtual WAN centrally connects many VNets, branches, and users at scale.

Topic 4 Β· Question 207

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

The correct answer is A. Option A: 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 208

You are designing a point of sale (POS) solution that will be deployed across multiple locations and will use an Azure Databricks workspace in the Standard tier. The solution will include multiple apps deployed to the on-premises network of each location. You need to configure the authentication method that will be used by the app to access the workspace. The solution must minimize the administrative effort associated with staff turnover and credential management. What should you configure?

  • Aa managed identity
  • Ba service principal (correct answer)
  • Ca personal access token
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a service principal.

Topic 4 Β· Question 210

Your company has the divisions shown in the following table. Sub1 contains an Azure App Service web app named App1. App1 uses Azure AD for single-tenant user authentication. Users from contoso.com can authenticate to App1. You need to recommend a solution to enable users in the fabrikam.com tenant to authenticate to App1. What should you recommend?

Exhibit 1 for question 210
  • AConfigure a Conditional Access policy.
  • BUse Azure AD entitlement management to govern external users. (correct answer)
  • CConfigure the Azure AD provisioning service.
  • DConfigure Azure AD Identity Protection.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Use Azure AD entitlement management to govern external users.

Explanation

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

Topic 4 Β· Question 211

You have a multi-tier app named App1 and an Azure SQL database named SQL1. The backend service of App1 writes data to SQL1. Users use the App1 client to read the data from SQL1. During periods of high utilization, the users experience delays retrieving the data. You need to minimize how long it takes for data requests. What should you include in the solution?

  • AAzure Cache for Redis (correct answer)
  • BAzure Content Delivery Network (CDN)
  • CAzure Data Factory
  • DAzure Synapse Analytics
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Cache for Redis

Explanation

Azure Cache for Redis provides in-memory caching to reduce latency and offload the database.

Topic 4 Β· Question 212

You have an Azure subscription that contains the resources shown in the following table. You create peering between VNet1 and VNet2 and between VNet1 and VNet3. The virtual machines host an HTTPS-based client/server application and are accessible only via the private IP address of each virtual machine. You need to implement a load balancing solution for VM2 and VM3. The solution must ensure that if VM2 fails, requests will be routed automatically to VM3, and if VM3 fails, requests will be routed automatically to VM2. What should you include in the solution?

Exhibit 1 for question 212
  • AAzure Firewall Premium
  • BAzure Application Gateway v2
  • Ca cross-region load balancer
  • DAzure Front Door Premium (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Azure Front Door Premium

Explanation

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

Topic 4 Β· Question 213

You are designing an app that will include two components. The components will communicate by sending messages via a queue. You need to recommend a solution to process the messages by using a First in, First out (FIFO) pattern. What should you include in the recommendation?

  • Astorage queues with a custom metadata setting
  • BAzure Service Bus queues with partitioning enabled
  • CAzure Service Bus queues with sessions enabled (correct answer)
  • Dstorage queues with a stored access policy
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Service Bus queues with sessions enabled

Explanation

Azure Service Bus is a fully managed enterprise message broker that decouples components with queues and topics.

Topic 4 Β· Question 215

You are developing an app that will use Azure Functions to process Azure Event Hubs events. Request processing is estimated to take between five and 20 minutes. You need to recommend a hosting solution that meets the following requirements: β€’ Supports estimates of request processing runtimes β€’ Supports event-driven autoscaling for the app Which hosting plan should you recommend?

  • ADedicated
  • BConsumption
  • CApp Service
  • DPremium (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Premium.

Topic 4 Β· Question 216

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 Application Gateway
  • 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 4 Β· Question 217

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 Application Gateway
  • CAzure Queue Storage (correct answer)
  • DAzure Traffic Manager
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Queue Storage This option decouples the components so they scale independently and absorb load spikes.

Topic 4 Β· Question 218

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 Basic
  • BAzure SQL Database Business Critical (correct answer)
  • CAzure SQL Database Standard
  • DAzure SQL Managed Instance General Purpose
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 219

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 Hyperscale
  • BAzure SQL Database Premium (correct answer)
  • CAzure SQL Database Standard
  • 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 4 Β· Question 221 Β· Select all that apply

You have an Azure Functions microservice app named App1 that is hosted in the Consumption plan. App1 uses an Azure Queue Storage trigger. You plan to migrate App1 to an Azure Kubernetes Service (AKS) cluster. You need to prepare the AKS cluster to support App1. The solution must meet the following requirements: β€’ Use the same scaling mechanism as the current deployment. β€’ Support kubenet and Azure Container Networking Interface (CNI) networking. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.

  • AConfigure the horizontal pod autoscaler. (correct answer)
  • BInstall Virtual Kubelet.
  • CConfigure the AKS cluster autoscaler.
  • DConfigure the virtual node add-on.
  • EInstall Kubernetes-based Event Driven Autoscaling (KEDA). (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: Configure the horizontal pod autoscaler. Option E: Install Kubernetes-based Event Driven Autoscaling (KEDA).

Showing questions 121–140 of 183 Β· Page 7 of 10