FRM·P1 · FRM Part I·UnitP1 · Unit 02Access: Premium
Quantitative Analysis
Prepare for Quantitative Analysis with FRM practice questions covering 10 topics. Part of FRM Part I — build your knowledge and track your progress with Pass FRM.
What’s in it.
10 topics- Topic 01
Probability Distributions
63 questions - Topic 02
Statistical Inference
51 questions - Topic 03
Linear Regression
30 questions - Topic 04
Time-Series Analysis
30 questions - Topic 05
Monte Carlo Simulation
30 questions - Topic 06
Volatility Estimation
30 questions - Topic 07
Correlation and Copulas
30 questions - Topic 08
Extreme Value Theory
30 questions - Topic 09
Bayesian Analysis
78 questions - Topic 10
Machine Learning in Risk Management
60 questions
Sample questions
3 of manyA few questions from this unit, with the answer and a full explanation. The complete bank is available when you start practising.
A risk manager simulates two correlated equity returns for a portfolio VaR calculation. The correlation matrix is . She performs Cholesky decomposition and generates correlated draws where with . What is ?
- Correct answer
ExplanationFor a 2×2 correlation matrix , the lower-triangular Cholesky factor is . With : . So . Verify: . The correlated draws are and .
An EGARCH model is estimated as , where . Yesterday's standardised return was . Which of the following statements correctly describes the asymmetric impact?
- EGARCH cannot capture the leverage effect because it models log-variance; the leverage effect requires modelling variance directly (as in GARCH or GJR-GARCH).
- For : the asymmetric term is $0.15(|-1.5| - E|z|) - 0.08 \times (-1.5) = 0.15(1.5 - 0.798) + 0.12 \approx 0.105 + 0.12 = 0.225E|z| \approx \sqrt{2/\pi} \approx 0.798z_{t-1} = +1.5: the term is \0.15(1.5 - 0.798) - 0.08 \times 1.5 \approx 0.105 - 0.12 = -0.015$. The negative return contributes much more to log-variance than the positive return of the same magnitude.Correct answer
- The parameter in EGARCH captures the leverage effect only when ; for negative standardised returns, the parameter governs the response.
- For both and , the log-variance impact is identical because in both cases and the magnitude term dominates; the parameter only affects the constant.
ExplanationEGARCH includes two asymmetric terms: (size effect) and (sign effect). For a negative shock : size contribution = $0.15(1.5 - 0.798) \approx 0.105-0.08 \times (-1.5) = +0.12\approx 0.225z = +1.5\approx 0.105-0.08 \times 1.5 = -0.12\approx -0.015\gamma < 0$ captures the leverage effect in EGARCH notation. EGARCH operates in log-variance space, guaranteeing positive variance without non-negativity constraints.
In Bayes' theorem, , the term is called the marginal likelihood (or evidence). What is its primary role in the equation?
- It adjusts the likelihood for the sample size of the data.
- It is the probability of the complement hypothesis .
- It measures how well the hypothesis predicts the observed data.
- It acts as a normalising constant that ensures the posterior probabilities sum to 1.Correct answer
ExplanationThe marginal likelihood ensures the posterior is a proper probability distribution (i.e., that posteriors across all hypotheses sum or integrate to 1). It is computed via the law of total probability: . While it is a crucial normalising constant, it does not directly encode the analyst's prior belief (that is ) nor measure predictive accuracy (that is the likelihood ). In practice, computing analytically can be intractable for complex models — motivating MCMC methods.