exam questions

Exam AWS Certified Data Engineer - Associate DEA-C01 All Questions

View all questions & answers for the AWS Certified Data Engineer - Associate DEA-C01 exam

Exam AWS Certified Data Engineer - Associate DEA-C01 topic 1 question 212 discussion

A data engineer has two datasets that contain sales information for multiple cities and states. One dataset is named reference, and the other dataset is named primary.

The data engineer needs a solution to determine whether a specific set of values in the city and state columns of the primary dataset exactly match the same specific values in the reference dataset. The data engineer wants to use Data Quality Definition Language (DQDL) rules in an AWS Glue Data Quality job.

Which rule will meet these requirements?

  • A. DatasetMatch "reference” “city->ref_city, state->ref_state” = 1.0
  • B. Referentiallntegrity “city,state” “reference.{ref_city,ref_state}” = 1.0
  • C. DatasetMatch “reference” “city->ref_city, state->ref_state” = 100
  • D. Referentialintegrity “city,state” "reference.{ref_city,ref_state}” = 100
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
XP_2600
1 month, 2 weeks ago
Selected Answer: A
Seems A to me
upvoted 1 times
...
habros
2 months ago
Selected Answer: B
exact match = checking referential integrity. can only be between 0 and 1 (decimal notation). 1 meaning strict compliance (must match or fail) https://aws.amazon.com/blogs/big-data/set-up-advanced-rules-to-validate-quality-of-multiple-datasets-with-aws-glue-data-quality/
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 ...