Round: Test Experience: Verbal-correction of sentences, 2 passages,antonyms,synonyms logical reasoning - all models are in r.s agarwal Total Questions: 75
Round: Technical Interview Experience: Regular hr questions like tell about ur self,hobbies,strengths,any team activities, about paper presented and questions on that, questions on leadership qualities, asked to talk about 'conservation of energy' for few minutes, asked abouts functions or events organised.
Round: Resume Shortlist Experience: Resume based shortlisting initially.
Round: Interview Experience: 3 rounds of interviews (15-20 minutes each) All topics were Metallurgy related Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked. Tips: If they look interested in a particular aspect, pursue it, and drive the interview. Be ready to be grilled on the things mentioned in your resume. For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source. For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.
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: 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: Resume Shortlist Experience: Fundae session by seniors and a resume workshop by some company. Also, sent resume to some seniors for their opinions and I think this was an important part of it. Tips: I suggest Pre-placement talks, are a must. What is more important is not to believe the PPTs completely and ask seniors about the level of fundaes (finance/tech/otherwise) and preparation required to crack the company. There is a lot of good material on ATKEARNEY and other website. Other than that I used the material available for years.
Round: Interview Experience: Final offers in my division were 12. There were two levels of case interviews. The first interview was to judge if I would be suitable for the Strategy and Operations profile or for the Technology and Integration profile. There were two interviewers. They explained to me both the profiles and asked me what I wanted to choose and why. Then asked me some general HR questions like why consulting, why you etc. Then started off with an informal case study. It was about a new company which wanted to start a new low cost airline and had no experience in this market till now. It has two options: either to acquire an existing company or to build up all processes on their own. I was first asked to qualitatively mention what all aspects I would consider. After that they asked me what new things could this company do. They were pretty satisfied with my answers and I was confident of getting listed in the next round. In the next round there was single interviewer who was looking quite senior. Asked some HR questions. One case study about a consumer durables dealer which was again qualitative. Asked some HR questions that's it.
General Tips: Lack of interaction with seniors throughout IIT stay was one thing for which I had to pay. I had no seniors in my wing and I had no fundae of the amount of preparation required. So make sure that you have certain information. College Name: IIT-Bombay
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
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
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
How many rounds are there in My Own Studio interview?
My Own Studio interview process usually has 2 rounds. The most common rounds in the My Own Studio interview process are Resume Shortlist and Aptitude Test.