Databricks-Certified-Data-Engineer-Associate Exam Question 41

A data engineer has a Python notebook in Databricks, but they need to use SQL to accomplish a specific task within a cell. They still want all of the other cells to use Python without making any changes to those cells.
Which of the following describes how the data engineer can use SQL within a cell of their Python notebook?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 42

    Identify the impact of ON VIOLATION DROP ROW and ON VIOLATION FAIL UPDATE for a constraint violation.
    A data engineer has created an ETL pipeline using Delta Live table to manage their company travel reimbursement detail, they want to ensure that the if the location details has not been provided by the employee, the pipeline needs to be terminated.
    How can the scenario be implemented?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 43

    A data engineer wants to create a new table containing the names of customers that live in France.
    They have written the following command:

    A senior data engineer mentions that it is organization policy to include a table property indicating that the new table includes personally identifiable information (PII).
    Which of the following lines of code fills in the above blank to successfully complete the task?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 44

    A new data engineering team team. has been assigned to an ELT project. The new data engineering team will need full privileges on the database customers to fully manage the project.
    Which of the following commands can be used to grant full permissions on the database to the new data engineering team?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 45

    A data engineer deploys a multi-task Databricks job that orchestrates three notebooks. One task intermittently fails with Exit Code 1 but succeeds on retry. The engineer needs to collect detailed logs for the failing attempts, including stdout/stderr and cluster lifecycle context, and share them with the platform team.
    What steps the data engineer needs to follow using built-in tools?