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

Two of the most common data locations on Databricks are the DBFS root storage and external object storage mounted with dbutils.fs.mount().
Which of the following statements is correct?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 12

    Data engineering team has a job currently setup to run a task load data into a reporting table every day at 8: 00 AM takes about 20 mins, Operations teams are planning to use that data to run a second job, so they access latest complete set of data. What is the best to way to orchestrate this job setup?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 13

    A data engineer wants to create a relational object by pulling data from two tables. The relational object must
    be used by other data engineers in other sessions. In order to save on storage costs, the data engineer wants to
    avoid copying and storing physical data.
    Which of the following relational objects should the data engineer create?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 14

    The data architect has decided that once data has been ingested from external sources into the Databricks Lakehouse, table access controls will be leveraged to manage permissions for all production tables and views.
    The following logic was executed to grant privileges for interactive queries on a production database to the core engineering group.
    GRANT USAGE ON DATABASE prod TO eng;
    GRANT SELECT ON DATABASE prod TO eng;
    Assuming these are the only privileges that have been granted to the eng group and that these users are not workspace administrators, which statement describes their privileges?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 15

    Which of the following techniques structured streaming uses to ensure recovery of failures during stream processing?