(Grade A+)
You download an Azure Resource Manager template based on an
existing virtual machine. The template will be used to deploy 100
virtual machines. You need to modify the template to reference an
administrative password. You must prevent the password from
being stored in plain text. What should you create to store the
password?
A. an Azure Key Vault and an access policy
B. an Azure Storage account and an access policy
C. a Recovery Services vault and a backup policy
D. Azure Active Directory (AD) Identity Protection and an Azure
policy -
correct answer ✅A. an Azure Key vault and access policy
Explanation:
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?
,AZ-104 v2 Exam Questions & Answers
(Grade A+)
A. all three virtual machines in a single Availability Zone
B. all virtual machines in a single Availability Set
C. each virtual machine in a separate Availability Zone
D. each virtual machine in a separate Availability Set -
correct answer ✅C. each virtual machine in a separate Availability
zone
Explanation: Use availability zones to protect from datacenter level
failures.
Your company has virtual machines (VMs) hosted in Microsoft
Azure. The VMs are located in a single Azure virtual network named
VNet1. The company has users that work remotely. The remote
workers require access to the VMs on VNet1. You need to provide
access for the remote workers.
What should you do?
A. Configure a Site-to-Site (S2S) VPN.
B. Configure a VNet-to-VNet VPN.
,AZ-104 v2 Exam Questions & Answers
(Grade A+)
C. Configure a Point-to-Site (P2S) VPN.
D. Configure DirectAccess on a Windows Server 2012 server VM.
E. Configure a Multi-Site VPN -
correct answer ✅C. Configure a Point-to-Site (P2S) VPN.
Explanation: A Point-to-Site (P2S) VPN gateway connection lets you
create a secure connection to your virtual network from an
individual client computer.
You have an Azure virtual machine named VM1 that runs Windows
Server 2022. 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? (choose
two)
A. operating system
B. administrator username
C. virtual machine size
, AZ-104 v2 Exam Questions & Answers
(Grade A+)
D. resource group -
correct answer ✅B. administrator username
D. resource group
Your company wants to share the JSON files stored in a container
inside a storage account:
Storage Account (monthlyreports)-> Container(april2023) -> file
(employee_data.json)
What is the correct URL for the file called 'employee_data.json'?
A. employee_data.json
B.
monthlyreports.blob.core.windows.net/april2023/employee_data.j
son
C. monthlyreports.blob.core.windows.net/employee_data.json
D. monthlyreports/april2023/employee_data.json -
correct answer ✅B.