Databricks Certified Data Engineer Professional — Question 43

Two of the most common data locations on Databricks are the DBFS root storage and external object storage mounted with dbutils.fs.mount().

Which of the following statements is correct?

Answer options

Correct answer: A

Explanation

Option A is correct because DBFS indeed functions as a file system protocol that mimics Unix file system behaviors. Option B is incorrect since data sources are accessible to more than just administrators. Option C is wrong as the DBFS root's security does not stem from mounted storage permissions. Option D is false because both DBFS root and mounted storage can be accessed in %sh. Option E is misleading because DBFS root does not use ephemeral storage for its files.