exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 82 discussion

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

HOTSPOT
-

You train a model by using Azure Machine Learning. You use Azure Blob Storage to store production data.

The model must be re-trained when new data is uploaded to Azure Blob Storage. You need to minimize development and coding.

You need to configure Azure services to develop a re-training solution.

Which Azure services should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
SoftAI
Highly Voted 1 year, 6 months ago
First one is event grid https://learn.microsoft.com/en-us/azure/data-explorer/create-event-grid-connection?tabs=portal-adx%2Cportal-2 the last one is logic apps: https://learn.microsoft.com/en-us/azure/machine-learning/v1/how-to-trigger-published-pipeline?view=azureml-api-1
upvoted 10 times
...
chaymat
Highly Voted 1 year, 6 months ago
Event Grid, Logic Apps
upvoted 7 times
...
sanctafrax
Most Recent 2 months, 4 weeks ago
Given answer seems correct. Event grid needs to be filled explicitly (by someone), it does not happen by itself. you need some kind of function. Therefore detecting whether or not there is new data can be done by a timed based triggered function which pushes an event to an event grid. Then trigger the retraining based on the event grid entry.
upvoted 1 times
...
evangelist
4 months, 4 weeks ago
The other way around, 1: event grid to monitor event of new data 2: triggering functions to re-train the model
upvoted 1 times
...
Kanwal001
1 year, 2 months ago
On exam 28 Aug 2023
upvoted 6 times
...
MarinaMijailovic
1 year, 2 months ago
Event Hubs: Used for high-volume, streaming data ingestion. Event Grid: Used for reactive programming based on event-driven architectures, distributing event notifications.
upvoted 1 times
...
PI_Team
1 year, 3 months ago
Identify when new data is uploaded: You can use Event Grid to subscribe to events that are emitted when new data is uploaded to Azure Blob Storage. Event Grid will send an event to your subscription whenever a new blob is created or modified. Trigger re-training: Logic Apps can be a good choice for linking data to blob storage and then to ML Studio. Logic Apps are a more complex solution than Functions, but they offer more flexibility and integration capabilities. I think Logic Apps would be a better choice over Functions for triggering as the question asks for linking different services together. As far as I know, Logic Apps can be used to integrate with other Azure services, such as Azure Notification Hubs and Azure Service Bus and if we need to integrate with other Azure services, then Logic Apps may be a better choice. SaM
upvoted 5 times
...
Norasit
1 year, 4 months ago
Trigger re-training can be use Functions and Logic Apps. In this problem it sound like simple process so I think Functions is better than Logic Apps.
upvoted 1 times
DaniloMagone
5 months, 3 weeks ago
"You need to minimize development and coding." So it has to be Logic Apps over Functions
upvoted 1 times
...
...
rishi_ram
1 year, 5 months ago
Azure Event Grid: Azure Event Grid can be used to monitor events in Azure Blob Storage. You can configure Event Grid to trigger an event when new data is uploaded to Azure Blob Storage. Azure Functions: Azure Functions is a serverless compute service that can be used to run your re-training code in response to the event triggered by Azure Event Grid. You can write your re-training logic as a function and configure it to be executed when the event is received. By combining Azure Event Grid and Azure Functions, you can create an automated re-training pipeline that triggers the re-training process whenever new data is uploaded to Azure Blob Storage, without the need for extensive coding or manual intervention.
upvoted 2 times
snegnik
1 year, 4 months ago
it is better to mention that you use ChatGPT
upvoted 4 times
...
...
labriji
1 year, 6 months ago
Identify when new data is uploaded >> Event Grid Trigger re-training >> Azure Logic Apps basta 😅
upvoted 4 times
...
ajay0011
1 year, 6 months ago
Answer is reverse. you can configure Azure Blob Storage to trigger an event in Azure Event Grid when new data is uploaded. Then, you can create an Azure Function that listens for the event and initiates the re-training process
upvoted 2 times
...
hammamse
1 year, 6 months ago
I think this is Event Grid + Event Grid?
upvoted 2 times
...
Tommo565
1 year, 7 months ago
Could also be Event Grid + Event Grid
upvoted 3 times
...
Tommo565
1 year, 7 months ago
I think this is Event Grid + Logic Apps?
upvoted 5 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago