
Ultimate access to all questions.
You are tasked with ingesting a large dataset from a cloud storage bucket into your lakehouse using a notebook. Describe the steps you would take to set up this ingestion process, including considerations for data validation, transformation, and scheduling.
A
Use a simple script without transformations or scheduling.
B
Set up a notebook with data validation, necessary transformations, and scheduled runs.
C
Manually download and upload data periodically, perform no transformations.
D
Ingest data without scheduling, store in a single large file.