Developing Serverless Solutions 1

Developing Serverless Solutions 1

KG - 3rd Grade

8 Qs

quiz-placeholder

Similar activities

Teknologi layanan jaringan

Teknologi layanan jaringan

University

10 Qs

AWS Architect Class 10

AWS Architect Class 10

Professional Development

6 Qs

Анонимная функция

Анонимная функция

9th - 12th Grade

10 Qs

Exam Prep 1

Exam Prep 1

Professional Development

10 Qs

Talend - Data Integration

Talend - Data Integration

KG - University

10 Qs

Conceitos Iniciais sobre BPMN

Conceitos Iniciais sobre BPMN

KG

12 Qs

CBD2234 Week 1

CBD2234 Week 1

12th Grade - University

9 Qs

FinTech 13-2 AWS

FinTech 13-2 AWS

Professional Development

9 Qs

Developing Serverless Solutions 1

Developing Serverless Solutions 1

Assessment

Quiz

Computers

KG - 3rd Grade

Hard

Created by

Frank Spiess

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is NOT a true statement about API Gateway?
API Gateway can proxy requests to Lambda
API Gateway authorizers let you Limit access to AWS resources through API Gateway
API Gateway invokes Lambda synchronously
API Gateway retries failed calls to AWS resources 2 times by default

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If a Lambda function is continually failing when processing batches of records off an SQS queue, which of these might a developer try to fix it?
Increase the polling rate on the queue
Decrease the concurrency on the function
Increase the timeout on the function
Decrease the visibility timeout on the queue

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these might you choose to trigger a different workflow for different customer types based on Auth0 sigh-in events?
Use Auth0 as an event source for EventBridge and route results based on a rule
Use Auth0 as an event source for an SNS topic and use attribute filters for subscribers
Use Auth0 as an event source for a Step Functions flow that uses a choice task

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a best practice for serverless deployments?
Select one deployment framework and use it for all of your deployments for consistency.
Use different AWS accounts for each environment in your deployment pipeline.
Create a specific SAM template to match each environment to keep them distinct.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You've been asked to decrease the cold start latency of a Lambda function. Which one of these might help?
Decrease the reserved concurrency for the function.
Increase the /TMP space configuration for the function
Add provisioned concurrency

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API Gatway API type provides the lowest latency?
REST
HTTP
WebSockets
GraphQL

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a true statement about observability?
Observability focuses on three pillars: logs, metrics, and errors
Observability is focused on identifying operational failures across the layers of your stack
Observability extends to getting business information about your system

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is FALSE?
Lambda spins up concurrent ephemeral environments to scale with incoming requests
Lambda will throttle concurrent requests if they reach the reserved concurrency set for the function
Lambda’s concurrency in a Region is limited to the burst capacity of that Region