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

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

A data engineer has configured a Structured Streaming job to read from a table, manipulate the data, and then perform a streaming write into a new table.

The code block used by the data engineer is below:



The data engineer only wants the query to process all of the available data in as many batches as required.

Which line of code should the data engineer use to fill in the blank?

  • A. trigger(availableNow=True)
  • B. trigger(processingTime= “once”)
  • C. trigger(continuous= “once”)
  • D. trigger(once=True)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
comoon
Highly Voted 4 weeks ago
A is correct.
upvoted 6 times
...
hakimipous
Most Recent 3 days, 15 hours ago
Selected Answer: A
A is correct
upvoted 1 times
...
lj114
1 week, 2 days ago
Selected Answer: A
A is correct. Similar to queries one-time micro-batch trigger, the query will process all the available data and then stop on its own. The difference is that, it will process the data in (possibly) multiple micro-batches based on the source options
upvoted 1 times
...
rsmf
3 weeks ago
Selected Answer: A
Correct is A
upvoted 2 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 ...