ADF Core Concepts Flashcards

(29 cards)

1
Q

What is Azure Data Factory?

A

A cloud-based ETL/ELT service for orchestration and data integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a pipeline?

A

A logical container for activities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an activity?

A

A single step/task inside a pipeline.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a dataset?

A

A metadata reference to data (table, folder, or file).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a linked service?

A

A secure connection to a data store or compute resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an integration runtime?

A

Compute infrastructure used to execute activities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 3 IR types?

A

Azure IR, Self-hosted IR, Azure SSIS IR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the purpose of triggers?

A

Automated pipeline execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 3 trigger types?

A

Schedule, Tumbling Window, Event.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is control flow?

A

Pipeline logic (branching, looping and conditions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a pipeline run?

A

An execution instance of an acitivity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is ARM deployment?

A

Infrastructure-as-code deployment of ADF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Git mode in ADF?

A

Development mode enabling version control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is live mode?

A

Linked to actual production ADF publishing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Where are pipeline definitions stored?

A

JSON under the hood.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Does ADF store data?

A

No - it only orchestrates and moves it.

17
Q

What is PolyBase used for in ADF?

A

High-speed SQL DW/Synapse ingestion.

18
Q

Can ADF call Databricks notebooks?

A

Yes, via Databricks Activity

19
Q

Can ADF call Azure Functions?

A

Yes, via Azure Function Activity.

20
Q

Can ADF call REST APIs?

A

Yes, via Web Activity.

21
Q

Can ADF generate files?

A

Yes, via Copy Activity sink or Data Flow.

22
Q

What is a global parameter?

A

Workspace-level parameter reused across pipelines.

23
Q

What is dynamic content?

A

Runtime expressions for flexibility.

24
Q

Does ADF support schema drift?

A

Yes - especially in Data Flows.

25
What is Copy Activity used for?
Moving data from source to sink
26
Is Copy Activity transformation-heavy?
No - only light transforms
27
What is a staging copy?
Temporary storage in Azure Blob/ADLS for acceleration
28
Does Copy Activity parallelize?
Yes - via "Parallel Copies".
29
What is binary copy?
File-to-file without content parsing.