ExamGecko
Home Home / Microsoft / AZ-305

Microsoft AZ-305 Practice Test - Questions Answers, Page 28

Question list
Search
Search

List of questions

Search

Related questions











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?

A.
1
A.
1
Answers
B.
2
B.
2
Answers
C.
5
C.
5
Answers
D.
10
D.
10
Answers
E.
15
E.
15
Answers
Suggested answer: B

Explanation:


HOTSPOT

You need to ensure that users managing the production environment are registered for Azure MFA and must authenticate by using Azure MFA when they sign in to the Azure portal. The solution must meet the authentication and authorization requirements.

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

NOTE: Each correct selection is worth one point.


Question 272
Correct answer: Question 272

Explanation:

1: Azure AD Identity Protection

2: Grant control in capolicy1

DRAG DROP

You need to configure an Azure policy to ensure that the Azure SQL databases have TDE enabled. The solution must meet the security and compliance requirements. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 273
Correct answer: Question 273

Explanation:

Scenario: All Azure SQL databases in the production environment must have Transparent Data Encryption (TDE) enabled. Step 1: Create an Azure policy definition that uses the deployIfNotExists identity.

The first step is to define the roles that deployIfNotExists and modify needs in the policy definition to successfully deploy the content of your included template. Step 2: Create an Azure policy assignment

When creating an assignment using the portal, Azure Policy both generates the managed identity and grants it the roles defined in roleDefinitionIds. Step 3: Invoke a remediation task

Resources that are non-compliant to a deployIfNotExists or modify policy can be put into a compliant state through Remediation. Remediation is accomplished by instructing Azure Policy to run the deployIfNotExists effect or the modify operations of the assigned policy on your existing resources and subscriptions, whether that assignment is to a management group, a subscription, a resource group, or an individual resource. During evaluation, the policy assignment with deployIfNotExists or modify effects determines if there are non-compliant resources or subscriptions. When non-compliant resources or subscriptions are found, the details are provided on the Remediation page.

Reference:

https://docs.microsoft.com/en-us/azure/governance/policy/how-to/remediate-resources

HOTSPOT

You plan to migrate App1 to Azure.

You need to recommend a high-availability solution for App1. The solution must meet the resiliency requirements. What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


Question 274
Correct answer: Question 274

Explanation:

Box 1: 3

Scenario: App1 must meet the following requirements:

Be hosted in an Azure region that supports availability zones.

Maintain availability if two availability zones in the local Azure region fail.

A host group is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it. Use Availability Zones for fault isolation

Availability zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. A host group is created in a single availability zone. Once created, all hosts will be placed within that zone. To achieve high availability across zones, you need to create multiple host groups (one per zone) and spread your hosts accordingly.

Box 2: 1

When creating a virtual machine scale set you can specify an existing host group to have all of the VM instances created on dedicated hosts. Which means one scale set for each host group with dedicated hosts. https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts

HOTSPOT

You plan to migrate App1 to Azure.

You need to estimate the compute costs for App1 in Azure. The solution must meet the security and compliance requirements. What should you use to estimate the costs, and what should you implement to minimize the costs?

To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 275
Correct answer: Question 275

Explanation:


HOTSPOT

You plan to migrate App1 to Azure.

You need to recommend a storage solution for App1 that meets the security and compliance requirements. Which type of storage should you recommend, and how should you recommend configuring the storage? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


Question 276
Correct answer: Question 276

Explanation:

Box 1: Standard general-purpose v2

Standard general-purpose v2 supports Blob Storage.

Azure Storage provides data protection for Blob Storage and Azure Data Lake Storage Gen2.

Scenario:

Litware identifies the following security and compliance requirements:

Once App1 is migrated to Azure, you must ensure that new data can be written to the app, and the modification of new and existing data is prevented for a period of three years. On-premises users and services must be able to access the Azure Storage account that will host the data in App1.

Access to the public endpoint of the Azure Storage account that will host the App1 data must be prevented. All Azure SQL databases in the production environment must have Transparent Data Encryption (TDE) enabled. App1 must NOT share physical hardware with other workloads. Box 2: NFSv3

Scenario: Plan: Migrate App1 to Azure virtual machines.

Blob storage now supports the Network File System (NFS) 3.0 protocol. This support provides Linux file system compatibility at object storage scale and prices and enables Linux clients to mount a container in Blob storage from an Azure Virtual Machine (VM) or a computer on-premises.

Reference: https://docs.microsoft.com/en-us/azure/storage/blobs/data-protection-overview

HOTSPOT

How should the migrated databases DB1 and DB2 be implemented in Azure?


Question 277
Correct answer: Question 277

Explanation:

Box 1: SQL Managed Instance

Scenario: Once migrated to Azure, DB1 and DB2 must meet the following requirements:

Maintain availability if two availability zones in the local Azure region fail. Fail over automatically. Minimize I/O latency. The auto-failover groups feature allows you to manage the replication and failover of a group of databases on a server or all databases in a managed instance to another region. It is a declarative abstraction on top of the existing active georeplication feature, designed to simplify deployment and management of geo-replicated databases at scale. You can initiate a geo-failover manually or you can delegate it to the Azure service based on a user-defined policy. The latter option allows you to automatically recover multiple related databases in a secondary region after a catastrophic failure or other unplanned event that results in full or partial loss of the SQL Database or SQL Managed Instance availability in the primary region.

Box 2: Business critical

SQL Managed Instance is available in two service tiers:

General purpose: Designed for applications with typical performance and I/O latency requirements.

Business critical: Designed for applications with low I/O latency requirements and minimal impact of underlying maintenance operations on the workload.

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/auto-failover-group-overview

https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview

You need to recommend a data storage strategy for WebApp1.

What should you include in in the recommendation?

A.
an Azure SQL Database elastic pool
A.
an Azure SQL Database elastic pool
Answers
B.
a vCore-based Azure SQL database
B.
a vCore-based Azure SQL database
Answers
C.
an Azure virtual machine that runs SQL Server
C.
an Azure virtual machine that runs SQL Server
Answers
D.
a fixed-size DTU AzureSQL database.
D.
a fixed-size DTU AzureSQL database.
Answers
Suggested answer: B

You need to recommend a strategy for migrating the database content of WebApp1 to Azure. What should you include in the recommendation?

A.
Use Azure Site Recovery to replicate the SQL servers to Azure.
A.
Use Azure Site Recovery to replicate the SQL servers to Azure.
Answers
B.
Use SQL Server transactional replication.
B.
Use SQL Server transactional replication.
Answers
C.
Copy the BACPAC file that contains the Azure SQL database file to Azure Blob storage.
C.
Copy the BACPAC file that contains the Azure SQL database file to Azure Blob storage.
Answers
D.
Copy the VHD that contains the Azure SQL database files to Azure Blob storage
D.
Copy the VHD that contains the Azure SQL database files to Azure Blob storage
Answers
Suggested answer: D

Explanation:

Before you upload a Windows virtual machine (VM) from on-premises to Azure, you must prepare the virtual hard disk (VHD or VHDX). Scenario: WebApp1 has a web tier that uses Microsoft Internet Information Services (IIS) and a database tier that runs Microsoft SQL Server 2016. The web tier and the database tier are deployed to virtual machines that run on Hyper-V.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image

You need to recommend a strategy for the web tier of WebApp1. The solution must minimize What should you recommend?

A.
Create a runbook that resizes virtual machines automatically to a smaller size outside of business hours.
A.
Create a runbook that resizes virtual machines automatically to a smaller size outside of business hours.
Answers
B.
Configure the Scale Up settings for a web app.
B.
Configure the Scale Up settings for a web app.
Answers
C.
Deploy a virtual machine scale set that scales out on a 75 percent CPU threshold.
C.
Deploy a virtual machine scale set that scales out on a 75 percent CPU threshold.
Answers
D.
Configure the Scale Out settings for a web app.
D.
Configure the Scale Out settings for a web app.
Answers
Suggested answer: D
Total 299 questions
Go to page: of 30