Free AZ-305 Dump

Question #61Topic 4

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?

  • A. a premium storage account that is configured for block blobs
  • B. a general purpose v2 storage account that has hierarchical namespace enabled
  • C. a premium storage account that is configured for page blobs
  • D. a premium storage account that is configured for file shares and supports large file shares

Correct Answer: B

Default limits for Azure general-purpose v2 (GPv2), general-purpose v1 (GPv1), and Blob storage accounts include:

* Default maximum storage account capacity: 5 PiB

Blob storage supports Azure Data Lake Storage Gen2, Microsoft’s enterprise big data analytics solution for the cloud. Azure Data Lake Storage Gen2 offers a hierarchical file system as well as the advantages of Blob storage.

Blob storage supports Azure Data Lake Storage Gen2, Microsoft’s enterprise big data analytics solution for the cloud. Azure Data Lake Storage Gen2 offers a hierarchical file system as well as the advantages of Blob storage

Incorrect:

Not D: In a Premium FileStorage account, storage size is limited to 100 TB.

Reference:

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#storage-limits

Community vote distribution

B (100%)

Question #62Topic 4

HOTSPOT –

You manage a database environment for a Microsoft Volume Licensing customer named Contoso, Ltd. Contoso uses License Mobility through Software

Assurance.

You need to deploy 50 databases. The solution must meet the following requirements:

✑ Support automatic scaling.

✑ Minimize Microsoft SQL Server licensing costs.

What should you include in the solution? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer: 

Box 1: vCore –

You can only apply the Azure Hybrid licensing model when you choose a vCore-based purchasing model and the provisioned compute tier for your Azure SQL

Database. Azure Hybrid Benefit isn’t available for service tiers under the DTU-based purchasing model or for the serverless compute tier.

Box 2: An Azure SQL Database elastic pool

Azure SQL Database elastic pools are a simple, cost-effective solution for managing and scaling multiple databases that have varying and unpredictable usage demands. The databases in an elastic pool are on a single server and share a set number of resources at a set price. Elastic pools in SQL Database enable software as a service (SaaS) developers to optimize the price performance for a group of databases within a prescribed budget while delivering performance elasticity for each database.

Reference:

https://docs.microsoft.com/en-us/azure/azure-sql/azure-hybrid-benefit https://docs.microsoft.com/ko-kr/azure/azure-sql/database/elastic-pool-overview

Question #63Topic 4

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.

  • A. Azure Data Box Gateway
  • B. Azure Import/Export service
  • C. Azure Data Lake Storage
  • D. Azure Data Box Edge
  • E. Azure Data Factory

Correct Answer: BE

Data Factory is a data integration service that provides a low-code or no-code approach to construct extract, transform, and load (ETL) processes within a visual environment or by writing your own code.

Exporting data, either to another data technology or to another Dataverse environment, can use any of the same technologies for importing data, such as dataflows, Data Factory, Power Query, and Power Automate.

Reference:

https://docs.microsoft.com/en-us/power-apps/maker/data-platform/import-export-data

Community vote distribution

CE (86%)

 

Question #64Topic 4

HOTSPOT –

You are designing a cost-optimized solution that uses Azure Batch to run two types of jobs on Linux nodes. The first job type will consist of short-running tasks for a development environment. The second job type will consist of long-running Message Passing Interface (MPI) applications for a production environment that requires timely job completion.

You need to recommend the pool type and node type for each job type. The solution must minimize compute charges and leverage Azure Hybrid Benefit whenever possible.

What should you recommend? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Correct Answer: 

Box 1: User subscription and low-priority virtual machines

The first job type will consist of short-running tasks for a development environment.

Among the many ways to purchase and consume Azure resources are Azure low priority VMs and Spot VMs. These virtual machines are compute instances allocated from spare capacity, offered at a highly discounted rate compared to ג€on demandג€ VMs. This means they can be a great option for cost savings ג€” for the right workloads

Box 2: Batch service and dedicate virtual machines

The second job type will consist of long-running Message Passing Interface (MPI) applications for a production environment that requires timely job completion.

Azure Batch Service is a cloud based job scheduling and compute management platform that enables running large-scale parallel and high performance computing applications efficiently in the cloud. Azure Batch Service provides job scheduling and in automatically scaling and managing virtual machines running those jobs.

Reference:

https://www.parkmycloud.com/blog/azure-low-priority-vms

https://azure.microsoft.com/en-us/pricing/details/batch/

Question #65Topic 4

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?

  • A. Azure Notification Hubs
  • B. Azure Service Fabric
  • C. Azure Queue Storage
  • D. Azure Data Lake

Correct Answer: C

Queue Storage delivers asynchronous messaging between application components, whether they are running in the cloud, on the desktop, on an on-premises server, or on a mobile device.

The maximum message size supported by Azure Storage Queues is 64KB while Azure Service Bus Queues support messages up to 256KB. This becomes an important factor especially when the message format is padded (such as XML).

Reference:

https://docs.microsoft.com/en-us/azure/storage/queues/storage-dotnet-how-to-use-queues https://blog.kloud.com.au/2016/03/01/cloud-cushioning-using-azure-queues/

Community vote distribution

C (92%)

8%

Question #66Topic 4

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?

  • A. Azure Notification Hubs
  • B. Azure Service Fabric
  • C. Azure Queue Storage
  • D. Azure Application Gateway

Correct Answer: C

Queue storage is often used to create a backlog of work to process asynchronously.

A queue message must be in a format compatible with an XML request using UTF-8 encoding.

Reference:

https://docs.microsoft.com/en-us/azure/storage/queues/storage-tutorial-queues

Community vote distribution

C (89%)

 

Question #67Topic 4

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?

  • A. Azure SQL Database Hyperscale
  • B. Azure SQL Database Premium
  • C. Azure SQL Database Basic
  • D. Azure SQL Database Standard

Correct Answer: B

Community vote distribution

B (85%)

D (15%)

Question #68Topic 4

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?

  • A. Azure Service Bus
  • B. Azure Data Lake
  • C. Azure Traffic Manager
  • D. Azure Blob Storage

Correct Answer: A

Community vote distribution

A (100%)

Question #69Topic 4

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?

  • A. Azure SQL Database Basic
  • B. Azure SQL Managed Instance General Purpose
  • C. Azure SQL Database Business Critical
  • D. Azure SQL Managed Instance Business Critical

Correct Answer: C

Community vote distribution

C (78%)

B (19%)

 

Question #70Topic 4

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?

  • A. horizontal pod autoscaler
  • B. Virtual nodes
  • C. Kubernetes version 1.20.2 or newer
  • D. cluster autoscaler

Correct Answer: D

Community vote distribution

D (100%)

Question #71Topic 4

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?

  • A. Azure Service Fabric
  • B. Azure Data Lake
  • C. Azure Service Bus
  • D. Azure Application Gateway

Correct Answer: C

Community vote distribution

C (100%)

Question #72Topic 4

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?

  • A. Azure Virtual WAN with a secured virtual hub
  • B. virtual network peering and application security groups
  • C. virtual network gateways and network security groups (NSGs)
  • D. Azure Route Server and Azure Network Function Manager

Correct Answer: C

Community vote distribution

A (91%)

 

Question #73Topic 4

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?

  • A. Azure SQL Database Business Critical
  • B. Azure SQL Managed Instance Business Critical
  • C. Azure SQL Database Standard
  • D. Azure SQL Managed Instance General Purpose

Correct Answer: A

Community vote distribution

A (85%)

C (15%)

Question #74Topic 4

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?

  • A. a managed identity
  • B. a service principal
  • C. a personal access token

Correct Answer: B

Community vote distribution

B (83%)

A (18%)

Question #75Topic 4

HOTSPOT

You have two Azure AD tenants named contoso.com and fabrikam.com. Each tenant is linked to 50 Azure subscriptions. Contoso.com contains two users named User1 and User2.

You need to meet the following requirements:

• Ensure that User1 can change the Azure AD tenant linked to specific Azure subscriptions.

• If an Azure subscription is liked to a new Azure AD tenant, and no available Azure AD accounts have full subscription-level permissions to the subscription, elevate the access of User2 to the subscription.

The solution must use the principle of least privilege.

Which role should you assign to each user? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Correct Answer: 

Question #76Topic 4

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?

  • A. Configure a Conditional Access policy.
  • B. Use Azure AD entitlement management to govern external users.
  • C. Configure the Azure AD provisioning service.
  • D. Configure Azure AD Identity Protection.

Correct Answer: C

Community vote distribution

B (100%)

Question #77Topic 4

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?

  • A. Azure Cache for Redis
  • B. Azure Content Delivery Network (CDN)
  • C. Azure Data Factory
  • D. Azure Synapse Analytics

Correct Answer: A

Community vote distribution

A (100%)

Question #78Topic 4

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?

  • A. Azure Firewall Premium
  • B. Azure Application Gateway v2
  • C. a cross-region load balancer
  • D. Azure Front Door Premium

Correct Answer: D

Community vote distribution

D (91%)

 

Question #79Topic 4

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?

  • A. storage queues with a custom metadata setting
  • B. Azure Service Bus queues with partitioning enabled
  • C. Azure Service Bus queues with sessions enabled
  • D. storage queues with a stored access policy

Correct Answer: C

Community vote distribution

C (100%)

Question #80Topic 4

HOTSPOT

You need to deploy an instance of SQL Server on Azure Virtual Machines. The solution must meet the following requirements:

• Support 15,000 disk IOPS.

• Support SR-IOV.

• Minimize costs.

What should you include in the solution? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Correct Answer: 

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

you are using free dumps!!!

Please help to click ads to support the website

DỊCH VỤ iT