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: 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 simple but demanded faster solving ability especially the Quantitative ability section. Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections. Duration: 90 minutes
Round: Interview Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do. Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.
Round: Interview Experience: Faced normal questions Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.
General Tips: Be confident and a "can do" attitude will help you grab the job. Skill Tips: """" Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude College Name: IIT Madras
Round: Interview Experience: The round was of 1 hour
Round: Group Discussion Experience: 10 people per group
General Tips: This company, as I understand, is looking for future managers. No technical preparation is required as didn’t ask a single question related to academics. You just need to convince them that you are ready to do whatever they want you to do in the company be it coding or data entry and depending on your luck and soft skills you will get through. Skill Tips: Cut off is 8. College Name: IIT KHARAGPUR
Q2. What would be the advantages of chemical background?
Add Answer
Interview Preparation Tips
Round: Test Experience: CAT type questions were asked in English and DI. Tips: Accuracy will matter and preparations for CAT will help. Duration: 30 minutes Total Questions: 40
Round: Technical Interview Experience: Questions were based on Data Abstraction. Internship was the main topic around which the rest of the interview went on. Tips: Coding skills should be good.
Round: HR Interview Tips: Work on communication skills.
Q10. Tell me a special quality of yours which is not mentioned in your resume? ---Told
Add Answer
Interview Preparation Tips
Round: Test Experience: 4 modules : 1. Computer Programing :- Code is given,we need to find output, basic questions in Java, C, Data Structures, DBMS. 2. Quantitative Aptitude :- Easy, Basics in Simple Interest, Profit&Loss, Numbers, Logs, Time and Work, Time Speed Distance, Prob, Perm&Comb. 3. Logical Reasoning :- Blood relations, Directions, Data sufficiency, Puzzle, Arrangements (circular & linear). 4. English :- Fill in appropriate meaning, Antonyms, Synonyms, Arrange the sentences, and 2 huge paragraphs (4+4=8 questions).
Out of 2000 members 400 were selected. I'm one among them.
Round: HR Interview Experience: After 2 days I received mail from HCL (offer letter and letter of intent). Tips: HR round is to test our communication only..
Round: Resume Shortlist Experience: This is the first step of being eligible for the company.It depends upon the eligibility criteria given by the company. Tips: Most companies ask for 60% right from 10th to the present degree..make sure you have 60% uptil present degree
Round: Test Experience: This is the first feel good experience in the entire selection process,getting thtough the aptitude and getting shortlisted is the first step which takes us to the other rounds. Tips: Here managing the time is really important thing..being smart is what all matters...Every section should be given equal importance as there would be sectional cutoff. Total Questions: 90 mins
Round: Group Discussion Experience: The topic is infact related to us in common..we all know about smart phones advantages and disadvantages..i spoke both pros and cons with confidence nd without deviating from topic. Tips: Utilise the time when u get to speak.Dont be over confident or show attitude towards others or fight with your group people..if anyone is deviating from the topic you hav rights to say in a polite manner. Duration: 30 mins minutes
Round: HR Interview Experience: My interview is combined technical and HR interview which is infact really cool..1 question is related to technical..other logical..next is about my personal life..it went on like this..my interview is nearly for an hour because i am the 1st candidate to attend interview for capgemini after the group discussion Tips: Be cool..relaxed..make up your mind..have a pleasant smile on your face..dont be tensed..if you dont know anything..just reply sorry sir/maam..be confident..your every move is noticed by them..be polite.
General Tips: This is easy to achieve when you have good communication skills,time management and analytical ability..just prepare yourself with these and be confident Skill Tips: Prepare yourself with lots of logical questions and make sure you have good communication skills Skills: Logiacal ability , Communication College Name: Sathyabama university Motivation: The company's preplacement talk made me feel really good and the motives of the company are awesome..the way they organise activities and treat employees made me to apply for capgemini Funny Moments: In the group discussion round the judge asked us to give marks for ourselves for what we have spoke..i hv given 9 marks and those are the final marks given for us..
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: Resume Shortlist Experience: CGPA > 8 is necessary
Round: Test Experience: Online Test + Written Test Online Test - Duration 90 minutes + Written Test 30 minutes for Hardware profile Online Test -Quants, Number Series ; Calculators were not allowed Written Test - Semiconductor Basics
Round: Interview Experience: Interview is held in either 1 round for non-core profile or several rounds of technical interviews for Hardware. Technical round consisted of questions form topics like VLSI, Semiconductors (BJT, MOS), ASIC Design Flow, CMOS Process Flow.
Round: Group Discussion Experience: Group Discussion is held for non-core profilesDuration varies from 20-30 minutes with 11 members.
General Tips: Never ever mention GRE or MS or any higher studies, for that matter, in any placement interview if you want to get placed in that company Practicing quant, puzzle solving and GD from early in the semester would definitely help Core placement: be thorough with the core fundaes Practice general quant questions without a calculator Skills: Quants, Puzzle Solving College Name: IIT MADRAS