Easy Databricks Data Engineer Associate practice questions
Direct recall — confirm you know the core facts and definitions. 3 easy questions available — no sign-up, always free.
A data engineering team stores their Databricks Asset Bundle project in a Git repository. A new engineer clones the repo and needs to understand which file defines the bundle's name, the resources (jobs and pipelines) to deploy, and the available deployment targets. Which file in the project contains this core configuration?
A data engineering team has a Lakeflow Job with a cron schedule that runs a nightly ETL pipeline. Due to an upstream source system undergoing a two-week maintenance window, the team wants to temporarily stop the scheduled runs but keep the job definition, task configuration, and schedule intact so they can resume it later without recreating anything. What is the recommended action?
A data engineer previously granted the 'analysts' group the SELECT privilege on the table sales.public.transactions. Compliance now requires that the 'analysts' group no longer be able to query this table. The engineer confirms the group has no other privileges that would grant access. Which SQL statement should the engineer run in Unity Catalog to remove this access?