Financial analyst Interview Questions
19K
Financial Analyst interview questions shared by candidates
What is the probability of throwing 11 and over with 2 dices
14 Answers↳
The answer is 1/12 because there are two ways of rolling 11, rolling a 5 and a 6 or rolling a 6 and a 5 (for probability purposes there are indeed two different results). There is only 1 way to roll over 11 (two 6's). That means that out of 36 possible combinations, 3 qualify as being equal to or greater than 11, which means that the probability is 3/36, which reduces to 1/12. Less
↳
1/12
↳
The answer is there are 6 sides on each die, therefore, 6 times 6 is 36, giving us all the possible outcomes. You can roll an 11 one of two ways a, 5 and a 6 or a 6 and a 5. You can roll a 12 only one way. This gives us 3 possible outcomes of 11 or over out of 36. Which reduces to 1/12. Less
About derivatives,swaps, forward and future contract etc, about hedging, depth questions on capital budgeting.
10 Answers↳
did u get offer letter
↳
No friend
↳
its time waste guys better to apply for another

You have a bat and a ball. The bat is 1 dollar more than the ball and they both add up to 1.50. How much are each?
10 Answers↳
1.25 and 0.25
↳
1.25 for the bat and .25 for the ball... You could not value the bat at 1.50 or 1.00, because they are not equal to 1 dollar more than the ball. Less
↳
1.25 for the bat and .25 for the ball... You could not value the bat at 1.50 or 1.00, because they are not equal to 1 dollar more than the ball. Less

You are to write a method getMissingLetters, which takes a String, sentence, and returns all the letters it is missing (which prevent it from being a pangram)
9 Answers↳
Strong no hire
↳
#!/usr/bin/perl $s='The good brown fox, hi.'; print join '', map {$s!~/$_/?$_:''} a..z; Less
↳
#!/usr/bin/python """\ Example solution using Python """ import string def getMissingLetters(sentence): """Use sets to find unused characters from the alphabet """ return ''.join(set(string.lowercase)-set(sentence.lower())) Less

Tell me about the role of mortgage analyst or how they work.
6 Answers↳
hey can u mail me some more details... i found it good that u shared in and around details....it would help me alot as a fresher... i want to know ur personal experience and clear data about the company... thanks sourabha.sheshagiri@gmail.com Less
↳
Im gng interview in xl dynamics tmrw can i hv openings in Bangalore
↳
hi hitblue, I really thank u for giving a clear idea. and let me mail u for detail information. Less

What would you do if someone asked you to do something that you knew was wrong?
7 Answers↳
Did you get the role ?
↳
Yes
↳
Hey, could you please tell me what kind of group activities were conducted at the Assessment center. Also would there be any pshycometric test there. Less

what is your name ?
4 Answers
Still waiting to hear back from the company
6 Answers↳
Emplois du Grutiers mobile expérience professionnelle
↳
services port autonome de Dakar Sénégal
↳
Oui passeport et permis de conduire

If you were a Cereal what kind of Cereal would you be?
6 Answers↳
Whatever you say, just don't answer "Fruit Loops"!
↳
Unless the inteviewer has a PHD in psychology and cant even begin to understand what could actually be learned that is relevant from such an idiotic question. If someone asked me this question I would laugh and ask if they were serious. I probably would excuse myself from the interview. Less
↳
I don’t like cereal, I just be the milk.

A casino decides it wants to open a new game on the floor. You win by rolling a die. If you roll 1, you get a $1000, if you roll 2, you get $2000, and so on and so forth. How much should the casino charge in order to come out ahead?
5 Answers↳
oooops above answer is wrong!
↳
> $6500 for each time rolling a dice
↳
Probability of paying out each die number is 16.67% per roll. So, over time, the casino will pay out $3500 per player. $3,501+ is the price to come out on top. Less