Databricks-Certified-Data-Engineer-Associate Exam Question 41

A data engineer is working in a Python notebook on Databricks to process data, but notices that the output is not as expected. The data engineer wants to investigate the issue by stepping through the code and checking the values of certain variables during execution.
Which tool should the data engineer use to inspect the code execution and variables in real-time?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 42

    A data engineer is attempting to drop a Spark SQL table my_table. The data engineer wants to delete all table metadata and data.
    They run the following command:
    DROP TABLE IF EXISTS my_table
    While the object no longer appears when they run SHOW TABLES, the data files still exist.
    Which of the following describes why the data files still exist and the metadata files were deleted?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 43

    Which of the following describes a benefit of creating an external table from Parquet rather than CSV when using a CREATE TABLE AS SELECT statement?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 44

    A data engineer has developed a data pipeline to ingest data from a JSON source using Auto Loader, but the engineer has not provided any type inference or schema hints in their pipeline. Upon reviewing the data, the data engineer has noticed that all of the columns in the target table are of the string type despite some of the fields only including float or boolean values.
    Which of the following describes why Auto Loader inferred all of the columns to be of the string type?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 45

    Which of the following statements regarding the relationship between Silver tables and Bronze tables is always true?