AWS. Cloud Computing #learncloud #learnAWS Quiz

Challenge your understanding of cloud computing basics and AWS user management with this easy-level quiz. Explore key concepts such as service models, user roles, and best practices.

  1. Cloud Computing Fundamentals

    What is the main benefit of cloud computing compared to owning physical hardware?

    1. Ability to pay-as-you-go for resources
    2. Requirement to buy more servers up front
    3. No need to back up your data
    4. Limited access to data remotely

    Explanation: Cloud computing enables users to access computing resources on a pay-as-you-go basis, which improves flexibility and cost-effectiveness. Buying servers up front is avoided with cloud services. Limited access and no need for backups are incorrect; cloud generally improves access and still requires data management best practices.

  2. Types of Cloud Service Models

    Which cloud service model allows you to rent virtual servers, storage, and networking components via the internet?

    1. Infrastructure as a Service (IaaS)
    2. Function as a Service (FaaS)
    3. Platform as a Service (PaaS)
    4. Software as a Service (SaaS)

    Explanation: IaaS provides fundamental computing resources like virtual machines, storage, and networking. SaaS delivers software through the browser, PaaS includes development tools and managed services, and FaaS is a serverless compute model unlike general infrastructure.

  3. User Roles in Cloud Management

    Who has unrestricted access to all tools and services in an AWS environment?

    1. Power user
    2. Read-only user
    3. Developer user
    4. Root user

    Explanation: The root user holds full administrative rights across the account. Power, developer, and read-only users have lesser permissions and may be limited in what services or tools they can access depending on their assigned roles.

  4. Understanding IAM (Identity and Access Management)

    What is the correct sequence to create a new user with full administrative privileges on AWS?

    1. Send email invite, wait for confirmation, grant bucket access
    2. Sign in as guest, enable public access, create admin shortcut
    3. Go to IAM dashboard, create user, assign 'AdministratorAccess' policy
    4. Search for EC2, click 'Add instance', select admin role

    Explanation: Creating a new admin user involves using the IAM dashboard, adding a user, and assigning the appropriate policy. The other options either discuss unrelated services, miss steps, or lack the required permissions for administrative access.

  5. Cloud Service Examples

    Which of these services is an example of Platform as a Service (PaaS)?

    1. Salesforce
    2. Amazon S3
    3. Amazon EC2
    4. Heroku

    Explanation: Heroku exemplifies PaaS by letting users deploy and scale applications without handling underlying servers. Amazon EC2 is IaaS, Salesforce is SaaS, and Amazon S3 is a storage service rather than a full platform.