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: knowledge assessment Experience: The first round was an online assessment of your knowledge in any of the three languages (C , C++, Java ). Tips: Although they specify the syllabus but don't just rely on that.
Round: Interview Experience: Second round was a HR + Technical interview. The HR was combined with Technical interview in which they asked about the basic HR questions. The technical interview included a few basic questions on C or C++ programming and a few questions relating to the technicalities of the projects we did in our internships and Hobbies club.. Tips: Be well prepared for HR questions. Listen to the PPT carefully .
Round: IQ test Experience: The third round was a simple IQ test. Be well versed with the language of your choice.
General Tips: The online test can be tackled if you study the first year alloted assigned book for the language you prefer. Having chosen C++ I was asked many questions related to templates and data structures. College Name: IIT Roorkee
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.
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.
Round: Test Experience: One written test. It contains four sections. Each section is of 15 minutes duration. Tips: Prepare for general aptitude and learn the basics of C, C++ and Java. Duration: 60 minutes
Round: HR Interview Experience: General HR round questions were asked. Tips: You must show your confidence and maintain eye contact with the interviewer.
General Tips: Brush up all the basics of your core subjects. Skills: Good technical skills., Good communication skills. College Name: NA
Q8. Department questions such as equation to calculate thermal heat capacity. it will be twisted
Add Answer
Interview Preparation Tips
Round: Test Experience: There will be 30 questions in each section and I would say standard of question was good Tips: Time management is very important while solving questions. Your common scence and IQ is very important for solving questions specifically Quant's in cocubes. Don't panic Duration: 90 minutes Total Questions: cocubes
Round: Group Discussion Experience: My favorite round. Very intellectual and exciting Tips: Just say whatever relevant u know about the topic. Listen to others and give others time to speak don't interrupt others while they are saying something let him\her finish and then start. Don't speak too much just be appropriate Duration: 15 minutes
Round: HR Interview Experience: Very comforting keep calm and rock it Tips: This are the most asked questions so prepare some good answers for it
Round: Technical Interview Experience: Very stressful and frustrating section they just try to break you down but just don't keep calm and answer what you know Tips: They may ask some puzzles also they asked me and the response time should be quick in that
General Tips: Be confident keep calm and be smart Skill Tips: Just be confident keep your posture right and don't talk too much talk whatever is necessary and try to have a healthy interaction don't get frustrated Skills: confidence , iq, presence of mind, bit programing skill for it College Name: SATHYABAMA UNIVERSITY Motivation: This company has the best work culture
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
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: It had 3 parts: Data manipulation, number series and calculations.
Round: Test Experience: Technical test on C. Typical questions on what will be the output of the program.
Round: Technical Interview Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked. Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.