LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


To ensure the mobiles table contains only unique entries for auditing purposes, which modification should be made to the following streaming query?

.option('readChangeFeed', 'true') 
.table('customers') 
.select('mobile') 
.writeStream 
.format('delta') 
.option('checkpointLocation', '/tmp/customers/_checkpoints/') 
.table('mobiles')```

Real Exam




Powered ByGPT-5