Round: Resume Shortlist Experience: I was fulfilling their criteria of 60% through out the academics.
Round: Test Experience: Aptitude was easy. It contained basics of Quants & Logic . Verbal or English part was bit difficult and length. There was a sectional time and sectional cut off.
Round: Interview Experience: There was only one interview. Both Technical and HR questions were asked in the same interview. Prepare puzzles from the book Puzzles to puzzle you by Shakuntala Devi. This book helped me a lot. Technical questions were very basic but nearly from every subject.
General Tips: BE CONFIDENT. Speak Confident in Interview even if you are not good with ur english. Skills: English language, Communication Skills, Reasoning Abilities College Name: Jawaharlal Nehru Engineering College Aurangabad
Round: Test Experience: Questions related to courses of Design, MOS, TOM. It had tough MCQ’s based on formulae that had to be memorized and were calculation intensive.
Round: Technical Interview Experience: it was a 45-minute round with questions about yourself, CPI and extra-curricular activities.
Round: HR Interview Experience: Questions based on resume, internship and 2nd and 3rd year related projects. Short discussion on Extra-curricular activities.
Round: Test Experience: PART ONE: Verbal Ability, uses of articles (a, an, the) and a RC. PART TWO: logical reasoning, standard IQ type Questions, was simple. PART THREE: An essay, one out of two, one choice was nuclear deal and the other was education system in India.
Round: Technical Interview Experience: Some regular puzzles were given, which were easy. A discussion on internship work.
Round: HR Interview Experience: They are looking for people with good aptitude, very good communication skills and strong desire to learn. Also, someone with good academic record and clear career goals. Tips: Do not panic in the interview.
General Tips: For GD, improve the content by reading and/or discussing among wing mates. Don't be aggressive but be assertive and ENERGETIC. College Name: IIT KANPUR
Round: Resume Shortlist Experience: CGPA + resume + online test - based shortlisting
Round: Test Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms Duration: 90 minutes
Round: Interview Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.
Round: Test Experience: Deloitte selection procedure involves a written test which is same as CAT format (certainly not that tough). Though I had not joined any test series to prepare for it, but I must strongly recommend that you should actually join a test series (provided by Career Launcher or TIME). This test series will actually help you to synchronize your mind to the format and moreover it would help to refresh the question solving skills which you used to exercise while preparing for JEE.
Round: Group Discussion Experience: general topic is given (mostly it is as to how you would go for implementing a new type of technology in a company, and hence you all have to decide the stepwise procedure for the implementation), then whole of the group is called in presentation room where each one is told personally to speak about the same topic as that of GD. This constitutes second round. Finally, if you clear it, you get to face the interviews. Tips: From now onwards, start reading newspaper daily. Just give at least one hour reading the editorials from newspaper and make it your habit. Not only for GD's, but for life in general, its very important that you should have a certain view about things happening around you and in the world and newspapers are the best thing which help you form your views and also know about the expert opinions on day to day topics. So, make sure that you read newspaper daily.
Round: Other Interview Experience: For interview, main thing is that you should be well conversed about everything you have mentioned on your resume. So, before you go for any interview, just make sure that you can speak about for 5 minutes on every single thing in resume. Deloitte is a company which is open for all the btech students and hence its mainly looking for the students who have a right attitude and are good at their interests. Tips: have a perfect set of communication skills. I had not done any special type of preparations for the interview or group discussions but all these skills actually developed during these years. I would advise that in order to gain more confidence at speaking, you should start taking challenges from now on and should actively participate in any sort of debates and GD.
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: The online test was of an average difficulty level. There was sufficient time to complete all the questions on time. and there was a negative marking of 0.25. Tips: One should be thorough with the basics of english, and quantitative ability. Reasoning section needed a lot of practice so as to save time. Duration: 60 minutes Total Questions: 50
Round: Technical Interview Experience: I had a very good experience answering the aforementioned questions as i was confident in all my answers. i did not have a thorough knowledge of c language, So i told the interviewer that i am not adept with programming but i can still try. Hence the interviewer told me that even if i go wrong in programming, he won't be marking me on that basis. Tips: Always speak the truth whether you know a particular subject or not. This helps the interviewer form an overall idea about you.Put forward your views in a soft and gentle but assertive tone.
Round: HR Interview Experience: The HR round of interviews was a more general round concerned in knowing the candidate as a person, irrespective of his/ her merits and achievements. It focussed on forming an idea about our personality as an individual Tips: Be calm, composed and patient in front of the interviewer.
General Tips: One should not be scared or nervous about placements. Patience and confidence should be maintained throughout the recruitment process. Practice placement papers from various websites and also keep yourself updated with current affairs. Skill Tips: A lot of practice is required to gain speed in doing calculations. Skills: Speed, Knowledge , Communication Skills College Name: SRM UNIVERSITY Motivation: The main motivation for applying to iGATE was the company is a major IT service provider and had been listed in the 100 fastest growing companies by Fortune magazine. Since i had been rejected in companies like Wipro, CTS, Infosys, i applied to this company in the hope of getting selected. Other motivations were my college seniors and teachers. Funny Moments: When the technical interviewer asked me to explain any topic from my area of interest, I was shocked for a minute because i could not believe that i had been granted so much liberty of choosing any topic from my subject.To crosscheck what i had hear was true or not, i reassured myself by asking him whether he was sure or not. Then the interviewer smiled and told me to proceed.
Q1. Given a Linked list , print yes if it is palindrome else print no
View Answers (3)
Q2. Print the level order traversal of the binary tree in the spiral form
View Answers (4)
Q3. Maximum of all subarrays of size k(Expected Time Complexity O(N). Input : arr[] = {1, 2, 3, 1, 4, 5, 2, 3, 6} k = 3 Output : 3 3 4 5 5 5 6
View Answers (2)
Q4. Given Two sorted array of size size n each. Find the Kth largest element in these two array (Expected Time Complexity Log(n))
View Answers (1)
Q5. Website having several web-pages. And also there are lot many user who are accessing the web-site. say user 1 has access pattern : x->y->z->a->b->c->d->e->f use...read more
View Answers (4)
Q6. Given two array , one of size m+n and contains m element and other position are empty , 2nd array is of size n and contains n element. both array are sorted , n...read more
View Answers (1)
Interview Preparation Tips
Round: Test Duration: 90 minutes
Skills: Algorithm , OS, DBMS, data structure College Name: NIT BHOPAL
Round: Resume Shortlist Experience: Shortlisted on CGPA>8
Round: Test Experience: Only one test was conducted on data interpretations and then shortlisting based on test scores was done.
Round: Group Discussion Experience: Group discussion was conducted and mostly related to their sector topics were given.
Round: HR Interview Experience: Interview was of only one round and in it both HR and technical were completed in 15 minutes.
Skill Tips: Quantifying most of things in your resume and also in interview would give a good impression.Internships also does matter and questions on AVOVA in statistical courses are also focused.For chemical dept, Statistical design and analysis of experiments course gives the edge over others.Questions related to logistic regress were also asked. College Name: IIT MADRAS
Round: Test Experience: Counter, types, difference, synchronous vs asynchronous Various designs using logic gates like full adder, multiplexer, XOR, XNOR, D-FF etc. Design of inverter with different rise and fall times. Anything invented by company or any big achievement of company must be known. eg- for IBM they asked me Who designed RISC microprocessor as it was designed by IBM. Tips: Just practice from any book available in market for aptitude and reasoning book by R.S.Aggarwal is sufficient. try to solve some question papers. Be calm. Don’t be nervous when questions are hard because the level of questions will be same for everyone.
Round: Interview Experience: Questions on Favorite Subject(at least 2), Project and Internships. Tips: Be confident If you don’t know say NO. However if possible try to answer something and you may say that you forgot and if time will be given you can solve. After getting the question, think and then reply. At the end ask some questions which will show your enthusiasm to for them. Smile. Sell yourself. Don’t be nervous and get rejected by underperforming.
Round: Interview Experience: Introduction About Company, PPT etc. About your hobbies/interests/home/paren’ts/previous places you visited or stayed. Your extra curricular activities. Tips: Say about your strengths, use the usual ones like hardworking, honest and so on.Substantiate with examples which happened in your life and you handled it properly. Any social activity will add much advantage.
General Tips: For written test R S Agarwaal aptitude and reasoning is sufficient. For Technical, whatever is studied in curriculum is sufficient. Also project and internship parts should be well known. At last One thing one should keep in mind that one has to sell oneself so do whatever you think can describe yourself and that will be beneficial for your customer(company). All the best for all the participants from my heart and soul. Skill Tips: CGPA Greater than 8 is a positive point. Mine is 7.8 so i got 1.75 lack less salary than my colleagues. Tell about Social activity Any group activity in college. Projects are required because it teaches us how to use our knowledge. Also we get practical experience of theories. Internships, if done will be much more beneficial. One has to sell oneself so show them that you are better than others in some fields and that will be beneficial for the company. How company can utilize your strengths. Skills: Math, Quantitative Aptitude, Reasoning, Cadence/ verilog College Name: IIT KHARAGPUR