ExamGecko
Home Home / Microsoft / AZ-104

Microsoft AZ-104 Practice Test - Questions Answers, Page 31

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

You have an availability set named AS1 that contains three virtual machines named VM1, VM2, and

VM3.

You attempt to reconfigure VM1 to use a larger size. The operation fails and you receive an allocation failure message.

You need to ensure that the resize operation succeeds.

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 301
Correct answer: Question 301

Explanation:

Action 1: Stop VM1, VM2 and VM3

If the VM you wish to resize is part of an availability set, then you must stop all VMs in the availability set before changing the size of any VM in the availability set. The reason all VMs in the availability set must be stopped before performing the resize operation to a size that requires different hardware is that all running VMs in the availability set must be using the same physical hardware cluster.

Therefore, if a change of physical hardware cluster is required to change the VM size then all VMs must be first stopped and then restarted one-by-one to a different physical hardware clusters.

Action 2: Resize VM1

Action 3: Start VM1, VM2, and VM3

Reference:

https://azure.microsoft.com/es-es/blog/resize-virtual-machines/

You have an Azure tenant that contains two subscriptions named Subscription1 and Subscription2.

In Subscription1, you deploy a virtual machine named Server1 that runs Windows Server 2016.

Server1 uses managed disks.

You need to move Server1 to Subscription2. The solution must minimize administration effort.

What should you do first?

A.
In Subscription2, create a copy of the virtual disk.
A.
In Subscription2, create a copy of the virtual disk.
Answers
B.
From Azure PowerShell, run the Move-AzureRmResource cmdlet.
B.
From Azure PowerShell, run the Move-AzureRmResource cmdlet.
Answers
C.
Create a snapshot of the virtual disk.
C.
Create a snapshot of the virtual disk.
Answers
D.
Create a new virtual machine in Subscription2.
D.
Create a new virtual machine in Subscription2.
Answers
Suggested answer: B

Explanation:

To move existing resources to another resource group or subscription, use the Move-AzureRmResource cmdlet.

Reference:

https://docs.microsoft.com/en-in/azure/azure-resource-manager/resource-group-moveresources#moveresources

You have an Azure Active Directory (Azure AD) tenant named Tenant1 and an Azure subscription named You enable Azure AD Privileged Identity Management.

You need to secure the members of the Lab Creator role. The solution must ensure that the lab creators request access when they create labs.

What should you do first?

A.
From Azure AD Privileged Identity Management, edit the role settings for Lab Creator.
A.
From Azure AD Privileged Identity Management, edit the role settings for Lab Creator.
Answers
B.
From Subscription1 edit the members of the Lab Creator role.
B.
From Subscription1 edit the members of the Lab Creator role.
Answers
C.
From Azure AD Identity Protection, creates a user risk policy.
C.
From Azure AD Identity Protection, creates a user risk policy.
Answers
D.
From Azure AD Privileged Identity Management, discover the Azure resources of Conscription.
D.
From Azure AD Privileged Identity Management, discover the Azure resources of Conscription.
Answers
Suggested answer: A

Explanation:

As a Privileged Role Administrator you can:

Enable approval for specific roles

Specify approver users and/or groups to approve requests

View request and approval history for all privileged roles

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pimconfigure

DRAG DROP

You create an Azure Migrate project named TestMig in a resource group named test-migration.

You need to discover which on-premises virtual machines to assess for migration.

Which three actions should you perform in sequence? To answer, select the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 304
Correct answer: Question 304

Explanation:

Step 1: Download the OVA file for the collection appliance

Azure Migrate uses an on-premises VM called the collector appliance, to discover information about your on-premises machines. To create the appliance, you download a setup file in Open

Virtualization Appliance (.ova) format, and import it as a VM on your on-premises vCenter Server.

Step 2: Create a migration group in the project

For the purposes of assessment, you gather the discovered VMs into groups. For example, you might group VMs that run the same application. For more precise grouping, you can use dependency visualization to view dependencies of a specific machine, or for all machines in a group and refine the group.

Step 3: Create an assessment in the project

After a group is defined, you create an assessment for it.

Reference:

https://docs.microsoft.com/en-us/azure/migrate/migrate-overview

You plan to migrate an on-premises Hyper-V environment to Azure by using Azure Site Recovery. the Hyper-V environment is managed by using Microsoft System Center Virtual Machine Manager (VMM).

The Hyper-V environment contains the virtual machines in the following table.

Which virtual machine can be migrated by using Azure Site Recovery?

A.
DC1
A.
DC1
Answers
B.
FS1
B.
FS1
Answers
C.
CA1
C.
CA1
Answers
D.
SQL1
D.
SQL1
Answers
Suggested answer: D

Explanation:

DC1 : Not supported as it is Gen2 and OS disk size is greater than 300 GB

FS1 : Not supported as it is Gen2 and Linux VM. Linux Generation 2 VMs aren't supported.

CA1 : Not supported as bitlocker is enabled. BitLocker must be disabled before you enable replication for a VM.

SQL1: Supported

Reference:

https://docs.microsoft.com/en-us/azure/site-recovery/hyper-v-azure-support-matrix#azure-vmrequirements

You have an Azure Active Directory (Azure AD) tenant that has Azure AD Privileged Identity

Management configured.

You have 10 users who are assigned the Security Administrator role for the tenant.

You need the users to verify whether they still require the Security Administrator role.

What should you do?

A.
From Azure AD Identity Protection, configure a user risk policy.
A.
From Azure AD Identity Protection, configure a user risk policy.
Answers
B.
From Azure AD Privileged Identity Management, create an access review.
B.
From Azure AD Privileged Identity Management, create an access review.
Answers
C.
From Azure AD Identity Protection, configure the Weekly Digest.
C.
From Azure AD Identity Protection, configure the Weekly Digest.
Answers
D.
From Azure AD Privileged Identity Management, create a conditional access policy.
D.
From Azure AD Privileged Identity Management, create a conditional access policy.
Answers
Suggested answer: B

Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pimhow-to-start-security-review

To reduce the risk associated with stale role assignments, you should regularly review access. You can use Azure AD Privileged Identity Management (PIM) to create access reviews for privileged Azure AD roles. You can also configure recurring access reviews that occur automatically.

Steps:

1. Sign in to Azure portal with a user that is a member of the Privileged role administrator role.

2. Open Azure AD Privileged Identity Management.

3. Select Azure AD roles.

4. Under Manage, select Access reviews, and then select New.

Reference:

https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pimhow-to-start-security-review

You have an Azure App Service plan that hosts an Azure App Service named App1.

You configure one production slot and four staging slots for App1.

You need to allocate 10 percent of the traffic to each staging slot and 60 percent of the traffic to the production slot.

What should you add to Appl1?

A.
slots to the Testing in production blade
A.
slots to the Testing in production blade
Answers
B.
a performance test
B.
a performance test
Answers
C.
a WebJob
C.
a WebJob
Answers
D.
templates to the Automation script blade
D.
templates to the Automation script blade
Answers
Suggested answer: A

Explanation:

Besides swapping, deployment slots offer another killer feature: testing in production. Just like the name suggests, using this, you can actually test in production. This means that you can route a specific percentage of user traffic to one or more of your deployment slots.

Example:

Reference:

https://stackify.com/azure-deployment-slots/

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has 100 users located in an office in Paris.

The on-premises network contains the servers shown in the following table.

You create a new subscription. You need to move all the servers to Azure.

Solution: You use Azure Site Recovery.

Does this meet the goal?

A.
Yes
A.
Yes
Answers
B.
No
B.
No
Answers
Suggested answer: A

Explanation:

As an organization you need to adopt a business continuity and disaster recovery (BCDR) strategy that keeps your data safe, and your apps and workloads online, when planned and unplanned outages occur.

Azure Recovery Services contributes to your BCDR strategy:

. Site Recovery service: Site Recovery helps ensure business continuity by keeping business apps and workloads running during outages. Site Recovery replicates workloads running on physical and virtual machines (VMs) from a primary site to a secondary location. When an outage occurs at your primary site, you fail over to secondary location, and access apps from there. After the primary location is running again, you can fail back to it.

. Backup service: The Azure Backup service keeps your data safe and recoverable.

. Site Recovery can manage replication for:

. Azure VMs replicating between Azure regions.

. On-premises VMs, Azure Stack VMs, and physical servers.

Reference:

https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-overview

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has 100 users located in an office in Paris.

The on-premises network contains the servers shown in the following table.

You create a new subscription. You need to move all the servers to Azure.

Solution: You run azcopy.exe.

Does this meet the goal?

A.
Yes
A.
Yes
Answers
B.
No
B.
No
Answers
Suggested answer: B

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has 100 users located in an office in Paris.

The on-premises network contains the servers shown in the following table.

You create a new subscription. You need to move all the servers to Azure.

Solution: You use the Data Migration Assistant tool.

Does this meet the goal?

A.
Yes
A.
Yes
Answers
B.
No
B.
No
Answers
Suggested answer: B

Explanation:

The Data Migration Assistant tool is used to assess on-premises SQL Server instance(s) migrating to Azure SQL database(s).

Reference:

https://docs.microsoft.com/en-us/sql/dma/dma-overview?view=sql-server-ver15

Total 644 questions
Go to page: of 65