Question 71

A data engineer has developed a data pipeline to ingest data from a JSON source using Auto Loader, but the engineer has not provided any type inference or schema hints in their pipeline. Upon reviewing the data, the data engineer has noticed that all of the columns in the target table are of the string type despite some of the fields only including float or boolean values.
Which of the following describes why Auto Loader inferred all of the columns to be of the string type?
  • Question 72

    Which of the following must be specified when creating a new Delta Live Tables pipeline?
  • Question 73

    Which of the following benefits of using the Databricks Lakehouse Platform is provided by Delta Lake?
  • Question 74

    A data engineer has left the organization. The data team needs to transfer ownership of the data engineer's Delta tables to a new data engineer. The new data engineer is the lead engineer on the data team.
    Assuming the original data engineer no longer has access, which of the following individuals must be the one to transfer ownership of the Delta tables in Data Explorer?
  • Question 75

    Which of the following commands can be used to write data into a Delta table while avoiding the writing of duplicate records?