AWS-Certified-Developer-Associate-DVA-C01 AWS Certified Developer Associate (DVA-C01)

Loading demo links...

Showing 19–20 of 20 questions

Question 19

A company has developed a new serverless application using AWS Lambda functions that will be deployed using the AWS Serverless Application Model (AWS SAM) CLI.

Which step should the developer complete prior to deploying the application?

Select an option, then click Submit answer.

  • Compress the application to a .zip file and upload it into AWS Lambda

  • Test the new AWS Lambda function by first tracing it in AWS X-Ray

  • Bundle the serverless application using a SAM package

  • Create the application environment using the eb create my-env command

Question 20

An application is real-time processing millions of events that are received through an API.

What service could be used to allow multiple consumers to process the data concurrently and MOST cost-effectively?

Select an option, then click Submit answer.

  • Amazon SNS with fanout to an SQS queue for each application

  • Amazon SNS with fanout to an SQS FIFO (first-in, first-out) queue for each application

  • Amazon Kinesis Firehose

  • Amazon Kinesis Streams