Questions

  1. Which runtime choice allows you to bundle your own binary and run your own language inside a Lambda function?

A) Python
B) Go
C) Java
D) Custom runtime

  1. What's the best way to reuse the same code across multiple Lambda functions?

A) Shared git repository
B) Lambda layers
C) Invoke another Lambda function to use the shared library
D) You can't reuse code across multiple Lambda functions

  1. What is the default maximum number of concurrent Lambda executions per region in an AWS account?

A) 100
B) 1,000
C) 1,000,000
D) Unlimited

  1. Which service would I use if I wanted automated rotation of secrets? 

A) AWS Secrets Manager
B) AWS Systems Manager Parameter Store
C) AWS Key Management Service

  1. Which part of a Lambda function is responsible for abstracting services and external integrations?

A) Controller
B) Environment variables
C) Handler
D) Service

  1. What will be the response if you synchronously invoke a Lambda function that is being throttled?

A) HTTP 504 error
B) HTTP 202 code and the request will be queued
C) HTTP 429

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.199.112