AWS Tutorial — A Beginner's Guide Quiz

Review essential AWS cloud concepts, core services, and best practices with this beginner-focused tutorial quiz. Strengthen your foundational understanding of AWS architecture, compute, storage, and security.

  1. Cloud Computing Basics

    Which of the following best describes a key benefit of cloud computing?

    1. Software must be manually installed on each user's computer
    2. Upfront purchasing of physical servers is required
    3. All resources are managed on-premises only
    4. Resources can be rapidly scaled up or down based on demand

    Explanation: A main advantage of cloud computing is elasticity, allowing resources to scale dynamically. Manual software installation and on-premises management are traditional IT approaches, not cloud features. The cloud model eliminates the need for upfront investments in physical servers.

  2. AWS Compute Services

    Which AWS service lets you run virtual servers in the cloud with flexible configuration options?

    1. Amazon S3
    2. Amazon Route 53
    3. Amazon RDS
    4. Amazon EC2

    Explanation: Amazon EC2 provides scalable virtual servers in the cloud, offering control over OS, networking, and security. Amazon S3 is for object storage, Amazon RDS is a managed database service, and Amazon Route 53 handles DNS and domain services.

  3. AWS Storage Services

    What is the primary use of Amazon S3?

    1. Hosting virtual servers for compute workloads
    2. Storing and retrieving large amounts of unstructured data
    3. Managing relational databases
    4. Controlling network routing and DNS

    Explanation: Amazon S3 is designed for scalable object storage, ideal for unstructured data like files, backups, and media. It is not used for compute workloads, database management, or network/DNS control.

  4. Security and Identity in AWS

    Which AWS feature helps you manage user permissions and securely control access to services?

    1. Amazon CloudWatch
    2. Auto Scaling
    3. IAM (Identity and Access Management)
    4. Amazon EFS

    Explanation: IAM is AWS's tool for managing users, roles, and permissions securely. CloudWatch is for monitoring, Auto Scaling adjusts compute resources, and EFS is a file storage service, none of which handle user access control.

  5. Monitoring and Management Tools

    Which tool is primarily used for monitoring AWS resources and collecting logs and metrics?

    1. AWS CodeDeploy
    2. Amazon VPC
    3. Amazon CloudWatch
    4. AWS Lambda

    Explanation: CloudWatch provides monitoring, logging, and alerting for AWS resources. Lambda is a compute service for running code, CodeDeploy automates deployments, and VPC manages networking but not monitoring.