AWS Certified Data Engineer Associate DEA-C01 Practice Question

A data engineer needs to start work on a new ETL feature from an AWS Cloud9 terminal. The task requires cloning an existing AWS CodeCommit repository, creating a new local branch named feature/date-partition from main and switching to it, and finally publishing the new branch to the remote repository with upstream tracking. Which command sequence accomplishes all of these requirements correctly and most efficiently?

  • git init analytics-etl && cd analytics-etl && git remote add origin <repository-URL> && git checkout -b feature/date-partition

  • git clone -b feature/date-partition <repository-URL>

  • git clone <repository-URL> && cd analytics-etl && git checkout -b feature/date-partition && git push -u origin feature/date-partition

  • git clone <repository-URL> && cd analytics-etl && git branch feature/date-partition main && git push origin main

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