Databricks Databricks Certified Data Engineer Professional Databricks Certified Data Engineer Professional Exam Online Training
Databricks Databricks Certified Data Engineer Professional Online Training
The questions for Databricks Certified Data Engineer Professional were last updated at Sep 15,2025.
- Exam Code: Databricks Certified Data Engineer Professional
- Exam Name: Databricks Certified Data Engineer Professional Exam
- Certification Provider: Databricks
- Latest update: Sep 15,2025
Which of the following SQL statements can be used to update a transactions table, to set a flag on the table from Y to N
- A . MODIFY transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
- B . MERGE transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
- C . UPDATE transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
- D . REPLACE transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
Which of the following SQL statements can be used to update a transactions table, to set a flag on the table from Y to N
- A . MODIFY transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
- B . MERGE transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
- C . UPDATE transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
- D . REPLACE transactions SET active_flag = ‘N’ WHERE active_flag = ‘Y’
unitsSold int)
unitsSold int)
unitsSold int)
unitsSold int)
unitsSold int)
If you create a database sample_db with the statement CREATE DATABASE sample_db what will be the default location of the database in DBFS?
- A . Default location, DBFS:/user/
- B . Default location, /user/db/
- C . Default Storage account
- D . Statement fails “Unable to create database without location”
- E . Default Location, dbfs:/user/hive/warehouse
If you create a database sample_db with the statement CREATE DATABASE sample_db what will be the default location of the database in DBFS?
- A . Default location, DBFS:/user/
- B . Default location, /user/db/
- C . Default Storage account
- D . Statement fails “Unable to create database without location”
- E . Default Location, dbfs:/user/hive/warehouse
If you create a database sample_db with the statement CREATE DATABASE sample_db what will be the default location of the database in DBFS?
- A . Default location, DBFS:/user/
- B . Default location, /user/db/
- C . Default Storage account
- D . Statement fails “Unable to create database without location”
- E . Default Location, dbfs:/user/hive/warehouse