Tip 1 : Don't stress too much, you can't finish all the problems
Tip 2 : Talk to the current members of that organization on Linkedin or any college alumni
Tip 1 : Keep it one page
Tip 2 : Focus on your projects
It was an aptitude test with maths and English questions
Robin and Williams are playing a game. An unbiased coin is tossed repeatedly. Robin wins as soon as the sequence of tosses HHT appears. Williams wins as soon as the sequence of tosses HTH appears. The game ends when one of them wins. What are the probabilities of winning for each player?
Tip 1 : It was a probability question
Tip 2 : Brush up your math skills
It was a face to face interview with one of the TCS employees
Explain the different types of joins? You are given an employee table, how will you determine the employee with top salary and providing a rank?
Tip 1 : Have a good grip on SQL
Tip 2 : Break problems in small components
I first gave them an algorithm on pen and paper. Then I wrote a class to implement a link list.
It was more like an HR+Tech round
Please explain the different types of OS if you have worked on? Experience in shell? How will you find the top 10 rows in a file on Linux machine? Most of the questions were around it.
Tip 1 : Have knowledge of basic Linux commands
Tip 2 : Tell them if you don't know the answer
The given array is sorted in non-decreasing order.
Step 1 : Pen and paper approach. Explain the problem statement first and then give them an algo.
Step 2 : He asked me to implement linear search
Step 3 : Asked about the time complexity of both linear and binary
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?
Hi