Chapter 2: Core Azure Services | MCQs for Azure Fundamentals (AZ-900)

Microsoft Azure is a comprehensive cloud platform offering a wide range of services that enable businesses to build, manage, and deploy applications through Microsoft’s global network of data centers. Azure’s architecture is designed for high availability and resilience, featuring Regions, Availability Zones, and Region Pairs, ensuring that services are always accessible. Resource Groups and Subscriptions are used to organize and manage resources, providing an efficient way to control access and monitor services.

Azure offers a variety of Compute Services, including Virtual Machines for scalable compute resources, Azure App Services for web and mobile app hosting, and Azure Functions, which supports serverless computing. Azure Kubernetes Service (AKS) simplifies container orchestration for deploying and managing containerized applications.

For networking, Azure provides Virtual Networks (VNets) for secure communication between services, Azure Load Balancer for traffic distribution, Azure Application Gateway for web traffic management, and Content Delivery Network (CDN) to deliver content with low latency globally.

Azure’s Storage solutions include Blob Storage for unstructured data, Disk Storage for virtual machine disks, and Azure Files and Queues for file storage and messaging services. Azure’s Databases portfolio encompasses Azure SQL Database, Azure Cosmos DB, and databases for MySQL, PostgreSQL, and MariaDB, offering high-performance, scalable data solutions. These services empower businesses to leverage the full potential of cloud infrastructure, from computation to storage and databases.

Chapter 2: Core Azure Services | For this set

2.1 Azure Architecture

  • Regions, Availability Zones, and Region Pairs
    Azure regions are geographically distributed locations that house data centers. Each region consists of multiple Availability Zones designed to ensure high availability and fault tolerance. Region Pairs provide redundancy by linking two regions within the same geography, allowing for disaster recovery in case of region-wide failure.
  • Resource Groups and Subscriptions
    Resource Groups are logical containers used to organize Azure resources, making it easier to manage them. A Subscription is an organizational unit within Azure that allows users to access and manage resources, and it defines billing, access control, and usage limits.

2.2 Azure Compute Services

  • Virtual Machines (VMs)
    Azure Virtual Machines allow users to run applications and workloads in a virtualized environment. They offer flexibility in terms of OS, configurations, and scaling.
  • Azure App Services
    Azure App Services provide a fully managed platform for building, deploying, and scaling web apps, APIs, and mobile backends, abstracting away infrastructure management.
  • Azure Functions
    Azure Functions are a serverless compute service that enables users to run code in response to events without worrying about server management.
  • Azure Kubernetes Service (AKS)
    AKS simplifies the deployment, management, and scaling of containerized applications using Kubernetes, enabling organizations to manage and orchestrate their containers efficiently.

2.3 Azure Networking

  • Virtual Networks (VNets)
    Azure Virtual Networks enable users to securely connect Azure resources to each other and to on-premises networks, ensuring isolated and private network environments.
  • Azure Load Balancer
    Azure Load Balancer distributes incoming network traffic across multiple servers to ensure high availability and reliability of applications.
  • Azure Application Gateway
    Azure Application Gateway is a web traffic load balancer that provides advanced routing and security features for web applications, including SSL termination and URL-based routing.
  • Content Delivery Network (CDN)
    Azure CDN caches content at strategically located edge nodes, reducing latency and improving load times for end users globally.

2.4 Azure Storage

  • Blob Storage
    Azure Blob Storage is a scalable object storage service used to store unstructured data such as text and binary files.
  • Disk Storage
    Azure Disk Storage provides high-performance, durable block storage for Azure Virtual Machines, supporting both standard and premium options.
  • Azure Files and Queues
    Azure Files offer fully managed file shares in the cloud, accessible via SMB protocol, while Azure Queues enable asynchronous message queuing for communication between cloud-based services.

2.5 Azure Databases

  • Azure SQL Database
    Azure SQL Database is a fully managed relational database service, offering scalability, high availability, and security for mission-critical applications.
  • Azure Cosmos DB
    Azure Cosmos DB is a globally distributed, multi-model database service designed for low-latency and high-throughput applications, supporting multiple data models like document, key-value, graph, and column-family.
  • Azure Database for MySQL, PostgreSQL, and MariaDB
    Azure offers fully managed services for popular open-source databases, including MySQL, PostgreSQL, and MariaDB, ensuring scalability, security, and ease of management.

Multiple-Choice Questions (Single Answer)

  1. Which of the following Azure services provides a distributed set of data centers for high availability and reliability?
    • A) Regions
    • B) Availability Zones
    • C) Resource Groups
    • D) Subscriptions
  2. What is the primary purpose of a Resource Group in Azure?
    • A) To provide access control
    • B) To manage billing
    • C) To organize and manage resources
    • D) To distribute resources across regions
  3. Which of the following Azure services allows you to run virtual machines?
    • A) Azure App Services
    • B) Azure Functions
    • C) Virtual Machines
    • D) Azure Kubernetes Service
  4. Which of the following is a Platform as a Service (PaaS) offering in Azure?
    • A) Azure App Services
    • B) Virtual Machines
    • C) Azure Functions
    • D) Azure Kubernetes Service
  5. What does Azure Kubernetes Service (AKS) allow you to do?
    • A) Manage virtual machines
    • B) Run Docker containers
    • C) Host static websites
    • D) Manage databases
  6. Which Azure service provides load balancing for virtual machines and applications?
    • A) Azure Load Balancer
    • B) Azure Traffic Manager
    • C) Azure Application Gateway
    • D) Content Delivery Network (CDN)
  7. Which of the following services is used for distributing content to users globally in Azure?
    • A) Azure CDN
    • B) Azure Load Balancer
    • C) Azure App Services
    • D) Azure Functions
  8. Which Azure service provides high-performance object storage for unstructured data like text and binary data?
    • A) Azure Blob Storage
    • B) Azure Disk Storage
    • C) Azure Files
    • D) Azure Queue Storage
  9. Which type of Azure storage would you use to store files that can be accessed via SMB protocol?
    • A) Azure Blob Storage
    • B) Azure Disk Storage
    • C) Azure Files
    • D) Azure Queue Storage
  10. Which database service in Azure is a NoSQL database offering with global distribution?
    • A) Azure SQL Database
    • B) Azure Cosmos DB
    • C) Azure Database for MySQL
    • D) Azure Database for PostgreSQL
  11. Which of the following Azure compute services can be used to run event-driven functions?
    • A) Azure Virtual Machines
    • B) Azure Functions
    • C) Azure App Services
    • D) Azure Kubernetes Service
  12. Which of the following Azure networking services allows you to create private networks and isolate resources?
    • A) Azure Virtual Network
    • B) Azure Load Balancer
    • C) Azure Application Gateway
    • D) Azure Traffic Manager
  13. Which of the following is a key benefit of using Azure Availability Zones?
    • A) Global distribution of data
    • B) Protection from data center failures
    • C) Virtual machine management
    • D) Secure access control
  14. What is the purpose of an Azure Subscription?
    • A) To create virtual machines
    • B) To organize resources and manage billing
    • C) To provide security for resources
    • D) To connect different regions
  15. Which Azure service would you use to create a managed container service for deploying containerized applications?
    • A) Azure App Services
    • B) Azure Kubernetes Service
    • C) Azure Functions
    • D) Virtual Machines
  16. Which Azure service allows you to create a web application without worrying about the underlying infrastructure?
    • A) Azure Virtual Machines
    • B) Azure App Services
    • C) Azure Kubernetes Service
    • D) Azure Functions
  17. Which Azure service can provide a distributed database system with automatic scaling and low latency?
    • A) Azure SQL Database
    • B) Azure Cosmos DB
    • C) Azure Database for MySQL
    • D) Azure Database for PostgreSQL
  18. Which of the following Azure services is primarily used for setting up disaster recovery and backup solutions?
    • A) Azure App Services
    • B) Azure Blob Storage
    • C) Azure Backup
    • D) Azure Traffic Manager
  19. Which of the following Azure services enables load balancing at the application layer?
    • A) Azure Load Balancer
    • B) Azure Application Gateway
    • C) Azure CDN
    • D) Azure Traffic Manager
  20. Which Azure service can be used to manage and monitor virtual networks and resources in the cloud?
    • A) Azure Monitor
    • B) Azure Virtual Network
    • C) Azure Application Gateway
    • D) Azure Active Directory

Multiple-Choice Questions (Multiple Answer)

  1. Which of the following are benefits of Azure Availability Zones? (Select all that apply)
    • A) Protection from hardware failures
    • B) Redundancy within a region
    • C) Global distribution of data
    • D) Increased network speed
  2. Which of the following Azure services are used for running applications in a containerized environment? (Select all that apply)
    • A) Azure Kubernetes Service
    • B) Azure App Services
    • C) Virtual Machines
    • D) Azure Functions
  3. Which of the following Azure services are used for hosting web applications? (Select all that apply)
    • A) Azure App Services
    • B) Azure Functions
    • C) Azure Virtual Machines
    • D) Azure Kubernetes Service
  4. Which Azure networking services can be used to distribute network traffic across virtual machines and applications? (Select all that apply)
    • A) Azure Load Balancer
    • B) Azure Application Gateway
    • C) Azure CDN
    • D) Azure Traffic Manager
  5. Which of the following storage services are available in Azure? (Select all that apply)
    • A) Azure Blob Storage
    • B) Azure Queue Storage
    • C) Azure Disk Storage
    • D) Azure Cosmos DB
  6. Which Azure compute services are part of the IaaS model? (Select all that apply)
    • A) Virtual Machines
    • B) Azure App Services
    • C) Azure Functions
    • D) Azure Kubernetes Service
  7. Which of the following are part of Azure’s database services? (Select all that apply)
    • A) Azure SQL Database
    • B) Azure Cosmos DB
    • C) Azure Database for MySQL
    • D) Azure Blob Storage
  8. Which Azure services are used for managing storage and data backups? (Select all that apply)
    • A) Azure Blob Storage
    • B) Azure Disk Storage
    • C) Azure Backup
    • D) Azure Virtual Machines
  9. Which Azure services provide high-performance storage for unstructured data? (Select all that apply)
    • A) Azure Blob Storage
    • B) Azure Disk Storage
    • C) Azure Files
    • D) Azure Queue Storage
  10. Which of the following are part of Azure’s NoSQL database offerings? (Select all that apply)
    • A) Azure Cosmos DB
    • B) Azure Database for MySQL
    • C) Azure Database for PostgreSQL
    • D) Azure SQL Database

True/False Questions

  1. Azure Availability Zones provide redundancy within a region to ensure high availability.
    • True / False
  2. Azure Functions are a serverless compute service used to run code in response to events.
    • True / False
  3. Azure Kubernetes Service (AKS) allows you to manage virtual machines in the cloud.
    • True / False
  4. Azure CDN is used for delivering content such as videos and images globally.
    • True / False
  5. Azure App Services is a platform for hosting web applications, APIs, and mobile backends.
    • True / False
  6. Azure Blob Storage is used for storing unstructured data like images, videos, and documents.
    • True / False
  7. Azure SQL Database supports NoSQL data storage models.
    • True / False
  8. Azure Application Gateway operates at the transport layer (Layer 4) for load balancing.
    • True / False
  9. Azure Database for MySQL and Azure Database for PostgreSQL offer managed relational databases.
    • True / False
  10. Azure Virtual Networks are used to isolate and secure resources in the cloud.
  • True / False

Scenario-Based Questions

  1. Scenario 1: A company needs to host a large web application that requires high availability and scalability. Which Azure service should they use?
    • A) Azure App Services
    • B) Virtual Machines
    • C) Azure Kubernetes Service
    • D) Azure Functions
  2. Scenario 2: A company is building a microservices architecture and wants to run containers at scale. Which Azure service should they choose?
    • A) Azure App Services
    • B) Azure Kubernetes Service
    • C) Azure Functions
    • D) Azure Virtual Machines
  3. Scenario 3: A company wants to store large amounts of unstructured data such as images and videos. Which Azure storage service should they use?
    • A) Azure Blob Storage
    • B) Azure Queue Storage
    • C) Azure Files
    • D) Azure Disk Storage
  4. Scenario 4: A company needs to manage its database with automatic scaling and high availability. Which Azure database service should they use?
    • A) Azure SQL Database
    • B) Azure Cosmos DB
    • C) Azure Database for MySQL
    • D) Azure Database for PostgreSQL
  5. Scenario 5: A company needs to ensure that its users can access their web application without latency regardless of their location. Which Azure service should they use?
    • A) Azure CDN
    • B) Azure Load Balancer
    • C) Azure Application Gateway
    • D) Azure Traffic Manager
  6. Scenario 6: A company wants to build a network that connects its on-premises data center to Azure. Which service should they use?
    • A) Azure Virtual Network
    • B) Azure Application Gateway
    • C) Azure CDN
    • D) Azure Traffic Manager
  7. Scenario 7: A company needs to back up its data and ensure disaster recovery in case of a failure. Which Azure service should they use?
    • A) Azure Backup
    • B) Azure Blob Storage
    • C) Azure Load Balancer
    • D) Azure Application Gateway
  8. Scenario 8: A company wants to automate the deployment of applications without managing infrastructure. Which Azure service is most suitable?
    • A) Azure App Services
    • B) Azure Functions
    • C) Virtual Machines
    • D) Azure Kubernetes Service
  9. Scenario 9: A company is deploying a multi-region application and needs a global database with low-latency read and write capabilities. Which Azure database service should they use?
    • A) Azure SQL Database
    • B) Azure Cosmos DB
    • C) Azure Database for MySQL
    • D) Azure Database for PostgreSQL
  10. Scenario 10: A company wants to manage traffic and ensure application security for their web application. Which service should they use?
    • A) Azure Application Gateway
    • B) Azure Load Balancer
    • C) Azure CDN
    • D) Azure Traffic Manager

Case Study Questions

  1. Case Study 1: A company wants to deploy a multi-tier web application with automatic scaling and high availability.
    • Question 1: Which services should be used for compute?
    • Question 2: How should storage be managed for this application?
    • Question 3: Which Azure networking service will help manage traffic?
  2. Case Study 2: A company is building a mobile app and needs to run backend services without managing infrastructure.
    • Question 1: Which Azure compute service should be used for backend services?
    • Question 2: Which storage service is suitable for managing user-generated content?
    • Question 3: How can the company ensure their app is scalable?

Answers

Multiple-Choice Questions (Single Answer)

  1. B) Availability Zones
  2. C) To organize and manage resources
  3. C) Virtual Machines
  4. A) Azure App Services
  5. B) Run Docker containers
  6. A) Azure Load Balancer
  7. A) Azure CDN
  8. A) Azure Blob Storage
  9. C) Azure Files
  10. B) Azure Cosmos DB
  11. B) Azure Functions
  12. A) Azure Virtual Network
  13. B) Protection from data center failures
  14. B) To organize resources and manage billing
  15. B) Azure Kubernetes Service
  16. B) Azure App Services
  17. B) Azure Cosmos DB
  18. C) Azure Backup
  19. B) Azure Application Gateway
  20. A) Azure Monitor

Multiple-Choice Questions (Multiple Answer)

  1. A) Protection from hardware failures, B) Redundancy within a region
  2. A) Azure Kubernetes Service, B) Azure App Services
  3. A) Azure App Services, C) Virtual Machines
  4. A) Azure Load Balancer, B) Azure Application Gateway
  5. A) Azure Blob Storage, B) Azure Queue Storage
  6. A) Virtual Machines
  7. A) Azure SQL Database, B) Azure Cosmos DB, C) Azure Database for MySQL
  8. A) Azure Blob Storage, C) Azure Backup
  9. A) Azure Blob Storage, B) Azure Disk Storage, C) Azure Files
  10. A) Azure Cosmos DB

True/False Questions

  1. True
  2. True
  3. False
  4. True
  5. True
  6. True
  7. False
  8. False
  9. True
  10. True

Scenario-Based Questions

  1. B) Azure App Services
  2. B) Azure Kubernetes Service
  3. A) Azure Blob Storage
  4. A) Azure SQL Database
  5. A) Azure CDN
  6. A) Azure Virtual Network
  7. A) Azure Backup
  8. A) Azure App Services
  9. B) Azure Cosmos DB
  10. A) Azure Application Gateway

Case Study Answers

  1. Case Study 1
    1. Azure Virtual Machines, Azure Kubernetes Service
    2. Azure Blob Storage, Azure Disk Storage
    3. Azure Application Gateway, Azure Load Balancer
  2. Case Study 2
    1. Azure Functions
    2. Azure Blob Storage
    3. Azure App Services

Use a Blank Sheet, Note your Answers and Finally tally with our answer at last. Give Yourself Score.

X
error: Content is protected !!
Scroll to Top