What is the primary benefit of cloud computing?
- A
Cost savings
- B
Increased security
- C
Limited scalability
- D
Decreased accessibility
Master Cloud Computing with 120+ curated MCQs covering IaaS, PaaS, SaaS, AWS, Azure, GCP, security, and more. Perfect for exams, interviews, and certification prep.
What is the primary benefit of cloud computing?
Cost savings
Increased security
Limited scalability
Decreased accessibility
Which service model allows users to rent virtualized computing resources over the internet?
Infrastructure as a Service (IaaS)
Platform as a Service (PaaS)
Software as a Service (SaaS)
On-premises hosting
What does SaaS stand for in cloud computing?
Software as a Service
System as a Service
Storage as a Service
Security as a Service
Which cloud deployment model provides dedicated infrastructure to a single organization?
Public cloud
Private cloud
Hybrid cloud
Community cloud
What is a characteristic of cloud elasticity?
Fixed resources
On-demand scaling
Limited availability
Static performance
Which cloud characteristic refers to the ability to scale resources automatically based on demand?
Resource pooling
Rapid elasticity
Measured service
On-demand provisioning
Which cloud service model provides virtualized hardware, networking, and storage?
IaaS
PaaS
SaaS
FaaS
Which service model is suitable for developers building and deploying applications without managing the underlying infrastructure?
IaaS
PaaS
SaaS
DaaS
Which cloud service model provides ready-to-use applications accessible over the internet?
IaaS
PaaS
SaaS
CaaS
What is the main difference between IaaS and PaaS?
IaaS provides infrastructure; PaaS provides platform for development
IaaS is for storage; PaaS is for networking
IaaS is cheaper than PaaS
PaaS includes operating system; IaaS does not
Which service model is often used for email services like Gmail?
IaaS
PaaS
SaaS
BaaS
What is Function as a Service (FaaS)?
A serverless computing model
A type of IaaS
A type of SaaS
A data storage service
Which cloud deployment model is open to the general public?
Public cloud
Private cloud
Hybrid cloud
Community cloud
Which cloud model combines public and private clouds?
Public cloud
Private cloud
Hybrid cloud
Community cloud
Which cloud deployment model shares infrastructure among multiple organizations with similar requirements?
Public cloud
Private cloud
Hybrid cloud
Community cloud
What is the main advantage of a private cloud over a public cloud?
Higher security and control
Lower cost
Better scalability
More redundancy
Which deployment model is best for organizations with strict compliance requirements?
Public cloud
Private cloud
Hybrid cloud
Community cloud
What is the term for using multiple cloud providers to avoid vendor lock-in?
Multi-cloud
Hybrid cloud
Inter-cloud
Cross-cloud
What is virtualization in cloud computing?
Creating a virtual version of hardware, OS, or storage
Merging physical servers
Increasing physical hardware
Reducing network bandwidth
What is a hypervisor?
Software that creates and manages virtual machines
A physical server
A network device
A storage device
Which type of virtualization allows a single server to host multiple operating systems?
Server virtualization
Network virtualization
Storage virtualization
Desktop virtualization
What is the difference between Type 1 and Type 2 hypervisors?
Type 1 runs directly on hardware; Type 2 runs on an OS
Type 1 is slower; Type 2 is faster
Type 1 is for desktops; Type 2 for servers
There is no difference
Which of the following is a Type 1 hypervisor?
VMware ESXi
Oracle VirtualBox
Microsoft Virtual PC
Parallels Desktop
What is the purpose of virtual storage?
To abstract physical storage into logical storage pools
To increase storage capacity
To reduce storage cost
To improve data security
What is the shared responsibility model in cloud security?
Security responsibilities are divided between cloud provider and customer
Cloud provider is solely responsible for security
Customer is solely responsible for security
Security is not a concern in the cloud
Which of the following is a security best practice for cloud environments?
Using strong passwords and multi-factor authentication
Encrypting data at rest and in transit
Implementing regular security audits
All of the above
What is a DDoS attack in the context of cloud computing?
Distributed Denial of Service attack
Data deletion attack
Data corruption attack
Unauthorized access attack
What is the purpose of identity and access management (IAM) in the cloud?
To manage user identities and control access to resources
To encrypt data
To monitor network traffic
To backup data
Which of the following is an example of a cloud security threat?
Data breach
Insecure APIs
Account hijacking
All of the above
What is encryption at rest?
Encrypting data stored on disks or databases
Encrypting data while it is being transmitted
Encrypting data in memory
Encrypting user passwords
Which AWS service is used for compute capacity?
EC2
S3
RDS
Lambda
What is AWS S3 used for?
Object storage
Compute
Database
Networking
Which AWS service is a serverless compute service?
Lambda
EC2
RDS
VPC
What does RDS stand for in AWS?
Relational Database Service
Remote Data Storage
Redundant Database System
Real-time Data Service
Which AWS service is used for content delivery?
CloudFront
S3
Route 53
Elastic Load Balancer
What is AWS VPC?
Virtual Private Cloud
Virtual Public Cloud
Virtual Private Compute
Virtual Private Cluster
Which Microsoft Azure service is equivalent to AWS EC2?
Azure Virtual Machines
Azure App Service
Azure Functions
Azure Kubernetes Service
What is Azure Blob Storage?
Object storage service
Relational database
Compute service
Networking service
Which Azure service is used for serverless computing?
Azure Functions
Azure Virtual Machines
Azure SQL Database
Azure CDN
What is Azure Active Directory?
Identity and access management service
Storage service
Compute service
Database service
Which Azure service is used for container orchestration?
Azure Kubernetes Service (AKS)
Azure Container Instances
Azure App Service
Azure Functions
What is Azure DevOps used for?
Software development lifecycle and CI/CD
Data storage
Virtual machine management
Network configuration
What is Google Cloud Platform's compute service called?
Compute Engine
App Engine
Cloud Functions
Kubernetes Engine
Which GCP service is equivalent to AWS S3?
Cloud Storage
Cloud Datastore
BigQuery
Cloud SQL
What is Google Cloud Functions?
Serverless compute service
Container orchestration
Database service
Networking service
Which GCP service is used for big data analytics?
BigQuery
Cloud Storage
Compute Engine
Cloud SQL
What is Google Kubernetes Engine (GKE)?
Managed Kubernetes service
Serverless compute
Database service
Storage service
Which GCP service is used for machine learning?
AI Platform
Cloud Functions
Cloud Storage
Compute Engine
What is a container?
A lightweight, standalone, executable package that includes everything needed to run software
A virtual machine
A storage unit
A network device
Which technology is most commonly associated with containers?
Docker
VMware
Hyper-V
KVM
What is container orchestration?
Automated management of container lifecycles
Creating containers
Deleting containers
Monitoring containers
Which is a popular container orchestration tool?
Kubernetes
Docker Swarm
Apache Mesos
All of the above
What is a Kubernetes pod?
The smallest deployable unit in Kubernetes
A cluster of nodes
A storage volume
A network policy
What is the role of a container registry?
To store and distribute container images
To run containers
To orchestrate containers
To monitor containers
What is serverless computing?
A model where the cloud provider manages infrastructure and users only run code
Computing without servers
Computing on a single server
Using physical servers
Which of the following is a serverless computing service?
AWS Lambda
Azure Functions
Google Cloud Functions
All of the above
What is the main benefit of serverless computing?
No server management, pay-per-use
Better performance
More control
Lower cost for all workloads
What is the typical execution duration limit for AWS Lambda?
15 minutes
5 minutes
1 hour
No limit
What is a cold start in serverless?
The initial delay when a function is invoked for the first time
Shutting down a function
Scaling down resources
A function error
Which service provides a serverless database in AWS?
DynamoDB
RDS
Redshift
Aurora
What is object storage?
Storage of data as objects with metadata
Storage in a file system
Block-level storage
Database storage
Which of the following is an object storage service?
AWS S3
Azure Blob Storage
Google Cloud Storage
All of the above
What is a storage class in AWS S3?
A tier of storage with different performance and cost
A bucket type
A file type
An encryption method
What is the purpose of lifecycle policies in cloud storage?
To automate data movement to lower-cost tiers or deletion
To encrypt data
To back up data
To monitor access
What is a bucket in AWS S3?
A container for objects
A type of compute
A database
A network
What is the difference between block storage and object storage?
Block storage is raw storage; object storage includes metadata
Block storage is slower
Object storage is cheaper
They are the same
What is a Virtual Private Cloud (VPC)?
A private network segment in the cloud
A public network
A VPN
A DNS service
What is a load balancer in cloud computing?
Distributes incoming traffic across multiple targets
Balances storage load
Balances compute power
Balances network bandwidth
Which AWS service is a load balancer?
Elastic Load Balancer (ELB)
CloudFront
Route 53
VPC
What is a Content Delivery Network (CDN)?
A network of servers that deliver content to users based on their geographic location
A private network
A VPN
A firewall
What is the purpose of a firewall in cloud networking?
To monitor and control incoming and outgoing network traffic
To increase network speed
To encrypt data
To store data
What is a VPN in cloud computing?
A secure connection over the internet to a private network
A virtual network
A type of load balancer
A storage service
What is Infrastructure as Code (IaC)?
Managing infrastructure using code and automation
Writing code for applications
Using a GUI to manage infrastructure
Manual configuration
Which tool is commonly used for Infrastructure as Code?
Terraform
Ansible
CloudFormation
All of the above
What is CI/CD?
Continuous Integration and Continuous Deployment
Continuous Integration and Continuous Delivery
Both A and B
None of the above
Which tool is commonly used for monitoring in cloud environments?
Prometheus
Grafana
CloudWatch
All of the above
What is a key principle of DevOps?
Collaboration between development and operations teams
Automation
Continuous improvement
All of the above
What is the purpose of cloud cost management?
To monitor and optimize cloud spending
To increase cloud usage
To ignore costs
To reduce performance
What is cloud migration?
Moving applications and data from on-premises to the cloud
Moving data between cloud providers
Moving data within the same cloud
Moving data to a physical server
What is the 'lift and shift' migration strategy?
Moving applications to the cloud without significant changes
Rewriting applications for the cloud
Moving data to the cloud
Deleting applications
What is the 'replatforming' migration strategy?
Making minor changes to applications to use cloud services
Completely rewriting applications
Moving without changes
Deleting applications
What is the 'refactoring' migration strategy?
Rewriting applications to be cloud-native
Minor changes
No changes
Deleting data
What is a major challenge in cloud migration?
Data security and compliance
Application compatibility
Cost management
All of the above
What is the benefit of using a hybrid approach during migration?
Gradual transition and reduced risk
Immediate full migration
Lower cost
No benefits
What is the pay-as-you-go model in cloud computing?
Paying only for resources consumed
Paying a fixed monthly fee
Paying upfront for a year
No cost
What is the total cost of ownership (TCO) in cloud?
The total cost of running infrastructure including hardware, software, and maintenance
The cost of cloud services only
The cost of migration
The cost of training
What is a Reserved Instance in cloud pricing?
Pre-purchasing capacity for a discount
On-demand instance
Spot instance
Free tier
What is a Spot Instance?
A low-cost, unused compute capacity that can be interrupted
A dedicated instance
A reserved instance
A free instance
Which of the following can help reduce cloud costs?
Right-sizing resources
Using spot instances
Reserved capacity
All of the above
What is the benefit of the AWS Free Tier?
Free usage within certain limits to explore services
Unlimited free usage
Free for one year
Free for all users
Which company is a leader in cloud computing?
Amazon Web Services
Microsoft Azure
Google Cloud Platform
All of the above
What is the market share of AWS compared to other providers? (Approximate)
About 30-40%
About 10%
About 50%
About 70%
Which cloud provider offers a free tier with 12 months of certain services?
AWS
Azure
GCP
All of the above
Which industry is a major adopter of cloud computing?
Healthcare
Finance
Retail
All of the above
What is the primary reason companies move to cloud?
Cost savings and flexibility
Security concerns
Compliance requirements
Marketing
Which company is known for its hybrid cloud approach?
Azure
AWS
Google Cloud
IBM Cloud
Which certification is for AWS cloud practitioners?
AWS Certified Cloud Practitioner
AWS Certified Solutions Architect
AWS Certified Developer
AWS Certified SysOps Administrator
Which certification is for Azure fundamentals?
Microsoft Certified: Azure Fundamentals
Microsoft Certified: Azure Administrator
Microsoft Certified: Azure Developer
Microsoft Certified: Azure Solutions Architect
Which certification is for Google Cloud fundamentals?
Google Cloud Certified: Cloud Digital Leader
Google Cloud Certified: Professional Cloud Architect
Google Cloud Certified: Associate Cloud Engineer
Google Cloud Certified: Cloud Developer
What is the benefit of cloud certifications?
Career advancement
Demonstrating expertise
Higher salary
All of the above
Which certification is recommended for cloud architects?
AWS Certified Solutions Architect β Associate
Azure Solutions Architect Expert
Google Professional Cloud Architect
All of the above
What is a prerequisite for most associate-level cloud certifications?
Experience with the cloud platform
No prerequisites
A degree in computer science
Previous certification
What is edge computing?
Processing data near the source of data generation
Processing data in a central cloud
Processing data on mobile devices
Processing data on servers
What is quantum computing in the cloud?
Cloud-based access to quantum computers
Classical computing
High-performance computing
Data storage
Which cloud provider offers quantum computing services?
AWS (Braket)
Azure (Quantum)
Google (Quantum AI)
All of the above
What is a cloud-native application?
An application designed specifically for cloud environments
An application migrated to the cloud
An application that uses on-premises resources
An application without containers
What is a service mesh?
A dedicated infrastructure layer for service-to-service communication
A type of load balancer
A storage service
A networking service
What is the role of AI in cloud computing?
To provide AI services like machine learning and natural language processing
To manage physical servers
To replace human workers
To reduce cloud costs
What is resource pooling in cloud computing?
Combining physical and virtual resources to serve multiple consumers
Allocating dedicated resources to each user
Using only physical resources
Limiting access to resources
What is the main characteristic of public cloud?
Open to the public over the internet
Only accessible to a single organization
Shared among a limited group
Accessible only via VPN
Which service model provides a platform for developers to build applications?
PaaS
IaaS
SaaS
DaaS
Which service model is most similar to traditional on-premises hosting?
IaaS
PaaS
SaaS
None
What is the shared responsibility model in IaaS?
Provider manages infrastructure; customer manages OS, applications, and data
Provider manages everything
Customer manages everything
Security is not shared
What is a common method to secure cloud data?
Encryption
Access control
Monitoring
All of the above
Which AWS service is used for relational databases?
RDS
DynamoDB
Redshift
ElastiCache
Which Azure service is used for noSQL databases?
Azure Cosmos DB
Azure SQL Database
Azure MySQL
Azure PostgreSQL
Which GCP service is used for NoSQL databases?
Cloud Firestore
Cloud SQL
BigQuery
Cloud Spanner
What is the difference between a container and a virtual machine?
Containers share the host OS, VMs have their own OS
VMs are lighter than containers
Containers are more secure
There is no difference
What is a function-as-a-service (FaaS)?
A serverless computing model where code is executed in response to events
A type of IaaS
A type of SaaS
A storage service
What is the purpose of CloudWatch in AWS?
Monitoring and observability of AWS resources
Storage service
Compute service
Networking service