Azure Data Factory for Beginners - Build Data Ingestion - Add Orchestration Pipeline - Part 1

Azure Data Factory for Beginners - Build Data Ingestion - Add Orchestration Pipeline - Part 1

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through creating an orchestration pipeline in Azure Data Factory. It covers setting up folders, creating pipelines, defining variables, inserting batch details, clearing logs, and configuring lookup activities. The tutorial concludes with saving, validating, and publishing the pipeline, preparing for further development in the next lesson.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating an orchestration pipeline?

Creating a new database

Deleting old logs

Setting up a new folder

Running a batch script

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which variable is set to indicate the frequency of the batch run?

V_frequency

V_system

V_daily

V_code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of clearing the pipeline log?

To archive old data

To ensure a clean slate for new runs

To increase storage space

To update the system code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What activity is used to retrieve batch run details in Azure Data Factory?

Lookup activity

Copy activity

Delete activity

Insert activity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be unchecked to return more than one row in the lookup activity?

First row only

All rows

Batch details

Stored procedure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the run status when batch details are retrieved?

It remains not started

It changes to completed

It is deleted

It changes to in progress

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final step before publishing the pipeline?

Clear logs

Insert batch details

Run a preview

Validate all