exam questions

Exam DP-500 All Questions

View all questions & answers for the DP-500 exam

Exam DP-500 topic 1 question 180 discussion

Actual exam question from Microsoft's DP-500
Question #: 180
Topic #: 1
[All DP-500 Questions]

HOTSPOT
-

You have a deep neural network (DNN) machine learning model named Model1 and an Azure Synapse Analytics workspace named Workspace1.

You need to score the data in Workspace1 by using Model1 and Transact-SQL code.

Which Transact-SQL function should you use to score the data, and which format should you use for Model1? 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
Momoanwar
1 year, 5 months ago
Chatgpt : To score the data in the Azure Synapse Analytics workspace using Model1 and Transact-SQL code, you should use the following: - Function: `PREDICT` - Format: `ONNX` The `PREDICT` function is used in T-SQL for scoring machine learning models, and ONNX (Open Neural Network Exchange) is a popular open format for deep learning models like DNNs.
upvoted 1 times
...
MaryemSB
1 year, 6 months ago
Predict ONNX https://learn.microsoft.com/en-us/sql/t-sql/queries/predict-transact-sql?view=sql-server-ver16
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 ...