QuestionQ35
Deploy and maintain data pipelines and workloadsYou have an Azure Databricks workspace enabled for Unity Catalog.
You plan to ingest data from CSV files stored in Azure Data Lake Storage Gen2. New rows are appended frequently.
You need to implement a data-ingestion solution that meets the following requirements:
- New data must be available near real-time (NRT).
- The data must be stored in managed Delta tables.
- The solution must minimize custom code and maintenance effort.
What should you include in the solution?
- A scheduled Apache Spark batch jobs
- B an Azure Data Factory pipeline
- C Auto Loader
- D an external table that references the CSV files
Community Discussion