Free Microsoft Azure Administrator AZ-104 V1 Questions and Answers — Questions and Answers
Question 1: Two on-site servers owned by your business are called SRV01 and SR02. An application built by programmers utilizes SRV01. By IP address, the program invokes a service on SRV02. <br> <br> You want to move the application to virtual computers in Azure (VMs). On a single subnet on an Azure virtual network, you have set up two VMs. <br> <br> The two virtual machines must be set up with static internal IP addresses. <br> <br> What should you do?
- Run the Set-AzureSubnet PowerShell cmdlet.
- Run the New-AzureRMVMConfig PowerShell cmdlet.
- Modify the IP properties in Windows Network and Sharing Center.
- Modify the VM properties in the Azure Management Portal.
- Run the Set-AzureStaticVNetIP PowerShell cmdlet. (Correct answer)
Correct answer: Run the Set-AzureStaticVNetIP PowerShell cmdlet.
Give a previously established VM a static internal IP. The following cmdlets can assign a static IP address to a virtual machine you previously constructed. Before using these cmdlets, you must delete the current static IP address from the VM if you have previously assigned it an IP address and wish to modify it. To delete a static IP, follow the steps below.
Question 2: Azure Active Directory (Azure AD) is a service that your business subscribes to. <br> Five virtual machines (VMs) must be deployed to the virtual network subnet of your firm. <br> Each VM will have a private and public IP address. For each of these virtual computers, the inbound and outbound security policies must be the same. <br> Which of the following configurations requires the fewest number of network interfaces?
- 40
- 5 (Correct answer)
- 10
- 20
Correct answer: 5
The configuration that requires the fewest number of network interfaces is 5. <br> <br> In this scenario, each virtual machine (VM) needs to have a private and public IP address. The requirement for inbound and outbound security policies to be the same suggests that the VMs can share a network interface. <br> <br> Therefore, each VM can be assigned a single network interface with both a private and public IP address. Since there are five VMs in total, five network interfaces will be needed to fulfill this requirement.
Question 3: Both your Azure Active Directory (Azure AD) and Microsoft 365 tenants are called contoso.com. <br> <br> You want to offer access to a temporary Microsoft SharePoint document library named Library1 to three users: User1, User2, and User3. <br> <br> For the users, groups must be created. The solution must make sure that after 180 days, the groups are terminated automatically. <br> Which two groups ought should you form? Each accurate response offers a whole resolution. <br> <br> NOTE: Each correct selection is worth one point.
- a Microsoft 365 group that uses the Dynamic User membership type (Correct answer)
- a Microsoft 365 group that uses the Assigned membership type (Correct answer)
- a Security group that uses the Dynamic User membership type
- a Security group that uses the Dynamic Device membership type
- a Security group that uses the Assigned membership type
Correct answer: a Microsoft 365 group that uses the Dynamic User membership type
You can set an expiration policy only for Office 365 groups in Azure Active Directory (Azure AD) <br> Note: With the increase in usage of Office 365 Groups, administrators and users need a way to clean up unused groups. Expiration policies can help remove inactive groups from the system and make things cleaner. <br> When a group expires, all of its associated services (the mailbox, Planner, SharePoint site, etc.) are also deleted. <br> You can set up a rule for dynamic membership on security groups or Office 365 groups.
Question 4: Windows Server 2016-powered Azure virtual machines (VMs) are a part of your company's Azure subscription. <br> <br> Every day, Azure Backup Instant Restore backs up one of the VMs. <br> <br> When the VM becomes infected with data encrypting ransomware, you decide to recover the VM's files. <br> <br> Which of the following is TRUE in this scenario?
- You will not be able to recover the files.
- You can only recover the files to a new VM.
- You can only recover the files to the infected VM. (Correct answer)
- You can recover the files to any VM within the company's subscription.
Correct answer: You can only recover the files to the infected VM.
With Azure Backup Instant Restore, file-level recovery mounts the recovery point as a drive and only lets you copy files back to the original (infected) VM — it does not support restoring individual files directly to a new or arbitrary VM. So the only valid option for file recovery here is restoring to the infected VM.
Question 5: Azure virtual machines (VMs) running Windows Server 2016 are a part of your company's Azure subscription. <br> <br> One of the VMs is backed up every day using Azure Backup Instant Restore. <br> <br> When the VM becomes infected with data encrypting ransomware, you are required to restore the VM. <br> <br> Which of the following actions should you take?
- You should restore the VM to an on-premise Windows device
- You should restore the VM after deleting the infected VM.
- You should restore the VM to any VM within the company's subscription. (Correct answer)
- You should restore the VM to a new Azure VM.
Correct answer: You should restore the VM to any VM within the company's subscription.
Restoring an entire VM (as opposed to individual files) is flexible — Azure Backup lets you create a new VM or restore to any VM within the same subscription. You don't need to delete the infected VM first, and you can't restore an Azure VM backup directly to an on-premises Windows device.
Question 6: You manage an Azure solution that is presently experiencing performance problems. <br> <br> You need to find the cause of the performance issues pertaining to metrics on the Azure infrastructure. <br> <br> Which of the following is the tool you should use?
- Azure Activity Log
- Azure Traffic Analytics
- Azure Advisor
- Azure Monitor (Correct answer)
Correct answer: Azure Monitor
The time-series database that stores metrics in Azure Monitor is designed for time-stamped data analysis. Metrics are, therefore, particularly well suited for alerting and quick issue discovery.
Question 7: Your business has a Recovery Services vault as part of their Azure subscription. <br> <br> The virtual machines (VMs) your business uses should be backed up to the Recovery Services vault using Azure Backup. <br> <br> Which of the following VMs can you back up? Choose all that apply.
- VMs that run Windows Server 2012 or higher. (Correct answer)
- VMs that run Windows 10. (Correct answer)
- VMs that run Debian 8.2+. (Correct answer)
- VMs that have NOT been shut down. (Correct answer)
- VMs that have been shut down. (Correct answer)
Correct answer: VMs that run Windows Server 2012 or higher.
Windows Server 2008's 64-bit operating system may be backed up using Azure Backup <br> Windows 10 64-bit backup is supported by Azure Backup <br> Debian 64-bit operating systems starting with Debian 7.9 and later are supported by Azure Backup <br> Virtual machines that are offline or inactive can be backed up using Azure Backup
Two on-site servers owned by your business are called SRV01 and SR02.
An application built by programmers utilizes SRV01.
By IP address, the program invokes a service on SRV02.
You want to move the application to virtual computers in Azure (VMs).
On a single subnet on an Azure virtual network, you have set up two VMs.
The two virtual machines must be set up with static internal IP addresses.
What should you do?