| Exam Name: | Databricks Certified Data Engineer Associate Exam | ||
| Exam Code: | Databricks-Certified-Data-Engineer-Associate Dumps | ||
| Vendor: | Databricks | Certification: | Databricks Certification |
| Questions: | 176 Q&A's | Shared By: | eleni |
A data engineer wants to create an external table in Databricks that references data stored in an Azure Data Lake Storage (ADLS) location. The goal is to enable Databricks to access and query this external data without moving it into Databricks-managed storage.
Which step should the data engineer take to successfully create the external table?
Which SQL keyword can be used to convert a table from a long format to a wide format?
A data engineer is configuring Unity Catalog in Databricks and needs to assign a role to a user who should have the ability to grant and revoke privileges on various data objects within a specific schema but should not have read/write access over the schema or its objects.
Which role should the data engineer assign to this user?
A dataset has been defined using Delta Live Tables and includes an expectations clause:
CONSTRAINT valid_timestamp EXPECT (timestamp > ' 2020-01-01 ' ) ON VIOLATION FAIL UPDATE
What is the expected behavior when a batch of data containing data that violates these constraints is processed?