Free Databricks Certified Data Engineer Professional Practice Exam 2 | Databricks Mock Test

Free Databricks mock test – Exam 2
Databricks Certified Data Engineer Professional

Free Databricks practice exam for certification prep.

Use this free Databricks Certified Data Engineer Professional practice exam to review Databricks Lakehouse, Delta Lake, Spark, SQL, machine learning, generative AI, and governance scenarios with instant answer explanations.

10 exam-style questions Detailed explanations No signup required Professional level

Start Practice Exam 2 below. Answer every question first, then review the option-by-option explanation to reinforce the Databricks concept being tested. This page is designed for certification revision, weak-topic discovery, and hands-on Databricks study planning.

Databricks Certified Data Engineer Professional Practice Exam 2

Free Databricks Certified Data Engineer Professional practice exam 2 with PDF-verified scenario questions and detailed answer explanations.

1 / 10

Question

A junior member of the data engineering team is exploring the language interoperability of Databricks notebooks. The intended outcome of the below code is to register a view of all sales that occurred in countries on the continent of Africa that appear in the geo_lookup table. Before executing the code, running SHOW TABLES on the current database indicates the database contains only two tables: geo_lookup and sales. Which statement correctly describes the outcome of executing these command cells in order in an interactive notebook?

2 / 10

Question

A Delta table of weather records is partitioned by date and has the below schema: date DATE, device_id INT, temp FLOAT, latitude FLOAT, longitude FLOAT To find all the records from within the Arctic Circle, you execute a query with the below filter: latitude > 66.3 Which statement describes how the Delta engine identifies which files to load?

3 / 10

Question

The data engineering team has configured a job to process customer requests to be forgotten (have their data deleted). All user data that needs to be deleted is stored in Delta Lake tables using default table settings. The team has decided to process all deletions from the previous week as a batch job at 1am each Sunday. The total duration of this job is less than one hour. Every Monday at 3am, a batch job executes a series of VACUUM commands on all Delta Lake tables throughout the organization. The compliance officer has recently learned about Delta Lake's time travel functionality. They are concerned that this might allow continued access to deleted data. Assuming all delete logic is correctly implemented, which statement correctly addresses this concern?

4 / 10

Question

A junior data engineer has configured a workload that posts the following JSON to the Databricks REST API endpoint 2.0/jobs/create. Assuming that all configurations and referenced resources are available, which statement describes the result of executing this workload three times?

5 / 10

Question

An upstream system is emitting change data capture (CDC) logs that are being written to a cloud object storage directory. Each record in the log indicates the change type (insert, update, or delete) and the values for each field after the change. The source table has a primary key identified by the field pk_id. For auditing purposes, the data governance team wishes to maintain a full record of all values that have ever been valid in the source system. For analytical purposes, only the most recent value for each record needs to be recorded. The Databricks job to ingest these records occurs once per hour, but each individual record may have changed multiple times over the course of an hour. Which solution meets these requirements?

6 / 10

Question

An hourly batch job is configured to ingest data files from a cloud object storage container where each batch represent all records produced by the source system in a given hour. The batch job to process these records into the Lakehouse is sufficiently delayed to ensure no late-arriving data is missed. The user_id field represents a unique key for the data, which has the following schema: user_id BIGINT, username STRING, user_utc STRING, user_region STRING, last_login BIGINT, auto_pay BOOLEAN, last_updated BIGINT New records are all ingested into a table named account_history which maintains a full record of all data in the same schema as the source. The next table in the system is named account_current and is implemented as a Type 1 table representing the most recent value for each unique user_id. Assuming there are millions of user accounts and tens of thousands of records processed hourly, which implementation can be used to efficiently update the described account_current table as part of each hourly batch job?

7 / 10

Question

A table in the Lakehouse named customer_churn_params is used in churn prediction by the machine learning team. The table contains information about customers derived from a number of upstream sources. Currently, the data engineering team populates this table nightly by overwriting the table with the current valid values derived from upstream data sources. The churn prediction model used by the ML team is fairly stable in production. The team is only interested in making predictions on records that have changed in the past 24 hours. Which approach would simplify the identification of these changed records?

8 / 10

Question

A table is registered with the following code: Both users and orders are Delta Lake tables. Which statement describes the results of querying recent_orders?

9 / 10

Question

A production workload incrementally applies updates from an external Change Data Capture feed to a Delta Lake table as an always-on Structured Stream job. When data was initially migrated for this table, OPTIMIZE was executed and most data files were resized to 1 GB. Auto Optimize and Auto Compaction were both turned on for the streaming production job. Recent review of data files shows that most data files are under 64 MB, although each partition in the table contains at least 1 GB of data and the total table size is over 10 TB. Which of the following likely explains these smaller file sizes?

10 / 10

Question

Which statement regarding stream-static joins and static Delta tables is correct?

Your score is

The average score is 0%

0%

What Practice Exam 2 covers

  • Notebook language interoperability
  • Delta Lake data skipping
  • VACUUM and time travel retention
  • Databricks Jobs API creation
  • CDC ingestion into Lakehouse tables
  • Type 1 table merge updates
  • Delta change data feed
  • Delta table query behavior
  • Auto Optimize file sizing
  • Stream-static joins

How to study with this exam

Use this free mock test alongside hands-on Databricks practice. Revisit missed questions, map each explanation to the product feature, and retake the exam when the tradeoffs feel natural.

  • Take the quiz once without notes.
  • Review every correct and incorrect explanation.
  • Practice weak topics in a Databricks workspace.
  • Retake the exam and compare your score.

Databricks Certified Data Engineer Professional practice exam FAQ

Is this Databricks Certified Data Engineer Professional practice exam free?

Yes. This DevOpsEngine Databricks Certified Data Engineer Professional practice exam is free to use and does not require signup.

Does this Databricks mock test include explanations?

Yes. Each question includes answer explanations so you can review why the correct option fits and why the distractors are weaker choices.

How should I use this Databricks practice exam?

Take the quiz once without notes, review every explanation, write down weak topics, then retake the exam after hands-on Databricks practice.

Which topics does this exam focus on?

This practice set focuses on Notebook language interoperability, Delta Lake data skipping, VACUUM and time travel retention, Databricks Jobs API creation, CDC ingestion into Lakehouse tables, Type 1 table merge updates.

Leave a Reply

Your email address will not be published. Required fields are marked *