
Q31
Q31 In which cloud service model does the provider manage everything from hardware to applications?
IaaS
PaaS
SaaS
DaaS
Q32
Q32 Which of the following is a key benefit of Platform as a Service (PaaS)?
Full hardware control
Faster development
Manual scaling
Increased hardware flexibility
Q33
Q33 In the IaaS model, which of the following is the responsibility of the user?
Application updates
Networking
Operating system
Data backup
Q34
Q34 Which cloud service model is best suited for developers who want to build custom applications without managing infrastructure?
SaaS
PaaS
IaaS
FaaS
Q35
Q35 Which of the following is typically not a responsibility of the cloud provider in an IaaS model?
Networking
Security
Applications
Virtualization
Q36
Q36 Which service model allows customers to rent virtualized computing resources over the internet?
SaaS
IaaS
PaaS
DBaaS
Q37
Q37 Which AWS service is an example of Infrastructure as a Service (IaaS)?
AWS Lambda
Amazon EC2
AWS S3
AWS CloudFormation
Q38
Q38 A company using a SaaS product for their business processes is facing issues with scaling. What could be the reason?
Lack of cloud resources
SaaS application has limited scalability
Overloaded servers
Network issues
Q39
Q39 Which of the following is a public cloud deployment model?
AWS
VMware
Microsoft Azure
Both AWS and Microsoft Azure
Q40
Q40 What is a key advantage of a private cloud model?
Shared resources
Increased security
Low cost
Limited scalability
Q41
Q41 Which deployment model combines both private and public cloud features?
Public cloud
Hybrid cloud
Private cloud
Community cloud
Q42
Q42 Which of the following is a characteristic of community cloud deployment?
Infrastructure is shared between several organizations
Infrastructure is managed by a single organization
No scalability
Only available to government organizations
Q43
Q43 Which of the following scenarios is best suited for a hybrid cloud model?
A government agency hosting sensitive data
A startup hosting a website
A large enterprise with varying workloads
A personal blog
Q44
Q44 What is the primary benefit of a community cloud over a public cloud?
Higher security
Lower cost
No need for maintenance
More scalability
Q45
Q45 In Google Cloud Platform (GCP), which command can be used to create a new virtual machine instance in a public cloud environment?
gcloud init
gcloud compute instances create
gcloud vm create
gcloud new vm
Q46
Q46 Which Azure service is used to deploy applications across a hybrid cloud model?
Azure Stack
Azure Kubernetes Service
Azure VMs
Azure Functions
Q47
Q47 Which AWS service is ideal for deploying applications in a private cloud environment?
AWS Direct Connect
AWS Lambda
AWS EC2
AWS VPC
Q48
Q48 In a hybrid cloud setup, which AWS tool helps securely connect an on-premises private cloud to the AWS public cloud?
AWS VPN
AWS Direct Connect
AWS Lambda
AWS CloudFormation
Q49
Q49 A company using a public cloud environment is facing data security concerns. What could be a possible solution?
Move to a hybrid cloud
Upgrade public cloud security
Use more encryption
Migrate to private cloud
Q50
Q50 An organization using a private cloud is finding it difficult to scale during peak times. What could be the solution?
Migrate fully to a public cloud
Move to a hybrid cloud
Increase private cloud resources
Move to a community cloud
Q51
Q51 What is the primary benefit of virtualization in cloud computing?
Increased physical servers
Resource optimization
Lower bandwidth usage
Faster network speeds
Q52
Q52 Which type of hypervisor runs directly on the host's hardware without an underlying operating system?
Type 1
Type 2
Bare-metal
Both Type 1 and Bare-metal
Q53
Q53 In virtualization, what is the function of a hypervisor?
Manages the virtual machine and hardware interaction
Creates storage clusters
Optimizes network bandwidth
Enhances security
Q54
Q54 Which of the following is NOT a type of virtualization technology?
Desktop virtualization
Network virtualization
Application virtualization
Fiber channel virtualization
Q55
Q55 What is one key advantage of using containers over traditional virtual machines?
More secure
Faster startup time
Requires more resources
Limited isolation
Q56
Q56 Which technology is most commonly used to isolate different cloud applications in a single environment?
Full virtualization
Paravirtualization
Containers
Hybrid virtualization
Q57
Q57 Which command is used to list all Docker containers running on a machine?
docker run
docker ps
docker start
docker exec
Q58
Q58 How would you create a new virtual machine in VMware using the CLI?
vmware create-vm
vm create
vmware-vmcreate
vmware-cmd -s create
Q59
Q59 What is the correct command to launch a container using Docker?
docker run [container_name]
docker launch [container_name]
docker exec [container_name]
docker create [container_name]
Q60
Q60 How do you mount a virtual disk image (VDI) to a virtual machine in VirtualBox?
VBoxManage mount-disk
VBoxManage attach-disk
VBoxManage load-vdi
VBoxManage add-storage


