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: Interview Experience: Duration of interview - 40 minutesInterview panel: 6 scientist from DRDO and one professor from my departmentOnly technical questions were asked except my name (:P) Question types can be divided into following categories: 1. Process 2. Theory behind the process (mechanism) 3. Practical application4. Alteration in parameters and their effect on process Tips: if you are answering correctly then they will take you even deeper until you yield (cross questioning) :O but dont worry, speak only if you know the correct answer. be confident and honest (they will help you).
General Tips: Shortlisting on the basis of CGPA College Name: IIT Roorkee
Q3. Simple puzzles about colored balls probability
Add Answer
Q4. What Is the probability of it raining today in Chennai?
View Answers (1)
Q5. Find the probability that India will win the next Cricket World Cup
View Answers (1)
Interview Preparation Tips
Round: Test Experience: Fifty people appeared for the test out of which sixteen were shortlisted.
Round: Case Study Interview Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.
Round: Technical Interview Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know. Tips: Customized preparation is must along with good CGPA.
Skill Tips: Work details about your internship helps! Skills: General knowledge, Technical knowledge 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: 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 three sections. Each section is of 20 minutes duration. Tips: Prepare well with general aptitude and have some basic technical knowledge. Duration: 60 minutes
Round: Group Discussion Experience: The topic may be any technical topic or any general matter. Tips: Maintain your voice pitch, be clear with what you are talking and listen to others also. Duration: 20 minutes
Round: HR Interview Experience: He also gave me a situation and asked me how I would react. Tips: Be realistic with your hobbies and interests. Do not bluff anything.
Skills: Good technical skills., Good communication skills. College Name: NA
Round: Test Experience: Clear ur basic concepts also practice maths related questions Tips: NA Duration: 60 minutes Total Questions: 45
Round: Group Discussion Experience: initially I wasnt aware of the topic. i waited til everyone strted n waited for my turn... til the time i was listening to wat other students wer saying. den i got idea on wat the topic is really abt. i gathered some points in my mind and js spoke wat views i had .. it was ffun actually. Tips: always first think about the topic before speaking. Duration: 30 minutes
Round: Technical Interview Experience: i dont exactly remember wat wer the questions asked. Tips: NA
Round: HR Interview Experience: Being honest wil help to crack this interview Tips: NA
General Tips: WORK HARD TOWARDS YOUR GOAL ! Skill Tips: develop basi programming skills & logics Skills: programing C/C++, basic java, OS, DB, NETWORKING, OOPS College Name: SIES Institute Of Technology, Nerul Motivation: Keep Chasin ur DREAMS.. !! Funny Moments: yet to come !
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
Q10. Basic knowledge of Insurance sector
Add Answer
Interview Preparation Tips
Round: HR Interview Experience: The process is a little different. It started with a Group interview in batches of 4 —- (total shortlisted – 28)
Round: Technical Interview Experience: 1.Clear regarding the profile
2.Impressed with my Group Interview and was called for the next round before GIs got over
3. Justification for the profile is good Tips: (Be careful with the financial terms you use)
General Tips: They will start with a specific question and they dig deeper. Stay calm, chill panel. Prepare the HR given above Skills: Economics, Banking College Name: NA