
Ultimate access to all questions.
In a scenario where you are working on a machine learning project that requires the use of multiple data sources, explain how you would use Databricks to ingest data from various sources, such as CSV files, JSON files, and databases, and perform data preprocessing and cleaning tasks.
A
Databricks can only read data from CSV files and databases, but not from JSON files.
B
Databricks can read data from various sources, but data preprocessing and cleaning tasks can only be performed using Python or Scala.
C
Databricks can read data from various sources, such as CSV files, JSON files, and databases, using built-in libraries and connectors. Data preprocessing and cleaning tasks can be performed using Databricks notebooks and the available machine learning libraries.
D
Databricks can only read data from databases, and data preprocessing and cleaning tasks can only be performed using SQL queries.