Summer Analyst [finance/ Analytics/ Consulting]
Summer Analyst [finance/ Analytics/ Consulting] Interview Questions and Answers

Asked in JPMorgan Chase & Co.

Q. You have 50 red marbles and 50 blue marbles. There are two empty jars in a room. How would you divide the marbles into the two jars to maximize the probability that a blind man picks up a red marble?
To maximize the probability of picking a red marble, divide the marbles unevenly, with more red marbles in one jar.
Place 49 red marbles and 1 blue marble in one jar, and the remaining 1 red marble and 49 blue marbles in the other jar.
This way, the blind man has a higher chance of picking the jar with 49 red marbles and 1 blue marble.
The probability of picking a red marble from the first jar is 49/50, while from the second jar it is 1/50.

Asked in JPMorgan Chase & Co.

Q. What is the probability that three unbiased dices to roll such that a>b>c. Extrapolate to five random number generators (1 to n)
Probability of rolling three unbiased dices such that a>b>c and extrapolating to five random number generators.
The probability of rolling three unbiased dices such that a>b>c is 1/216.
To extrapolate to five random number generators, we need to calculate the probability of generating five random numbers such that the first is greater than the second, the second is greater than the third, and so on.
The probability of generating five random numbers such that the first is greater...read more

Asked in JPMorgan Chase & Co.

Q. How would you find the square root of a number using code?
Use binary search to efficiently find the square root of a number by narrowing down the range of possible values.
1. Initialize low as 0 and high as the number (n).
2. Calculate mid as (low + high) / 2.
3. If mid * mid equals n, return mid as the square root.
4. If mid * mid is less than n, set low to mid + 1.
5. If mid * mid is greater than n, set high to mid - 1.
6. Repeat until low exceeds high, returning the closest integer value.

Asked in JPMorgan Chase & Co.

Q. How many cuts are needed to divide a cube into 27 smaller cubes? Explain your logic.
A cube can be divided into 27 smaller cubes with 6 cuts.
Each cut creates one additional layer of cubes
Three cuts are needed to divide the cube into 8 smaller cubes
Each of the 8 smaller cubes can be divided into 3 smaller cubes with one cut

Asked in JPMorgan Chase & Co.

Q. Prove that p^2-1 is divisible by 8. Divisible by 24? (p is a prime) Is this true for all primes?
p^2-1 is divisible by 8 and 24 for all primes.
To prove p^2-1 is divisible by 8, consider the possible remainders of p when divided by 8.
To prove p^2-1 is divisible by 24, consider the possible remainders of p when divided by 24.
For all primes, p^2-1 will always be divisible by 8 and 24.

Asked in Citicorp

Q. Why do you think the coding profile suits you?
I believe the coding profile suits me because of my strong analytical skills, problem-solving abilities, and passion for technology.
I have a strong background in mathematics and logic, which are essential for coding.
I enjoy solving complex problems and finding efficient solutions.
I have experience in programming languages such as Python and Java.
I have successfully completed coding projects in the past, demonstrating my ability to write clean and efficient code.
I am constantl...read more

Asked in JPMorgan Chase & Co.

Q. Check if a linked list is looped onto itself (Answer: Hashmaps)
To check if a linked list is looped onto itself, we can use hashmaps.
Create an empty hashmap
Traverse the linked list, for each node check if it already exists in the hashmap
If a node already exists, it means the linked list is looped
If the traversal completes without finding a loop, the linked list is not looped

Asked in R.R. Donnelley

Q. How would you rate your accounting knowledge?
I have a strong foundation in accounting principles and have experience in applying them in real-world scenarios.
I have completed multiple accounting courses in college
I have worked as an accounting intern for a year
I have experience in preparing financial statements and analyzing financial data
I am familiar with accounting software such as QuickBooks and Xero
I stay up-to-date with changes in accounting standards and regulations
Share interview questions and help millions of jobseekers 🌟

Asked in Amazon

Q. What languages do you know?
I am proficient in Python and SQL, and have basic knowledge of Java and R.
Proficient in Python and SQL
Basic knowledge of Java and R

Asked in DE Shaw

Q. What is the impact of depreciation on financial statements?
Depreciation reduces the value of assets over time, impacting financial statements.
Depreciation is a non-cash expense that reduces the value of assets on the balance sheet.
It is recorded on the income statement and reduces net income.
Depreciation can impact financial ratios such as return on assets and debt-to-equity.
Different methods of depreciation can be used, such as straight-line or accelerated.
Depreciation can also impact taxes, as it is a deductible expense.
Depreciatio...read more
Interview Experiences of Popular Companies






Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary


Reviews
Interviews
Salaries
Users

