
Answer-first summary for fast verification
Answer: Select an API version that is compatible with the existing application, implement robust error handling mechanisms, and set up continuous performance monitoring.
Option B is correct because it ensures that the integration of the Azure AI service is done with careful consideration of API compatibility, comprehensive error handling, and ongoing performance monitoring to maintain application stability and performance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to integrate an Azure AI service into an existing application. Explain the steps you would take to ensure compatibility, including API versioning, error handling, and performance monitoring.
A
Use the latest API version without backward compatibility checks, ignore error handling, and avoid performance monitoring.
B
Select an API version that is compatible with the existing application, implement robust error handling mechanisms, and set up continuous performance monitoring.
C
Choose an API version based on the latest trends, handle errors minimally, and perform occasional performance checks.
D
Ignore API versioning, handle errors through basic logging, and rely on user feedback for performance issues.