Certified Data Engineer Associate Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Associate Exam - Question 35


Which of the following Structured Streaming queries is performing a hop from a Silver table to a Gold table?

Show Answer
Correct Answer: E

The correct option is the one that involves aggregation, as the transition from a Silver table to a Gold table typically includes some form of data summarization or aggregation to create clean, refined data sets for analysis. Option E appears to demonstrate this process by involving group by operations and using the 'complete' output mode to replace the entire table data rather than appending it. This method aligns with the purpose of a Gold table in a data lake architecture, which is to store aggregated and cleaned data.

Discussion

10 comments
Sign in to comment
XiltroXOption: E
Apr 2, 2023

E is the correct answer.

surrabhi_4Option: E
Apr 3, 2023

Option E

rafahbOption: E
Apr 4, 2023

E option

GhaneshKOption: E
Aug 4, 2023

E is correct as it includes group by as well by store.

tocsOption: E
Oct 6, 2023

E as we're doing an aggregation and we're rewriting the whole table and not just appending.

surya_lollaOption: E
Nov 9, 2023

The best practice is to use "Complete" as output mode instead of "append" when working with aggregated tables. Since gold layer is work final aggregated tables, the only option with output mode as complete is option E.

DavidRouOption: E
Oct 31, 2023

E is the right answer. The "gold layer" is used to store aggregated clean data, E is the only answer in wich aggregation is performed.

SerGreyOption: E
Jan 8, 2024

E is correct

agAshishOption: A
Feb 1, 2024

Answer shoiuld be A , for writestream data should be stream only and not static

benni_ale
Apr 28, 2024

that's a good point but i would say that A is performing a raw data ingestion into bronze

benni_aleOption: E
Apr 28, 2024

E - Aggregations are performed from silver to gold