Kaplan Microsoft Certification Practice Examination Comprehensive
Microsoft Certification Practice Assessment: Azure Cloud Services, Microsoft
365 Fundamentals, Identity Management, Security, Compliance, and
Enterprise Administration
Section 1: Cloud Concepts and Core Azure Services (Questions 1-30)
Question 1
Which cloud service model provides customers with the greatest level of control over their
infrastructure?
A) Software as a Service (SaaS)
B) Platform as a Service (PaaS)
C) Infrastructure as a Service (IaaS)
D) Function as a Service (FaaS)
CorreCt Answer: C) Infrastructure as a Service (IaaS)
Rationale: IaaS provides customers with the most control over their infrastructure, including
operating systems, storage, and deployed applications. With IaaS, customers manage the OS,
, 2
runtime, applications, and data, while the cloud provider manages the underlying physical
infrastructure.
Question 2
Which Azure service is used to create and manage virtual networks?
A) Azure Virtual Network (VNet)
B) Azure Load Balancer
C) Azure Application Gateway
D) Azure Traffic Manager
CorreCt Answer: A) Azure Virtual Network (VNet)
Rationale: Azure Virtual Network (VNet) is the fundamental building block for private networks
in Azure. It enables Azure resources to securely communicate with each other, the internet, and
on-premises networks.
Question 3
What is the primary benefit of using Availability Zones in Azure?
A) Lower cost compared to single-region deployment
B) Protection against datacenter failures within a region
, 3
C) Faster data transfer speeds
D) Simplified management of resources
CorreCt Answer: B) Protection against datacenter failures within a region
Rationale: Availability Zones are physically separate datacenters within an Azure region that
provide protection against datacenter failures. By deploying resources across multiple
Availability Zones, applications achieve high availability and resilience.
Question 4
A company wants to migrate an on-premises application to Azure. The application has custom
dependencies that need to be installed alongside the application. Which Azure service is most
appropriate?
A) Azure App Service
B) Azure Virtual Machines
C) Azure Functions
D) Azure Logic Apps
CorreCt Answer: B) Azure Virtual Machines
, 4
Rationale: Azure Virtual Machines provide full control over the operating system and allow
installation of custom dependencies alongside applications. This makes VMs the most
appropriate choice for migrating applications with specific software requirements.
Question 5
Which Azure service provides a fully managed, serverless database?
A) Azure SQL Database
B) Azure Cosmos DB
C) Azure SQL Managed Instance
D) Azure Database for PostgreSQL
CorreCt Answer: B) Azure Cosmos DB
Rationale: Azure Cosmos DB is a fully managed NoSQL database service that is serverless,
globally distributed, and offers single-digit millisecond response times. It automatically scales
throughput and storage based on demand.
Question 6
What is the purpose of Azure Resource Manager (ARM)?