exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 4 question 48 discussion

Actual exam question from Microsoft's DP-200
Question #: 48
Topic #: 4
[All DP-200 Questions]

DRAG DROP -
Your company analyzes images from security cameras and sends alerts to security teams that respond to unusual activity. The solution uses Azure Databricks.
You need to send Apache Spark level events, Spark Structured Streaming metrics, and application metrics to Azure Monitor.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions in the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
You can send application logs and metrics from Azure Databricks to a Log Analytics workspace.
Spark uses a configurable metrics system based on the Dropwizard Metrics Library.
Prerequisites: Configure your Azure Databricks cluster to use the monitoring library.
Note: The monitoring library streams Apache Spark level events and Spark Structured Streaming metrics from your jobs to Azure Monitor.
To send application metrics from Azure Databricks application code to Azure Monitor, follow these steps:
Step 1. Build the spark-listeners-loganalytics-1.0-SNAPSHOT.jar JAR file
Step 2: Create Dropwizard gauges or counters in your application code.
Reference:
https://docs.microsoft.com/bs-latn-ba/azure/architecture/databricks-monitoring/application-logs

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
weenypenguin
4 years ago
Provided answer is correct
upvoted 2 times
...
MC_06
4 years ago
the given answer is CORRECT. 1. config databrick cluster to use the monitoring libirary (Prerequisites) 2. build spark-listeners-loganalytics-1.0-SNAPSHOT.jar JAR file 3. create dropwizard counters in application code ref https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs
upvoted 2 times
...
davem0193
4 years ago
Sequence provided as the answer is wrong. Correct answer is - 1. Configure your Azure Databricks cluster to use the monitoring library 2. Create dropwizard counters in application code 3. Build the spark-listeners-loganalytics-1.0-SNAPSHOT.jar JAR Ref - https://docs.microsoft.com/en-us/azure/architecture/databricks-monitoring/application-logs
upvoted 2 times
corentin
4 years ago
your link provided right answer but your answer is wrong
upvoted 1 times
ZodiaC
4 years ago
What is it then?
upvoted 1 times
Podavenna
3 years, 8 months ago
The given answer by ExamTopics is correct!
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 ...