exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 412 discussion

A developer is setting up AWS CodePipeline for a new application. During each build, the developer must generate a test report.

Which solution will meet this requirement?

  • A. Create an AWS CodeBuild build project that runs tests. Configure the buildspec file with the test report information.
  • B. Create an AWS CodeDeploy deployment that runs tests. Configure the AppSpec file with the test report information.
  • C. Run the builds on an Amazon EC2 instance that has AWS Systems Manager Agent (SSM Agent) installed and activated.
  • D. Create a repository in AWS CodeArtifact. Select the test report template.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Mo_1981
9 months, 1 week ago
Selected Answer: A
Answer is A
upvoted 3 times
...
albert_kuo
9 months, 1 week ago
Selected Answer: A
version: 0.2 phases: install: runtime-versions: nodejs: 12 build: commands: - echo Running tests... - npm install - npm test artifacts: files: - '**/*' base-directory: build reports: my-test-report: files: - '**/*' base-directory: test-results discard-paths: no
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago