DP-201 Exam QuestionsBrowse all questions from this exam

DP-201 Exam - Question 162


DRAG DROP -

You need to design the system for notifying law enforcement officers about speeding vehicles.

How should you design the pipeline? To answer, drag the appropriate services to the correct locations. Each service may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Select and Place:

Exam DP-201 Question 162
Show Answer
Correct Answer:
Exam DP-201 Question 162 Exam DP-201 Question 162

Scenario:

Information about vehicles that have been detected as going over the speed limit during the last 30 minutes must be available to law enforcement officers. Several law enforcement organizations may respond to speeding vehicles.

Telemetry Capture -

The telemetry capture system records each time a vehicle passes in front of a sensor. The sensors run on a custom embedded operating system and record the following telemetry data:

✑ Time

✑ Location in latitude and longitude

✑ Speed in kilometers per hour (kmph)

✑ Length of vehicle in meters

Reference:

https://docs.microsoft.com/en-us/azure/azure-databricks/what-is-azure-databricks

Design data processing solutions

Discussion

2 comments
Sign in to comment
ismaelrihawi
May 21, 2021

Should be Kafka + Databricks!

Dhaval_Azure
Jun 30, 2021

Kafka should be an event reader, but data processing should be done by Azure Databricks & store in Cosmos DB or Azure SQL. Given answer looks correct to me

Devendra00023
Apr 26, 2021

As per the description, first box should be KAFKA

davita8
Apr 30, 2021

Telemetry data should be stored in NOSQL database preferably Cosmos DB or blob storage. However in this question, Cosmos DB is not an option given. If given that would have been the best answer. Coming to why Azure Server. Below is what the case study states and storage doesn't support query language Requirement :The solution must allow for searches of vehicle images by license plate to support law enforcement investigations. Searches must be able to be performed using a query language and must support fuzzy searches to compensate for license plate detection errors. https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/data/stream-processing-databricks