最新的Databricks Certified Data Engineer Associate - Databricks-Certified-Data-Engineer-Associate免費考試真題
A data engineer is cleaning a Bronze table. The requirement is to eliminate rows where either the customer_email field or the customer_phone field is NULL. The cleaning must be performed in one operation using a single method call.
Which PySpark approach supports filtering multiple columns for NULL values in one call?
Which PySpark approach supports filtering multiple columns for NULL values in one call?
正確答案: A
In which of the following scenarios should a data engineer use the MERGE INTO command instead of the INSERT INTO command?
正確答案: E
說明:(僅 Fast2test 成員可見)
A data engineer is cleaning a Bronze table that receives the same customer records from multiple source systems. Duplicate rows have the same customer_id and email values but different ingestion_timestamp values. The Silver table should contain only one record for each unique combination of customer_id and email.
Which PySpark operation correctly deduplicates the records based on the business keys?
Which PySpark operation correctly deduplicates the records based on the business keys?
正確答案: C
A data engineer has created a new database using the following command:
CREATE DATABASE IF NOT EXISTS customer360;
In which of the following locations will the customer360 database be located?
CREATE DATABASE IF NOT EXISTS customer360;
In which of the following locations will the customer360 database be located?
正確答案: A
說明:(僅 Fast2test 成員可見)
A data engineer is working with two tables. Each of these tables is displayed below in its entirety.

The data engineer runs the following query to join these tables together:

Which of the following will be returned by the above query?


The data engineer runs the following query to join these tables together:

Which of the following will be returned by the above query?

正確答案: E
說明:(僅 Fast2test 成員可見)
Which of the following commands will return the location of database customer360?
正確答案: E
說明:(僅 Fast2test 成員可見)
A data engineer has realized that they made a mistake when making a daily update to a table. They need to use Delta time travel to restore the table to a version that is 3 days old. However, when the data engineer attempts to time travel to the older version, they are unable to restore the data because the data files have been deleted.
Which of the following explains why the data files are no longer present?
Which of the following explains why the data files are no longer present?
正確答案: B
說明:(僅 Fast2test 成員可見)
A data engineer manages multiple external tables linked to various data sources. The data engineer wants to manage these external tables efficiently and ensure that only the necessary permissions are granted to users for accessing specific external tables.
How should the data engineer manage access to these external tables?
How should the data engineer manage access to these external tables?
正確答案: A
A data engineer has a Job that has a complex run schedule, and they want to transfer that schedule to other Jobs.
Rather than manually selecting each value in the scheduling form in Databricks, which of the following tools can the data engineer use to represent and submit the schedule programmatically?
Rather than manually selecting each value in the scheduling form in Databricks, which of the following tools can the data engineer use to represent and submit the schedule programmatically?
正確答案: C
說明:(僅 Fast2test 成員可見)
Which of the following must be specified when creating a new Delta Live Tables pipeline?
正確答案: C
說明:(僅 Fast2test 成員可見)
A data engineer wants to schedule their Databricks SQL dashboard to refresh once per day, but they only want the associated SQL endpoint to be running when it is necessary.
Which of the following approaches can the data engineer use to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard?
Which of the following approaches can the data engineer use to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard?
正確答案: A
說明:(僅 Fast2test 成員可見)
A notebook task named check_volume calculates a daily data volume and writes it to a Lakeflow Jobs task value named record_count. If the count is greater than 1 million, the job should run high_volume_pipeline; otherwise, it should run normal_pipeline.
Which control-flow feature should be used?
Which control-flow feature should be used?
正確答案: A
A data engineer is designing a cost-optimized, event-driven pipeline. They configure a Lakeflow Job with a File Arrival trigger to watch an Amazon S3 bucket. The job runs a notebook that uses Auto Loader with trigger(availableNow=True) to ingest data into a Bronze table.
What is the technical relationship between the File Arrival trigger and Auto Loader in this integration pattern?
What is the technical relationship between the File Arrival trigger and Auto Loader in this integration pattern?
正確答案: B
A data engineer needs to ingest from both streaming and batch sources for a firm that relies on highly accurate dat a. Occasionally, some of the data picked up by the sensors that provide a streaming input are outside the expected parameters. If this occurs, the data must be dropped, but the stream should not fail.
Which feature of Delta Live Tables meets this requirement?
Which feature of Delta Live Tables meets this requirement?
正確答案: D