nerdexam
Amazon

DVA-C02 · Question #349

A developer is using an AWS CodePipeline pipeline to provide continuous integration and continuous delivery (CI/CD) support for a Java application. The developer needs to update the pipeline to…

The correct answer is D. Create an AWS CodeArtifact repository. Publish the dependency .jar file to the repository. Use an. https://docs.aws.amazon.com/codeartifact/latest/ug/configure-service-events- codepipeline.html#configure-service-events-codepipeline-create-rule

Submitted by parkjh· Mar 5, 2026Deployment

Question

A developer is using an AWS CodePipeline pipeline to provide continuous integration and continuous delivery (CI/CD) support for a Java application. The developer needs to update the pipeline to support the introduction of a new application dependency .jar file. The pipeline must start a build when a new version of the .jar file becomes available. Which solution will meet these requirements?

Options

  • ACreate an Amazon S3 bucket to store the dependency .jar file. Publish the dependency .jar file to
  • BCreate an Amazon Elastic Container Registry (Amazon ECR) private repository. Publish the
  • CCreate an Amazon Elastic Container Registry (Amazon ECR) private repository. Publish the
  • DCreate an AWS CodeArtifact repository. Publish the dependency .jar file to the repository. Use an

How the community answered

(46 responses)
  • A
    13% (6)
  • B
    4% (2)
  • C
    7% (3)
  • D
    76% (35)

Explanation

https://docs.aws.amazon.com/codeartifact/latest/ug/configure-service-events- codepipeline.html#configure-service-events-codepipeline-create-rule

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice