Question 46

A Delta Lake table representing metadata about content from user has the following schema:
user_id LONG, post_text STRING, post_id STRING, longitude FLOAT, latitude FLOAT, post_time TIMESTAMP, date DATE Based on the above schema, which column is a good candidate for partitioning the Delta Table?
  • Question 47

    Which of the following technologies can be used to identify key areas of text when parsing Spark Driver log4j output?
  • Question 48

    What is the output of the below function when executed with input parameters 1, 3 :
    1.def check_input(x,y):
    2. if x < y:
    3. x= x+1
    4. if x<y:
    5. x= x+1
    6. if x <y:
    7. x = x+1
    8. return x
    check_input(1,3)
  • Question 49

    A junior data engineer has configured a workload that posts the following JSON to the Databricks REST API endpoint 2.0/jobs/create.

    Assuming that all configurations and referenced resources are available, which statement describes the result of executing this workload three times?
  • Question 50

    A new data engineer notices that a critical field was omitted from an application that writes its Kafka source to Delta Lake. This happened even though the critical field was in the Kafka source. That field was further missing from data written to dependent, long-term storage. The retention threshold on the Kafka service is seven days. The pipeline has been in production for three months.
    Which describes how Delta Lake can help to avoid data loss of this nature in the future?