Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Microsoft > Microsoft Certifications > AZ-305 > AZ-305 Online Practice Questions and Answers

AZ-305 Online Practice Questions and Answers

Questions 4

Your company has 300 virtual machines hosted in a VMware environment. The virtual machines vary in size and have various utilization levels.

You plan to move all the virtual machines to Azure.

You need to recommend how many and what size Azure virtual machines will be required to move the current workloads to Azure. The solution must minimize administrative effort.

What should you use to make the recommendation?

A. Azure Cost Management

B. Azure Pricing calculator

C. Azure Migrate

D. Azure Advisor

Buy Now

Correct Answer: C

"Metadata discovered by the Azure Migrate appliance helps you to figure out whether servers are ready for migration to Azure, right-size servers, plans costs, and analyze application dependencies".

https://docs.microsoft.com/en-us/learn/modules/design-your-migration-to-azure/2-plan-your-azure-migration https://docs.microsoft.com/en-us/azure/migrate/migrate-appliance#collected-data---vmware

Questions 5

You ate designing a SQL database solution. The solution will include 20 databases that will be 20 GB each and have varying usage patterns. You need to recommend a database platform to host the databases. The solution must meet the following requirements:

1.

The compute resources allocated to the databases must scale dynamically.

2.

The solution must meet an SLA of 99.99% uptime.

3.

The solution must have reserved capacity.

4.

Compute charges must be minimized. What should you include in the recommendation?

A. 20 databases on a Microsoft SQL server that runs on an Azure virtual machine

B. 20 instances of Azure SQL Database serverless

C. 20 databases on a Microsoft SQL server that runs on an Azure virtual machine in an availability set

D. an elastic pool that contains 20 Azure SQL databases

Buy Now

Correct Answer: D

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 Azure SQL Database enable SaaS developers to optimize the price performance for a group of databases within a prescribed budget while delivering performance elasticity for each

database.

Guaranteed 99.995 percent uptime for SQL Database

Reference:

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

https://azure.microsoft.com/en-us/pricing/details/sql-database/elastic/

https://www.azure.cn/en-us/support/sla/virtual-machines/

https://techcommunity.microsoft.com/t5/azure-sql/optimize-price-performance-with-compute-auto-scaling-in-azure/ba-p/966149

Questions 6

You plan to move a web application named App1 from an on-premises data center 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:

1.

App1 must be available to users if an Azure data center becomes unavailable.

2.

Costs must be minimized.

What should you include in the recommendation?

A. In two Azure regions, deploy a load balancer and a virtual machine scale set.

B. In two Azure regions, deploy a Traffic Manager profile and a web app.

C. In two Azure regions, deploy a load balancer and a web app.

D. Deploy a load balancer and a virtual machine scale set across two availability zones.

Buy Now

Correct Answer: D

(https://docs.microsoft.com/en-us/dotnet/azure/migration/app-service#com-and-com-components)

Azure App Service does not allow the registration of COM components on the platform. If your app makes use of any COM components, these need to be rewritten in managed code and deployed with the site or application.

https://docs.microsoft.com/en-us/dotnet/azure/migration/app-service

"Azure App Service with Windows Containers If your app cannot be migrated directly to App Service, consider App Service using Windows Containers, which enables usage of the GAC, COM components, MSIs, full access to .NET FX APIs,

DirectX, and more."

Questions 7

You store web access logs data in Azure Blob storage. You plan to generate monthly reports from the access logs.

You need to recommend an automated process to upload the data to Azure SQL Database every month.

What should you include in the recommendation?

A. Azure Data Factory

B. Data Migration Assistant

C. Microsoft SQL Server Migration Assistant (SSMA)

D. AzCopy

Buy Now

Correct Answer: A

Azure Data Factory is the platform that solves such data scenarios. It is the cloud-based ETL and data integration service that allows you to create data-driven workflows for orchestrating data movement and transforming data at scale. Using Azure Data Factory, you can create and schedule data-driven workflows (called pipelines) that can ingest data from disparate data stores. You can build complex ETL processes that transform data visually with data flows or by using compute services such as Azure HDInsight Hadoop, Azure Databricks, and Azure SQL Database.

Reference: https://docs.microsoft.com/en-gb/azure/data-factory/introduction

Questions 8

You have a hybrid deployment of Azure Active Directory (Azure AD).

You need to recommend a solution to ensure that the Azure AD tenant can be managed only from the computers on your on-premises network.

What should you include in the recommendation?

A. a conditional access policy

B. Azure AD roles and administrators

C. Azure AD Application Proxy

D. Azure AD Privileged Identity Management

Buy Now

Correct Answer: A

Questions 9

You have an Azure Data Lake Storage account that contains 1,000 10-MB CSV files and an Azure Synapse Analytics dedicated SQL pool named sql1. You need to load the files to sql1. The solution must meet the following requirements:

1.

Maximize data load performance.

2.

Eliminate the need to define external tables before the data loads. What should you use?

A. the copy statement

B. PolyBase

C. BCP

D. the sqlBulkcopy object

Buy Now

Correct Answer: B

Questions 10

You have an on-premises storage solution.

You need to migrate the solution to Azure. The solution must support Hadoop Distributed

File System (HDFS).

What should you use?

A. Azure Data Lake Storage Gen2

B. Azure NetApp Files

C. Azure Data Share

D. Azure Table storage

Buy Now

Correct Answer: A

Questions 11

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?

A. Implement an external load balancer on AKS1.

B. Redeploy APIM1 to the virtual network that contains AKS1.

C. Implement an ExternalName service on AKS1.

D. Deploy an ingress controller to AKS1.

Buy Now

Correct Answer: D

Reference: https://learn.microsoft.com/en-us/azure/api-management/api-management-kubernetes

Questions 12

HOTSPOT

You need to design an authentication solution that will integrate on-premises Active Directory and Azure Active Directory (Azure AD). The solution must meet the following requirements:

1.

Active Directory users must not be able to sign in to Azure AD-integrated apps outside of the sign-in hours configured in the Active Directory user accounts.

2.

Active Directory users must authenticate by using multi-factor authentication (MFA) when they sign in to Azure AD-integrated apps.

3.

Administrators must be able to obtain Azure AD-generated reports that list the Active Directory users who have leaked credentials.

4.

The infrastructure required to implement and maintain the solution must be minimized.

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:

Buy Now

Correct Answer:

Box 1: Pass-through Authentication with Azure AD Seamless SSO

Azure AD Seamless SSO versus Active Directory Federation Services

Companies with a security requirement to immediately enforce on-premises user account states,

password policies, and sign-in hours might use Azure AD Pass-through Authentication.

You can combine Pass-through Authentication with the Seamless Single Sign-On feature.

Note: Azure AD supports the following authentication methods for hybrid identity solutions.

Azure AD password hash synchronization

Azure AD Pass-through Authentication

Box 2: Azure MFA

One key benefit with Azure AD Pass-through Authentication is that it works seamlessly with Azure MFA.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/hybrid/choose-ad-authn

Questions 13

DRAG DROP

You have an Azure Active Directory (Azure AD) tenant. All user accounts are synchronized from an on-premises Active Directory domain and are configured for federated authentication. Active Directory Federation Services (AD FS) servers

are published for external connections by using a farm of Web Application Proxy servers.

You need to recommend a solution to monitor the servers that integrate with Azure AD. The solution must meet the following requirements:

1.

Identify any AD FS issues and their potential resolutions.

2.

Identify any directory synchronization configuration issues and their potential resolutions

3.

Notify administrators when there are any issues affecting directory synchronization or AD FS operations.

Which monitoring solution should you recommend for each server type?

To answer, drag the appropriate monitoring solutions to the correct server types. Each monitoring solution may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.

Select and Place:

Buy Now

Correct Answer:

Exam Code: AZ-305
Exam Name: Designing Microsoft Azure Infrastructure Solutions
Last Update: May 27, 2026
Questions: 395

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.