Exam Overview

Exam Details

  • Duration: 180 minutes
  • Questions: 65
  • Passing Score: 750/1000
  • Format: Multiple choice & multiple response
  • Cost: ~$150-300 USD
  • Validity: 3 years

Exam Domains

DomainWeight
Data Engineering24%
Exploratory Data Analysis26%
Modeling36%
ML Implementation & Operations14%

AWS ML Services Overview

ServiceCategoryUse Case
SageMakerFull ML PlatformBuild, train, deploy any ML model end-to-end
RekognitionVision AIImage/video: objects, faces, text, content moderation
ComprehendNLPSentiment, entities, key phrases, language detection
TextractDocument AIExtract text and data from scanned forms and documents
TranscribeSpeech-to-TextAutomatic speech recognition; call center transcription
PollyText-to-SpeechConvert text to lifelike speech; SSML support
LexConversational AIChatbots and voice interfaces (same tech as Alexa)
ForecastTime SeriesML-based demand/inventory forecasting
PersonalizeRecommendationsReal-time personalized recommendations
BedrockGenerative AIFoundation models via API (Claude, Llama, Titan, Stable Diffusion)

SageMaker Deep Dive

ComponentPurpose
StudioWeb-based IDE for complete ML lifecycle
Ground TruthData labeling with human reviewers + ML auto-labeling
Data WranglerData prep and transformation; 300+ transforms; no-code
Feature StoreCentralized features; online (real-time) + offline (batch)
Training JobsManaged training; spot training for 70% cost savings
Automatic Model TuningHyperparameter optimization (Bayesian/random/grid)
Endpoints (Real-time)Low-latency inference; auto-scaling; multi-model endpoints
Batch TransformOffline bulk inference on S3 data
PipelinesMLOps CI/CD for ML workflows
ClarifyDetect bias and explain model predictions
Model MonitorDetect data drift and model quality degradation in production

Built-in Algorithms

AlgorithmProblem TypeUse Case
XGBoostClassification/RegressionTabular data; most popular for structured data
Linear LearnerClassification/RegressionLarge sparse datasets; fast training
K-MeansClusteringCustomer segmentation
BlazingTextNLPText classification; word embeddings
DeepARTime Series ForecastingMultiple related time series
Random Cut ForestAnomaly DetectionDetect anomalies in streaming data
Image ClassificationVisionClassify images (ResNet)

📋 Study Checklist

Progress0%
  • Know all AWS AI/ML managed services and their use cases
  • Understand SageMaker components: Studio, Data Wrangler, Feature Store
  • Know SageMaker built-in algorithms and when to use each
  • Explain SageMaker training: CPU vs GPU instance types
  • Know SageMaker Spot Training for cost savings
  • Design end-to-end ML pipeline with SageMaker Pipelines
  • Understand hyperparameter tuning strategies
  • Know SageMaker Model Monitor for drift detection
  • Understand A/B testing and shadow deployment for models
  • Know data formats: CSV, RecordIO-Protobuf, Parquet, Pipe Mode
  • Design data pipelines with Glue, Athena, Kinesis for ML
  • Understand bias detection with SageMaker Clarify
  • Know Rekognition: image analysis, facial analysis, content moderation
  • Understand Comprehend for NLP tasks
  • Know when to use Forecast vs DeepAR
  • Understand Bedrock: foundation models, RAG, Agents
  • Know SageMaker endpoints: real-time, serverless, batch, async
  • Understand Feature Store: online vs offline store
  • Design cost-optimized ML with managed spot training
  • Know evaluation metrics: accuracy, F1, AUC-ROC, RMSE