AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: A data engineer wants to create a Delta databricks video

Question 1
« Back   Next databricks Cloud data-engineer-professional Question »

Full Certification Question

A data engineer wants to create a Delta Lake table for storing user activities of a website. The table has the following schema: user_id LONG, page STRING, activity_type LONG, ip_address STRING, activity_time TIMESTAMP, activity_date DATE Based on the above schema, which column is a good candidate for partitioning the Delta Table?