Indian Institute of Technology (IIT), Chennai

Chennai, Tamil Nadu

Your seniors at Indian Institute of Technology (IIT), Chennai were your true well-wishers, they shared their placement interview questions for you. 🙏

filter iconFilter interviews by

Indian Institute of Technology (IIT), Chennai Placement Interview Questions

Updated 4 Dec 2024

1.2k interviews found

user image Neel Kumar Bodanki

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016.

5 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: There were total 10 multiple choice questions and 4 subjective questions.
The MCQ's were based on Probability and expectation.
The descriptive were based on
1. Number Theory
2. Puzzle
3. Coding (Need not write compilable version but write a clear pseudo code).
4. Coding(Same as above).

Solve puzzles in heard on the street and day 1.0 book. Finish the course Data Structures and Algorithms.
Tips: Must correctly solve atleast 9 of the probability MCQ to ensure a final interview shortlist.
Duration: 1 hour 20 minutes
Total Questions: 14

Round: Technical Interview
Experience: He asks you write a pseudo code for the question asked. You must write a clear working algorithm. If you make small mistakes, he will try and correct you but huge algorithm errors can cost you the call for next round.Remember to give correct time complexities for the algorithm written. Be clear and try to explain your thinking process to the interviewer. If you are stuck, try to explain your idea and where you are stuck. He will help you move further. The whole interview lasted around 40-45 mins.
Tips: Maintaining communication with the interviewer is very important. Asked reason for low CGPA (mine was 7.94).

Round: Technical Interview
Experience: One o the question was - If you break a stick of unit length into two parts then what is the expected length of the longer part. A few others to calculate mean and standard deviations etc.
Tips: Must communicate with the interviewer and show him your arrival at the solution. They usually respond positively if you give them the correct answer. If you make a mistake, will give you a small hint to correct yourself but if you still make it, then you're out. If you are good with stochastic processes , then it would definitely increase your chances of progression.

Round: Technical Interview
Experience: Started with asking about favourite coding language. Chose Java , then asked basic questions like what is static class and what is it used for (OOPS concepts). Asked a few probability questions and then a few DSA questions.
Tips: Was bad in a section( I could not answer OOPS questions)but still gave me a chance again. If you recover from it and answer remaining correctly then you get to go to the HR round.

Round: HR Interview
Experience: Telephonic interview and was asked few questions about myself like education, Family background, Why job instead of higher studies, why job in finance and specifically Quantitative research, future plans etc.
Tips: This was not really tough. The HR also tried to explain what the job was about. They confirmed the Job Offer within 5 minutes after the phone call ended.

Skills: Coding Skills And Knowledge On Data Structures, Probability And Statistics, Solving Logic Puzzles
College Name: IIT Madras
share interview
user image ESHAN SHEKHAR cs15m018

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016.

5 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: During this round we had some technical questions and some digital logic questions.
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.
Duration: 2 hours
Total Questions: 1

Round: Technical Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

Round: Technical + HR Interview
Experience: He asked me questions regarding my project and some coding questions
Tips: Please be patient.Interviewers do stress testing. Don't panic even if you don't know any answers.

College Name: IIT Madras
share interview
user image Anonymous

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Jan 2016.

5 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Given a formula f(n) = n^3 + log(n)*n^2 + n/4;
Input is f(n), output should be n.
Tips: Do binary search and take care of overflow with n^3.
Duration: 3 hours
Total Questions: 1

Round: Technical Interview
Experience: Explained in detailed my DDP

College Name: IIT Madras
share interview

I applied via Campus Placement and was interviewed in Dec 2016.

1 Interview Round

Interview Questions

  • Q1. Market size estimation for a bottle which I designed in cfi
  • Q2. 2 cases. One on insurance industry and next on truck manufacturing factory . Both were very easy
  • Q3. How will you reduce congestion on gurgaon Delhi highway?

Interview Preparation Tips

Round: Case Study Interview
Experience: Had a pretty long hr interview before this guesstimate
Tips: Remain calm and composed.

Round: Case Study Interview
Experience: This was a pressure interview.they were not giving any data upfront

Tips: Don't panic when interviewer is maintaining a poker face.

Round: Case Study Interview
Experience: Video confernce

College Name: IIT Madras
share interview

I applied via Campus Placement and was interviewed in Dec 2016.

1 Interview Round

Interview Questions

  • Q1. Check if a string is a substring in another string. Discussed speed (not time complexity). not neccessarily always correct but fast

Interview Preparation Tips

Round: Technical Interview
Tips: Practice writing code on paper

College Name: IIT Madras
share interview
user image Anonymous

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016.

5 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Problem similar to knapsack
Tips: dynamic programming
Duration: 3 hours
Total Questions: 1

Round: Technical Interview
Experience: Asked to explain about project. Some basic concepts in linear algebra and in deep learning like CNNs. Asked to implement Hungarian algorithm.
Tips: Brush up baisc ML and linear algebra concepts

Round: HR Interview
Experience: Asked where i did my btech. Asked why i switched by branch from electronics to computer science.
Tips: tell the truth to whatever is asked

Skills: Machine Learning
College Name: IIT Madras
share interview
user image Anonymous

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016.

1 Interview Round

Interview Questions

  • Q1. An MST is constructed for a very large graph. Now, one of the edges, in the graph, has its weight altered (either increased or decreased). Now obtain the MST fo...read more
  • Q2. Graph Theory : Obtain the number of tournaments with 'N' nodes. Now define a transitive tournament as one where any three nodes (i,j,k) can be arranged in such ...read more

Interview Preparation Tips

Round: Technical Interview
Experience: I got stuck in the question as I wasn't able to approach this question. The interviewer helped me out by giving me the following two clues.
1. Two properties of MST : Cycle Property and Min-Cut Property.
2. 4 cases : (modified edge in old MST)*(weight increased or decreased) -> I eliminated two cases as it would return the old MST. Only 10 and 01 need to be considered.
Tips: Requires Graph Theory(Min Spanning Tree algorithm, Min Spanning Tree properties etc.)

Round: Technical Interview
Experience: I had no idea to approach this problem.
I decided to first come up with an algorithm to obtain the maximal transitive sub-tournament given a tournament.
The interviewer then told me to see if I can upper bound the minimum out-degree in a tournament.
After this, the solution was to upper bound the minimum size of the transitive sub-tournament.
HINT : Use the fact that a tournament contains N_choose_2 number of edges for part II.
Tips: Requires very little graph theory. More thinking based, proof oriented. I had to prove every claim I made.

Skills: Graph Theory, Logical And Structured Thinking, Proving Abilitites
College Name: IIT Madras
share interview
user image SAGLANI DIVYA HARISH cs15m041

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016.

1 Interview Round

Interview Questions

Interview Preparation Tips

Round: Technical Interview
Experience: Expected to talk about distributed system and networking stuff

College Name: IIT Madras
share interview

I applied via Campus Placement and was interviewed in Dec 2016.

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: The questions are from expectations.
Practice probability
Duration: 1 hour

Round: Technical Interview
Experience: Questions are adaptive,I mean interviewer builds up questions basing on our answering

Skills: Data Structures and Algorithms, Mathematics, Probability And Statistics
College Name: IIT Madras
share interview
user image Anonymous

posted on 2 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016.

3 Interview Rounds

Interview Preparation Tips

Round: Technical Interview
Experience: Solved it using xor.

Round: Technical Interview
Experience: Designed it as 2 graphs and then find the activity and find density.

Round: Technical Interview
Experience: Preprocess it and give answer. There is no wrong or right just a design question.

Round: HR Interview
Experience: Want to experience industry.

College Name: IIT Madras
share interview