Free Microsoft AI-900 Azure AI Fundamentals Actual Exam Questions - Question 12 Discussion

Question No. 12
You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to consume the pipeline? Each correct answer presents part
of the solution.
NOTE: Each correct selection is worth one point.
Select all that apply, then reveal solution.
US
AP
Arjun P.
2026-02-17

It’s definitely D and C for me. The REST endpoint is the URL you call to send data for inference, and the authentication key is necessary to access that endpoint securely. The model name doesn’t really matter once the pipeline is published, and the training endpoint is only relevant during training, not for consuming the pipeline.

0
AP
Arjun P.
2026-02-13

Guessing C and D make the most sense here since the REST endpoint is where you send requests, and the auth key secures access. The model name and training endpoint seem unrelated to calling the published pipeline.

0
BA
Bilal A.
2026-02-13

It’s C and D because you need the REST endpoint to actually call the pipeline and the authentication key to authorize the request. The model name and training endpoint don’t come into play when consuming it.

0
SP
Sohail P.
2026-01-27

Option C and D make sense since you need the REST endpoint to call the pipeline and the authentication key to access it. The model name and training endpoint aren't used when consuming the published inference pipeline.

0
SP
Sohail P.
2026-01-24

C/D for sure. You need the REST endpoint to send requests and the authentication key to access it securely. The model name and training endpoint don’t really come into play when consuming the published pipeline.

0
SP
Sohail P.
2026-01-19

C, D I think you definitely need the authentication key (C) and the REST endpoint (D) to actually call the published pipeline. But is the training endpoint (B) relevant here? The question is about consuming an inference pipeline, so maybe the training endpoint isn’t needed? Just wondering if anyone can confirm if the model name (A) is also required or if it’s just part of the deployment process.

0