Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Exam Databricks-Certified-Data-Engineer-Associate Topic 2 Question 44 Discussion

Actual exam question for Databricks's Databricks-Certified-Data-Engineer-Associate exam
Question #: 44
Topic #: 2
[All Databricks-Certified-Data-Engineer-Associate Questions]

Which query is performing a streaming hop from raw data to a Bronze table?

A)

B)

C)

D)

Show Suggested Answer Hide Answer
Suggested Answer: D

The query performing a streaming hop from raw data to a Bronze table is identified by using the Spark streaming read capability and then writing to a Bronze table. Let's analyze the options:

Option A: Utilizes .writeStream but performs a complete aggregation which is more characteristic of a roll-up into a summarized table rather than a hop into a Bronze table.

Option B: Also uses .writeStream but calculates an average, which again does not typically represent the raw to Bronze transformation, which usually involves minimal transformations.

Option C: This uses a basic .write with .mode('append') which is not a streaming operation, and hence not suitable for real-time streaming data transformation to a Bronze table.

Option D: It employs spark.readStream.load() to ingest raw data as a stream and then writes it out with .writeStream, which is a typical pattern for streaming data into a Bronze table where raw data is captured in real-time and minimal transformation is applied. This approach aligns with the concept of a Bronze table in a modern data architecture, where raw data is ingested continuously and stored in a more accessible format.

Reference: Databricks documentation on Structured Streaming: Structured Streaming in Databricks


Contribute your Thoughts:

Samira
2 months ago
I'm feeling lucky today, so I'm picking Option A. What could go wrong?
upvoted 0 times
Latanya
2 months ago
User 2
upvoted 0 times
...
Kristel
2 months ago
User 1
upvoted 0 times
...
...
Yun
2 months ago
Option A seems too simple, so it's probably not the right answer. I'll go with Option D - it's got that 'streaming' vibe going on.
upvoted 0 times
...
Tina
2 months ago
Hmm, this is a tough one. I'm torn between Options B and D. Maybe I should just flip a coin?
upvoted 0 times
Karan
27 days ago
Maybe you should go with your gut feeling on this one.
upvoted 0 times
...
Gabriele
1 months ago
I'm leaning towards Option D actually.
upvoted 0 times
...
Carylon
1 months ago
I agree, Option B seems like the right choice.
upvoted 0 times
...
Brittani
2 months ago
I think Option B is the correct one.
upvoted 0 times
...
...
Lai
2 months ago
I'm not sure, but I think B could also be a valid option for streaming hop based on the image provided.
upvoted 0 times
...
Virgie
2 months ago
I'm going with Option B. The query looks a bit more complex, so it might be the one doing the streaming hop.
upvoted 0 times
...
Elouise
2 months ago
I disagree, I believe the answer is C, as it seems to be the correct query for streaming hop.
upvoted 0 times
...
Yuki
2 months ago
I think the answer is A, because it shows a streaming hop from raw data to a Bronze table.
upvoted 0 times
...
Tyra
2 months ago
Option C looks like it's doing a streaming transformation, so that's my pick.
upvoted 0 times
Laurel
1 months ago
Option C it is!
upvoted 0 times
...
Franchesca
1 months ago
Let's go with Option C then.
upvoted 0 times
...
Florinda
2 months ago
I agree, Option C seems to be the one with the streaming hop.
upvoted 0 times
...
Erasmo
2 months ago
I think Option C is the correct choice.
upvoted 0 times
...
...

Save Cancel