Free CERTIFIED-DATA-ENGINEER-PROFESSIONAL Databricks CERTIFIED-DATA-ENGINEER-PROFESSIONAL Practice Test Question

Loading demo links...

Showing 22–24 of 26 questions

Question 22 (Topic 1)

Where in the Spark UI can one diagnose a performance problem induced by not leveraging predicate push-down?

Select an option, then click Submit answer.

  • In the Executor’s log file, by grepping for "predicate push-down"
  • In the Stage’s Detail screen, in the Completed Stages table, by noting the size of data read from the Input column
  • In the Query Detail screen, by interpreting the Physical Plan
  • In the Delta Lake transaction log. by noting the column statistics
Question 23 (Topic 1)

What is a key benefit of an end-to-end test?

Select an option, then click Submit answer.

  • It makes it easier to automate your test suite
  • It pinpoints errors in the building blocks of your application
  • It provides testing coverage for all code paths and branches
  • It closely simulates real world usage of your application
Question 24 (Topic 1)

A data engineer has created a new cluster using shared access mode with default configurations. The data engineer needs to allow the development team access to view the driver logs if needed. What are the minimal cluster permissions that allow the development team to accomplish this?

Select an option, then click Submit answer.

  • CAN VIEW
  • CAN RESTART
  • CAN ATTACH TO
  • CAN MANAGE