최신Databricks Certified Professional Data Engineer - Databricks-Certified-Professional-Data-Engineer무료샘플문제
문제1
A workspace admin has created a new catalog called finance_data and wants to delegate permission management to a finance team lead without giving them full admin rights.
Which privilege should be granted to the finance team lead?
A workspace admin has created a new catalog called finance_data and wants to delegate permission management to a finance team lead without giving them full admin rights.
Which privilege should be granted to the finance team lead?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
What statement is true regarding the retention of job run history?
What statement is true regarding the retention of job run history?
정답: E
문제3
A data engineer has created a new cluster using shared access mode with default configurations. The data engineer needs to allow the development team access to view the driver logs if needed.
What are the minimal cluster permissions that allow the development team to accomplish this?
A data engineer has created a new cluster using shared access mode with default configurations. The data engineer needs to allow the development team access to view the driver logs if needed.
What are the minimal cluster permissions that allow the development team to accomplish this?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
A healthcare analytics team is implementing a dimensional model in Delta Lake for patient care analysis.
They have a date dimension table and are evaluating design options to ensure it supports a wide range of time- based analyses.
Which design approach for the date dimension will support efficient time-based querying and aggregation?
A healthcare analytics team is implementing a dimensional model in Delta Lake for patient care analysis.
They have a date dimension table and are evaluating design options to ensure it supports a wide range of time- based analyses.
Which design approach for the date dimension will support efficient time-based querying and aggregation?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
The data architect has decided that once data has been ingested from external sources into the Databricks Lakehouse, table access controls will be leveraged to manage permissions for all production tables and views.
The following logic was executed to grant privileges for interactive queries on a production database to the core engineering group.
GRANT USAGE ON DATABASE prod TO eng;
GRANT SELECT ON DATABASE prod TO eng;
Assuming these are the only privileges that have been granted to the eng group and that these users are not workspace administrators, which statement describes their privileges?
The data architect has decided that once data has been ingested from external sources into the Databricks Lakehouse, table access controls will be leveraged to manage permissions for all production tables and views.
The following logic was executed to grant privileges for interactive queries on a production database to the core engineering group.
GRANT USAGE ON DATABASE prod TO eng;
GRANT SELECT ON DATABASE prod TO eng;
Assuming these are the only privileges that have been granted to the eng group and that these users are not workspace administrators, which statement describes their privileges?
정답: E
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
Which statement describes Delta Lake optimized writes?
Which statement describes Delta Lake optimized writes?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
An upstream system has been configured to pass the date for a given batch of data to the Databricks Jobs API as a parameter. The notebook to be scheduled will use this parameter to load data with the following code:
df = spark.read.format( " parquet " ).load(f " /mnt/source/(date) " )
Which code block should be used to create the date Python variable used in the above code block?
An upstream system has been configured to pass the date for a given batch of data to the Databricks Jobs API as a parameter. The notebook to be scheduled will use this parameter to load data with the following code:
df = spark.read.format( " parquet " ).load(f " /mnt/source/(date) " )
Which code block should be used to create the date Python variable used in the above code block?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
Given the following error traceback:
AnalysisException: cannot resolve ' heartrateheartrateheartrate ' given input columns:
[spark_catalog.database.table.device_id, spark_catalog.database.table.heartrate, spark_catalog.database.table.mrn, spark_catalog.database.table.time] The code snippet was:
display(df.select(3* " heartrate " ))
Which statement describes the error being raised?
Given the following error traceback:
AnalysisException: cannot resolve ' heartrateheartrateheartrate ' given input columns:
[spark_catalog.database.table.device_id, spark_catalog.database.table.heartrate, spark_catalog.database.table.mrn, spark_catalog.database.table.time] The code snippet was:
display(df.select(3* " heartrate " ))
Which statement describes the error being raised?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
A data engineer wants to ingest a large collection of image files (JPEG and PNG) from cloud object storage into a Unity Catalog-managed table for analysis and visualization.
Which two configurations and practices are recommended to incrementally ingest these images into the table?
(Choose 2 answers)
A data engineer wants to ingest a large collection of image files (JPEG and PNG) from cloud object storage into a Unity Catalog-managed table for analysis and visualization.
Which two configurations and practices are recommended to incrementally ingest these images into the table?
(Choose 2 answers)
정답: A,B
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
Which statement describes the correct use of pyspark.sql.functions.broadcast?
Which statement describes the correct use of pyspark.sql.functions.broadcast?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제11
Given the following error traceback (from display(df.select(3* " heartrate " ))) which shows AnalysisException: cannot resolve ' heartrateheartrateheartrate ' , which statement describes the error being raised?
Given the following error traceback (from display(df.select(3* " heartrate " ))) which shows AnalysisException: cannot resolve ' heartrateheartrateheartrate ' , which statement describes the error being raised?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제12
Which statement regarding spark configuration on the Databricks platform is true?
Which statement regarding spark configuration on the Databricks platform is true?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제13
A data governance team at a large enterprise is improving data discoverability across its organization. The team has hundreds of tables in their Databricks Lakehouse with thousands of columns that lack proper documentation. Many of these tables were created by different teams over several years, with missing context about column meanings and business logic. The data governance team needs to quickly generate comprehensive column descriptions for all existing tables to meet compliance requirements and improve data literacy across the organization. They want to leverage modern capabilities to automatically generate meaningful descriptions rather than manually documenting each column, which would take months to complete.
Which approach should the team use in Databricks to automatically generate column comments and descriptions for existing tables?
A data governance team at a large enterprise is improving data discoverability across its organization. The team has hundreds of tables in their Databricks Lakehouse with thousands of columns that lack proper documentation. Many of these tables were created by different teams over several years, with missing context about column meanings and business logic. The data governance team needs to quickly generate comprehensive column descriptions for all existing tables to meet compliance requirements and improve data literacy across the organization. They want to leverage modern capabilities to automatically generate meaningful descriptions rather than manually documenting each column, which would take months to complete.
Which approach should the team use in Databricks to automatically generate column comments and descriptions for existing tables?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제14
A data engineer is tasked with ensuring that a Delta table in Databricks continuously retains deleted files for
15 days (instead of the default 7 days), in order to permanently comply with the organization's data retention policy.
Which code snippet correctly sets this retention period for deleted files?
A data engineer is tasked with ensuring that a Delta table in Databricks continuously retains deleted files for
15 days (instead of the default 7 days), in order to permanently comply with the organization's data retention policy.
Which code snippet correctly sets this retention period for deleted files?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)