Databricks-Certified-Professional-Data-Engineer Exam Question 46

A Delta Lake table was created with the below query:

Realizing that the original query had a typographical error, the below code was executed:
ALTER TABLE prod.sales_by_stor RENAME TO prod.sales_by_store
Which result will occur after running the second command?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 47

    A new data engineer notices that a critical field was omitted from an application that writes its Kafka source to Delta Lake. This happened even though the critical field was in the Kafka source. That field was further missing from data written to dependent, long-term storage. The retention threshold on the Kafka service is seven days. The pipeline has been in production for three months.
    Which describes how Delta Lake can help to avoid data loss of this nature in the future?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 48

    A junior data engineer has manually configured a series of jobs using the Databricks Jobs UI. Upon reviewing their work, the engineer realizes that they are listed as the "Owner" for each job. They attempt to transfer "Owner" privileges to the "DevOps" group, but cannot successfully accomplish this task.
    Which statement explains what is preventing this privilege transfer?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 49

    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?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 50

    A data engineer is testing a collection of mathematical functions, one of which calculates the area under a curve as described by another function.
    Which kind of the test does the above line exemplify?