CLF-C02 Cloud Technology and Services Practice Question
A company's data scientists want a managed environment for collaborative Jupyter notebooks connected to their AWS data sources and compute without managing infrastructure. Which AWS service provides this?
⚠ Common exam trap
Candidates often confuse Amazon SageMaker Studio with AWS Cloud9 or Amazon EMR Studio, because all three offer web-based development environments, but only SageMaker Studio is specifically designed for collaborative Jupyter notebooks with integrated ML compute and data source connectivity without infrastructure management.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Amazon SageMaker Studio
Amazon SageMaker Studio is a fully managed, web-based visual interface for data scientists to build, train, debug, deploy, and monitor machine learning models. It provides collaborative Jupyter notebooks that can connect directly to AWS data sources (e.g., S3, Athena, Redshift) and compute resources (e.g., SageMaker training instances, endpoints) without requiring any infrastructure management by the user.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
AWS Cloud9
Why it's wrong here
AWS Cloud9 is a browser-based cloud IDE intended for general-purpose software development, such as writing web or serverless applications. It offers a code editor, terminal, and debugging tools, but lacks native integration with SageMaker, including ML-specific features like experiment tracking, built-in algorithms, or managed training infrastructure. While it can run Jupyter via custom setup, it does not provide the collaborative, auto-scaling, ML-optimized environment that SageMaker Studio offers, making it a poor fit for data scientists.
- ✓
Amazon SageMaker Studio
Why this is correct
Amazon SageMaker Studio is the purpose-built, unified integrated development environment for the entire machine learning lifecycle. It provides managed Jupyter notebooks with automatic scaling of compute resources, direct integration with SageMaker components like Experiments, Pipelines, and Model Registry, and supports collaboration through shared spaces and role-based access. Unlike generic IDEs or single-purpose tools, SageMaker Studio is designed specifically for data scientists to prepare data, build, train, tune, deploy, and monitor models all in one place.
- ✗
Amazon EMR Studio
Why it's wrong here
Amazon EMR Studio is an IDE for developing and debugging big data applications on Amazon EMR, primarily for Apache Spark, Hive, and Flink workloads. It offers Jupyter notebooks, but those notebooks are tightly coupled to EMR clusters and optimized for distributed data processing, not the full ML workflow. It lacks the deep integration with SageMaker's ML services (like automatic model tuning, training jobs, and model deployment) that data science teams require, making it unsuitable as a general ML IDE.
- ✗
AWS Lambda with Jupyter
Why it's wrong here
AWS Lambda is a serverless compute service designed for event-driven, short-lived functions, with a maximum execution timeout of 15 minutes and limited CPU/memory without GPU options. Running an interactive Jupyter notebook on Lambda is impractical because notebooks require long-running, stateful sessions with persistent storage and dynamic resource allocation. Lambda is also not designed for interactive exploration, visualizations, or GPU-accelerated training, so it cannot serve as a data science workspace.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
Go deeper
Related to this question
About these practice questions
Courseiva writes every CLF-C02 question from scratch — 988 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.