Question 3 of 1,755
Exploratory Data AnalysiseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is Principal Component Analysis (PCA). PCA is the correct choice for preserving global data structure in visualization because it is a linear dimensionality reduction technique that maximizes variance along orthogonal principal components, effectively capturing the overall covariance structure of the 500 features. This ensures that global relationships—such as the distances between clusters or broad data patterns—are retained, unlike nonlinear methods like t-SNE or UMAP, which prioritize local neighborhood structure and can distort global distances. On the AWS Certified Machine Learning Specialty MLS-C01 exam, this question tests your understanding of when to apply linear versus nonlinear techniques for dimensionality reduction; a common trap is choosing t-SNE for visualization without recognizing that it sacrifices global structure for local detail. A helpful memory tip: PCA is for the “big picture” (global variance), while t-SNE is for the “neighborhood watch” (local clusters).

MLS-C01 Exploratory Data Analysis Practice Question

This MLS-C01 practice question tests your understanding of exploratory data analysis. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A machine learning engineer is exploring a dataset with 500 features and 10,000 samples. To reduce dimensionality for visualization, which technique is most suitable if the goal is to preserve global data structure?

Question 1easymultiple choice
Full question →

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

Principal Component Analysis (PCA)

PCA is the most suitable technique for preserving the global data structure when reducing dimensionality because it is a linear method that maximizes variance along orthogonal principal components, capturing the overall covariance structure of the 500 features. Unlike nonlinear methods, PCA ensures that the global relationships (e.g., distances between clusters) are retained, making it ideal for visualization of high-dimensional data where the goal is to see broad patterns.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • t-Distributed Stochastic Neighbor Embedding (t-SNE)

    Why it's wrong here

    t-SNE preserves local structure, not global.

  • Locally Linear Embedding (LLE)

    Why it's wrong here

    LLE preserves local neighborhoods.

  • Principal Component Analysis (PCA)

    Why this is correct

    PCA preserves global variance (covariance structure).

    Related concept

    Read the scenario before looking for a memorised answer.

  • Uniform Manifold Approximation and Projection (UMAP)

    Why it's wrong here

    UMAP focuses on local structure.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the misconception that nonlinear methods like t-SNE or UMAP are always better for visualization, but the trap here is that they sacrifice global structure for local detail, making PCA the correct choice when the question explicitly states 'preserve global data structure.'

Detailed technical explanation

How to think about this question

PCA works by computing the eigenvectors of the covariance matrix of the data, projecting onto the top-k eigenvectors to maximize retained variance; this linear projection ensures that global Euclidean distances are preserved in the sense of the Frobenius norm. In contrast, t-SNE uses a Student-t distribution to model pairwise similarities in the low-dimensional space, which can cause non-convex optimization and sensitivity to perplexity, often leading to misleading global interpretations. A real-world scenario where PCA is preferred is in exploratory analysis of genomic data (e.g., 500 gene expression features) where the goal is to identify population structure (e.g., ancestry clusters) without introducing artifacts from local neighborhood preservation.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related MLS-C01 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free MLS-C01 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this MLS-C01 question test?

Exploratory Data Analysis — This question tests Exploratory Data Analysis — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Principal Component Analysis (PCA) — PCA is the most suitable technique for preserving the global data structure when reducing dimensionality because it is a linear method that maximizes variance along orthogonal principal components, capturing the overall covariance structure of the 500 features. Unlike nonlinear methods, PCA ensures that the global relationships (e.g., distances between clusters) are retained, making it ideal for visualization of high-dimensional data where the goal is to see broad patterns.

What should I do if I get this MLS-C01 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on MLS-C01

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A machine learning engineer is exploring a dataset with 50 features. Some features are highly correlated. Which technique should the engineer use to reduce dimensionality while preserving variance?

medium
  • A.Principal Component Analysis (PCA)
  • B.Factor Analysis
  • C.t-Distributed Stochastic Neighbor Embedding (t-SNE)
  • D.Linear Discriminant Analysis (LDA)

Why A: PCA (Principal Component Analysis) is the standard technique for dimensionality reduction by projecting data onto principal components that capture maximum variance. LDA is supervised and aims to separate classes. t-SNE is for visualization. Autoencoders can reduce dimensionality but are more complex. Factor analysis assumes latent factors.

Keep practising

More MLS-C01 practice questions

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This MLS-C01 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 MLS-C01 exam.