Module 1 - Think Serverless

Module 1 - Think Serverless

Professional Development

5 Qs

quiz-placeholder

Similar activities

Arch::12::Serverless

Arch::12::Serverless

Professional Development

8 Qs

Lambda V1

Lambda V1

Professional Development

5 Qs

AWS Basics Quiz

AWS Basics Quiz

Professional Development

8 Qs

DP 203 M2

DP 203 M2

Professional Development

10 Qs

AWS Security - Semana 5

AWS Security - Semana 5

Professional Development

10 Qs

Ngobras Dit Tech Maret 2021

Ngobras Dit Tech Maret 2021

Professional Development

10 Qs

Bedrock Immersion Day Quiz

Bedrock Immersion Day Quiz

Professional Development

10 Qs

SysOps Associate Sample Exam Questions

SysOps Associate Sample Exam Questions

Professional Development

10 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