
Answer-first summary for fast verification
Answer: 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.
Option B is correct because it ensures a comprehensive approach to testing in the CI/CD pipeline by including a variety of tests that cover different aspects of the service, using modern tools for efficient testing, and implementing continuous monitoring to maintain high quality throughout the deployment lifecycle.
Author: LeetQuiz Editorial Team
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.
No comments yet.