Questions and Answers

Question zKEJBf3SPKfbegpva965

Question

A data engineer has been using a Databricks SQL dashboard to monitor the cleanliness of the input data to an ELT job. The ELT job has its Databricks SQL query that returns the number of input records containing unexpected NULL values. The data engineer wants their entire team to be notified via a messaging webhook whenever this value reaches 100. Which of the following approaches can the data engineer use to notify their entire team via a messaging webhook whenever the number of NULL values reaches 100?

Choices

  • A: They can set up an Alert with a custom template.
  • B: They can set up an Alert with a new email alert destination.
  • C: They can set up an Alert with a new webhook alert destination.
  • D: They can set up an Alert with one-time notifications.
  • E: They can set up an Alert without notifications.

Question Gpwu8viZOW1db0IhgJzh

Question

A single Job runs two notebooks as two separate tasks. A data engineer has noticed that one of the notebooks is running slowly in the Job’s current run. The data engineer asks a tech lead for help in identifying why this might be the case. Which of the following approaches can the tech lead use to identify why the notebook is running slowly as part of the Job?

Choices

  • A: They can navigate to the Runs tab in the Jobs UI to immediately review the processing notebook.
  • B: They can navigate to the Tasks tab in the Jobs UI and click on the active run to review the processing notebook.
  • C: They can navigate to the Runs tab in the Jobs UI and click on the active run to review the processing notebook.
  • D: There is no way to determine why a Job task is running slowly.
  • E: They can navigate to the Tasks tab in the Jobs UI to immediately review the processing notebook.

Question k0voGShsIvHWLCG5Elk4

Question

A data engineer has a Job with multiple tasks that runs nightly. Each of the tasks runs slowly because the clusters take a long time to start. Which of the following actions can the data engineer perform to improve the start up time for the clusters used for the Job?

Choices

  • A: They can use endpoints available in Databricks SQL
  • B: They can use jobs clusters instead of all-purpose clusters
  • C: They can configure the clusters to be single-node
  • D: They can use clusters that are from a cluster pool
  • E: They can configure the clusters to autoscale for larger data sizes

Question dRn6hCKLQoev6vTzRP6F

Question

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?

Choices

  • A: GRANT USAGE ON DATABASE customers TO team;
  • B: GRANT ALL PRIVILEGES ON DATABASE team TO customers;
  • C: GRANT SELECT PRIVILEGES ON DATABASE customers TO teams;
  • D: GRANT SELECT CREATE MODIFY USAGE PRIVILEGES ON DATABASE customers TO team;
  • E: GRANT ALL PRIVILEGES ON DATABASE customers TO team;

Question bRON0jhGTbfv4UCPXQiU

Question

A new data engineering team has been assigned to work on a project. The team will need access to database customers in order to see what tables already exist. The team has its own group team. Which of the following commands can be used to grant the necessary permission on the entire database to the new team?

Choices

  • A: GRANT VIEW ON CATALOG customers TO team;
  • B: GRANT CREATE ON DATABASE customers TO team;
  • C: GRANT USAGE ON CATALOG team TO customers;
  • D: GRANT CREATE ON DATABASE team TO customers;
  • E: GRANT USAGE ON DATABASE customers TO team;