Q. Which of the following is NOT a deployment model of cloud computing?

  • (A) Public cloud
  • (B) Private cloud
  • (C) Hybrid cloud
  • (D) Vertical cloud
πŸ’¬ Discuss
βœ… Correct Answer: (D) Vertical cloud
Explanation: Vertical cloud is not a recognized deployment model. The main ones are public, private, hybrid, and community.

Q. Which tool is used for automating cloud infrastructure?

  • (A) WordPress
  • (B) Terraform
  • (C) Photoshop
  • (D) Figma
πŸ’¬ Discuss
βœ… Correct Answer: (B) Terraform
Explanation: Terraform is an open-source tool used for Infrastructure as Code to provision cloud resources.

Q. Which company offers Azure cloud services?

  • (A) Apple
  • (B) Amazon
  • (C) Microsoft
  • (D) IBM
πŸ’¬ Discuss
βœ… Correct Answer: (C) Microsoft
Explanation: Microsoft is the provider of Azure cloud computing services.

Q. What does the term 'serverless' mean in cloud computing?

  • (A) No servers are used
  • (B) Servers are managed by the user
  • (C) User doesn't manage the server infrastructure
  • (D) Apps run without code
πŸ’¬ Discuss
βœ… Correct Answer: (C) User doesn't manage the server infrastructure
Explanation: Serverless computing abstracts infrastructure management from the user. Providers manage it.

Q. Which of the following can be used to deploy applications on AWS?

  • (A) EC2
  • (B) RDS
  • (C) S3
  • (D) CloudFront
πŸ’¬ Discuss
βœ… Correct Answer: (A) EC2
Explanation: EC2 (Elastic Compute Cloud) is used to launch and manage virtual servers on AWS.

Q. Which layer in cloud computing deals with data storage and compute power?

  • (A) SaaS
  • (B) PaaS
  • (C) IaaS
  • (D) UIaaS
πŸ’¬ Discuss
βœ… Correct Answer: (C) IaaS
Explanation: IaaS provides infrastructure services like storage and virtual machines.

Q. Which AWS service is used for database hosting?

  • (A) EC2
  • (B) Lambda
  • (C) RDS
  • (D) CloudWatch
πŸ’¬ Discuss
βœ… Correct Answer: (C) RDS
Explanation: Amazon RDS (Relational Database Service) is used for managing and scaling databases.

Q. Which one of these is not a core feature of cloud computing?

  • (A) On-demand self-service
  • (B) Broad network access
  • (C) High latency
  • (D) Measured service
πŸ’¬ Discuss
βœ… Correct Answer: (C) High latency
Explanation: High latency is undesirable and not a feature of cloud computing.

Q. Which type of cloud is shared by multiple organizations with common goals?

  • (A) Public cloud
  • (B) Private cloud
  • (C) Community cloud
  • (D) Hybrid cloud
πŸ’¬ Discuss
βœ… Correct Answer: (C) Community cloud
Explanation: Community cloud is shared by several organizations with similar concerns like compliance.

Q. Which of these services falls under IaaS?

  • (A) Dropbox
  • (B) Google Compute Engine
  • (C) Google App Engine
  • (D) Salesforce
πŸ’¬ Discuss
βœ… Correct Answer: (B) Google Compute Engine
Explanation: Google Compute Engine is an IaaS offering virtual machines.