Find Interview Questions for Top Companies
Ques:- Explain in detail about your internship
Right Answer:
During my internship, I worked at [Company Name] as a [Internship Position] for [Duration]. My main responsibilities included assisting in [specific tasks or projects], conducting research on [specific topics], and collaborating with team members to [describe any teamwork or projects]. I gained hands-on experience in [specific skills or tools used], which helped me develop my problem-solving and analytical skills. I also had the opportunity to present my findings to the team, which improved my communication abilities. Overall, the internship provided me with valuable insights into the industry and enhanced my professional skills.
Ques:- What do you plan to do 5 years down the line? Plans of higher studies? Why not an MBA immediately? What are your long term goals?
Right Answer:
In five years, I plan to gain substantial experience in consulting and develop my skills in the industry. I may consider pursuing an MBA later to enhance my leadership abilities and business knowledge. My long-term goal is to become a senior consultant or manager, leading projects that drive significant impact for clients.
Ques:- Tell me of a time when you had conflicting opinions in a team and how you resolved it
Right Answer:
In a team project, we had differing opinions on the best approach to a solution. I suggested we hold a meeting where everyone could present their ideas and reasoning. We discussed the pros and cons of each approach, and I facilitated the conversation to ensure everyone was heard. Ultimately, we combined elements from both ideas, which led to a more effective solution that everyone supported.
Ques:- Sorting Algorithms? What is their complexity?
Asked In :- Patanjali Ayurved Ltd, edd,
Right Answer:
Sorting algorithms include:

1. **Bubble Sort**: O(n^2)
2. **Selection Sort**: O(n^2)
3. **Insertion Sort**: O(n^2)
4. **Merge Sort**: O(n log n)
5. **Quick Sort**: O(n log n) (average), O(n^2) (worst)
6. **Heap Sort**: O(n log n)
7. **Counting Sort**: O(n + k) (where k is the range of the input)
8. **Radix Sort**: O(nk) (where k is the number of digits)
9. **Bucket Sort**: O(n + k) (where k is the number of buckets)
Ques:- How would you develop an algorithm for an app like Splitwise with the objective of minimizing the number of transactions among a group of 5?
Asked In :- ev, fica, afiniti,
Right Answer:
To minimize the number of transactions among a group of 5, follow these steps:

1. **Calculate Net Balances**: For each person, calculate their net balance (total amount owed minus total amount they owe).

2. **Identify Debtors and Creditors**: Separate the group into debtors (those who owe money) and creditors (those who are owed money).

3. **Settle Debts**:
- Pair the debtors with creditors.
- Settle the debts by transferring the minimum amount necessary to balance the debts.
- Repeat this process until all debts are settled.

4. **Optimize Transactions**: If possible, combine transactions. For example, if A owes B and B owes C, A can pay C directly instead of going through B.

5. **Final Transaction List**: Create a final list of transactions that shows who pays whom, ensuring that the total number of transactions is minimized.

This approach ensures that the number of transactions is reduced while
Ques:- A bag contains equal number of Rs.5, Rs.2 and Re.1 coins. If the total amount in the bag is Rs.1152, find the number of coins of each kind?
Right Answer:
There are 192 coins of each kind: Rs.5, Rs.2, and Re.1.
Comments
shravan kumar saraf Aug 24, 2022

144

Albert Aug 14, 2022

3 = 432 2= 288 1= 144

Ques:- A cistern is normally filled in 8 hours but takes two hours longer to fill because of a leak in its bottom. If the cistern is full, the leak will empty it in?
Right Answer:
The leak will empty the cistern in 32 hours.
Ques:- If I walk at 3 kmph, I miss the train by 2 min, if however, I walk at 4 kmph. I reach the station 2 min before the arrival of the train. How far do I walk to reach the station?
Asked In :- tiger analytics,
Right Answer:
The distance to the station is 1.5 km.
Comments
Admin Sep 29, 2022

answer :
Let the distance which I walk to the station be x km Then Time needed to reach the station at 3 km/hr = (3x​+602​) hrs and
Time needed to reach the station at 4 km/hr = (4x​+602​) hrs But 3x​+301​=4x​−301​⇒3x​−4x​=−302​=151​
⇒124x−3x​=151​⇒12x​=151​⇒x=1512​=54​ km

Ques:- A man leaves a point P at 6 a.m. and reaches the point Q at 10 a.m. another man leaves the point give at 8 a.m. and reaches the point P at 12 noon. At what time do they meet?
Asked In :- Airforce School,
Right Answer:
They meet at 9 a.m.
Comments
Jilan Atef Feb 24, 2021

9 am

Ques:- Anil can do a work in 15 days while Sunil can do it in 25 days. How long will they take if both work together?
Asked In :-
Right Answer:
They will take 10.71 days (or 10 days and 17 hours) to complete the work together.
Comments
ANKUR SHARMA Sep 2, 2022

75/8 days

Jyothi Mar 3, 2021

1/15+1/25=8/75
75/8=93/8days

Ques:- Ravi can do a piece of work in 30 days while Prakash can do it in 40 days. In how many days will they finish it together?
Asked In :- phillips 66,
Right Answer:
They will finish it together in 17.14 days.
Comments
SHUBHAM PATIDAR Oct 7, 2021

Ravi do a work in 30 days
Prakash do a work in 40days
then both work together 1/30+1/40=70/1200
then solve values 120/7 is 17(1/7) days

Sasidhar B Apr 2, 2021

(1/30)+(1/40)=7/120
=>120/7=17.14 days
In 17.14 days, both can together finish the work

Ques:- X, Y and Z are partners. X receives 2/3 of profits, Y and Z dividing the remainder equally. x’s income is increased by Rs.200 when the rate to profit rises from 5 to 7 percent. Find the Capital of Y?
Right Answer:
The capital of Y is Rs. 3,000.
Ques:- A man purchased 15 pens, 12 books, 10 pencils and 5 erasers. The cost of each pen is Rs.36, each book is Rs.45, each pencil is Rs.8, and the cost of each eraser is Rs.40 less than the combined costs of pen and pencil. Find the total amount spent?
Asked In :-
Right Answer:
The total amount spent is Rs. 1,020.
Comments
Admin Sep 29, 2022

Solution:

As given, we have,

The cost of one pen = 36 Rs.

So, the cost of 15 pens = 36 × 15 = 540 Rs.

The cost of one book = 45 Rs.

So, the cost of 12 books = 45 × 12 = 540 Rs.

The cost of one pencil = 8 Rs.

So, the cost of 10 pencils = 8 × 10 = 80 Rs.

Now,

the cost of each eraser is 40 Rs. less than the combined costs of pen and pencil.

So,

Combined costs of pen and pencil = 36 + 8 = 44 Rs.

Cost of one eraser = 44 - 40 = 4 Rs.

So, the cost of 5 erasers = 4 × 5 = 20 Rs.

Hence,

The total amount spent is

Hence, the total amount spent is 1180 Rs.

Ques:- An amount of money is to be divided between P, Q and R in the ratio of 3:7:12. If the difference between the shares of P and Q is Rs.2400, what will be the difference between Q and R’s share?
Asked In :- VECV, tiger analytics,
Right Answer:
The difference between Q and R's share is Rs.4800.
Comments
Upender Dharavath Sep 17, 2022

3000

Ques:- A is a working partner and B is a sleeping partner in the business. A puts in Rs.15000 and B Rs.25000, A receives 10% of the profit for managing the business the rest being divided in proportion of their capitals. Out of a total profit of Rs.9600, money received by A is?
Asked In :- meridian credit union,
Right Answer:
A receives Rs. 4,200.
Comments
DK BOSS Jul 17, 2021

Answer: 4200

Explanation:

15:25 => 3:5

9600*10/100 = 960

9600 - 960 = 8640

8640*3/8 = 3240 + 960

= 4200

Suryansh Prakhar Jul 28, 2020

10% of 9600 is 960
Money left= 8640
Their proportions are A:B = 3:5
So A gets 3240 as it has 3 parts of share
So total money recieved by A is 3240+960 = 4200

Ques:- The average age 9 members of a committee are the same as it was 2 years ago, because an old number has been replaced by a younger number. Find how much younger is the new member than the old number?
Right Answer:
18 years younger.
Ques:- The radius of a circle is increased by 1%. Find how much % does its area increases?
Asked In :- alliantgroup, LP,
Right Answer:
The area increases by approximately 2%.
Comments
Shubham Rajeshbhai Tank Jul 8, 2021

2.01%

Ques:- Find the ratio of the curved surfaces of two cylinders of same heights if their radii are in the ratio 1:2.
Asked In :-
Right Answer:
The ratio of the curved surfaces of the two cylinders is 1:2.


AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users