Cloud Concepts
1
Multiple Choice
What are the three main cloud service models?
Correct Answer: B) Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS)
The three main cloud service models are IaaS (provides virtualized computing resources), PaaS (provides a platform for developing and deploying applications), and SaaS (provides software applications over the internet).
The three main cloud service models are IaaS (provides virtualized computing resources), PaaS (provides a platform for developing and deploying applications), and SaaS (provides software applications over the internet).
2
Multiple Choice
Which cloud deployment model allows organizations to keep some resources on-premises while moving others to the cloud?
Correct Answer: C) Hybrid cloud
Hybrid cloud combines public and private cloud environments, allowing organizations to keep some resources on-premises while leveraging cloud services for others, providing flexibility and gradual migration paths.
Hybrid cloud combines public and private cloud environments, allowing organizations to keep some resources on-premises while leveraging cloud services for others, providing flexibility and gradual migration paths.
3
Multiple Choice
What is the primary benefit of cloud computing's elasticity feature?
Correct Answer: A) Ability to automatically scale resources up or down based on demand
Elasticity allows cloud resources to automatically adjust to workload changes, scaling up during high demand and scaling down during low demand, optimizing both performance and costs.
Elasticity allows cloud resources to automatically adjust to workload changes, scaling up during high demand and scaling down during low demand, optimizing both performance and costs.
4
Multiple Choice
Which of the following best describes "high availability" in cloud computing?
Correct Answer: B) The system's ability to remain operational with minimal downtime
High availability refers to a system's ability to remain operational and accessible with minimal downtime, typically achieved through redundancy, failover mechanisms, and geographic distribution.
High availability refers to a system's ability to remain operational and accessible with minimal downtime, typically achieved through redundancy, failover mechanisms, and geographic distribution.
5
Multiple Choice
What is the difference between scalability and elasticity in cloud computing?
Correct Answer: C) Scalability is the ability to handle increased load, elasticity is the automatic adjustment of resources
Scalability refers to the system's ability to handle increased workload, while elasticity is the automatic provisioning and deprovisioning of resources in response to demand changes.
Scalability refers to the system's ability to handle increased workload, while elasticity is the automatic provisioning and deprovisioning of resources in response to demand changes.
6
Multiple Choice
Which cloud service model provides the most control over the underlying infrastructure?
Correct Answer: A) Infrastructure as a Service (IaaS)
IaaS provides the most control over the underlying infrastructure, including virtual machines, storage, and networking components, while the cloud provider manages the physical hardware.
IaaS provides the most control over the underlying infrastructure, including virtual machines, storage, and networking components, while the cloud provider manages the physical hardware.
7
Multiple Choice
What is the primary advantage of using a consumption-based pricing model in cloud computing?
Correct Answer: B) Pay only for resources actually used
Consumption-based pricing allows organizations to pay only for the resources they actually consume, eliminating the need for large upfront investments and reducing waste from over-provisioning.
Consumption-based pricing allows organizations to pay only for the resources they actually consume, eliminating the need for large upfront investments and reducing waste from over-provisioning.
8
Multiple Choice
Which of the following is NOT a benefit of cloud computing?
Correct Answer: D) Complete control over physical hardware
In cloud computing, the cloud provider manages the physical hardware. Users do not have complete control over the physical infrastructure, which is actually one of the benefits as it reduces management overhead.
In cloud computing, the cloud provider manages the physical hardware. Users do not have complete control over the physical infrastructure, which is actually one of the benefits as it reduces management overhead.
Core Azure Services
1
Multiple Choice
What is an Azure Region?
Correct Answer: B) A geographical area containing multiple data centers
An Azure Region is a geographical area containing multiple data centers that are connected through a dedicated regional low-latency network, providing high availability and disaster recovery capabilities.
An Azure Region is a geographical area containing multiple data centers that are connected through a dedicated regional low-latency network, providing high availability and disaster recovery capabilities.
2
Multiple Choice
What is the primary purpose of Azure Availability Zones?
Correct Answer: C) To provide high availability and protect against data center failures
Azure Availability Zones are physically separated locations within an Azure region that provide high availability and protect applications and data from datacenter failures through redundancy.
Azure Availability Zones are physically separated locations within an Azure region that provide high availability and protect applications and data from datacenter failures through redundancy.
3
Multiple Choice
Which Azure service provides scalable virtual machines?
Correct Answer: A) Azure Virtual Machines
Azure Virtual Machines provides on-demand, scalable computing resources that can be configured with various operating systems and applications, offering Infrastructure as a Service (IaaS).
Azure Virtual Machines provides on-demand, scalable computing resources that can be configured with various operating systems and applications, offering Infrastructure as a Service (IaaS).
4
Multiple Choice
What is Azure App Service primarily used for?
Correct Answer: B) Hosting web applications and APIs
Azure App Service is a Platform as a Service (PaaS) offering that enables developers to build, deploy, and scale web applications and APIs quickly without managing the underlying infrastructure.
Azure App Service is a Platform as a Service (PaaS) offering that enables developers to build, deploy, and scale web applications and APIs quickly without managing the underlying infrastructure.
5
Multiple Choice
Which Azure storage service is best for storing unstructured data like documents and images?
Correct Answer: C) Azure Blob Storage
Azure Blob Storage is designed for storing unstructured data such as documents, images, videos, and backup files. It provides different access tiers for cost optimization based on usage patterns.
Azure Blob Storage is designed for storing unstructured data such as documents, images, videos, and backup files. It provides different access tiers for cost optimization based on usage patterns.
6
Multiple Choice
What is Azure Virtual Network (VNet)?
Correct Answer: A) A logically isolated network in Azure
Azure Virtual Network (VNet) provides a logically isolated network environment in Azure where you can securely communicate between Azure resources, the internet, and on-premises networks.
Azure Virtual Network (VNet) provides a logically isolated network environment in Azure where you can securely communicate between Azure resources, the internet, and on-premises networks.
7
Multiple Choice
Which Azure service provides managed relational database services?
Correct Answer: B) Azure SQL Database
Azure SQL Database is a fully managed relational database service that provides high availability, security, and performance for SQL Server workloads in the cloud.
Azure SQL Database is a fully managed relational database service that provides high availability, security, and performance for SQL Server workloads in the cloud.
8
Multiple Choice
What is Azure Functions primarily used for?
Correct Answer: D) Running event-driven, serverless code
Azure Functions is a serverless compute service that allows you to run event-driven code without managing infrastructure, automatically scaling based on demand and charging only for execution time.
Azure Functions is a serverless compute service that allows you to run event-driven code without managing infrastructure, automatically scaling based on demand and charging only for execution time.
9
Multiple Choice
Which Azure service provides a globally distributed, multi-model database?
Correct Answer: C) Azure Cosmos DB
Azure Cosmos DB is a globally distributed, multi-model database service that supports multiple data models including document, key-value, graph, and column-family, with guaranteed low latency and high availability.
Azure Cosmos DB is a globally distributed, multi-model database service that supports multiple data models including document, key-value, graph, and column-family, with guaranteed low latency and high availability.
10
Multiple Choice
What is Azure Container Instances (ACI) used for?
Correct Answer: A) Running containers without managing underlying infrastructure
Azure Container Instances (ACI) provides a fast and simple way to run containers in Azure without managing virtual machines or orchestration services, offering a serverless container experience.
Azure Container Instances (ACI) provides a fast and simple way to run containers in Azure without managing virtual machines or orchestration services, offering a serverless container experience.