Practice CodePipeline Questions Now
Start a timed practice session focusing on AWS CodePipeline topics from the DVA-C02 question bank.
Start DVA-C02 Practice Quiz →DVA-C02 CodePipeline Question Bank (21 Questions)
Browse all 21 practice questions covering AWS CodePipeline for the DVA-C02 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.
- Question 1Deployment
A developer uses CodePipeline and wants to test the artifact from the build stage before deploying. Which stage type is appropriate?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 2Deployment
A developer uses AWS CodePipeline to automate the release of a serverless application. They want commits to the main branch to automatically build, test, and deploy. Which CodePipeline action provider builds and packages the application?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 3Deployment
A CodePipeline action uses CodeBuild to build artifacts. Where does CodeBuild look for build instructions?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 4Deployment
A developer uses CodeBuild and wants build output (artifacts) to be available in the next CodePipeline stage. Where should artifacts be configured?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 5Deployment
A developer wants CodePipeline to deploy to an ECS service using a new Docker image. Which action provider performs this deployment?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 6Deployment
A developer uses CodePipeline with a manual approval stage. Who receives notification of pending approvals?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 7Deployment
In a CodePipeline pipeline, what is the role of the Source stage?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 8Deployment
A developer uses CodePipeline with a CodeDeploy deploy stage. The deployment fails. Where should the developer look for the root cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 9Troubleshooting and Optimization
A developer uses CodePipeline and wants to get notified when a deployment fails. Which is the SIMPLEST configuration?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 10Deployment
A developer uses CodePipeline with a GitHub source. The GitHub connection uses OAuth. Which service manages this connection securely?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 11Deployment
A developer wants to run integration tests against a deployed Lambda function as part of the CodePipeline after deployment. Which approach is BEST?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 12Deployment
A developer builds a multi-stage Docker image for a Lambda function. Which base image should they use for production Lambda deployments?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 13Deployment
A developer uses AWS SAM to define Lambda functions and API Gateway resources as code. Which AWS service does SAM use to deploy the infrastructure?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 14Deployment
A CloudFormation stack fails to create due to a missing IAM permission. The developer fixes the permission and re-runs the deployment. What does CloudFormation do with resources created before the failure?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 15Deployment
A developer uses CloudFormation and needs to create a resource only when a specific condition is true (e.g., deploy in production). Which feature handles this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 16Deployment
A developer uses AWS CodeStar Connections to connect CodePipeline to a GitHub repository. What does the connection enable?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 17Deployment
A developer uses AWS CDK. After running 'cdk deploy', the deployment fails because a resource type is not supported in the target region. What should they do?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 18Troubleshooting and Optimization
A CloudFormation deployment fails with 'ROLLBACK_IN_PROGRESS'. The developer wants to keep failed resources for debugging. How?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 19Troubleshooting and Optimization
A developer wants to verify that a CloudFormation template change will not replace or delete critical resources before deploying. Which feature provides this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 20Deployment
A developer uses CloudFormation and needs to conditionally set a resource property based on whether the deployment is in a production environment. Which intrinsic function is used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz - Question 21Development with AWS Services
A developer wants to build a GraphQL API backed by multiple data sources (DynamoDB, Lambda, HTTP). Which AWS service is designed for this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start DVA-C02 Quiz
Key CodePipeline Concepts for DVA-C02
DVA-C02 CodePipeline Exam Tips
AWS CodePipeline questions in DVA-C02 are typically scenario-based. Focus on application development patterns, event-driven integration, and secure coding on AWS. Priority concepts: codepipeline, pipeline, ci/cd, stage, action, source.
What DVA-C02 Expects
- Anchor your answer in select developer-friendly managed services and patterns that minimize custom undifferentiated code.
- CodePipeline scenarios for DVA-C02 are frequently mapped to Domain 3 (24%), so read the objective carefully before picking controls or architecture.
- Expect multi-topic scenarios where CodePipeline interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and vendor best practices.
High-Value CodePipeline Concepts
- Know the core CodePipeline building blocks cold: codepipeline, pipeline, ci/cd, stage.
- Review the edge-case features and limits for action, source; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how CodePipeline pairs with CodeBuild, CodeDeploy, Codecommit in real deployment patterns.
- For DVA-C02, explain why the chosen CodePipeline design meets reliability, security, and cost expectations better than the alternatives.
Common DVA-C02 Traps
- Watch for using infrastructure-centric answers instead of application-centric ones.
- Questions in Deployment often include distractors that look correct for CodePipeline but violate least-privilege, durability, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two CodePipeline implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to Deployment (24%) outcomes for DVA-C02?
- Can you explain security and access boundaries for CodePipeline without relying on default-open assumptions?
- Can you describe how CodePipeline integrates with CodeBuild and CodeDeploy during failure, scaling, and monitoring events?