DP-203 Develop data processing • Set 3
DP-203 Develop data processing Practice Test 3 — 15 questions with explanations. Free, no signup.
A small business uses Azure SQL Database as their operational data store. They want to build a simple reporting solution that refreshes daily. The data volume is about 10 GB. They have limited budget and no dedicated data engineering team. They need to extract data from Azure SQL Database, perform basic transformations (e.g., aggregations, joins), and load into a reporting table in the same database. They want to minimize administrative effort and cost. Which approach should they take?
Option A: Use Azure Data Factory with a copy activity to copy data from the source to a staging table, then use a stored procedure activity to run T-SQL transformations.
Option B: Use Azure Logic Apps to periodically query the source and insert transformed data into the reporting table.
Option C: Use Azure Databricks notebooks scheduled via Azure Data Factory to perform the ETL.
Option D: Use Azure SQL Database elastic job to run a T-SQL script that performs the ETL within the database.
Choose an answer to begin — your selection is scored in the full session.
15 questions · instant feedback and full explanations after every question.