-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
92 lines (92 loc) · 2.31 KB
/
questions.json
File metadata and controls
92 lines (92 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"question": "What does ROI stand for in finance?",
"correct_answer": "Return on Investment",
"incorrect_answers": [
"Rate of Interest",
"Revenue on Income",
"Ratio of Investment"
]
},
{
"question": "Which document shows a company's financial performance over a specific period?",
"correct_answer": "Income Statement",
"incorrect_answers": [
"Balance Sheet",
"Cash Flow Statement",
"Audit Report"
]
},
{
"question": "Which is considered a liability?",
"correct_answer": "Loan Payable",
"incorrect_answers": [
"Cash",
"Inventory",
"Revenue"
]
},
{
"question": "What is a budget?",
"correct_answer": "A financial plan to manage income and expenses",
"incorrect_answers": [
"A type of loan",
"A government tax",
"A credit score"
]
},
{
"question": "What is the full form of EMI?",
"correct_answer": "Equated Monthly Installment",
"incorrect_answers": [
"Equity Market Investment",
"Earning Monthly Interest",
"Electronic Money Investment"
]
},
{
"question": "Which of these is an investment option?",
"correct_answer": "Mutual Funds",
"incorrect_answers": [
"Utility Bills",
"Insurance Premium",
"Sales Tax"
]
},
{
"question": "Which financial ratio shows a company’s ability to pay short-term obligations?",
"correct_answer": "Current Ratio",
"incorrect_answers": [
"Debt Ratio",
"Profit Margin",
"Interest Coverage Ratio"
]
},
{
"question": "What does diversification in investing mean?",
"correct_answer": "Spreading investments across different assets",
"incorrect_answers": [
"Investing all money in one stock",
"Buying foreign currency",
"Avoiding risk completely"
]
},
{
"question": "Which one is a direct tax in India?",
"correct_answer": "Income Tax",
"incorrect_answers": [
"GST",
"Excise Duty",
"Customs Duty"
]
},
{
"question": "Which is the safest type of investment?",
"correct_answer": "Fixed Deposit",
"incorrect_answers": [
"Stock Market",
"Real Estate",
"Cryptocurrency"
]
}
]