Question 39
AI-103 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →You have a customer support agent built by using the Microsoft Foundry Agent Service. The agent calls an Azure OpenAI model deployment. During load testing, calls intermittently fail and return an HTTP 429 rate limit exceeded error. You need to handle throttling to reduce call failures and improve reliability under load. The solution must remain within the service and model limits. What should you do?
- ACreate a new thread and retry the calls immediately.
- BReduce the number of registered tools.
- CImplement a retry policy that uses exponential backoff and jitter. ✓
- DSpit uploaded content into smaller files.