Implementing Data Engineering Solutions Using Microsoft Fabric — Question 57
You have a Fabric workspace that contains a lakehouse named Lakehouse1.
In an external data source, you have data files that are 500 GB each. A new file is added every day.
You need to ingest the data into Lakehouse1 without applying any transformations. The solution must meet the following requirements
• Trigger the process when a new file is added.
• Provide the highest throughput.
Which type of item should you use to ingest the data?
Answer options
- A. Reflex
- B. Eventstream
- C. Notebook
- D. KQL queryset
Correct answer: C
Explanation
The correct answer is C, Notebook, which allows for the automation of data ingestion processes in response to new files being added. Reflex and Eventstream may not provide the required ingestion capabilities without transformations, while KQL queryset is primarily used for querying data rather than ingesting it.