Sec. 10: Other Compute Services, ECS, Lambda, Batch, Lightsail

Sec. 10: Other Compute Services, ECS, Lambda, Batch, Lightsail

University

11 Qs

quiz-placeholder

Similar activities

Sec. 18: Account Management, Billing & Support [1/2]

Sec. 18: Account Management, Billing & Support [1/2]

University

12 Qs

TT Mobile NC

TT Mobile NC

University

9 Qs

ACTIVIDAD-CYME-1: Internet y sus Servicios

ACTIVIDAD-CYME-1: Internet y sus Servicios

University

10 Qs

Kubernetes CBLAB

Kubernetes CBLAB

University

9 Qs

Sec. 6: EC2 Instance Storage

Sec. 6: EC2 Instance Storage

University

9 Qs

Sec. 7: ELB & ASG - Elastic Load Balancing & Auto Scaling Groups

Sec. 7: ELB & ASG - Elastic Load Balancing & Auto Scaling Groups

University

9 Qs

AWS 2 Session 1 Touchpoints

AWS 2 Session 1 Touchpoints

University

10 Qs

Cloud migration prerequisite

Cloud migration prerequisite

University - Professional Development

15 Qs

Sec. 10: Other Compute Services, ECS, Lambda, Batch, Lightsail

Sec. 10: Other Compute Services, ECS, Lambda, Batch, Lightsail

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Renato Biz Martins

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you get charged in AWS Lambda?

Per programming language

Per number of functions

Per call and per duration

Per inactive time

Answer explanation

In AWS Lambda, you are charged per request and compute time, that's it.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You would like to launch Docker containers in AWS without worrying about provisioning or managing any infrastructure. The Docker containers will be used to host a heavy workloads to serve different types of requests. Some requests may need up to 30 minutes to be completed. Which AWS service should you use to run Docker containers in a Serverless way and satisfy the requirements?

ECS

Fargate

ECR

Lambda

Answer explanation

Fargate allows you to launch Docker containers on AWS, and you don't need to provision and maintain the infrastructure (=no EC2 instances to manage). It is Serverless.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A complete cloud beginner would like to create a simple application with predictable pricing. What service should this person use?

EC2

Lambda

Lightsail

EasyStart

Answer explanation

Amazon Lightsail is designed to be the easiest way to launch and manage a virtual private server with AWS. Lightsail plans include everything you need to jumpstart your project – a virtual machine, SSD- based storage, data transfer, DNS management, and a static IP address – for a low, predictable price. It can be used to create a simple web application, a website or a dev/test environment.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the software development platform that allows you to run applications the same way, regardless of where they are run?

Dolphin

Shark

Docker

ECS

Answer explanation

Docker is a software development platform that allows you to run applications the same way, regardless of where they are run. It can scale containers up and down within seconds.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you best describe "event-driven" in AWS Lambda?

Happens on a certain day

Happens at a certain time

Happens on a regular basis

Happens when needed

Answer explanation

"Event-driven" in Lambda means that functions are invoked when needed. They are triggered.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which AWS service allows you to launch Docker containers on AWS, but requires you to provision and maintain the infrastructure?

ECR

EC2

ECS

Fargate

Answer explanation

ECS allows you to launch Docker containers on AWS, but you must provision and maintain the infrastructure (i.e. EC2 instances).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is INCORRECT regarding the definition of the term "serverless"?

Serverless allows you to deploy functions as a service

There are no servers

You don't need to manage servers

Lambda is the serverless pioneer

Answer explanation

Serverless does not mean that there are no servers, you just do not manage, provision and see them, but they do exist.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?