Free Certified Data Engineer Professional Exam Braindumps (page: 21)

Page 21 of 46

A CHECK constraint has been successfully added to the Delta table named activity_details using the following logic:


A batch job is attempting to insert new records to the table, including a record where latitude = 45.50 and longitude = 212.67.

Which statement describes the outcome of this batch insert?

  1. The write will fail when the violating record is reached; any records previously processed will be recorded to the target table.
  2. The write will fail completely because of the constraint violation and no records will be inserted into the target table.
  3. The write will insert all records except those that violate the table constraints; the violating records will be recorded to a quarantine table.
  4. The write will include all records in the target table; any violations will be indicated in the boolean column named valid_coordinates.
  5. The write will insert all records except those that violate the table constraints; the violating records will be reported in a warning log.

Answer(s): B



A junior data engineer has manually configured a series of jobs using the Databricks Jobs UI. Upon reviewing their work, the engineer realizes that they are listed as the "Owner" for each job. They attempt to transfer "Owner" privileges to the "DevOps" group, but cannot successfully accomplish this task.

Which statement explains what is preventing this privilege transfer?

  1. Databricks jobs must have exactly one owner; "Owner" privileges cannot be assigned to a group.
  2. The creator of a Databricks job will always have "Owner" privileges; this configuration cannot be changed.
  3. Other than the default "admins" group, only individual users can be granted privileges on jobs.
  4. A user can only transfer job ownership to a group if they are also a member of that group.
  5. Only workspace administrators can grant "Owner" privileges to a group.

Answer(s): A



All records from an Apache Kafka producer are being ingested into a single Delta Lake table with the following schema:

key BINARY, value BINARY, topic STRING, partition LONG, offset LONG, timestamp LONG

There are 5 unique topics being ingested. Only the "registration" topic contains Personal Identifiable Information (PII). The company wishes to restrict access to PII. The company also wishes to only retain records containing PII in this table for 14 days after initial ingestion. However, for non-PII information, it would like to retain these records indefinitely.

Which of the following solutions meets the requirements?

  1. All data should be deleted biweekly; Delta Lake's time travel functionality should be leveraged to maintain a history of non-PII information.
  2. Data should be partitioned by the registration field, allowing ACLs and delete statements to be set for the PII directory.
  3. Because the value field is stored as binary data, this information is not considered PII and no special precautions should be taken.
  4. Separate object storage containers should be specified based on the partition field, allowing isolation at the storage level.
  5. Data should be partitioned by the topic field, allowing ACLs and delete statements to leverage partition boundaries.

Answer(s): E



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?

  1. Group members have full permissions on the prod database and can also assign permissions to other users or groups.
  2. Group members are able to list all tables in the prod database but are not able to see the results of any queries on those tables.
  3. Group members are able to query and modify all tables and views in the prod database, but cannot create new tables or views.
  4. Group members are able to query all tables and views in the prod database, but cannot create or edit anything in the database.
  5. Group members are able to create, query, and modify all tables and views in the prod database, but cannot define custom functions.

Answer(s): D



Page 21 of 46



Post your Comments and Discuss Databricks Certified Data Engineer Professional exam with other Community members:

Puran commented on September 18, 2024
Good material and very honest and knowledgeable support team. Contacted the support team and got a reply in less than 30 minutes.
New Zealand
upvote