AI-103 Text Analysis Practice Question
You are designing an enterprise text analysis solution with high availability and security requirements. Which THREE practices should you implement? (Choose three.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Implement exponential backoff retry logic in client applications to handle rate limiting (429 errors).
Enterprise best practices include deploying private endpoints, using managed identities for authentication, and implementing retry logic with exponential backoff for resilience.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Store subscription keys in plain text configuration files inside the source code repository.
Why it's wrong here
Storing keys in plain text is a major security violation.
- ✓
Implement exponential backoff retry logic in client applications to handle rate limiting (429 errors).
Why this is correct
Retry logic with exponential backoff handles transient throttling gracefully.
- ✓
Authenticate API calls using managed identities instead of hardcoded subscription keys.
Why this is correct
Managed identities eliminate hardcoded secrets.
- ✗
Disable TLS encryption on HTTP client requests to improve API throughput.
Why it's wrong here
Disabling TLS compromises data in transit and violates security standards.
- ✓
Configure private endpoints to restrict network access to your virtual network.
Why this is correct
Private endpoints secure network traffic.
About these practice questions
One of 510 original AI-103 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-103 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-103 exam.