
Answer-first summary for fast verification
Answer: Content Delivery Network (CDN) for caching and delivering static content to speed up web applications
A Content Delivery Network (CDN) is designed to cache and deliver static content from edge locations to enhance the performance of web and mobile applications. While CDN is a critical service for cloud-based applications, it does not play a role in the MLOps lifecycle, which focuses on the continuous integration and delivery of machine learning models, version control, data processing, and artifact management. Therefore, CDN is the service that does not belong in an MLOps checklist. The other options, including CI/CD pipelines, source control tools, data pipelines, and artifact registries, are all integral components of a comprehensive MLOps strategy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a junior Data Scientist at a rapidly growing startup, you are tasked with implementing MLOps practices to streamline the deployment of machine learning models developed using Python and TensorFlow on Vertex AI. Your team has compiled a comprehensive checklist of services and tools essential for establishing a robust MLOps pipeline. However, one item in the list does not align with the core principles of MLOps. Given the constraints of cost, compliance, and scalability, which service should be excluded from your MLOps checklist? Choose the one option that does not belong.
A
Continuous Integration and Continuous Delivery (CI/CD) pipelines for automating the testing and deployment of ML models
B
Source Control Tools like GitHub for version control and collaboration on ML model code
C
Data Pipelines for processing and transforming data at scale, ensuring data quality and consistency
D
Content Delivery Network (CDN) for caching and delivering static content to speed up web applications
E
Artifact Registry and Container Registry for managing Docker images and ML model artifacts