CompTIA DataX DY0-001 (V1) Practice Question

You are building a real-time anomaly-detection pipeline that evaluates the Mahalanobis distance of 10 000-dimensional feature vectors against a baseline distribution. The baseline covariance matrix Σ ∈ ℝ^{10000×10000} is symmetric positive definite and is updated only occasionally, whereas distance calculations are executed millions of times per second inside a GPU kernel. To minimize latency and floating-point error, what is the most appropriate way to apply Σ⁻¹ in each distance calculation?

  • Diagonalize Σ with the Jacobi eigenvalue algorithm, invert the eigenvalues, and reconstruct Σ⁻¹ inside the kernel on every call.

  • Recompute Σ⁻¹ from scratch for every call using the adjugate matrix divided by det Σ, then multiply by the vector.

  • Carry out an LU decomposition with partial pivoting and explicitly construct Σ⁻¹ before each kernel invocation.

  • Factor Σ once with a Cholesky decomposition and use two triangular solves for each distance calculation instead of forming Σ⁻¹ explicitly.

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