CFA Level 2 Exam  >  CFA Level 2 Test  >  Quantitative Methods  >  Practice Test: Quantitative Methods - 3 - CFA Level 2 MCQ

Quantitative Methods - 3 - Free MCQ Practice Test with solutions, CFA Level


MCQ Practice Test & Solutions: Practice Test: Quantitative Methods - 3 (30 Questions)

You can prepare effectively for CFA Level 2 Quantitative Methods with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Practice Test: Quantitative Methods - 3". These 30 questions have been designed by the experts with the latest curriculum of CFA Level 2 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 80 minutes
  • - Number of Questions: 30

Sign up on EduRev for free to attempt this test and track your preparation progress.

Practice Test: Quantitative Methods - 3 - Question 1

An analyst runs a multiple regression of monthly portfolio excess returns on four independent variables. The regression output is presented below:

VariableCoefficientt-Statistic
Intercept (Alpha)0.181.75
Market Excess Return0.523.20
SMB Factor-0.28-2.05
HML Factor0.090.88

The critical t-value at the 5% significance level (two-tailed) is 1.96. Based solely on this output, which coefficients are statistically significant at the 5% level?

Detailed Solution: Question 1

Market Excess Return (|3.20|>1.96) and SMB Factor (|-2.05|>1.96) exceed critical value; alpha and HML do not.

Practice Test: Quantitative Methods - 3 - Question 2

An analyst regresses annual earnings growth on firm size (total assets) and leverage ratio for a cross-section of 120 firms. She plots the regression residuals against firm size and observes that the spread of residuals increases systematically as firm size increases. Which type of heteroskedasticity is most likely present, and what is the most appropriate corrective measure?

Detailed Solution: Question 2

Residual variance correlated with an independent variable = conditional heteroskedasticity; White-corrected standard errors are the standard remedy.

Practice Test: Quantitative Methods - 3 - Question 3

An analyst estimates a regression of quarterly GDP growth on two lagged macroeconomic indicators. The Durbin-Watson (DW) statistic is 0.85. The critical bounds at the 5% significance level are dL = 1.50 and dU = 1.75. Which of the following is the most accurate interpretation, and which corrective method is most appropriate?

Detailed Solution: Question 3

DW = 0.85 < d_l="1.50" indicates="" positive="" serial="" correlation;="" hansen="" method="" corrects="" serial="" correlation="" in="" regression="" standard="" errors.="" d_l="1.50" indicates="" positive="" serial="" correlation;="" hansen="" method="" corrects="" serial="" correlation="" in="" regression="" standard="">

Practice Test: Quantitative Methods - 3 - Question 4

An analyst estimates a multiple regression model with three independent variables. The pairwise correlation between two of the independent variables is 0.92. The analyst observes that the overall F-statistic is highly significant (p < 0.01), yet none of the individual slope coefficients has a statistically significant t-statistic. The most likely consequence of the high pairwise correlation is:

Detailed Solution: Question 4

High pairwise correlation among predictors = multicollinearity; inflates standard errors, making individual t-statistics unreliable despite high joint significance.

Practice Test: Quantitative Methods - 3 - Question 5

A regression model with two independent variables has R2 = 0.72 and adjusted R2 = 0.66 (n = 80). An analyst adds two additional predictors; R2 rises to 0.73 while adjusted R2 falls to 0.63. Which of the following best characterizes the impact of adding the two new predictors?

Detailed Solution: Question 5

Adjusted R-squared penalizes for additional variables; its decline indicates the new predictors do not justify their inclusion.

Practice Test: Quantitative Methods - 3 - Question 6

An analyst models quarterly revenue as a function of macroeconomic conditions. To capture seasonality, she creates four dummy variables: DQ1, DQ2, DQ3, and DQ4, each equal to 1 if the observation falls in the respective quarter and 0 otherwise. She includes all four dummies along with an intercept in the regression. The most likely problem with this specification is:

Detailed Solution: Question 6

Four dummies for four categories plus intercept creates perfect multicollinearity (dummy variable trap); one dummy must be omitted.

Practice Test: Quantitative Methods - 3 - Question 7

A financial analyst estimates the following AR(1) model for monthly commodity price index values:

xt = 0.30 + 0.75 × xt−1

The mean-reverting level of this series is closest to:

Detailed Solution: Question 7

Mean-reverting level = b0 / (1 - b1) = 0.30 / (1 - 0.75) = 0.30 / 0.25 = 1.20.

Practice Test: Quantitative Methods - 3 - Question 8

An analyst applies the Dickey-Fuller test to a time series of monthly interest rate spreads. The test statistic is −1.42 and the critical value at the 5% significance level is −2.89. The analyst fails to reject the null hypothesis of the Dickey-Fuller test. The most appropriate conclusion is:

Detailed Solution: Question 8

Dickey-Fuller null = unit root exists; failing to reject means series is non-stationary with a unit root.

Practice Test: Quantitative Methods - 3 - Question 9

An analyst estimates the following AR(2) model for a quarterly earnings series:

xt = 0.50 + 0.60 × xt−1 + 0.20 × xt−2

Given that xt−1 = 10 and xt−2 = 8, the one-period-ahead forecast for xt is closest to:

Detailed Solution: Question 9

x_t = 0.50 + 0.60(10) + 0.20(8) = 0.50 + 6.00 + 1.60 = 8.10.

Practice Test: Quantitative Methods - 3 - Question 10

An analyst regresses daily equity index returns on a set of macroeconomic factors. After estimating the model, the analyst tests the squared residuals for autocorrelation and finds statistically significant positive autocorrelation. Large return shocks in one period are followed by elevated residual variance in subsequent periods. This pattern is most likely an indication that:

Detailed Solution: Question 10

Autocorrelated squared residuals indicate ARCH effects (volatility clustering); an ARCH model is appropriate for the conditional variance.

Practice Test: Quantitative Methods - 3 - Question 11

An analyst is building a predictive model for credit default using 50 candidate predictor variables, most of which are suspected to be irrelevant. She applies LASSO regression and observes that 35 of the 50 coefficients are shrunk to exactly zero. Compared to ridge regression, LASSO is preferred in this context primarily because:

Detailed Solution: Question 11

LASSO's L1 penalty enables exact zero coefficients, performing variable selection; ridge only shrinks coefficients without eliminating them.

Practice Test: Quantitative Methods - 3 - Question 12

A quantitative analyst splits a dataset of 1,000 monthly observations into five equal folds and uses each fold as a hold-out validation set in turn while training the model on the remaining four folds. The analyst then averages the out-of-sample error across all five iterations. The primary purpose of this k-fold cross-validation procedure is to:

Detailed Solution: Question 12

k-fold cross-validation estimates out-of-sample predictive performance and helps detect overfitting.

Practice Test: Quantitative Methods - 3 - Question 13

A binary classifier model is evaluated on a test set. The confusion matrix results are as follows:

Predicted PositivePredicted Negative
Actual Positive80 (TP)20 (FN)
Actual Negative20 (FP)80 (TN)

The precision of the classifier is closest to:

Detailed Solution: Question 13

Precision = TP / (TP + FP) = 80 / (80 + 20) = 80 / 100 = 0.80.

Practice Test: Quantitative Methods - 3 - Question 14

An analyst estimates a regression of stock returns on trading volume and market capitalization. Unknown to the analyst, investor sentiment is a relevant determinant of returns and is positively correlated with trading volume. Investor sentiment is excluded from the model. The most likely consequence for the OLS estimates is:

Detailed Solution: Question 14

Omitting a relevant variable correlated with included regressors causes omitted variable bias; coefficients are biased and inconsistent.

Practice Test: Quantitative Methods - 3 - Question 15

A portfolio manager employs a machine learning algorithm that groups equity securities into distinct clusters based on patterns in historical return data, price momentum, and volatility metrics. No predefined category labels or target outputs are provided to the algorithm. This approach is best described as:

Detailed Solution: Question 15

No predefined labels; algorithm discovers structure autonomously = unsupervised learning.

Practice Test: Quantitative Methods - 3 - Question 16

An analyst runs a Breusch-Pagan test on a cross-sectional regression. The resulting chi-square statistic is significant at the 1% level, confirming the presence of conditional heteroskedasticity. Rather than re-specifying the model, the analyst recalculates inference using White-corrected standard errors. This approach is best described as:

Detailed Solution: Question 16

White-corrected SEs provide valid inference under heteroskedasticity without altering OLS coefficient estimates.

Practice Test: Quantitative Methods - 3 - Question 17

An analyst estimates a time-series regression of monthly inflation rates on two lagged independent variables using 90 observations. The Durbin-Watson (DW) statistic is 1.98. The critical bounds at the 5% significance level are dL = 1.55 and dU = 1.75. The most appropriate interpretation is:

Detailed Solution: Question 17

DW = 1.98 > d_U = 1.75 and close to 2; no evidence of positive serial correlation.

Practice Test: Quantitative Methods - 3 - Question 18

An analyst is evaluating a multiple regression model. The current model with two independent variables has R2 = 0.68 and adjusted R2 = 0.66. Adding a third independent variable causes R2 to increase to 0.69 while adjusted R2 falls to 0.64. Which conclusion is best supported by this evidence?

Detailed Solution: Question 18

Adjusted R-squared fell; the third variable's marginal explanatory contribution does not compensate for the added degree of freedom lost.

Practice Test: Quantitative Methods - 3 - Question 19

An analyst examines a time series of corporate bond yield spreads. When spreads rise above their historical average, they subsequently tend to decline back toward that average, and when spreads fall below the average, they tend to rise. This behavior is best characterized as:

Detailed Solution: Question 19

Temporary deviations self-correct toward a long-run mean = mean reversion; series is covariance stationary.

Practice Test: Quantitative Methods - 3 - Question 20

A risk analyst builds a regression model with five independent variables. Two of the variables-GDP growth and industrial production growth-have a pairwise correlation of 0.95. The model produces an R2 of 0.81, but the t-statistics for GDP growth (t = 1.10) and industrial production growth (t = 1.22) are both statistically insignificant at the 5% level. The most likely explanation is:

Detailed Solution: Question 20

High pairwise correlation between two predictors = multicollinearity; inflates their standard errors, suppressing individual t-statistics despite high R-squared.

Practice Test: Quantitative Methods - 3 - Question 21

An analyst builds a regression model for daily trading volumes and creates four dummy variables-DMon, DTue, DWed, DThu, and DFri-for each weekday, then includes all five dummies plus an intercept in the model. The regression software returns a singularity error and cannot estimate the model. The most likely cause is:

Detailed Solution: Question 21

Five dummy variables for five categories plus intercept: dummies sum perfectly to 1 = intercept column, creating perfect multicollinearity.

Practice Test: Quantitative Methods - 3 - Question 22

A quantitative analyst estimates the following AR(1) model for a monthly interest rate series:

xt = 1.20 + 0.40 × xt−1

The mean-reverting level of this series is closest to:

Detailed Solution: Question 22

Mean-reverting level = b0 / (1 - b1) = 1.20 / (1 - 0.40) = 1.20 / 0.60 = 2.00.

Practice Test: Quantitative Methods - 3 - Question 23

An analyst applies LASSO regression to a dataset with 20 candidate predictors. After optimization, 12 of the 20 coefficients are exactly equal to zero. The analyst notes that ridge regression applied to the same dataset retains all 20 non-zero coefficients, though many are very small. The most accurate explanation for LASSO's behavior is:

Detailed Solution: Question 23

LASSO's L1 penalty creates corners in the constraint region where coefficients are driven to exactly zero, enabling variable selection.

Practice Test: Quantitative Methods - 3 - Question 24

An analyst tests a monthly equity return series using the Dickey-Fuller test. The computed test statistic is −3.45 and the critical value at the 5% significance level is −2.89. The null hypothesis is rejected at the 5% significance level. The most appropriate conclusion is:

Detailed Solution: Question 24

Dickey-Fuller null is unit root; rejection at 5% means no unit root - series is stationary.

Practice Test: Quantitative Methods - 3 - Question 25

A credit analyst evaluates a machine learning classifier used to predict corporate bond defaults. The confusion matrix is as follows:

Predicted DefaultPredicted No Default
Actual Default90 (TP)10 (FN)
Actual No Default60 (FP)140 (TN)

The F1 score of the classifier is closest to:

Detailed Solution: Question 25

Precision=90/150=0.60; Recall=90/100=0.90; F1=2×(0.60×0.90)/(0.60+0.90)=1.08/1.50=0.72.

Practice Test: Quantitative Methods - 3 - Question 26

An econometrics instructor asks students to distinguish between conditional and unconditional heteroskedasticity. Which of the following statements most accurately captures the distinction as defined under the CFA curriculum?

Detailed Solution: Question 26

Conditional heteroskedasticity: error variance correlated with independent variables; unconditional: non-constant variance not related to independent variables.

Practice Test: Quantitative Methods - 3 - Question 27

An analyst regresses monthly hedge fund returns on four risk factors. The regression output is summarized below:

StatisticValue
F-statistic24.60
p-value (F-test)< 0.001
R20.58
Adjusted R20.55

The most appropriate interpretation of the F-statistic result is:

Detailed Solution: Question 27

F-test assesses joint significance of all slope coefficients; p < 0.001="" means="" at="" least="" one="" coefficient="" is="" significantly="" different="" from="" zero.="" 0.001="" means="" at="" least="" one="" coefficient="" is="" significantly="" different="" from="">

Practice Test: Quantitative Methods - 3 - Question 28

An analyst models daily equity index volatility over a five-year period. She observes that large absolute return shocks-whether positive or negative-are systematically followed by periods of elevated volatility, and calm periods tend to follow calm periods. This empirical pattern is most consistent with:

Detailed Solution: Question 28

Volatility clustering: large shocks followed by high variance periods = ARCH effects; ARCH model appropriate for conditional variance.

Practice Test: Quantitative Methods - 3 - Question 29

An analyst compares two competing regression models for forecasting equity risk premiums. Using 5-fold cross-validation, Model A achieves an average out-of-sample root mean squared error (RMSE) of 2.1, while Model B achieves an average out-of-sample RMSE of 3.4. Model B has a higher in-sample R2 than Model A. Based on this analysis, the analyst should most likely:

Detailed Solution: Question 29

Lower out-of-sample RMSE indicates better generalization; Model B's higher in-sample R-squared likely reflects overfitting.

Practice Test: Quantitative Methods - 3 - Question 30

An analyst is selecting a regularization method for a predictive model of sovereign credit spreads. The dataset contains 200 candidate macroeconomic and financial predictors. Economic theory suggests that only a small subset of these predictors are genuinely relevant to spread determination. Which of the following best identifies the most appropriate regularization approach and the key reason for its selection?

Detailed Solution: Question 30

When most predictors are irrelevant, LASSO's L1 penalty creates sparsity by shrinking irrelevant coefficients to exactly zero.

10 docs|3 tests
Information about Practice Test: Quantitative Methods - 3 Page
In this test you can find the Exam questions for Practice Test: Quantitative Methods - 3 solved & explained in the simplest way possible. Besides giving Questions and answers for Practice Test: Quantitative Methods - 3, EduRev gives you an ample number of Online tests for practice
Download as PDF