Databricks Certified Data Engineer Associate — Question 96

Identify a scenario to use an external table.
A Data Engineer needs to create a parquet bronze table and wants to ensure that it gets stored in a specific path in an external location.

Which table can be created in this scenario?

Answer options

Correct answer: A

Explanation

The correct answer is A because an external table allows for data to be stored in a specified external location, fulfilling the requirement. Options B, C, and D do not meet the criteria since they either refer to managed tables or incorrect usage of managed locations.