
Ultimate access to all questions.
You are tasked with implementing a data pipeline in Azure Data Factory that processes data from various sources and loads it into a data warehouse. How can you ensure that the pipeline is efficient and minimizes the time and resources required for data processing?
A
Implement a pipeline that processes all the data in a single step, without considering the efficiency of the processing.
B
Implement a pipeline that uses parallel processing and optimization techniques to minimize the time and resources required for data processing.
C
Focus only on optimizing the performance of the pipeline for the current data volumes, without considering the efficiency of the processing.
D
Assume that the data processing can be done in a sequential manner without any optimization, regardless of the data volume or complexity.