nerdexam
AmazonAmazon

DVA-C02 · Question #692

DVA-C02 Question #692: Real Exam Question with Answer & Explanation

The correct answer is C: Use AWS CodeBuild and AWS CodePipeline to invoke builds and corresponding deployments. Using AWS CodeBuild and CodePipeline integrated with the source control system automates builds and deployments upon merging pull requests, enabling multiple developers to collaborate with minimal manual steps and ensuring continuous delivery to Lambda.

Submitted by marco_it· Mar 5, 2026Deployment

Question

A developer is writing a new serverless application for a company. Several other developers must collaborate on the code for this application, and the company expects frequent changes to the code. The developer needs to deploy the code from source control to AWS Lambda with the fewest number of manual steps. Which strategy for the build and deployment should the developer use to meet these requirements?

Options

  • ABuild the code locally, and then upload the code into the source control system. When a release
  • BUse the AWS SAM CLI to build and deploy the application from the developer's local machine
  • CUse AWS CodeBuild and AWS CodePipeline to invoke builds and corresponding deployments
  • DUse the Lambda console to upload a .zip file of the application that is created by the AWS SAM

Explanation

Using AWS CodeBuild and CodePipeline integrated with the source control system automates builds and deployments upon merging pull requests, enabling multiple developers to collaborate with minimal manual steps and ensuring continuous delivery to Lambda.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 PracticeBrowse All DVA-C02 Questions