AZURE DATA FACTORY INTERVIEW QUESTIONS:1-10

 1.WHAT ARE KEY COMPONENTS OF AZURE DATA FACTORY?

           1.Pipelines

           2.Activities

           3.Datasets

           4.Linked Services

           5.Integration Runtime

2.WHAT IS PIPELINE?

          A Pipeline is a logical grouping of activities that together perform a task.

3.WHAT ARE ACTIVITIES?

         Activities in a pipeline define actions or operation to perform on your Data.

4.WHAT ARE DATASETS?

         A  Dataset connects the data source via linked service. It is created based upon the type of data and data source you want to connect.

         Dataset resembles the type of data holds by data source.

5.WHAT ARE LINKED SERVICES?

        Linked services in ADF are the connection mechanism to connect to external data source outside the ADF.

6.WHAT ARE INTEGRATION RUNTIME?

        Integration runtime is the compute infrastructure used by the ADF which provides the resources for the data transfer activities and provides the area where this activity can execute.

7.WHAT ARE THE VARIOUS PIPELINE EXECUTION METHODS AVAILABLE IN AZURE DATA FACTORY?

         1.Debug mode.

         2.Trigger Now

         3.Trigger

note:- Web Activity can also execute a pipeline.

8.    WHAT ARE THE PARAMETERS AND HOW MANY TYPES OF PARAMETERS IN ADF?

     Parameters are used to pass external values into Pipelines, Datasets,Linked services and Data flows.  

    By parameterizing resources ,we can reuse them with different values each time.

    This reduces redundancy in your ETL pipelines and improves flexibility.

    Types:-

     1.Dateset parameters.

     2.Linked service Parameters.

     3.Pipeline parameters.

9.HOW MANY TYPES OF LINKED SERVICES?

      It is based on our requirements .We can create many number of Linked services for Azure Blob storage linked services , Azure Data Lake storage , Azure SQL Database , FTP linked service.

10.WHAT ARE THE DIFFERENT TYPES OF ACTIVITIES?

     There  are mainly three types...

     1.Data movement Activities.

     2.Data Transformation Activities.

     3.Control Activites.

       


        


Comments

Popular posts from this blog

SQL Interview Questions:3

AZURE DATA FACTORY INTERVIEW QUESTIONS: FILES FORMATS

AZURE DATA FACTORY INTERVIEW QUESTIONS :ACTIVITIES AND TYPES.