Implementing Analytics Solutions Using Microsoft Fabric — Question 29

You have a Fabric tenant that contains a machine learning model registered in a Fabric workspace.
You need to use the model to generate predictions by using the PREDICT function in a Fabric notebook.
Which two languages can you use to perform model scoring? Each correct answer presents a complete solution.
NOTE: Each correct answer is worth one point.

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because Spark SQL and PySpark are designed to work with machine learning models and support the PREDICT function in Fabric notebooks. T-SQL and DAX do not provide the necessary functionality for model scoring in this context.