exam questions

Exam AWS Certified Developer Associate All Questions

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

Exam AWS Certified Developer Associate topic 1 question 165 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 165
Topic #: 1
[All AWS Certified Developer Associate Questions]

A development team wants to build a continuous integration/continuous delivery (CI/CD) pipeline. The team is using AWS CodePipeline to automate the code build and deployment. The team wants to store the program code to prepare for the CI/CD pipeline.

Which AWS service should the team use to store the program code?

  • A. AWS CodeDeploy
  • B. AWS CodeArtifact
  • C. AWS CodeCommit
  • D. Amazon CodeGuru
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
saysamsuf
Highly Voted 2 years, 7 months ago
This is confusing for me. I will lean towards code commit which is like a git-hub preparatory for cicd jobs. This phrase "The team wants to store the program code to prepare for the CI/CD pipeline" is my cue to that . AWS code-artifacts works like nexus to store packages that have undergone build and maybe test process
upvoted 6 times
...
rcaliandro
Most Recent 2 years ago
Selected Answer: C
The pipeline is almost complete: we have CodeBuild to build or eventually run also tests, we have CodeDeploy to deploy the application. What is missing is a version control repository to achieve the following requirement "The team wants to store the program code". CodeCommit is the right answer
upvoted 2 times
...
pancman
2 years, 4 months ago
A very similar question was on the exam today, asking for the CodeCommit (Feb 2023)
upvoted 1 times
...
MMaquis
2 years, 4 months ago
Selected Answer: C
CodeArtifact is not the best choice for storing program code that needs to be version controlled and managed as source code. CodeArtifact is designed to store artifacts and dependencies that are typically produced during the build process, rather than the source code itself. While it is possible to store source code in CodeArtifact, it is not a recommended practice for managing source code repositories. Therefore, if the development team wants to store the program code to prepare for the CI/CD pipeline, AWS CodeCommit is the most suitable AWS service to use for managing and version-controlling the source code repository.
upvoted 2 times
...
pancman
2 years, 4 months ago
Selected Answer: C
C - CodeCommit. It is like the GitHub of AWS, so you store the code there.
upvoted 1 times
...
sichilam
2 years, 5 months ago
CodeArtifact allows you to store artifacts using popular package managers and build tools like Maven, Gradle, npm, Yarn, Twine, pip, and NuGet. CodeArtifact can automatically fetch software packages on demand from public package repositories so you can access the latest versions of application dependencies.
upvoted 3 times
...
nharaz
2 years, 6 months ago
Selected Answer: C
AWS CodeCommit – A fully-managed source control service that hosts secure Git-based repositories. CodeCommit makes it easy for teams to collaborate on code in a secure and highly scalable ecosystem. This solution uses CodeCommit to create a repository to store the application and deployment codes.
upvoted 2 times
...
michaldavid
2 years, 7 months ago
Selected Answer: C
cccccccc
upvoted 1 times
...
k1kavi1
2 years, 7 months ago
Selected Answer: C
https://aws.amazon.com/blogs/devops/complete-ci-cd-with-aws-codecommit-aws-codebuild-aws-codedeploy-and-aws-codepipeline/
upvoted 1 times
...
CloudHandsOn
2 years, 7 months ago
I believe its C, AWS CodeCommit. Not sure if the code-artifact option fits this use case.
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 ...