Round: Test Experience: Data interpretation questions,english vocabulary(GRE BARRONS) is most important , apptitude questions and reasoning are from R S agarwal. Total Questions: 65
Round: Technical Interview Experience: Interviewer asked about your core subject littlebit and dont have any deep questions from c and c++.
Round: HR Interview Experience: Given a topic and asked me to speak about that topic for one minute and given a situation asked me how would you react on that situation.
General Tips: It is easy to get a job in infosys comparatively other companies because you dont need to prepare for software side. Prepare aptitude and reasoning from R S Agarwal and GRE BARRONS for vocabulary College Name: NIT WARANGAL
Round: Resume Shortlist Experience: The resume was as per the norms of our institute’s placement office. One should mention only relevant points in the resume because if they ask you something from the resume and you are unable to answer then they will reject you bluntly.
Round: Test Experience: In the written test the questions asked were mainly aptitude based. The company had sent us some sample question papers before the written test. The questions in the test appeared from those sample papers only. Most of the questions were tricky – questions were framed in a very lengthy manner and the answers or the data required to solve the question was hidden in the last few lines. Many students wasted their time analysing such questions completely. Out of the 80 odd students who appeared for the test only 11 qualified for the next round.
Round: Technical Interview Experience: In the technical interview he asked me whether I knew programming, I replied in the negative. He asked me to suggest an algorithm to a problem. The problem was based on swapping of numbers. At first I gave a very bland reply. The interviewer wasn’t convinced by my reply and gave me another opportunity to explain me the process. This time I managed to answer appropriately. The interviewer then enquired about my internship and my projects.
Round: HR Interview Experience: The HR interview was taken by some top company official. He asked me to narrate any challenging incident in my life that I had to struggle through to emerge out of it. One important thing to note here is that your CGPA would speak for you – if you have a good CGPA half the battle is won.
College Name: IIT ROORKEE Motivation: TCS recruits a large number of students from various colleges across the country. Knowing this fact beforehand I was not much interested in joining the company. I appeared for its process as a last resort. The company had organized a pre-placement talk. I attended the talk and before appearing for the first round I went through the brochure that was given out during the pre-placement talk.
You do not require any specific information regarding the company to ace the interviews or any questionnaire.
Round: Test Experience: Questions were based on basic maths and english but time duration as per level of questions was very less. I was hardly able to attempt 90 question. Tips: Firstly attempt questions from the topics in which you are more comfortable. Don't spend much time in thinking. Duration: 60 minutes Total Questions: 120
Round: Technical Interview Experience: As I am from statistics background ao they asked me questions from regression and inference in depth. Rest all question were from basic stats. And yes they ask question from everything what is there in your resume. Tips: Be ready for question from everything what is there in your resume and prepare them in advance.
Round: HR Interview Experience: It was easy and hardly last for 10 min Tips: Be confident on whatever you speak and prepare for general HR questions in advance.
General Tips: KGPians have to be a little more in the know-how of latest trends in IT and programming language landscape. KGPians don’t do group projects much, specially group programming/software project. Be affirmative about your abilities and be more clear in your intent, in interviews. Skill Tips: Must: minimum CGPA of 8. they reduced the gpa requirement to 7.9 but they maintain final gpa must be 8. Good to have: Some knowledge of programming languages,databases,Algorithms. Any extra-academic involvement helps ,but is not a requirement. Be in touch with discrete math(not requirement). C++,Java programming(may be a little bit of Python). Projects and internships with computer programming as major /critical part. Having lead a bunch of juniors or equals in a project. Decent communication skills is essential. College Name: IIT KHARAGPUR
Round: Test Experience: CAT type questions on maths and English. Speed matters. Preparation for CAT helps, I did not sit for CAT but I went through is DI material before the test to increase my speed. Questions in general are easy. Conduct yourself professionally. Deloitte decides to allot you a profile depending on your score in this test most probably. So make sure you do well in this test. I think the highest scoring candidates are shortlisted for the S&O profile, though I am not sure about it. Tips: If you are up for a career in management consulting and can't possibly be shortlisted by Mckinsey or BCG, this is your golden opportunity. You have to do well in the test for it. Deloitte is one of the best places in the world for management consulting after MBB firms and I believe some people might have gotten selected for this profile just because they did well in this test (by fair or unfair means!!)
Round: Group Discussion Experience: You are given a case. Your group of 10 has to find a solution for a client. The process lasts for about 30 minutes. The key is staying calm and composed and not disputing and challenging others violently! At the end you are supposed to give a presentation on the problem and it solution, 5 minutes for each member. Tips: Speak less rather than speaking trash. Introduce yourself first when asked to give your part of the presentation and behave professionally, they check more on your professional behavior than the effectiveness of your solution. 50 % of the students passing this round generally make it to the offer. Hence this is the most important round. If you have done very well in this round you will probably do well in the PI.
Round: Behavorial Interview Experience: Behavioral questions base on your resume. I had networked a bit with my interviewer before the interview because both of us were waiting to enter the interview room and it felt awkward not talking to him. I think that might have helped.
Dont go for a technology profile hoping you will get to enter the management consulting space some day. Technology consulting is a good career choice only if you are passionate about it, or else it is a disaster, since the only exit route is an MBA application. Dont go without reading about the company, it was a big source of worry for me Tips: Answer the questions diplomatically. Appearing confident helps. I kept a smiling face no matter how tensed I was, that might help. Know all the points in your resume and prepare to answer all behavioral questions you can possibly think of. Have some questions to ask at the end of the interview.
General Tips: Its good if you have some extra academic involvement to have some discussion points during your PI. Or when you are asked about an achievement you are very proud of. Skill Tips: I felt the company loves to hire calm and professional people who can articulate themselves properly. And do well in the written test if you want a profile of your choice. Deloitte is probably the only company to be able to compete with the likes of Mckinsey in management consulting and IBM in technology, at the same time. No doubt, it is a great brand name to work with. It is highly rated in both the fields. Strategy and Operations is a very good career if you are looking for management consulting, they have a program to train and sponsor you for the best B-Schools in the world. The technology profiles are good if you are passionate about technology and its integration. So be careful about your choices. College Name: IIT Kharagpur
General Tips: Have a good number of projects and know each and every aspect of the projects mentioned Have the ability to relate course content to the project development Skill Tips: They were looking for Product Designers. College Name: IIT-Madras
Round: Test Experience: Simple Aptitude - just brush up basics - be quick in your solving. Duration: 120min minutes Total Questions: 50+10
Round: HR Interview Experience: Pretty simple interview round - was asked few HR questions. Majorly it was a informative session where i was told about the job profile and tested whether I was willing to take up the responsibility & commitment.
College Name: IIT MADRAS Motivation: Just applied gen. Got through.
Q6. Explain working of DNS, implement domain search in DNS
Add Answer
Q7. What is hashing. Implement domain search using hashing
Add Answer
Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space
Add Answer
Q9. Explain working of virtual function
Add Answer
Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base cl...read more
Add Answer
Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed)
Add Answer
Q12. Clone a linked list having an arbit pointer
Add Answer
Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min()
Add Answer
Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n)
Add Answer
Interview Preparation Tips
Round: ONLINE ROUND Experience: 1. 20 MCQ 2. 2 coding questions • Find the diameter of a tree • Print all anagrams pair in separate line
Round: Technical Interview Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time
Q1. Questions were all resume based. Gave importance to Posiions of responsibilities
Add Answer
Interview Preparation Tips
Round: Group Discussion Experience: I talked second and took a stance of defence with development. I tried to talk intermittently for a duration of approx 40 sec each time and for a total of 5 times. Tips: U should be the guy who had talked the most in GD but care should be taken not to dominate it. Try to tell maximum number of points and try to exhaust all the points when you get your first opportunity. Duration: 8 minutes
Round: Interview Experience: They were just checking whether you have the necessary communication and managerial skills and how well you handle the stresses of interview. Tips: Being thorough with the nooks and corner of your resume and keeping your head cool alone will ensure you get shortlisted.
General Tips: Stay coool throughout the process :) College Name: IIT Madras
Round: Test Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so). Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest. Duration: 45 minutes
Round: Group Discussion Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.
Round: Interview Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked. Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.
Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals. I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick. Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design. Skills: Mechanics, Analysis , Design College Name: IIT-Madras