
Ultimate access to all questions.
You are designing a CI/CD pipeline for an Azure AI service that includes automated testing. Describe the types of tests you would include, the tools you would use, and how you would ensure the quality of the deployed service.
A
Include only unit tests, use basic testing tools, and assume quality based on test outcomes.
B
Include a suite of tests ranging from unit to integration and performance tests, utilize advanced testing tools like Azure DevOps and Selenium, and implement continuous monitoring to ensure ongoing quality.
C
Perform minimal testing, use outdated tools, and hope for quality without monitoring.
D
Ignore testing, deploy directly, and rely on user feedback for quality assurance.