AWS Certified Data Engineer Associate DEA-C01 Practice Question

An AWS CodeBuild project prepares a serverless data pipeline defined in template.yaml. The build stage must (1) install Lambda dependencies locally, (2) upload artifacts to an S3 staging bucket, and (3) output a transformed CloudFormation template for later promotion. Nothing must be deployed at this point. Which sequence of SAM CLI commands meets these requirements with minimal custom scripting?

  • Run sam sync --watch --stack-name pipeline to copy local changes to the AWS account.

  • Run sam build and then sam deploy --no-execute-changeset --s3-bucket <bucket>.

  • Run sam package --s3-bucket <bucket> --output-template-file packaged.yaml and later invoke aws cloudformation deploy.

  • Run sam build and then sam package --s3-bucket <bucket> --output-template-file packaged.yaml.

AWS Certified Data Engineer Associate DEA-C01
Data Ingestion and Transformation
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot