TermShort interview explanation
Azure Data Factory (ADF)Cloud service for data ingestion, movement, and pipeline orchestration.
Linked ServiceConnection information for a source or destination, such as Azure SQL or Blob Storage.
DatasetRepresents the data structure/location that an ADF activity reads or writes.
PipelineA collection of activities that performs a data workflow.
ActivityAn individual task inside a pipeline, such as Copy Activity or executing a notebook.
TriggerStarts a pipeline based on a schedule or event.
Integration RuntimeThe compute/connectivity infrastructure ADF uses to move data or execute activities.
ParameterizationMaking pipelines dynamic and reusable by passing values instead of hard-coding them.
Metadata-driven pipelineOne generic pipeline uses configuration/metadata to process many tables or sources.
Incremental LoadLoading only new or changed records instead of the entire dataset.
WatermarkA stored value such as LastModifiedDate used to identify new/changed records.
CDCChange Data Capture tracks inserts, updates and deletes from a source system.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts