Module 1 - Think Serverless

Module 1 - Think Serverless

Professional Development

5 Qs

quiz-placeholder

Similar activities

Quiz_iDigisys- VPC

Quiz_iDigisys- VPC

Professional Development

10 Qs

AWS ACF PT-BR Módulo 10 - Auto Scaling e Monitoramento

AWS ACF PT-BR Módulo 10 - Auto Scaling e Monitoramento

Professional Development

10 Qs

LAMBDA Functions

LAMBDA Functions

10th Grade - Professional Development

7 Qs

SysOps Associate (Week 4)

SysOps Associate (Week 4)

Professional Development

5 Qs

PYTHON VOCABULARY

PYTHON VOCABULARY

Professional Development

10 Qs

AWS Assessment 2

AWS Assessment 2

Professional Development

10 Qs

LAB NOC SIMULASI EXAM

LAB NOC SIMULASI EXAM

Professional Development

10 Qs

Curso de IPv6 Básico a Distância - M3Q1

Curso de IPv6 Básico a Distância - M3Q1

University - Professional Development

7 Qs

Module 1 - Think Serverless

Module 1 - Think Serverless

Assessment

Quiz

Computers

Professional Development

Medium

Created by

klowdbay trainer

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a property of modern applications?

Use CI-CD for deployments

Serverless

Distributed Applications

Monolithic

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the category that describes the role of 'API Gateway' in a server less application

Messaging service that invokes Lambda asynchronously

Services that invoke Lambda using Polling

Always connect with 3rd party backend

API Proxy used to invoke a backend service

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary function of 'Lambda' in a serverless application?

Handling API Gateway requests

Executing code in response to events

Managing database connections

Monitoring serverless resources

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This event source needs Lambda to poll for new messages/data

SNS

SQS

EventBridge

API Gateway

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these best describe characteristics of events in event-driven design? Pick THREE.

Events are usually processed asynchronously

Events usually expect an immediate reply

Events are used to share information about a change in state

Events are observable by other services

Events direct the targets to take specific action