Q. Which platform provides serverless computing in Azure?

  • (A) Azure DevOps
  • (B) Azure Functions
  • (C) Azure Virtual Machines
  • (D) Azure Pipelines
πŸ’¬ Discuss
βœ… Correct Answer: (B) Azure Functions
Explanation: Azure Functions provide serverless compute for event-driven applications.

Q. What is the purpose of cloud orchestration?

  • (A) Server creation
  • (B) Workflow automation and management
  • (C) Monitoring only
  • (D) Running antivirus
πŸ’¬ Discuss
βœ… Correct Answer: (B) Workflow automation and management
Explanation: Cloud orchestration is used to manage automated tasks and workflows in cloud environments.

Q. Which of these services is used for object lifecycle management in AWS?

  • (A) S3
  • (B) EC2
  • (C) Lambda
  • (D) CloudWatch
πŸ’¬ Discuss
βœ… Correct Answer: (A) S3
Explanation: S3 allows you to manage the lifecycle of your stored objects, including transition and deletion.

Q. Which tool is used for container orchestration in the cloud?

  • (A) Docker
  • (B) Terraform
  • (C) Kubernetes
  • (D) Chef
πŸ’¬ Discuss
βœ… Correct Answer: (C) Kubernetes
Explanation: Kubernetes is an open-source platform for managing containerized workloads and services.

Q. Which cloud service type is Google App Engine?

  • (A) IaaS
  • (B) PaaS
  • (C) SaaS
  • (D) FaaS
πŸ’¬ Discuss
βœ… Correct Answer: (B) PaaS
Explanation: Google App Engine is a PaaS service for building and hosting applications.

Q. Which of these AWS services is used for monitoring?

  • (A) CloudTrail
  • (B) CloudWatch
  • (C) CodePipeline
  • (D) S3
πŸ’¬ Discuss
βœ… Correct Answer: (B) CloudWatch
Explanation: Amazon CloudWatch is a monitoring service for AWS resources and applications.

Q. Which storage type provides block-level storage in AWS?

  • (A) S3
  • (B) EFS
  • (C) EBS
  • (D) Glacier
πŸ’¬ Discuss
βœ… Correct Answer: (C) EBS
Explanation: Amazon EBS (Elastic Block Store) provides block-level storage volumes for EC2 instances.

Q. Which protocol is commonly used to manage virtual machines in the cloud?

  • (A) SSH
  • (B) HTTP
  • (C) SMTP
  • (D) POP3
πŸ’¬ Discuss
βœ… Correct Answer: (A) SSH
Explanation: SSH (Secure Shell) is commonly used for secure remote management of virtual machines.

Q. Which cloud provider offers 'Cloud Functions' as serverless service?

  • (A) AWS
  • (B) Microsoft
  • (C) Google
  • (D) IBM
πŸ’¬ Discuss
βœ… Correct Answer: (C) Google
Explanation: Google Cloud Functions is Google’s serverless execution environment for building and connecting cloud services.

Q. Which is a cloud-based IDE?

  • (A) IntelliJ
  • (B) Repl.it
  • (C) Eclipse
  • (D) VS Code
πŸ’¬ Discuss
βœ… Correct Answer: (B) Repl.it
Explanation: Repl.it is a cloud-based IDE that supports many programming languages.