Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

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

Exam Certified Data Engineer Associate topic 1 question 33 discussion

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

Which of the following describes when to use the CREATE STREAMING LIVE TABLE (formerly CREATE INCREMENTAL LIVE TABLE) syntax over the CREATE LIVE TABLE syntax when creating Delta Live Tables (DLT) tables using SQL?

  • A. CREATE STREAMING LIVE TABLE should be used when the subsequent step in the DLT pipeline is static.
  • B. CREATE STREAMING LIVE TABLE should be used when data needs to be processed incrementally.
  • C. CREATE STREAMING LIVE TABLE is redundant for DLT and it does not need to be used.
  • D. CREATE STREAMING LIVE TABLE should be used when data needs to be processed through complicated aggregations.
  • E. CREATE STREAMING LIVE TABLE should be used when the previous step in the DLT pipeline is static.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
XiltroX
Highly Voted 1 year, 7 months ago
Selected Answer: B
B is the correct answer.
upvoted 6 times
...
4be8126
Highly Voted 1 year, 7 months ago
Selected Answer: B
B. CREATE STREAMING LIVE TABLE should be used when data needs to be processed incrementally. The CREATE STREAMING LIVE TABLE syntax is used to create tables that read data incrementally, while the CREATE LIVE TABLE syntax is used to create tables that read data in batch mode. Delta Live Tables support both streaming and batch modes of processing data. When the data is streamed and needs to be processed incrementally, CREATE STREAMING LIVE TABLE should be used.
upvoted 6 times
...
ajay1709
Most Recent 3 weeks, 1 day ago
B. CREATE STREAMING LIVE TABLE should be used when data needs to be processed Streaming is used for incremental data.
upvoted 1 times
...
80370eb
3 months, 2 weeks ago
Selected Answer: B
B. CREATE STREAMING LIVE TABLE should be used when data needs to be processed incrementally. This syntax is used to define a Delta Live Table that processes data incrementally as new data arrives, which is essential for handling streaming data or large datasets that need to be processed in chunks rather than all at once.
upvoted 1 times
...
SerGrey
10 months, 2 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
awofalus
1 year ago
Selected Answer: B
B is correct
upvoted 1 times
...
vctrhugo
1 year, 2 months ago
Selected Answer: B
B. CREATE STREAMING LIVE TABLE should be used when data needs to be processed incrementally. The CREATE STREAMING LIVE TABLE syntax is used when you want to create Delta Live Tables (DLT) tables that are designed for processing data incrementally. This is typically used when your data pipeline involves streaming or incremental data updates, and you want the table to stay up to date as new data arrives. It allows you to define tables that can handle data changes incrementally without the need for full table refreshes. So, option B correctly describes when to use CREATE STREAMING LIVE TABLE over CREATE LIVE TABLE in the context of Delta Live Tables.
upvoted 3 times
...
ZSun
1 year, 5 months ago
This is old version question, currently, Databricks only have Streaming Table (Create Live Table). The previous Streaming live table and Live table already combined.
upvoted 2 times
lgkofficialwork
1 year, 5 months ago
is this dump valid for v3?
upvoted 3 times
...
...
surrabhi_4
1 year, 7 months ago
Selected Answer: B
option B
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 ...