exam questions

Exam DP-700 All Questions

View all questions & answers for the DP-700 exam

Exam DP-700 topic 2 question 41 discussion

Actual exam question from Microsoft's DP-700
Question #: 41
Topic #: 2
[All DP-700 Questions]

You have an Azure event hub. Each event contains the following fields:

• BikepointID
• Street
• Neighbourhood
• Latitude
• Longitude
• No_Bikes
• No_Empty_Docks

You need to ingest the events. The solution must only retain events that have a Neighbourhood value of Chelsea, and then store the retained events in a Fabric lakehouse.

Data retention in case of failure is required to be two days.

What should you use?

  • A. an eventstream
  • B. Apache Spark Structured Streaming
  • C. a streaming dataset
  • D. a KQL queryset
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
smanzana
1 month, 2 weeks ago
Selected Answer: A
A is Correct
upvoted 2 times
...
Rajib
1 month, 3 weeks ago
Selected Answer: A
It should be an Eventstream
upvoted 1 times
...
kaushikcbs
1 month, 3 weeks ago
Selected Answer: A
Why Eventstream? - Filters data before ingestion: You can apply a filter processor to retain only events where Neighbourhood = 'Chelsea'. - Direct integration with Fabric lakehouse: Eventstream can send filtered data directly to the lakehouse. - Supports data retention: You can configure event retention for two days to handle failures.
upvoted 2 times
...
marinamh16
1 month, 3 weeks ago
Selected Answer: A
Se debe usar Eventstream porque los datos provienen de Azure Event Hub, que es una fuente de eventos en tiempo real. Además, se requiere filtrar eventos con un valor específico en el campo Neighbourhood ("Chelsea") antes de almacenarlos en un lakehouse, lo cual es una funcionalidad nativa y sin código de Eventstream. También permite configurar la retención de datos por fallo (en este caso, 2 días), lo que cumple con todos los requisitos del escenario. Esta opción minimiza el esfuerzo de desarrollo, tal como solicita el enunciado.
upvoted 2 times
...
mr_corte
1 month, 3 weeks ago
Selected Answer: A
Eventstreams support configurable data retention policies. You can set the retention period to 2 days to meet the failure recovery requirement
upvoted 1 times
...
DarioReymago
1 month, 3 weeks ago
Selected Answer: A
https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/configure-settings#retention-setting
upvoted 1 times
...
Asthato
1 month, 3 weeks ago
Selected Answer: A
Maximum retention days is 90 https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/configure-settings#retention-setting
upvoted 1 times
...
Seshathri
1 month, 3 weeks ago
Selected Answer: A
Option A : Best fit: Ingests from Event Hub, filters in real-time, stores to Fabric lakehouse, supports 2-day retention
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 ...