Microsoft Azure Administrator Exam: Microsoft AZ-104 Version Demo
Microsoft Azure Administrator Exam: Microsoft AZ-104 Version Demo
Microsoft Azure Administrator Exam: Microsoft AZ-104 Version Demo
Microsoft AZ-104
Version Demo
https://dumpsboss.com
[email protected]
Topic Break Down
Total 341
You have an Azure subscription that contains two virtual machines named VM1 and VM2.
You plan to create a load balancing rule that will load balance HTTPS traffic between VM1 and VM2.
Which two additional load balancer resources should you create before you can create the load balancing rule? Each correct
answer presents part of the solution.
A. a frontend IP address
C. a virtual network
D. a backend pool
E. a health probe
ANSWER: D E
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/load-balancer/components
QUESTION NO: 2
You plan to use the Azure Import/Export service to copy files to a storage account.
Which two files should you create before you prepare the drives for the import job? Each correct answer presents part of the
solution.
Explanation:
B: Modify the dataset.csv file in the root folder where the tool resides. Depending on whether you want to import a file or
folder or both, add entries in the dataset.csv file E: Modify the driveset.csv file in the root folder where the tool resides.
Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-data-to-files
QUESTION NO: 3
You have an Azure subscription that contains a policy-based virtual network gateway named GW1 and a virtual network
named VNet1.
You need to ensure that you can configure a point-to-site connection from an on-premises computer to VNet1.
Which two actions should you perform? Each correct answer presents part of the solution.
B. Reset GW1
E. Delete GW1
ANSWER: C E
Explanation:
C: A VPN gateway is used when creating a VPN connection to your on-premises network.
Route-based VPN devices use any-to-any (wildcard) traffic selectors, and let routing/forwarding tables direct traffic to
different IPsec tunnels. It is typically built on router platforms where each IPsec tunnel is modeled as a network interface or
VTI (virtual tunnel interface).
E: Policy-based VPN devices use the combinations of prefixes from both networks to define how traffic is
encrypted/decrypted through IPsec tunnels. It is typically built on firewall devices that perform packet filtering. IPsec tunnel
encryption and decryption are added to the packet filtering and processing engine.
Incorrect Answers:
Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/create-routebased-vpn-gateway-portal
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-connect-multiple-policybased-rm-ps
Users access the resources in the subscription from either home or from customer sites. From home, users must establish a
point-to-site VPN to access the Azure resources. The users on the customer sites access the Azure resources by using site-
to-site VPNs.
You have a line-of-business-app named App1 that runs on several Azure virtual machine. The virtual machines run Windows
Server 2016.
You need to ensure that the connections to App1 are spread across all the virtual machines.
What are two possible Azure services that you can use? Each correct answer presents a complete solution.
D. Traffic Manager
ANSWER: A E
Explanation:
Network traffic from the VPN gateway is routed to the cloud application through an internal load balancer. The load balancer
is located in the front-end subnet of the application.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vpn
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview https://docs.microsoft.com/en-
us/azure/application-gateway/overview
QUESTION NO: 5
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 named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains
resources that were deployed by using templates.
You need to view the date and time when the resources were created in RG1.
A. Yes
B. No
ANSWER: B
Explanation:
From the RG1 blade, click Deployments. You see a history of deployment for the resource group.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-
template?tabs=azure-powershell
Your company has an Azure subscription that includes a number of Azure virtual machines (VMs), which are all part of the
same virtual network.
Your company also has an on-premises Hyper-V server that hosts a VM, named VM1, which must be replicated to Azure.
Which of the following objects that must be created to achieve this goal? Answer by dragging the correct option from the list
to the answer area.
You need to identify the data that can be exported by using Export1.
A. DB1
B. container1
C. share1
D. Table1
ANSWER: B
QUESTION NO: 8
You create an App Service plan named Plan1 and an Azure web app named webapp1.
ANSWER: A
Explanation:
The app must be running in the Standard, Premium, or Isolated tier in order for you to enable multiple deployment slots.
If the app isn't already in the Standard, Premium, or Isolated tier, you receive a message that indicates the supported tiers
for enabling staged publishing. At this point, you have the option to select Upgrade and go to the Scale tab of your app
before continuing.
Scale up: Get more CPU, memory, disk space, and extra features like dedicated virtual machines (VMs), custom domains
and certificates, staging slots, autoscaling, and more.
Incorrect:
Scale out: Increase the number of VM instances that run your app. You can scale out to as many as 30 instances
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 virtual machine named VM1 that runs Windows Server 2016.
You need to create an alert in Azure when more than two error events are logged to the System event log on VM1 within an
hour.
Solution: You create an Azure Log Analytics workspace and configure the data settings. You install the Microsoft Monitoring
Agent on VM1. You create an alert in Azure Monitor and specify the Log Analytics workspace as the source.
A. Yes
B. No
ANSWER: A
Explanation:
Alerts in Azure Monitor can identify important information in your Log Analytics repository. They are created by alert rules
that automatically run log searches at regular intervals, and if results of the log search match particular criteria, then an alert
record is created and it can be configured to perform an automated response.
The Log Analytics agent collects monitoring data from the guest operating system and workloads of virtual machines in
Azure, other cloud providers, and on-premises. It collects data into a Log Analytics workspace.
DRAG DROP
You have an on-premises file server named Server1 that runs Windows Server 2016.
You deploy an Azure File Sync Storage Sync Service, and you create a sync group.
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.
Explanation:
The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an Azure file share
A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync with each other. A
sync group must contain one cloud endpoint, which represents an Azure file share and one or more server endpoints. A
server endpoint represents a path on registered server.
Reference: https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide
QUESTION NO: 11
You have an Azure subscription that contains the resources in the following table.
Store1 contains a file share named data. Data contains 5,000 files.
You need to synchronize the files in the file share named data to an on-premises server named Server1.
Which three actions should you perform? Each correct answer presents part of the solution.
B. Register Server1
ANSWER: B C E
Explanation:
The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an Azure file share
A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync with each other. A
sync group must contain one cloud endpoint, which represents an Azure file share and one or more server endpoints. A
server endpoint represents a path on registered server.
Reference:
https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide
QUESTION NO: 12
You discover that VM3 does NOT meet the technical requirements.
A. Diagram in VNet1
ANSWER: E
Explanation:
Ensure that VM3 can establish outbound connections over TCP port 8080 to the applications servers in the Montreal office.
IP flow verify checks if a packet is allowed or denied to or from a virtual machine. The information consists of direction,
protocol, local IP, remote IP, local port, and remote port. If the packet is denied by a security group, the name of the rule that
denied the packet is returned. While any source or destination IP can be chosen, IP flow verify helps administrators quickly
diagnose connectivity issues from or to the internet and from or to the on-premises environment.
Reference: https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-ip-flow-verify-overview
HOTSPOT
You plan to use an Azure Resource Manager template to deploy a virtual network named VNET1 that will use Azure Bastion.
Hot Area:
ANSWER:
Reference: https://medium.com/charot/deploy-azure-bastion-preview-using-an-arm-template-15e3010767d6
QUESTION NO: 14
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.
You have an Azure subscription named Subscription1 that contains the resources shown in the following table.
VM1 connects to a virtual network named VNET2 by using a network interface named NIC1.
You need to create a new network interface named NIC2 for VM1.
A. Yes
B. No
ANSWER: B
Explanation:
The virtual machine you attach a network interface to and the virtual network you connect it to must exist in the same
location, here West US, also referred to as a region.
Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface
HOTSPOT
You have an Azure subscription named Subscription1 that contains the resources shown in the following table:
You are configuring the Diagnostics settings for the AzureBackupReports log.
Which storage accounts and which Log Analytics workspaces can you use for the Azure Backup reports of Vault1? To
answer, select the appropriate options in the answer area.
Hot Area:
ANSWER:
The location and subscription where this Log Analytics workspace can be created is independent of the location and
subscription where your vaults exist.
Box 2: Analytics3
Reference: https://docs.microsoft.com/en-us/azure/backup/backup-azure-configure-reports