“`html
AZ-104

Microsoft Azure Administrator

Free Certification Practice Exam

Prepare for the Microsoft Azure Administrator (AZ-104) certification exam with this free practice exam. Test your administration skills with exam-style questions and receive instant results.

About This Practice Exam

This free AZ-104 Certification Practice Exam is designed to help candidates assess their readiness for the Microsoft Azure Administrator certification. The exam covers core Azure administration topics and provides instant scoring upon completion.

Skills Measured

✅ Manage Azure Identities and Governance
✅ Implement and Manage Storage
✅ Deploy and Manage Azure Compute Resources
✅ Configure and Manage Virtual Networking
✅ Monitor and Maintain Azure Resources

Practice Exam Features

✅ Exam-Style Questions
✅ Instant Results
✅ Free Access
✅ Mobile Friendly
✅ Certification-Focused Content

Start Your Free Practice Exam

Good luck with your AZ-104 preparation.

0%
0 votes, 0 avg
0

Report a question

You cannot submit an empty report. Please add some details.

Exam Instructions

  • Read each question carefully.
  • Select the best answer.
  • You may review previous questions before submission.
  • Use the 📌 bookmark icon beside the question number to mark difficult questions for review.
  • Detailed explanations are available after answering each question, while your final score will be displayed at the end of the exam.
  • The quiz will automatically submit when the timer expires.

Tip: Mark questions you're unsure about and review them before finishing the exam.

Good luck!

Time is up.

Your quiz has been submitted automatically.


AZ-104 Free Certification Practice Exam

Get exam-ready for Microsoft Azure Administrator (AZ-104). Practice with certification-focused questions, identify knowledge gaps, and receive instant results to measure your readiness before taking the official exam.

📋 Before You Start the Practice Exam

To save your score and track your progress, please enter your
Name and Email Address before starting the exam.

  • ✅ Your exam results will be stored in your personal exam history.
  • ✅ Review previous attempts and monitor your improvement over time.
  • ✅ Certificates and score reports (when applicable) will be linked to your information.
Important:
Please use the same email address every time you take a practice exam.
This helps us maintain accurate exam history, scores, and performance records.

🚀 Enter your details below and click Next to begin the exam.

1 / 40

1. A company has a data center with 2 VPN devices and has set up a Virtual Network in Azure. They need a site-to-site VPN connection. If a single Azure gateway instance fails or a single on-premises VPN device fails, the failure must not cause an interruption longer than 2 minutes. What is the minimum number of Local Network Gateways required?

2 / 40

2. Your company has an Azure account and a subscription. The subscription contains the virtual networks in the following table.

Can the configuration meet the requirement?

NameAddress SpaceSubnet nameSubnet address range
VNet110.1.0.0/16Subnet110.1.1.0/24
VNet210.10.0.0/16Subnet110.10.1.0/24
VNet3172.16.0.0/16Subnet1172.16.1.0/24

The subscription also contains the virtual machines in the following table

NameNetworkSubnetIP address
VM1VNet1Subnet110.1.1.4
VM2VNet2Subnet210.10.1.4
VM3VNet3Subnet3172.16.1.4
The firewalls on all the virtual machines are configured to allow all ICMP traffic
You add the peerings in the following table.
Virtual NetworkPeering Network
VNet1VNet3
VNet2VNet3
VNet3VNet1

VM2 can ping VM1

3 / 40

3. Your company uses Azure App Service to host multiple web applications with custom domains: www.app1.com, app2.contoso.com, and shop.fabrikam.com. You need to ensure secure HTTPS access for all these applications.

How would you configure custom domain SSL bindings and manage SSL certificates for these applications in App Service?

4 / 40

4. You are troubleshooting a network connectivity issue between two Azure VMs in different VNets. You have verified that the VMs have the correct IP addresses and subnet configurations.

Which Azure tool can you use to visualize the network topology and trace the traffic flow between the VMs?

5 / 40

5. A company has Azure virtual machines. They want to ensure that their IT administrative team is alerted if any of the virtual machines are shutdown. They decide to create alerts based on Activity Logs in Azure Monitor. Would this fulfil the requirement?

6 / 40

6. Your organization is expanding its presence in Southeast Asia. You need to create a new storage account that will be accessed primarily by users in that region.

How can you ensure optimal performance and compliance with data sovereignty regulations?

7 / 40

7. Your company has an Azure virtual machine that runs Windows Server 2016. You have to create an alert in Azure whenever two error events are logged to the System log on the virtual machine within an hour. Is this possible with Azure Monitor alerts alone (without Log Analytics)?

8 / 40

8. A company has setup a web application on a set of Azure virtual machines. The web application will be used by users across the world. The company is planning on setting up a Content Delivery profile to ensure that users get the ideal response times no matter where they are located.

Which of the following would they setup as the Origin Type for the CDN Endpoint?

9 / 40

9. 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. Does this meet the goal?

10 / 40

10. A team needs to deploy Windows VMs to Azure. Data disks must store at least 10TB of data, support a maximum IOPS of 10,000, and minimize storage cost. Which disk type would you choose if using managed disks?

11 / 40

11. You have to configure Application Insights for a set of applications. techcertlabapp4 requirement: See the places where users repeat the same action over and over again. Which Application Insights feature should be used?

12 / 40

12. You need to track and analyze usage patterns for Azure resources, such as virtual machine utilization or storage consumption. How can you leverage Azure Monitor Logs and Azure Log Analytics to collect and analyze resource usage data?

13 / 40

13. You are designing a data archiving solution using Azure Blob Storage. How can you utilize blob lifecycle management policies to automatically move older data to archive tier storage and reduce storage costs?

14 / 40

14. You have to configure Application Insights for a set of applications. Each application has different requirements:

  • techcertlabapp1 – See if users are progressing through the entire business process
  • techcertlabapp2 – Analyse load times and properties influencing conversion rates
  • techcertlabapp3 – Analyse how many users return to the application
  • techcertlabapp4 – See places where users repeat the same action over and over

 

Which Application Insights feature should be used for techcertlabapp1?

15 / 40

15. You have an Azure subscription that contains an Azure Storage account.

You plan to create an Azure container instance named container1 that will use a Docker image named Image1. Image1 contains a Microsoft SQL Server instance that requires persistent storage.

You need to configure a storage service for Container1.

What should you use?

16 / 40

16. A company needs to set up a storage account in Azure. Key requirements: be able to store virtual disk files for Azure VMs, minimize access costs, and minimize replication costs. Which storage account type would you choose?

17 / 40

17. Your organization is migrating to Azure, and you need to track resource usage and costs across multiple departments.

How can you implement tagging to effectively categorize resources and allocate costs to specific departments?

18 / 40

18. Your organization is transitioning from using ARM templates to Bicep for infrastructure as code (IaC). What are the key advantages of using Bicep over ARM templates, and what are the considerations or potential challenges involved in this transition?

19 / 40

19. You are developing a web application that requires background processing tasks to be executed periodically.

Which Azure App Service feature can you use to schedule and manage these background tasks?

Note: Azure Scheduler has been retired and is no longer available for new workloads.

20 / 40

20. You have an Azure virtual machine named VM1 and a Recovery Services vault named Vault1. You configure the backup of VM1 using Policy1 on Wednesday December 31 at 5:00PM.

 

You need to identify the number of available recovery points for VM1.

Select the correct answers for:

(1) How many recovery points are available on January 8 at 2:00PM?

(2) How many recovery points are available on January 15 at 2:00PM?

21 / 40

21. A company has a storage account. It needs to be ensured that only IP addresses within the range 15.16.7.0/24 have access to the storage account. Which PowerShell command could be used for this purpose?

22 / 40

22. You need to configure a jumpbox VM to provide secure access to other VMs in a virtual network.

Which security best practices would you implement to harden the jumpbox VM and minimize the risk of unauthorized access?

(Select THREE that apply)

23 / 40

23. You want to monitor the status of your Azure Backup jobs and receive notifications for failed or completed backups.

Which Azure service can you use to track backup job status and configure alerts?

24 / 40

24. A company is planning on deploying 15 virtual machines using Azure Resource Manager templates. All of the virtual machines should run the latest version of Windows Server 2016.
You have to complete the below storageProfile section of the template

Which of the following would go into Slot1?

25 / 40

25. Your company has an Azure subscription used by multiple departments. The subscription contains around 5 resource groups. Each department uses resources in several resource groups. Your supervisor has requested a report that details the costs for each department.

Which THREE actions would you need to perform for this purpose?

(Select THREE)

26 / 40

26. You have an Azure subscription that contains an Azure Availability Set named WEBPROD-AS-USE2 as shown in the following exhibit.

You add 14 virtual machines to WEBPROD-AS-USE2.

If the server rack in the Azure datacenter that hosts WEBPROD-AS-USE2 experience a power failure, the maximum number of unavailable virtual machines will be?

27 / 40

27. A company has a resource group named techcertlabs-rg containing an internal load balancer and a public load balancer. They want to give a user permissions to configure both load balancers following the principle of least privilege. Which role would you assign to allow addition of a health probe to the public load balancer?

28 / 40

28. Your team is planning on creating an Internal Load Balancer to distribute traffic to Azure Virtual Machines. You need to ensure that user requests are always mapped to the same VM. Which setting should you configure?

29 / 40

29. You have an Azure subscription named Subscription1 that contains virtual networks and virtual machines. In Subscription1, you create a load balancer with the following options:

– Name: LB1

– SKU: Basic

– Type: Internal

– Subnet: Subnet11

– Virtual network: VNET1

 

VM1 and VM2 are both deployed on Subnet11 in VNET1.

 

Please evaluate the following statement and decide if it is True or False:

LB1 can balance the traffic between VM1 and VM2.

30 / 40

30. A company is planning on using the Azure Import/Export service to move data out of their Azure Storage account. Which of the following services could be used when defining the Azure Export job?

31 / 40

31. A company needs to set up a storage account. Key requirements: store virtual disk files for Azure VMs, minimize access costs, and minimize replication costs. Which replication strategy would you choose?

32 / 40

32. Contoso Ltd. has an e-commerce platform on Azure VMs. Traffic spikes significantly during promotional events.

Requirements:
1. Increase VMs when average CPU > 75% for 5 minutes.
2. Decrease VMs when average CPU < 30% for 10 minutes. 3. Minimum 2 VMs always running. 4. Maximum 20 VMs.Which solution meets ALL of Contoso's requirements?

33 / 40

33. A company has set up an Azure subscription and a tenant. They want to ensure that only Virtual Machines of a particular SKU size can be launched in their Azure account. They decide to implement Azure Locks.

34 / 40

34. You have an Azure Linux virtual machine that is protected by Azure Backup. One week ago, two files were deleted from the virtual machine. You need to restore the deleted files to an on-premises Windows Server 2016 computer as quickly as possible. Which four actions should you perform in sequence?

35 / 40

35. A company has around 50 virtual machines running in Azure. They need to identify underutilized virtual machines and see if they could use reserved pricing to reduce overall expenditure. They decide to use Azure Advisor. Would this fulfil the requirement?

36 / 40

36. You have a multi-tier application with VMs in different VNets. You need to enable secure communication between these VMs while minimizing the attack surface. Which Azure networking feature is designed for this purpose?

37 / 40

37. You are implementing a hybrid cloud environment with Azure Arc-enabled servers. How can you utilize Azure Policy and Microsoft Defender for Cloud to manage and secure your hybrid servers consistently with your Azure environment?

38 / 40

38. You're deploying an internal application on Azure VMs, and you need to provide name resolution for these VMs within your virtual network.

Which Azure service is designed specifically for internal name resolution in Azure VNets?

39 / 40

39. A company has Azure virtual machines. They want to ensure that their IT administrative team is alerted if any of the virtual machines are shutdown. They decide to create alerts in the Service Health service. Would this fulfil the requirement?

40 / 40

40. You are developing an ARM template to deploy a load balancer for a web application. You need to configure health probes to monitor the health of the backend web servers. Which load balancer resource type and associated properties in the ARM template would you use to define the health probe configuration?

Your score is

The average score is 0%

“`