exam questions

Exam Certified Data Engineer Professional All Questions

View all questions & answers for the Certified Data Engineer Professional exam

Exam Certified Data Engineer Professional topic 1 question 43 discussion

Actual exam question from Databricks's Certified Data Engineer Professional
Question #: 43
Topic #: 1
[All Certified Data Engineer Professional Questions]

The data governance team has instituted a requirement that all tables containing Personal Identifiable Information (PH) must be clearly annotated. This includes adding column comments, table comments, and setting the custom table property "contains_pii" = true.
The following SQL DDL statement is executed to create a new table:

Which command allows manual confirmation that these three requirements have been met?

  • A. DESCRIBE EXTENDED dev.pii_test
  • B. DESCRIBE DETAIL dev.pii_test
  • C. SHOW TBLPROPERTIES dev.pii_test
  • D. DESCRIBE HISTORY dev.pii_test
  • E. SHOW TABLES dev
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Community vote distribution
A (100%)

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Tedet
1 month, 1 week ago
Selected Answer: A
C is wrong since Property value returned by this statement excludes some properties that are internal to spark and hive. The excluded properties are: All the properties that start with prefix spark.sql Property keys such as: EXTERNAL, comment All the properties generated internally by hive to store statistics. Some of these properties are: numFiles, numPartitions, numRows.
upvoted 1 times
...
RandomForest
3 months ago
Selected Answer: A
Answer A is correct as explained by lexaneon
upvoted 1 times
...
lexaneon
9 months, 2 weeks ago
looks like A & C are correct.. https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-aux-show-tblproperties.html#show-tblproperties
upvoted 3 times
lexaneon
9 months, 2 weeks ago
if we want to see also columns comments then A
upvoted 5 times
...
...
rok21
10 months, 1 week ago
Selected Answer: A
correct A !
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
CLF-C02
Frankfurt, 1 minute ago