Databricks-Certified-Professional-Data-Engineer Exam Question 51
Which of the following command can be used to drop a managed delta table and the underlying files in the storage?
Databricks-Certified-Professional-Data-Engineer Exam Question 52
You are working on a table called orders which contains data for 2021 and you have the second table called orders_archive which contains data for 2020, you need to combine the data from two tables and there could be a possibility of the same rows between both the tables, you are looking to combine the results from both the tables and eliminate the duplicate rows, which of the following SQL statements helps you accomplish this?
Databricks-Certified-Professional-Data-Engineer Exam Question 53
identifies if its needs to be converted to Fahrenheit or Celcius with a one-word letter F or C?
select udf_convert(60,'C') will result in 15.5
select udf_convert(10,'F') will result in 50
select udf_convert(60,'C') will result in 15.5
select udf_convert(10,'F') will result in 50
Databricks-Certified-Professional-Data-Engineer Exam Question 54
You are still noticing slowness in query after performing optimize which helped you to resolve the small files problem, the column(transactionId) you are using to filter the data has high cardinality and auto incrementing number. Which delta optimization can you enable to filter data effectively based on this column?
Databricks-Certified-Professional-Data-Engineer Exam Question 55
You are asked to write a python function that can read data from a delta table and return the Data-Frame, which of the following is correct?


