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 214 discussion

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

A table named user_ltv is being used to create a view that will be used by data analysts on various teams. Users in the workspace are configured into groups, which are used for setting up data access using ACLs.

The user_ltv table has the following schema:

email STRING, age INT, ltv INT

The following view definition is executed:



An analyst who is not a member of the marketing group executes the following query:


SELECT * FROM email_ltv -

Which statement describes the results returned by this query?

  • A. Three columns will be returned, but one column will be named "REDACTED" and contain only null values.
  • B. Only the email and ltv columns will be returned; the email column will contain all null values.
  • C. The email and ltv columns will be returned with the values in user_ltv.
  • D. Only the email and ltv columns will be returned; the email column will contain the string "REDACTED" in each row.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KadELbied
1 month, 2 weeks ago
Selected Answer: D
suretly D
upvoted 1 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 ...