Demo Microsoft AI-200 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 4 Questions
Demo Practice
Question 1

You are developing an AI cloud solution on Azure. The solution includes a Python API that receives user requests and sends long-running AI jobs to a background processor. You need to ensure that the API responds quickly and that failed jobs can be retried. Which Azure service should you use between the API and the worker? 

Correct Answer: A, B, C, D
Explanation:
Azure Service Bus Queue is suitable when an application needs reliable asynchronous communication between components. The API can place a job message on the queue and return a response to the user immediately. The worker can process messages independently and retry failed jobs if needed. This design improves reliability and prevents long-running AI tasks from blocking the user-facing API.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM