Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

INDIAN INSTITUTE OF QUANTITATIVE FINANCE

PRACTISE QUESTIONS:
QUANTITATIVE ANALYSIS
(SET 2)
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

1. Which of the following regarding independent random variables is/ are true?
1. E (XY) = E(X) + E(Y)
2. E (X+Y) = E(X) + E(Y)
3. Var(cX) = c Var(X) where c is constant
4. VAR (X+Y) = VAR(X) + VAR(Y)
A. Only 2
B. Only 1 and 3
C. Only 2 and 4
D. Only 3 and 4

Answer: C, Only 2 and 4 are true by definition.

2. In the FRM mock test of multiple choices with 4 choices for each of 20 questions,
what is the probability that the student gets less than 3 questions correct simply by
guessing?
A. 9%
B. 15%
C. 5%
D. 2.5 %

Answer: In multiple choices exam probability of success is 0.25 or ¼, here binomial


theorem need to be used with 20 numbers of trials. Here less than 2 are correct,
P(x) = nCx * p^ x * q^( n-x)
P (0) = (1- 1/4) ^20 = 0.0032
P (1) = 20* ¼ * (1- ¼) ^19 = 0.0211
P (2) = 190* (¼) ^ 2* (¾) ^ 18 = 0.067

Total probability is P (0) + P (0) + P (0) = 9%

3. On any given day there is 60 % probability that stock price of NSD ltd will go up and
30% probability that it will go down. 10% probability it will remain unchanged. One
trader buys on open on 1st day and sells on the end of 3rd day. What is probability that it
has profit?
A. 0.0065
B. 0.05
C. 0.205
D. Cannot be determined from given information

Answer: D. Expected return is impossible to determine as magnitude of up and


down movement is not given.

4. Six bonds with no correlation on the default, their probabilities of default per annum
are 1%, 2%, 3%, 4%, 5%, and 10%. What is probability of no default in one year for
portfolio if portfolio is consisting of only six bonds?
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

A. 50%
B. 71%
C. 77%
D. 85%

Answer: C, Probability of no default, = (1-0.01)*(1-0.02)*(1-0.03) *(1-0.04)*(1-


0.05)*(1-0.1)= 77%

5. Joint probability of independent random variable is,

A. Equal Zero
B. Not equal to the product of their independent probability
C. Greater than product of heir individual probability
D. Equal to product of their individual probability

Answer is D, as by definition

6. What is the volatility for the stock of xyz ltd which details are as follows, current
market price is at 50$, estimated changes in price are as follows,

Scenario Probability Price in $


A 30 60
B 30 70
C 40 30

A. 8%
B. 10%
C. 12%
D. 15%
Answer: C, The returns for the three scenarios given rate are,
(60-50)/50 = 0.2, (70-50)/50 = 0.4, (30-50)/50 = -0.4,
Expected return, 0.3*0.2+0.3*0.4-0.4*0.4= 0.02=2%
Variance, 0.3*(20-2)^2+0.3*(40-2)^+0.4*(-40-2)^2=0.1236= 12%

7. X and Y are two random variables each follows standard normal distribution with
correlation coefficient(X, Y) = 0.5. What is the variance of (4X+3Y)?
A. 30
B. 37
C. 45
D. 50
Answer: B, as each variable is standardized variable so its variance is equal to 1.
Variance (4X+3Y) = 16 Var(X) + 9Var(Y) +2*4*3*Var(X) ^0.5*Var(Y) ^0.5
=16+9+24*1*1*0.5=37.
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

8. Which are following statements about Correlation coefficient are true?


1. It is between 1 and -1.
2. A correlation coefficient zero means both variables are independent
3. It is measure of strength of relationship
4. It can be calculated by scaling the covariance between two variables with their
standard deviations

A. Only 1
B. Only 1,3 and 4
C. Only 1,2 and 3
D. None of the above

Answer: B, by definition.

9. A trader has analyzed that stock N has perfectly negative correlation with S&P 500. In
order to profit from this analysis, he has taken short position in S&P 500 futures and long
position on stock N. Which of the following is true?
A. This is riskless trade coz the stock has negative correlation.
B. Apart from the currency risk and cash flow risks on margin calls, this is almost a
riskless strategy.
C. This trading strategy has the same risk as shorting the S&P 500. This is not a
hedged position.
D. There will be some small residual risk due to the currency conversion. Otherwise
it is a virtually riskless strategy.

Answer C: as both are perfectly negatively correlated and one long other short
position will add up the risk.

10. Which of the following is description of distribution which has fatter tails than
normal distribution at given level of variance?
A. Positive Excess Kurtosis
B. Negative Excess Kurtosis
C. Positive skew-ness
D. Negative skew-ness

Answer: A - Normal distribution has kurtosis of 3, and fatter tails means kurtosis is
greater than 3.

11. Following data has been collected regarding rate of returns. The mean return is 15%
with lower limit of 10 % and higher limit of 18%, the distribution is,
A. Positively Skewed
B. Normal
C. Negatively Skewed
D. Abnormal
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

Answer: C, Negatively skewed - As lowest element has spread of 5% and on other


hand higher spread is 3% , so distribution is skew towards left.

12. There is chance of larger profit and larger loss, which of the following about
distribution is definitely true?
A. Positively Skewed
B. Negatively Skewed
C. Leptokurtic
D. Platykurtic

Answer: C - Leptokurtic distribution has higher spread about the mean

13. The probability that an observation lies within 4 standard deviations of the mean for
any probability distribution is at least:
A. 75%
B. 94%
C. 89%
D. 54%

Answer: B. By Chebyshev’s Inequality to calculate this proportion, 1 – (1/4^2) = 94


percent.

14. Assume we use a continuous uniform distribution U (0, 10) to generate a series of
random numbers. Which of the following statement is correct?
A. The number 5 is likely to be observed much more often than any other
number.
B. Numbers between 4 & 6 are more likely to occur than numbers between 6 &
10, because the first interval is closer to the centre of the distribution.
C. Numbers between 1 & 3 are as likely as numbers between 4 & 6.
D. Numbers between 4 & 3 are as less likely than numbers between 4 & 6. Due to
the skewness of the distribution.

Answer: C.

15. An analyst has found out historically that the stock prices of XYZ company rises on
three days out of five & falls on two days out of five, what is the probability that XYZ will
fall on exactly seven out of the next eight days?
A. 0.8%
B. 4.5%
C. 9.0%
D. 12.0 %

Answer: A. By binomial probability function,


p = probability of fall (success) on any one day = 2/5 = 0.4
(xCn) * p^x * (1 – p) ^ (n-x) = 7C8*(0.4)^7*(1-0.4)^1= 0.8%
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

16. Which of the following statements are TRUE?


I. The sum of two random normal variables is also a random normal variable.
II. The product of two random normal variables is also a random normal variable.
III. The sum of two random lognormal variables is also a random lognormal variable.
IV. The product of two random lognormal variables is also a random lognormal variable.
A. I & II only.
B. II & III only.
C. III & IV only.
D. I & IV only.

Answer: D. Statement (I) is true because if “X”& “Y” are random normal variables,
then X + Y = Z is a random normal variable, if “X” and “Y” are lognormally
distributed random variables, than In(X) and In(Y) are normally distributed
random variables. Given that the sum of two normally distributed random
variables is a random normal variable, In(X) + In(Y) must be random normal
variable. It follows then that if In(XY) = In(X) + In(Y), the product, XY, must be a
random lognormal variable. Thus, (IV) is true.

17. Which of the following exhibit positively skewed distributions?


I. Normal Distribution.
II. Lognormal Distribution.
III. The Return of Being Short a Put Option.
IV. The Returns of Being Long a Call Option.

A. II only
B. III only
C. II and IV only
D. I, III and IV only

Answer: C. A lognormal distribution is positively skewed because it cannot


contain negative values. The returns on a long call position cannot be more
negative that the premium paid for the option but has unlimited potential positive
value, so it will also be positively skewed.

18. Consider a stock with an initial price of $100. Its price one year from now is given by
S = 100 *exp(r), where the rate of return r is normally distributed with a mean of 0.1 and
a standard deviation of 0.2. With 95% confidence, after rounding, S will be between:
A. $67.57 and $147,99
B. $70.80 and $149.20
C. $74.68 and $163.56
D. $102.18 and $119.53

Answer: C. The 95% confidence interval for rl is -0.2920 to 0.4920:


r1 = 0.1 – (0.2 * 1.96) = -0.2920 or r1 = 0.1 + (0.2 * 1.96) = -0.4920
The 95% confidence interval for S1 is $74.68 to $163.56:
S1 = $100 * e^ -0.2920 = $74.68 or S1 = $100 * e^0.4920 = $163.56
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

19. A call center receives an average of two phone calls per hour. The probability that
they will receive 20 calls in an 8 – hour day is closest to:
A. 5.59%
B. 16.56%
C. 3.66%
D. 6.40%

Answer: A. The expected number of phone calls in an 8 – hour day is λ = 2 * 8 =


16. Using the Poisson distribution, we solve for the probability that X will be 20.
P(X = x) = (λ^x* e^ λ )/ x!
P(X = 20) = 0.0559 = 5.59%

20. The mean age of the 100 employees in a company is 40 and the standard deviation
is 15. Assuming that the ages are normally distributed and using 99 percent confidence,
we can say that the employees' age will firm fall between:
A. 20.0 and 50.0 years
B. 31.7 and 38.3 years
C. 36.1 and 43.9 years
D. 34.6 and 35.4 years

Answer: B. At 99 percent confidence interval, and with two tailed, Z= 2.58.


Confidence interval will be X = mean ± (1.96 * standard deviation / √n )
= 40 ± 2.58 * 15 / √100 = 40 ± 3.9 = between 36.1 and 43.9.

21. Which of the following statements are NOT true?


I. Type I error occurs when the null hypothesis is not rejected when it is actually
false.
II. Type II error occurs when the null hypothesis is rejected when it is actually true.
III. Type I error occurs when the alternate hypothesis is wrongly accepted.
IV. Minimizing the probability of Type II error maximizes the power of the tet.

A. I and II
B. I and III
C. II and IV
D. I, II and IV

Answer: A. Type I error happens if the null hypothesis is rejected when it is


actually true. Type II error happens if the null hypothesis is not rejected when it is
actually false. The power of the test is the probability of correctly rejecting the null
hypothesis (when it is false), so minimizing Type II errors would maximize the
power of the test.

22. The standard deviation of Hospitality Company stocks and market is same.
Research has to be made to test whether the mean spending by tourist coming to a
holiday resort is equal to or less than $2000 with a 5 percent level of significance. He
finds that the average spending by 16 tourists is $2200 and the standard deviation of the
population is $400. The critical value of the Z statistic for this study is:
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

A. 1.65
B. 1.96
C. 2.33
D. 2.58

Answer: A - This is a one-tailed test with a 5% level of significance level the


critical Z value is 1.65.

23. Which of the following test statistics is most appropriate for conducting the
hypothesis test given below?
H0: variance A = variance B; where the test is based on two random independent
samples from two normally distributed populations.
A. T-statistic
B. Z-statistic
C. F-statistic
A. Chi-square

Answer: C. The test to compare variance of two normally distributed populations


is F – statistic.

24. The test statistic for Chi Square – test of sample variance is the:
A. (n-1) times Ratio of the sample std deviation and population std deviation
B. Ratio of the sample and population standard deviations
C. (n-1) times Ratio of the sample variance and population variance
D. Ratio of the sample variance and population variance

Answer: C. For Chi Square – test of the sample variance is χ2 = (n-1) S² / σ²

25. What is the appropriate alternative hypothesis to test the statistical significance of
the intercept term in the following regression?
Y = a1 + a2 (X) + ε
A. H1: a1 ≠ 0
B. H1: a1 > 0
C. H1: a2 ≠ 0
D. H1: a2 > 0

Answer: A. In regression, a1 is the intercept term. To test the statistical


significance means to test the null hypothesis that a1 is equal to zero versus the
alternative that not equal to zero.

26. Using a sample size of 80 observations, an analyst determines that the standard
deviation of the returns from a stock is 25 percent. Using a 0.95 confidence level, the
analyst:
A. Can conclude that the standard deviation of returns is higher than 15%
B. Cannot conclude that the standard deviation of returns is higher than 15%
C. Can conclude that the standard deviation of returns is not higher than 15%
D. None of the above.
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

Answer: A. The required test for testing the variance is the chi–square test. The
test statistic = (n – 1). Sample variance / Hypothesized variance
= 80 * 0.25² / 0.15² = 222.
To test whether the standard deviation is higher (H0: s <= 15%), the critical value
of chi-square will be 101.88 (using df = 80 and p = 0.05). Since, the test statistic is
higher than the critical value; the analyst can reject the null hypothesis and
conclude that the standard deviation of returns is higher than 15%.

27. In what circumstances could the explanatory power of regression analysis be


overstated?
A. The explanatory variables are not correlated with one another.
B. The variance of error term decreases as the value of the dependent variable
increases
C. The error term is normally distributed
D. An important explanatory variable is omitted that influences the explanatory
variables included, and the dependent variable.

Answer: D, if there are 3 variables one dependent and other two are independent.
Dependent variable’s movement is based on the movement in explanatory
variables. And if this variable is omitted then it will be depended only on the other
variable.

28. Analyst have generated the linear regression of returns of telecom company with
returns of S&P 500. The analyst computed following information,
σ s&p500 = 16%
σ telecom company = 20%
Correlation coefficient , ρ= 0.8
Mean annual return of S&P 500 = 9%
Risk free rate ,Rf = 5%

What is the slope of regression equation?


A. 1.1
B. 0.90
C. 0.98
D. 1.5

Answer: C, Slope of regression is β which can be calculated as, Cov(X, Y)/ var(X).
Cov (X, Y) = Coefficient of correlation *std deviation of stock* std deviation of
market = 0.8*0.2*0.16 = 0.025. Independent variable here is S&P500, its variance, =
(0.16) ^2= 0.0256. Slope of equation = 0.025/ 0.0256 = 0.976.

29. Regression equation is given as, Y = 0.75 - 0.6X + e


R² is coefficient of determination. = 0.81
Std deviation of independent variable is 0.5 and variance of dependent variable is 0.09.
What is cov(X, Y)?

A. 0.135
B. 0.096
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

C. 0.085
D. 0.078

Answer: A, Coefficient of determination is square of coefficient of correlation ρ² =


0.81, ρ= 0.9. Now Cov(X, Y) = σx* σy*ρ = 0.5*0.3*0.9= 0.135.

30. A linear regression of a XYZ ltd stock’s returns on an telecom industry index
provides the following results:
Coefficient Standard Error
Intercept 4.2 2.6
Industry Index 2.4 0.65
Sum of Square
Regression 1005.25
Error 250.5
Total 1255.75
Assuming the sample has 10 years of half yearly observations.
Which of the following statements is (are) correct?
I. The coefficient of determination is 80.1 percent.
II. The industry index coefficient is significant at the 99 percent confidence level.
III. The correlation coefficient between the stock’s returns and the return on the
industry index is 0.42.
IV. The correlation coefficient between the stock’s returns and the return on the
industry index is statistically different from zero at the 99 percent confidence
level.

A. II and IV only.
B. I and II only.
C. I, II, and IV only.
D. I only

Answer: C. The coefficient of determination, or R² = (SSR/ SST) = (1005.25 /


1255.75) = 80.05%.
And the correlation coefficient, r, by taking the square root of
R² = √0.8005 = 0.895. We can test the significance of the correlation coefficient by
finding the t – statistic = larger than 3 will be significant at the 99 percent
confidence interval for a reasonable number of observations (more than 12). Here
we have 20 observations so our degrees of freedom is 20 – 1 – 1 = 18. We can also
test the significance of the industry index coefficient by taking (2.4/ 0.65) = 3.69
and see that this is above 3, which is significant at the 99 percent confidence
level.

31. Which of the following GARCH models will take the highest time to revert to its
mean?
A. ht = 0.05 + 0.03 r²t-1 + 0.96 h t-1
B. ht = 0.03 + 0.02 r²t-1 + 0.95 h t-1
C. ht = 0.02 + 0.01 r²t-1 + 0.97 h t-1
D. ht = 0.01 + 0.01 r²t-1 + 0.97 h t-1
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

Answer: A.
The model that will take the highest time to revert to its mean is the model with the
highest persistence defined by α1 + β.
Case A. Persistence, α1 + β = 0.03 + 0.96 = 0.99.
Case B. Persistence, α1 + β = 0.02 + 0.95 = 0.97.
Case C. Persistence, α1 + β = 0.01 + 0.97 = 0.98.
Case D. Persistence, α1 + β = 0.01 + 0.9 = 0.98.

32. The generalized extreme value (GEV) distribution is most useful for:
A. VaR calculations
B. Stress testing
C. Determining the actual distribution
D. Identifying structural charges

Answer: B. GEV most appropriate for stress testing.

33. EVT seeks to overcome a weakness in VaR caused by the assumption of


A. Limited data points
B. Fat tails
C. Normal distributions
D. High loss threshold

Answer: C. More accurate picture of the distribution tail is needed for high
confidence calculations.

34. Which of the following statement is FALSE regarding the implementation of MC


simulation for VAR?
I. MC simulation involves the creation of a distribution of pricing paths created via a
random generation procedure.
II. After samples are made, a pricing model is used to determine financial values
III. MC simulation used actual market movements of past price data.

A. I only
B. III only
C. I and III
D. I, II and III

Answer: B. MC estimation does not use actual market movements of past price
data.

35. Extreme value theory (EVT) can assist with value at risk (VaR) calculations by
providing better probability estimates of observing extreme losses than that indicated by
a standard normal distribution because empirical distributions exhibit fat tails. If one uses
the generalized Pareto distribution (GPD) method to generate parameter estimates for
the shape parameter, fat tails will indicate a:
A. Positive parameter estimate and VaR calculations that are too large.
B. Negative parameter estimate and VaR calculations that are too small.
INDIAN INSTITUTE OF QUANTITATIVE FINANCE
624, Mastermind IV, Royal Palms IT Park, Goregaon (E), Mumbai – 400065
Phone: +91-22-28797660 Web: www.iiqf.org

C. Positive parameter estimate and VaR calculations that are too small.
D. Negative parameter estimate and VaR calculations that are too large.

Answer: C. Fat tails will generate a positive shape parameter, which indicates that
VaR estimates are probably too small.

36. Which of the following are examples of extreme value distribution (EVD),
I. Weibull Distribution
II. Frechet Distribution
III. Generalised Pareto Distribution
IV. Student t distribution

A. I and II
B. I, II and III
C. IV only
D. II and III

Answer: B, Weibull and Frechet are examples of GPD distribution which is example
of extreme value distribution.

You might also like