CompTIA DataX DY0-001 (V1) Practice Question

You are implementing a closed-form ridge regression solution for a data set with 20 000 observations (rows) and 300 predictors (columns). The algorithm requires the Gram matrix

G = X^T X (shape 300 × 300)

where X is the design matrix. A teammate suggests computing

H = X XT (shape 20 000 × 20 000) and then taking HT, claiming that the transpose will convert H into G while avoiding an extra allocation. Which statement correctly evaluates this suggestion?

  • It works only when X has orthonormal columns, since then X XT and XT X are identical up to shape.

  • The approach succeeds by leveraging the Woodbury identity; transposing H is merely an optimization step.

  • It will work because the transpose reverses multiplication order, so (X X^T)T becomes XT X with the desired 300 × 300 shape.

  • It will fail; (X XT)T equals X XT, so the result is still 20 000 × 20 000 and cannot substitute for XT X unless X is square.

CompTIA DataX DY0-001 (V1)
Mathematics and Statistics
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $64
$529.00 $465.00
Bash, the Crucial Exams Chat Bot
AI Bot