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

What are the advantages of the Hashing Features?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 17

    A data engineer needs to dynamically create a table name string using three Python varia-bles: region, store,
    and year. An example of a table name is below when region = "nyc", store = "100", and year = "2021":
    nyc100_sales_2021
    Which of the following commands should the data engineer use to construct the table name in Py-thon?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 18

    A Delta Live Table pipeline includes two datasets defined using STREAMING LIVE TABLE.
    Three datasets are defined against Delta Lake table sources using LIVE TABLE . The table is configured to
    run in Development mode using the Triggered Pipeline Mode.
    Assuming previously unprocessed data exists and all definitions are valid, what is the expected outcome after
    clicking Start to update the pipeline?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 19

    Which of the following describes a benefit of a data lakehouse that is unavailable in a traditional data
    warehouse?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 20

    A denote the event 'student is female' and let B denote the event 'student is French'. In a class of 100 students
    suppose 60 are French, and suppose that 10 of the French students are females. Find the probability that if I
    pick a French student, it will be a girl, that is, find P(A|B).