uiz Space

May 2024 term · Financial Forensics · BSMS4003

Financial Forensics End Term: 1 September 2024, Set QDB1 (May 2024 term)

The IIT Madras BS Financial Forensics (Financial Forensics) End Term paper sat on 1 Sept 2024, in the May 2024 term, set QDB1: 41 questions for 40 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
41
Marks
40
Duration
180 min
MCQ
29
Numerical
12

Updated

Official paper: IIT M DEGREE AN EXAM QDB3 01 Sep 2024 · No negative marking.

Question 1

+1 markOne correct option

If a model predicts the positive class for all observations in a binary classification problem with both positive and negative cases present, which of the following statements is true?

  1. A

    Precision is 100%, but Recall is not necessarily 100%.

  2. B

    Both Recall and Precision are 100%.

  3. C

    Recall is 100%, but Precision is not necessarily 100%.

  4. D

    Neither Recall nor Precision are 100%.

  5. E

    None of these

Show answer

Correct answer

  • C

    Recall is 100%, but Precision is not necessarily 100%.

Question 2

+1 markOne correct option

What is the KS of the below gains table?

RankMinMaxTotal VolumeBads VolumeGoods VolumeKS
11261521909019090.0000
21521581909019090.0501
31581621909019090.1002
41621671909119080.1502
51671711909019090.1836
61711751909019090.2337
71751801909019090.2838
81801851909019090.3339
91851911909119080.3839
101911981909119080.4173
111982071909019090.4507
122072171909119080.5008
132172291909019090.5342
142292431909119080.5843
152432571909219070.6176
162572741909319060.6343
172742951909119080.6343
182953271909819010.6677
1932738319091218970.5843
2038369619092918800.4340
  1. A

    43.40

  2. B

    41.73

  3. C

    66.77

  4. D

    38.89

  5. E

    Data Insufficient

Show answer

Correct answer

  • C

    66.77

Question 3

+1 markOne correct option

What is the Capture Rate of Bads at top 20%?

RankMinMaxTotal VolumeBads VolumeGoods VolumeKS
11261521909019090.0000
21521581909019090.0501
31581621909019090.1002
41621671909119080.1502
51671711909019090.1836
61711751909019090.2337
71751801909019090.2838
81801851909019090.3339
91851911909119080.3839
101911981909119080.4173
111982071909019090.4507
122072171909119080.5008
132172291909019090.5342
142292431909119080.5843
152432571909219070.6176
162572741909319060.6343
172742951909119080.6343
182953271909819010.6677
1932738319091218970.5843
2038369619092918800.4340
  1. A

    100%

  2. B

    68.33%

  3. C

    83.33%

  4. D

    48.33%

  5. E

    Data Insufficient

Show answer

Correct answer

  • C

    83.33%

Question 4

+1 markOne correct option

What is the Capture Rate of applications having score greater than 195?

RankMinMaxTotal VolumeBads VolumeGoods VolumeKS
11261521909019090.0000
21521581909019090.0501
31581621909019090.1002
41621671909119080.1502
51671711909019090.1836
61711751909019090.2337
71751801909019090.2838
81801851909019090.3339
91851911909119080.3839
101911981909119080.4173
111982071909019090.4507
122072171909119080.5008
132172291909019090.5342
142292431909119080.5843
152432571909219070.6176
162572741909319060.6343
172742951909119080.6343
182953271909819010.6677
1932738319091218970.5843
2038369619092918800.4340
  1. A

    100%

  2. B

    68.33%

  3. C

    0%

  4. D

    48.33%

  5. E

    Data Insufficient

Show answer

Correct answer

  • E

    Data Insufficient

Question 5

+1 markOne correct option

The Bankruptcy Bank, one of the major lending banks, has hired you to build a credit underwriting model to help their automated lending decisions. Their definition of default is 60-89 DPD. There is historical loans data since January 1, 2021 till 31, July 2024. Which of the following is true – as of July 31, 2024?

  1. A

    Jan’21– Jul’24 is used for performance data

  2. B

    Apl’24 – Jul’24 is used for observation data

  3. C

    Jan’21 – Apl’24 is used for observation data

  4. D

    May’24 – Jul’24 is used for performance data

  5. E

    Jan’21 – Jan’24 is used for observation data

Show answer

Correct answer

  • C

    Jan’21 – Apl’24 is used for observation data

Question 6

+1 markOne correct option

Rollrate analysis is used to determine which of the following?

  1. A

    Vintages to be used in the data

  2. B

    Feature selection

  3. C

    Target variable definition

  4. D

    None of these

Show answer

Correct answer

  • C

    Target variable definition

Question 7

+1 markOne correct option

Which of the following possibly happens after approving credit?

  1. A

    Underwriting

  2. B

    Reject Inferencing

  3. C

    Propensity

  4. D

    Collections

  5. E

    Fraud check

Show answer

Correct answer

  • D

    Collections

Question 8

+1 markOne correct option

Stemming is slower than Lemmatization

  1. A

    TRUE

  2. B

    FALSE

Show answer

Correct answer

  • B

    FALSE

Question 9

+1 markOne correct option

Which of the following is not a text preprocessing technique?

  1. A

    Stopword removal

  2. B

    Stemming

  3. C

    Encoding

  4. D

    Lowercase conversion

  5. E

    None of these

Show answer

Correct answer

  • C

    Encoding

Question 10

+1 markOne correct option

Given the sentence:
"Customer sign-up rates have increased by 25% in the last quarter."
Output:
['customer', 'sign', 'up', 'rates', 'increased', '25', 'last', 'quarter']
Which of the following text preprocessing techniques was NOT applied to the sentence?

  1. A

    Lowercasing

  2. B

    Removing punctuation

  3. C

    Lemmatization

  4. D

    Tokenization

  5. E

    None of these

Show answer

Correct answer

  • C

    Lemmatization

Question 11

+1 markOne correct option

What is reject inferencing in the context of machine learning?

  1. A

    A technique to infer missing data points

  2. B

    A method to handle rejected cases in a dataset

  3. C

    A process to reject outliers in the dataset

  4. D

    A way to accept all data points without filtering

Show answer

Correct answer

  • B

    A method to handle rejected cases in a dataset

Question 12

+1 markOne correct option

In the context of reject inferencing, what does 'good reject' refer to?

  1. A

    An incorrectly inferred rejected case

  2. B

    A rejected case that should have been accepted based on model prediction

  3. C

    A correctly rejected case

  4. D

    A rejected case used as a reference for model adjustments

Show answer

Correct answer

  • B

    A rejected case that should have been accepted based on model prediction

Question 13

+1 markOne correct option

In a credit risk scenario, if a model has high recall but low precision, it implies that:

  1. A

    The model correctly identifies a high percentage of non-risky customers but makes many mistakes in identifying risky customers.

  2. B

    The model correctly identifies a high percentage of risky customers but also incorrectly labels many non-risky customers as risky.

  3. C

    The model correctly identifies a high percentage of non-risky customers and makes few mistakes in identifying risky customers

  4. D

    The model correctly identifies a high percentage of risky customers and makes few mistakes in identifying non-risky customers.

Show answer

Correct answer

  • B

    The model correctly identifies a high percentage of risky customers but also incorrectly labels many non-risky customers as risky.

Question 14

+1 markOne correct option

Which scenario is likely to occur if a credit risk model is optimized solely for high recall?

  1. A

    Most non-risky customers will be correctly identified.

  2. B

    Most risky customers will be correctly identified.

  3. C

    Many non-risky customers will be incorrectly labeled as risky.

  4. D

    Many risky customers will be incorrectly labeled as non-risky.

Show answer

Correct answer

  • C

    Many non-risky customers will be incorrectly labeled as risky.

Question 15

+1 markOne correct option

In a SHAP summary plot, what does the colour of the points typically represent?

  1. A

    The magnitude of the SHAP values

  2. B

    The type of model used

  3. C

    The value of the feature (e.g., high or low)

  4. D

    The importance of the feature

Show answer

Correct answer

  • C

    The value of the feature (e.g., high or low)

Question 16

+1 markOne correct option

What does “local predictability” refer to in the context of SHAP explanations?

  1. A

    The ability of SHAP values to explain the contribution of features to individual predictions

  2. B

    The general accuracy of the model across the entire dataset

  3. C

    The average SHAP value for a feature across multiple predictions

  4. D

    The consistency of SHAP values across different models

Show answer

Correct answer

  • A

    The ability of SHAP values to explain the contribution of features to individual predictions

Question 17

+1 markOne correct option

If average total assets increase, but net income, net sales, and average stockholders' equity remain the same, what is the impact on the return on assets ratio?

  1. A

    Remains the same.

  2. B

    Increases.

  3. C

    Decreases.

  4. D

    Cannot be determined without additional information.

Show answer

Correct answer

  • C

    Decreases.

Question 18

+1 markOne correct option

Info Systems Inc. has sales of ₹ 2,820, costs of goods sold of ₹ 2,160, inventory of ₹504, and accounts receivable of ₹ 430. How many days, on average, does it take Info Systems Inc. to sell its inventory?

  1. A

    85.17 days

  2. B

    65.23 days

  3. C

    84.00 days

  4. D

    55.66 days

Show answer

Correct answer

  • A

    85.17 days

Question 19

+1 markOne correct option

You have been awarded an insurance settlement of ₹ 250,000 that is payable one year from today. What is the minimum amount you should accept today in exchange for this settlement if you can earn 6.7 percent on your investments?

  1. A

    ₹ 232,866.67

  2. B

    ₹ 234,301.78

  3. C

    ₹ 242,408.19

  4. D

    ₹ 250,000.00

Show answer

Correct answer

  • B

    ₹ 234,301.78

Question 20

+1 markOne correct option

An insurance settlement offer includes annual payments of ₹ 36,000, ₹ 42,000, and ₹ 50,000 over the next three years, respectively, with the first payment being made one year from today. What is the minimum amount you should accept today as a lumpsum settlement if your discount rate is 7 percent?

  1. A

    ₹ 111,144.18

  2. B

    ₹ 105,000.10

  3. C

    ₹ 118,924.27

  4. D

    ₹ 114,556.88

Show answer

Correct answer

  • A

    ₹ 111,144.18

Question 21

+1 markOne correct option

Scott has been offered an employment contract for ten years at a starting salary of ₹ 65,000 with guaranteed annual raises of 5 percent. What is the current value of this offer at a discount rate of 7 percent?

  1. A

    ₹ 638,724.17

  2. B

    ₹ 602,409.91

  3. C

    ₹ 558,845.85

  4. D

    ₹ 630,500.00

Show answer

Correct answer

  • C

    ₹ 558,845.85

Question 22

+1 markOne correct option

Which statement concerning the net present value (NPV) of an investment or a financing project is correct?

  1. A

    A financing project should be accepted if, and only if, the NPV is exactly equal to zero.

  2. B

    An investment project should be accepted only if the NPV is equal to the initial cash flow.

  3. C

    Any type of project should be accepted if the NPV is positive and rejected if it is negative.

  4. D

    Any type of project with greater total cash inflows than total cash outflows, should always be accepted.

Show answer

Correct answer

  • C

    Any type of project should be accepted if the NPV is positive and rejected if it is negative.

Question 23

+1 markOne correct option

Wilson's Market is considering two mutually exclusive projects that will not be repeated. The required rate of return is 13.9 percent for Project A and 12.5 percent for Project B. Project A has an initial cost of ₹54,500, and should produce cash inflows of ₹16,400, ₹28,900, and ₹31,700 for Years 1 to 3, respectively. Project B has an initial cost of ₹69,400, and should produce cash inflows of ₹0, ₹48,300, and ₹42,100, for Years 1 to 3, respectively. Which project, or projects, if either, should be accepted and why?

  1. A

    Project A; because its NPV is positive while Project B's NPV is negative

  2. B

    Project A; because it has the higher required rate of return

  3. C

    Project B; because it has the largest total cash inflow

  4. D

    Neither project; because neither has an NPV equal to or greater than its initial cost

Show answer

Correct answer

  • A

    Project A; because its NPV is positive while Project B's NPV is negative

Question 24

+1 markOne correct option

It’s always good to have the debt equity ratio of 1 to have a lower WACC:

  1. A

    TRUE

  2. B

    FALSE

Show answer

Correct answer

  • B

    FALSE

Question 25

+1 markOne correct option

Which of the following statements are true with respect to ACF and PACF plots
I. ACF plots are used to determining the order of Autoregressive models.
II. PACF plots are used to determining the order of Autoregressive models.
III. PACF plots just computes the Pearson’s correlation between the variable and it’s lagged versions.
IV. ACF plots just computes the Pearson’s correlation between the variable and it’s lagged versions.

  1. A

    I and III

  2. B

    II and IV

  3. C

    I and IV

  4. D

    II and III

Show answer

Correct answer

  • B

    II and IV

Question 26

+1 markOne correct option

What does the term 'liquidity' refer to in the context of a Balance Sheet?

  1. A

    The amount of cash a company has on hand.

  2. B

    The company's ability to pay off its short-term obligations.

  3. C

    The total value of a company’s assets.

  4. D

    The value of the company's long-term investments.

Show answer

Correct answer

  • B

    The company's ability to pay off its short-term obligations.

Question 27

+1 markOne correct option
  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • D

Question 28

+1 markOne correct option

Which of the following would NOT appear in the P&L statement?

  1. A

    Sales Revenue

  2. B

    Utilities Expense

  3. C

    Long-term Debt

  4. D

    Depreciation Expense

Show answer

Correct answer

  • C

    Long-term Debt

Question 29

+1 markOne correct option

ABC Bank has given INR 1,00,000 as an loan to it’s customer at the rate of 8.5% p.a. in January 2023. At the end of the year the customer paid back 1,08,500 to the bank.While preparing the cash flow statement for 2023 under which header will the bank account this cash inflow:

  1. A

    Cash flow from Operations

  2. B

    Cash flow from Finance

  3. C

    Cash flow from Investment

Show answer

Correct answer

  • A

    Cash flow from Operations

Question 30

+1 markNumerical answer

What is the Roll Back rate for 150+ DPD after 18 MOB? (Express your answer as percentage)

Show answer

Correct answer: 6.9 (accepted within ±0.05)

Question 31

+1 markNumerical answer

What is the Roll Forward rate for 120-149 DPD after 18 MOB? (Express your answer as percentage)

Show answer

Correct answer: 49.75 (accepted within ±0.05)

Question 32

+1 markNumerical answer

XYZ Consulting paid dividends of ₹ 3,300 and total equity of ₹ 39,450. The debt-equity ratio is 1 and the retention ratio (the ratio of a company's retained income to its net income) is 40 percent. What is the return on assets expressed in percentage?

Show answer

Correct answer: 6.97 (accepted within ±0.03)

Question 33

+1 markNumerical answer

Anu’s foods has net income of ₹ 39,900, net sales of ₹ 3,18,600, total assets of ₹ 6,63,000, common stock of ₹ 1,06,800 with a par value of ₹1 per share, and retained earnings of ₹2,24,400. The stock has a market value of ₹ 5.45 per share. What is the price-earnings ratio expressed in percentage?

Show answer

Correct answer: 14.59 (accepted within ±0.09)

Question 34

+1 markNumerical answer

ABC Inc. has net working capital of ₹ 580, net fixed assets of ₹ 2,326, sales of ₹ 6,900, and current liabilities of ₹ 890. How many rupees worth of sales is generated from every ₹ 1 in total assets?

Show answer

Correct answer: 1.82 (accepted within ±0.02)

Question 35

+1 markNumerical answer

A firm has a return on equity of 25 percent. The total asset turnover is 2.4 and the profit margin is 8 percent. The total equity is ₹ 4,100. What is the net income?

Show answer

Correct answer: 1025

Question 36

+1 markNumerical answer

Sully will receive a perpetuity of ₹ 40,000 per year forever, while Jake will receive 4,00,000 annual payment for the next 2 years. If the interest rate is 6.5 percent, how much more are Sully’s payments worth?

Show answer

Correct answer: 112865 (accepted within ±5)

Question 37

+1 markNumerical answer

The risk-free rate of return is 3.6 percent and the market risk premium is 7.84 percent. What is the expected rate of return on a stock with a beta of 1.3?

Show answer

Correct answer: 13.79 (accepted within ±0.05)

Question 38

+1 markNumerical answer

Suppose the risk free rate in the market is 5%, the expected market return is 7% and the beta of the stock is 1.4, at what rate the expected return of a stock changes with respect to the market premium?

Show answer

Correct answer: 1.4

Question 39

+1 markNumerical answer

Holmes, Inc., is a 90% equity and 10% debt financed firm. The unlevered beta is 0.60, the market risk premium is 6.67 percent, and the risk-free rate is 3.30 percent. What is the expected rate of return on this stock? Consider the tax rate as 30%. Express your answer as a decimal

Show answer

Correct answer: 0.075 (accepted within ±0.005)

Question 40

+0.5 marksNumerical answer

Based on the above data, answer the given subquestions.

Compute the EBITDA

Show answer

Correct answer: 150000

Question 41

+0.5 marksNumerical answer

Based on the above data, answer the given subquestions.

Compute the Net Profit

Show answer

Correct answer: 71500