AWS (QUIZ 5 MODULE 3)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards
  1. A pharmaceutical research company needs to run thousands of simulations to analyze protein folding. These compute-heavy tasks are run in parallel and do not require real-time interaction. The company wants the jobs to be automatically scheduled and scaled based on computing demand.

    Which AWS service BEST fits this workload?

    a) AWS Batch
    b) Amazon Lightsail
    c) AWS Elastic Beanstalk
    d) AWS Lambda

a) AWS Batch

2
New cards
  1. A development team at an e-commerce company is working on a new website. The applications runs fine on their local machines, but when they attempt to deploy it to a staging environment, it does not work as expected. The team wants to make sure that the application runs consistently across all development, testing, and production environments going forward.

    Which solution should the team use to make sure that the application runs the same across all environments?

    a) Set up separate environments for each operating system.
    b) Use Amazon EC2 to manually recreate the development environment.
    c) Uses different versions of the applications for different environments.
    d) Package the application in a container that includes all dependencies.

d) Package the application in a container that includes all dependencies.

3
New cards
  1. A development team at a travel company has stored their hotel booking system’s container image in Amazon Elastic Container Registry (Amazon ECR) and is ready to deploy it. They need a service that can automatically start and stop containers based on traffic, scale up or down with demand, and monitor the health of the system.

    Which service does the team need next?

    a) An orchestration service like Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS)
    b) Amazon EC2 with auto scaling
    c) AWS Lambda
    d) A virtual machine to run the container manually

a) An orchestration service like Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS)

4
New cards
  1. A company is launching a containerized photo application and has built the container image, which needs to be stored secretly. They plan to use Kubernetes for orchestration and prefer not to manage any servers.

    Which combination of AWS services BEST fits their needs?

    a) Amazon ECR, Amazon ECS, and Amazon EC2
    b) Amazon S3, Amazon ECS, and Amazon EC2
    c) Amazon ECR, Amazon EKS, and AWS Fargate
    d) Amazon ECR, AWS Lambda, and Amazon EC2

c) Amazon ECR, Amazon EKS, and AWS Fargate

5
New cards
  1. A developer is launching a new microservice and wants to focus only on writing and deploying code. They do not want to manage servers, handle scaling, or worry about infrastructure availability.

    Which AWS service model is BEST for this use case?

    a) Unmanaged
    b) Hybrid cloud
    c) Serverless
    d) On premises

c) Serverless

6
New cards
  1. Amazon ECS or Amazon EKS can automatically scale containers, handle health checks, and manage their lifecycle based on traffic demand, which fits the team’s requirements.

    What is the customer responsible for managing in a serverless service like AWS Lambda?

    a) The operating system, network configuration, and application stack
    b) Nothing - AWS manages everything
    c) The application code
    d) The physical servers and networking hardware

c) The application code

7
New cards
  1. A freelance developer is building a blog for a client with minimal traffic. They want a basic, cost-effective solution that includes storage and compute in one package, without having to deal with complex configurations or scaling concerns.

    Which AWS service is the BEST fit?

    a) Amazon Lightsail
    b) AWS Fargate
    c) AWS Lambda
    d) AWS Batch

a) Amazon Lightsail

8
New cards
  1. With serverless services like Lambda, customers are responsible for the application code. AWS manages the infrastructure, scaling, and availability.

    Which scenario is the BEST fit for using AWS Lambda?

    a) Running a relational databases that needs complex queries and frequent connections
    b) Hosting a high-traffic web server that requires full control over the operating system (OS)
    c) Running a large, high-performance computing workload that takes several hours to complete
    d) Automatically processing images as users upload them to an Amazon S3 bucket

d) Automatically processing images as users upload them to an Amazon S3 bucket