AWS Severless Quizzes

AWS Severless Quizzes

University

12 Qs

quiz-placeholder

Similar activities

Talend - Data Integration

Talend - Data Integration

KG - University

10 Qs

Microsoft Azure

Microsoft Azure

University

11 Qs

LAMBDA FUNCTION QUIZ

LAMBDA FUNCTION QUIZ

KG - Professional Development

10 Qs

AWS Glue

AWS Glue

University

10 Qs

|| Serverless Workshop ||

|| Serverless Workshop ||

University

15 Qs

Prueba de salida - Proyecto Serverless

Prueba de salida - Proyecto Serverless

University

12 Qs

Módulo 6: Computação

Módulo 6: Computação

University

15 Qs

Preparatorio AWS Certified Solutions Unidad1

Preparatorio AWS Certified Solutions Unidad1

University

14 Qs

AWS Severless Quizzes

AWS Severless Quizzes

Assessment

Quiz

Computers

University

Hard

Created by

linh hồng

Used 17+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A cybersecurity company is running a serverless backend with several compute-heavy workflows running on Lambda functions. The development team has noticed a performance lag after analyzing the performance metrics for the Lambda functions.

As a Developer Associate, which of the following options would you suggest as the BEST solution to address the compute-heavy workloads?

Increase the amount of memory available to the Lambda functions

Invoke the Lambda functions asynchronously to process the compute-heavy workflows

Use reserved concurrency to account for the compute-heavy workflows

Use provisioned concurrency to account for the compute-heavy workflows

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

You are planning to use the Serverless Application model which will be used to deploy a serverless application consisting of a Node.js function. Which of the following steps need to be carried out? Choose 2 answers from the options given below.

Use the Lambda package command.

Use the SAM package command.

Use the Lambda deploy command.

Use the SAM deploy command.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You are a developer in a manufacturing company that has several servers on-site. The company decides to move new development to the cloud using serverless technology. You decide to use the AWS Serverless Application Model (AWS SAM) and work with an AWS SAM template file to represent your serverless architecture.

Which of the following is NOT a valid serverless resource type?

AWS::Serverless::UserPool

AWS::Serverless::Function

AWS::Serverless::Api

AWS::Serverless::SimpleTable

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A media analytics company has built a streaming application on Lambda using Serverless Application Model (SAM).

As a Developer Associate, which of the following would you identify as the correct order of execution to successfully deploy the application?

Develop the SAM template locally => upload the template to Lambda => deploy your application to the cloud

Develop the SAM template locally => upload the template to CodeCommit => deploy your application to CodeDeploy

Develop the SAM template locally => upload the template to S3 => deploy your application to the cloud

Develop the SAM template locally => deploy the template to S3 => use your application in the cloud

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Your company is planning to move away from reserving EC2 instances and would like to adopt a more agile form of serverless architecture.

Which of the folloiwng is the simplest and the least effort way of deploying the Docker containers on this serverless architecture?

Amazon Elastic Container Service (Amazon ECS) on EC2

Amazon Elastic Kubernetes Service (Amazon EKS) on Fargate

Amazon Elastic Container Service (Amazon ECS) on Fargate

AWS Elastic Beanstalk

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Other than the Resources section, which of the following sections in a Serverless Application Model (SAM) Template is mandatory?

Parameters

Mappings

Globals

Transform

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

An IT company has migrated to a serverless application stack on the AWS Cloud with the compute layer being implemented via Lambda functions. The engineering managers would like to actively troubleshoot any failures in the Lambda functions.

As a Developer Associate, which of the following solutions would you suggest for this use-case?

Use CloudWatch Events to identify and notify any failures in the Lambda code

Use CodeCommit to identify and notify any failures in the Lambda code

The developers should insert logging statements in the Lambda function code which are then available via CloudWatch logs

Use CodeDeploy to identify and notify any failures in the Lambda code

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?