Official curriculum roadmap, subject/topic distribution, negative marking rules, pacing guidelines, and solved sample questions.
🎯 Mapped Subjects & Topic Question Distribution
Total Question Pool100%
90 MCQs
Combined Active Syllabus
Linear & Multiple Regression, Correlation & ANOVA
90 MCQs
Topic Pool
📊 Question Pool Structure
90 MCQs across fundamental, intermediate, and advanced concept tiers.
⚡ Recommended Pacing
45 to 60 seconds per MCQ. Flag complex problems and preserve 10 minutes for final revision.
⚖️ Scoring & Negative Marking
+1 mark per correct answer. In competitive tests with negative marking, -0.25 applies for incorrect guesses.
💡 Strategic Preparation & Exam Hall Guidelines
To maximize your score on Linear & Multiple Regression, Correlation & ANOVA, candidates are advised to follow a structured three-pass approach. In the First Pass, solve all direct recall and formula-based questions within 30 seconds each to secure foundational marks. In the Second Pass, tackle multi-step analytical and quantitative reasoning problems. In the Third Pass, review marked questions and verify calculations.
Practice with the interactive player below to evaluate your speed and accuracy under real exam pressure. Every question features full mathematical formulas, step-by-step worked solutions, and conceptual explanations vetted by Apex Rankers Academy subject matter specialists.
Ready to test your knowledge?Launch interactive 1-by-1 practice with instant feedback, bookmarking, and step-by-step rationales.
Review the solved problems below to understand question phrasing, answer choices, and step-by-step solution logic prior to starting the full interactive practice drill:
Sample Question 1
Linear & Multiple Regression, Correlation & ANOVAeasy • Statistics
In the classical simple linear regression model $Y_i = \beta_0 + \beta_1 X_i + u_i$, what does the Gauss-Markov Theorem state regarding the Ordinary Least Squares (OLS) estimator $\hat{\beta}_1$?
AIt is the maximum likelihood estimator for all non-linear equations
BUnder the classical linear regression assumptions, the OLS estimator is the Best Linear Unbiased Estimator (BLUE), having minimum variance among all linear unbiased estimators
CIt guarantees that $R^2 = 1.0$ in large samples
DIt eliminates all measurement error in the dataset
✓ Correct Answer:B - Under the classical linear regression assumptions, the OLS estimator is the Best Linear Unbiased Estimator (BLUE), having minimum variance among all linear unbiased estimators
📖 Step-by-Step Solution & Conceptual Rationale:
The Gauss-Markov theorem proves that under homoscedasticity, exogeneity, and no autocorrelation, OLS estimators $\hat{\boldsymbol{\beta}}$ achieve the lowest sampling variance among all possible linear unbiased estimators (BLUE).
Sample Question 2
Linear & Multiple Regression, Correlation & ANOVAeasy • Statistics
In the matrix formulation of Multiple Linear Regression $\mathbf{y} = \mathbf{X}\boldsymbol{\beta} + \mathbf{u}$, what is the OLS estimator $\hat{\boldsymbol{\beta}}$?
Minimizing the sum of squared residuals $\mathbf{u}^T \mathbf{u} = (\mathbf{y} - \mathbf{X}\boldsymbol{\beta})^T (\mathbf{y} - \mathbf{X}\boldsymbol{\beta})$ with respect to $\boldsymbol{\beta}$ yields the normal equations $(\mathbf{X}^T \mathbf{X})\hat{\boldsymbol{\beta}} = \mathbf{X}^T \mathbf{y}$, giving $\hat{\boldsymbol{\beta}} = (\mathbf{X}^T \mathbf{X})^{-1} \mathbf{X}^T \mathbf{y}$.
Sample Question 3
Linear & Multiple Regression, Correlation & ANOVAmedium • Statistics
What is the Variance-Covariance matrix of the OLS estimator $\hat{\boldsymbol{\beta}}$ under standard homoscedastic assumptions?
Linear & Multiple Regression, Correlation & ANOVAeasy • Statistics
What is the Coefficient of Determination ($R^2$) in a linear regression model?
AThe ratio of the slope to the intercept
BThe proportion of the total variation in the dependent variable $Y$ that is explained by the regression model: $R^2 = 1 - \frac{SSE}{SST} = \frac{SSR}{SST}$
CThe probability that the regression coefficients are non-zero
DThe correlation coefficient divided by degrees of freedom
✓ Correct Answer:B - The proportion of the total variation in the dependent variable $Y$ that is explained by the regression model: $R^2 = 1 - \frac{SSE}{SST} = \frac{SSR}{SST}$
📖 Step-by-Step Solution & Conceptual Rationale:
$R^2 = \frac{SSR}{SST} = 1 - \frac{SSE}{SST}$ quantifies the percentage of variance in the response variable accounted for by the explanatory predictors in the model, bounded in $[0, 1]$.
Sample Question 5
Linear & Multiple Regression, Correlation & ANOVAmedium • Statistics
Why is the 'Adjusted $R^2$' ($\bar{R}^2$) used instead of standard $R^2$ when comparing multiple regression models with different numbers of predictors?
AStandard $R^2$ never decreases (and almost always increases) whenever a new predictor is added, whereas $\bar{R}^2 = 1 - \frac{SSE/(n-k-1)}{SST/(n-1)}$ penalizes the addition of irrelevant variables
BStandard $R^2$ can exceed 1.0 in multiple regression
CAdjusted $R^2$ can only be computed using non-parametric statistics
✓ Correct Answer:A - Standard $R^2$ never decreases (and almost always increases) whenever a new predictor is added, whereas $\bar{R}^2 = 1 - \frac{SSE/(n-k-1)}{SST/(n-1)}$ penalizes the addition of irrelevant variables
📖 Step-by-Step Solution & Conceptual Rationale:
Standard $R^2$ mechanically inflates as more regressors are added, even if they are noise. Adjusted $R^2$ adjusts for degrees of freedom ($df$), increasing only if the new predictor improves the model more than expected by chance.
Sample Question 6
Linear & Multiple Regression, Correlation & ANOVAeasy • Statistics
What is the relationship between the F-statistic for overall model significance in simple linear regression and the individual t-statistic for the slope coefficient?
A$F = t^2$
B$F = \sqrt{t}$
C$F = t / 2$
D$F = 2t + 1$
✓ Correct Answer:A - $F = t^2$
📖 Step-by-Step Solution & Conceptual Rationale:
In simple linear regression ($k = 1$ predictor), testing $H_0: \beta_1 = 0$ via the two-sided t-test ($df = n-2$) is mathematically identical to the overall ANOVA F-test ($df_1 = 1, df_2 = n-2$), with $F = t^2$.
Sample Question 7
Linear & Multiple Regression, Correlation & ANOVAmedium • Statistics
What is the Hat Matrix $\mathbf{H}$ in linear regression, defined as $\mathbf{H} = \mathbf{X}(\mathbf{X}^T \mathbf{X})^{-1} \mathbf{X}^T$?
AA matrix that projects the observed response vector $\mathbf{y}$ onto the column space of $\mathbf{X}$ to yield predicted values: $\hat{\mathbf{y}} = \mathbf{H}\mathbf{y}$
BA matrix containing the names of the variables
CA diagonal matrix of residual variances
DAn identity matrix of dimensions $n \times n$
✓ Correct Answer:A - A matrix that projects the observed response vector $\mathbf{y}$ onto the column space of $\mathbf{X}$ to yield predicted values: $\hat{\mathbf{y}} = \mathbf{H}\mathbf{y}$
📖 Step-by-Step Solution & Conceptual Rationale:
The Hat matrix (projection matrix) maps observed values to fitted values: $\hat{\mathbf{y}} = \mathbf{H}\mathbf{y}$. Its diagonal elements $h_{ii}$ measure the 'leverage' of each observation in predictor space.
Sample Question 8
Linear & Multiple Regression, Correlation & ANOVAhard • Statistics
What is the sum of the diagonal elements (trace) of the Hat Matrix $\mathbf{H} = \mathbf{X}(\mathbf{X}^T \mathbf{X})^{-1} \mathbf{X}^T$ with $p = k + 1$ parameters?
A$\text{tr}(\mathbf{H}) = n$
B$\text{tr}(\mathbf{H}) = p$ (the number of estimated regression parameters including intercept)
C$\text{tr}(\mathbf{H}) = n - p$
D$\text{tr}(\mathbf{H}) = 1$
✓ Correct Answer:B - $\text{tr}(\mathbf{H}) = p$ (the number of estimated regression parameters including intercept)
📖 Step-by-Step Solution & Conceptual Rationale:
Using cyclic property of trace: $\text{tr}(\mathbf{H}) = \text{tr}(\mathbf{X}(\mathbf{X}^T \mathbf{X})^{-1} \mathbf{X}^T) = \text{tr}((\mathbf{X}^T \mathbf{X})^{-1} \mathbf{X}^T \mathbf{X}) = \text{tr}(\mathbf{I}_p) = p$. The average leverage is $\bar{h} = p / n$.
Sample Question 9
Linear & Multiple Regression, Correlation & ANOVAmedium • Statistics
An observation is commonly flagged as having 'High Leverage' in regression diagnostics if its diagonal Hat value $h_{ii}$ exceeds what threshold?
Since the average leverage is $\bar{h} = p/n$, observations with $h_{ii} > 2p/n$ (or $3p/n$) are considered high leverage points that exert disproportionate potential influence on the fitted plane.
Sample Question 10
Linear & Multiple Regression, Correlation & ANOVAmedium • Statistics
What does Cook's Distance ($D_i$) measure in regression diagnostics?
AThe physical distance between the interviewer and the respondent
BThe overall influence of the $i$-th observation on ALL fitted values when that observation is deleted: $D_i = \frac{\sum_{j=1}^n (\hat{Y}_j - \hat{Y}_{j(i)})^2}{p \cdot MSE}$
CThe correlation between error terms and explanatory variables
DThe multicollinearity between two predictor variables
✓ Correct Answer:B - The overall influence of the $i$-th observation on ALL fitted values when that observation is deleted: $D_i = \frac{\sum_{j=1}^n (\hat{Y}_j - \hat{Y}_{j(i)})^2}{p \cdot MSE}$
📖 Step-by-Step Solution & Conceptual Rationale:
Cook's Distance combines both the standardized residual (outlier in $Y$) and the leverage $h_{ii}$ (outlier in $X$) to measure how much all regression predictions shift when point $i$ is omitted. $D_i > 1$ or $D_i > 4/n$ indicates high influence.
Practice All 90 Questions InteractivelyTest your knowledge in real-time with continuous progress saving, instant scoring, and performance analytics.
Loading questions from the question bank...
No questions found matching your selected filters.