
Ultimate access to all questions.
You are working on a batch processing solution that needs to handle data from multiple sources with complex data relationships. The solution should be able to read the data, maintain the relationships, and write it to a Delta Lake. How would you approach this task?
A
Use Azure Data Factory to orchestrate the data flow and use its data transformation activities to maintain data relationships.
B
Use Azure Databricks to read the data from the sources, maintain the data relationships using its built-in functions, and write the results to the Delta Lake.
C
Use Azure SQL Data Warehouse to store the data and maintain data relationships using T-SQL.
D
Use Azure Cosmos DB to store the data and maintain data relationships using its built-in support for graph databases.