Courseiva
mediumDrag & DropObjective-mapped

DP-203 Practice Question: Drag and drop the steps to convert data from CSV…

Drag and drop the steps to convert data from CSV to Parquet format using Azure Data Factory into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Define source CSV dataset, then define sink Parquet dataset, then create copy activity with mapping, then run and monitor.

Define source (CSV) and sink (Parquet) datasets, then a copy activity with mapping, run, and monitor.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Define source CSV dataset, then define sink Parquet dataset, then create copy activity with mapping, then run and monitor.

    Why this is correct

    This is the correct order because you must first define the source and sink datasets before creating a copy activity that uses them. The copy activity requires both datasets to be defined. After setting the mapping, you run and monitor the pipeline.

  • Define sink Parquet dataset, then define source CSV dataset, then create copy activity with mapping, then run and monitor.

    Why it's wrong here

    This is incorrect because although the sink dataset is defined before the source, the order of defining datasets does not affect the pipeline as long as both are defined before the copy activity. However, the typical sequence is source first, then sink, but it's not a critical error. The bigger issue: the order is plausible but not the most logical, and some might argue it's still valid, but in a drag-and-drop question, the expected correct order is source then sink.

  • Define source CSV dataset, then create copy activity with mapping, then define sink Parquet dataset, then run and monitor.

    Why it's wrong here

    This is incorrect because you cannot create a copy activity with mapping before defining the sink dataset. The sink dataset must be defined before or at the time of creating the copy activity, as the activity references it.

  • Create copy activity with mapping, then define source CSV dataset, then define sink Parquet dataset, then run and monitor.

    Why it's wrong here

    This is incorrect because the copy activity requires both source and sink datasets to be defined before it can be created. Creating the activity first without datasets would result in an error.

About these practice questions

This DP-203 question is part of Courseiva's 760-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-203 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-203 exam.