Free Microsoft AI-900 Azure AI Fundamentals Actual Exam Questions - Question 8 Discussion
complete solution.
NOTE: Each correct answer is worth one point.
C imo, since SDKs provide full programmatic access and handle authentication better than CLI. D also works for the same reason, letting JS devs call the service smoothly without dealing with REST details.
Probably A and B. CLI is straightforward for quick commands, and REST API is the base method that everything else builds on, so both definitely count as complete solutions.
C imo, since SDKs are actually built to make calling services easier and more reliable than raw CLI or REST. Also, D makes sense because JavaScript is a common dev language and the SDK usually supports these services thoroughly. So between C and D, you get full programming language support, not just general tools like CLI or generic REST calls. That said, A and B aren’t wrong but feel more low-level compared to what the SDKs offer for real devs.
B imo, because REST API is a direct way to call any Azure service without SDK overhead.
Option A and B look like they could work since CLI and REST API are pretty standard for service calls, but does the question expect only SDKs or any tools that can send requests? Missing some context on that.