Round: Test Experience: Reasoning / Analytical : there were many questions on venn diagram.. relationships.. cube problem... etc etc... VERBAL: questions on correction of sentences... jumbled sentences.. series... etc etc.... Total Questions: 60
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
Q1. Basic HR questions, your understanding of your projects, biggest achievement so far??
Add Answer
Interview Preparation Tips
Round: Resume Shortlist Tips: Get to know your resume very well, have a story for each of your resume point
Round: Test Experience: Written test. Basic Quant and one short essay to test your English.
Round: Interview Experience: They were looking for people with good math skills and team player.
Round: Interview Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect. Tips: I started preparing for placements from Nov starting but starting early will be better.
General Tips: Prepare for all the basic HR questions beforehand, write them down. For core, get your basic fundamentals perfect. Skills: Basic fundamentals College Name: IIT-Madras
Round: Resume Shortlist Experience: Candidates with CG equal to or higher than 8.0 were selected.
Round: Test Experience: It was divided in 2 sets of 45 minutes each. Coding: To write a function to find if a string is palindrome or not. Verbal+quant: These were CAT model questions. Duration: 90 minutes
Round: Interview Experience: There were 2 rounds of this interview. Both were HR and questions based on resume and some general questions were asked. Tips: I think I was selected because of my CG, coding skills and communication skills.
General Tips: If you're preparing for core, make sure you start revising your subjects soon. Keep your notes and concentrate on structures. Skill Tips: I started my preparations in November by going through case study material available in lan and solving CAT questions. College Name: IIT MADRAS
Q1. They asked me how would you determine toll for the Jamuna Expressway
View Answers (1)
Interview Preparation Tips
Round: Interview Experience: 2 round of interview First round- technical (basic infra stuff)Second round- HR skills- just a brush up of civil infra courses like Infrastructure Planning and Management(IPM), ECM.HR preparation – slight basic First round- they took people with CG>=7.5 They asked me how would you determine toll for the Jamuna Expressway. Tips: I started in September. Obviously early bird catches the fish.
Round: Interview Experience: HR preparation – slight basic. My HR was very good. Moreover, my intern was in Mumbai Metro Rail, which helped me push in for infra. Also my PORs gave me an edge over others. Tips: CFA played a crucial role for my friends.
General Tips: Basically puzzles, as they are helpful in almost every company. It provides you a direction for thinking. www.brainden.com was a good site. 300,400 puzzles book was very good. (Available in DC++) Have your resume ready early in the semester.Have mock GDs in your group.Have basic fundamentals about what’s going in the country and world. Don’t RG and prepare in groups. College Name: IIT MADRAS
Q3. What are the advantages of C++ over C
Add Answer
Q4. What is polymorphism and how do we achieve it using C++ programming
View Answers (1)
Q5. What will you do if you have a clash with your colleague
Add Answer
Q6. If you are given extra work in the office and your girl friend is waiting for you outside, then what will you do
Add Answer
Interview Preparation Tips
Round: Test Experience: One written test. It contains four sections. Each section contains 25 questions and is of 30 minutes duration. Tips: Prepare well for technical and aptitude. Duration: 120 minutes Total Questions: 100
Round: Technical Interview Experience: Questions were asked based on my favorite subject. Tips: Choose your favorite subject as the one you know well.
Round: HR Interview Experience: He gave me situations to see how I would handle them. Tips: You must justify yourself with your answers.
General Tips: Brush up all the basics of your core subjects. Skills: Good technical skills., Good communication skills. College Name: NA
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..
Round: Test Experience: This was a simpler round, concentrating on basic questions like- 1. Deleting last 'n' nodes of a linked list 2. Check out the given tree is a BST or not. 3. If an array a[i] is a then a[i+1] would be either a+1, a-1 or a so in this array how do you search an element 4. write a ship quality code Total Questions: Online
Round: Test Experience: The questions were of this type-
1. Given a tree and all the leaf nodes form a double linked list ( complete tree is given ). How do you find the height of the tree? 2. an array of negative and positive numbers are given. find all contiguous subsets whose sum is equal to zero.
Round: Test Experience: The difficulty level went up, with questions like-
1. Find Longest Increasing sequence subject to some constraints. 2. An array is given of size n and the elements are in the range 1 to n. Some elements are missing and some are repeated. Find the missing elements and find frequency of all the repeated elements. 3. Three arrays A, B, C. find subset a in A, b in B, c in C such that a + b + c = 0
Round: Test Experience: Really tough test, with questions like-
1. A tree is given, make a linked list of leaves. 2. for amazon online store what data-structure is used. That is hierarchical structure 3. Asked about make file. How do you club into a single object file.
General Tips: Before making the shortlist, you'll have to sit for an Online written test. The test consists of two parts. One part will concentrate on aptitude and output of C programs. 1. aptitude, 2. C aptitude, 3. Operating Systems and Time complexities etc., Second part will be coding Questions 1. One Question on Trees - definitely 2. One more simple questions on string manipulation Skills: Algorithms, Puzzles, Data Structures College Name: IIT ROORKEE
How many rounds are there in ADM Technologies interview?
ADM Technologies interview process usually has 2 rounds. The most common rounds in the ADM Technologies interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in ADM Technologies interview?
Some of the top questions asked at the ADM Technologies interview -
They can see your confidence level in HR round so be care...read more