Download Microsoft Azure Administrator.AZ-104.PassLeader.2021-01-06.422q.vcex

Vendor: Microsoft
Exam Code: AZ-104
Exam Name: Microsoft Azure Administrator
Date: Jan 06, 2021
File Size: 34 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
You plan to deploy three Azure virtual machines named VM1, VM2, and VM3. The virtual machines will host a web app named App1. 
You need to ensure that at least two virtual machines are available if a single Azure datacenter becomes unavailable. 
What should you deploy?
  1. all three virtual machines in a single Availability Zone
  2. all virtual machines in a single Availability Set
  3. each virtual machine in a separate Availability Zone
  4. each virtual machine in a separate Availability Set
Correct answer: B
Explanation:
Availability sets are a datacenter configuration to provide VM redundancy and availability. This configuration within a datacenter ensures that during either a planned or unplanned maintenance event, at least one virtual machine is available. Reference:https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availabilityhttps://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-availability-sets
Availability sets are a datacenter configuration to provide VM redundancy and availability. This configuration within a datacenter ensures that during either a planned or unplanned maintenance event, at least one virtual machine is available. 
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/tutorial-availability-sets
Question 2
You have an Azure virtual machine named VM1 that runs Windows Server 2019. 
You save VM1 as a template named Template1 to the Azure Resource Manager library. 
You plan to deploy a virtual machine named VM2 from Template1. 
What can you configure during the deployment of VM2?
  1. operating system
  2. administrator username
  3. virtual machine size
  4. resource group
Correct answer: B
Explanation:
When deploying a virtual machine from a template, you must specify:the Resource Group name and location for the VM the administrator username and password an unique DNS name for the public IP Reference:https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-template
When deploying a virtual machine from a template, you must specify:
  • the Resource Group name and location for the VM 
  • the administrator username and password 
  • an unique DNS name for the public IP 
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-template
Question 3
You have an Azure subscription that contains an Azure virtual machine named VM1. VM1 runs a financial reporting app named App1 that does not support multiple active instances. 
At the end of each month, CPU usage for VM1 peaks when App1 runs. 
You need to create a scheduled runbook to increase the processor performance of VM1 at the end of each month. 
What task should you include in the runbook?
  1. Add the Azure Performance Diagnostics agent to VM1.
  2. Modify the VM size property of VM1.
  3. Add VM1 to a scale set.
  4. Increase the vCPU quota for the subscription.
  5. Add a Desired State Configuration (DSC) extension to VM1.
Correct answer: E
Explanation:
https://docs.microsoft.com/en-us/azure/automation/automation-quickstart-dsc-configuration
https://docs.microsoft.com/en-us/azure/automation/automation-quickstart-dsc-configuration
Question 4
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. 
You have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in separate resource groups. 
Another administrator plans to create several network security groups (NSGs) in the subscription. 
You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual networks. 
Solution: You configure a custom policy definition, and then you assign the policy to the subscription.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: A
Explanation:
Resource policy definition used by Azure Policy enables you to establish conventions for resources in your organization by describing when the policy is enforced and what effect to take. By defining conventions, you can control costs and more easily manage your resources. Reference:https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition
Resource policy definition used by Azure Policy enables you to establish conventions for resources in your organization by describing when the policy is enforced and what effect to take. By defining conventions, you can control costs and more easily manage your resources. 
Reference:
https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition
Question 5
You have two Azure virtual networks named VNet1 and VNet2. VNet1 contains an Azure virtual machine named VM1. VNet2 contains an Azure virtual machine named VM2. 
VM1 hosts a frontend application that connects to VM2 to retrieve data. 
Users report that the frontend application is slower than usual. 
You need to view the average round-trip time (RTT) of the packets from VM1 to VM2. 
Which Azure Network Watcher feature should you use?
  1. IP flow verify
  2. Connection troubleshoot
  3. Connection monitor
  4. NSG flow logs
Correct answer: C
Explanation:
The connection monitor capability monitors communication at a regular interval and informs you of reachability, latency, and network topology changes between the VM and the endpoint Incorrect Answers:A: The IP flow verify capability enables you to specify a source and destination IPv4 address, port, protocol (TCP or UDP), and traffic direction (inbound or outbound). IP flow verify then tests the communication and informs you if the connection succeeds or fails. If the connection fails, IP flow verify tells you which security rule allowed or denied the communication, so that you can resolve the problem. B: The connection troubleshoot capability enables you to test a connection between a VM and another VM, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the connection monitor capability, but tests the connection at a point in time, rather than monitoring it over time, as connection monitor does. D: The NSG flow log capability allows you to log the source and destination IP address, port, protocol, and whether traffic was allowed or denied by an NSG. Reference:https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview
The connection monitor capability monitors communication at a regular interval and informs you of reachability, latency, and network topology changes between the VM and the endpoint Incorrect Answers:
A: The IP flow verify capability enables you to specify a source and destination IPv4 address, port, protocol (TCP or UDP), and traffic direction (inbound or outbound). IP flow verify then tests the communication and informs you if the connection succeeds or fails. If the connection fails, IP flow verify tells you which security rule allowed or denied the communication, so that you can resolve the problem. 
B: The connection troubleshoot capability enables you to test a connection between a VM and another VM, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the connection monitor capability, but tests the connection at a point in time, rather than monitoring it over time, as connection monitor does. 
D: The NSG flow log capability allows you to log the source and destination IP address, port, protocol, and whether traffic was allowed or denied by an NSG. 
Reference:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview
Question 6
You have an Azure subscription that has a Recovery Services vault named Vault1. The subscription contains the virtual machines shown in the following table:
    
You plan to schedule backups to occur every night at 23:00.
Which virtual machines can you back up by using Azure Backup?
  1. VM1 and VM3 only
  2. VM1, VM2, VM3 and VM4
  3. VM1 and VM2 only
  4. VM1 only
Correct answer: B
Explanation:
Azure Backup supports backup of 64-bit Windows server operating system from Windows Server 2008. Azure Backup supports backup of 64-bit Windows 10 operating system. Azure Backup supports backup of 64-bit Ubuntu Server operating system from Ubuntu 12.04. Azure Backup supports backup of VM that are shutdown or offline. Reference:https://docs.microsoft.com/en-us/azure/backup/backup-support-matrix-iaashttps://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros
Azure Backup supports backup of 64-bit Windows server operating system from Windows Server 2008. 
Azure Backup supports backup of 64-bit Windows 10 operating system. 
Azure Backup supports backup of 64-bit Ubuntu Server operating system from Ubuntu 12.04. 
Azure Backup supports backup of VM that are shutdown or offline. 
Reference:
https://docs.microsoft.com/en-us/azure/backup/backup-support-matrix-iaas
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros
Question 7
You have the Azure virtual machines shown in the following table:
    
You have a Recovery Services vault that protects VM1 and VM2. 
You need to protect VM3 and VM4 by using Recovery Services. 
What should you do first?
  1. Create a new Recovery Services vault
  2. Create a storage account
  3. Configure the extensions for VM3 and VM4
  4. Create a new backup policy
Correct answer: A
Explanation:
A Recovery Services vault is a storage entity in Azure that houses data. The data is typically copies of data, or configuration information for virtual machines (VMs), workloads, servers, or workstations. You can use Recovery Services vaults to hold backup data for various Azure services. Reference:https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable-replicatio
A Recovery Services vault is a storage entity in Azure that houses data. The data is typically copies of data, or configuration information for virtual machines (VMs), workloads, servers, or workstations. You can use Recovery Services vaults to hold backup data for various Azure services. 
Reference:
https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable-replicatio
Question 8
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. 
You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com:
    
User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. 
You need to create new user accounts in external.contoso.onmicrosoft.com. 
Solution: You instruct User2 to create the user accounts.
Does that meet the goal?
  1. Yes
  2. No
Correct answer: A
Explanation:
Only a global administrator can add users to this tenant. Reference:https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad
Only a global administrator can add users to this tenant. 
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad
Question 9
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. 
You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com:
    
User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. 
You need to create new user accounts in external.contoso.onmicrosoft.com. 
Solution: You instruct User4 to create the user accounts.
Does that meet the goal?
  1. Yes
  2. No
Correct answer: B
Explanation:
Only a global administrator can add users to this tenant. Reference:https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad
Only a global administrator can add users to this tenant. 
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad
Question 10
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. 
You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com:
    
User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com. 
You need to create new user accounts in external.contoso.onmicrosoft.com. 
Solution: You instruct User3 to create the user accounts.
Does that meet the goal?
  1. Yes
  2. No
Correct answer: B
Explanation:
Only a global administrator can add users to this tenant. Reference:https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad
Only a global administrator can add users to this tenant. 
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/add-users-to-azure-ad
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!