
Ultimate access to all questions.
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.