Tuesday, February 26, 2008

Microsoft

MICROSOFT - IDC INTERVIEW EXPERIENCE
SUYOG MAPARA
Interview 1

1) He asked me to explain any of my projects. I explained him about the game ‘Battle City’ I coded. He then asked in detail about the data structures, algorithms used and AI of the game. He also asked about how I can extend those data structures for game of larger-sized games such as ‘Age of Empires’ and how running time of my algorithms will be affected by such an extension.
2) Given a very large string, give an algorithm to find repeated patterns in that string. For example; in string ”aaaabbaabba….” ; “abba” and “aabb” are two patterns.
3) Write a program to reverse a string. Optimize for space and optimize for time (separately).

Interview 2
You are supposed to design the software that downloads a website and makes it available for offline view. How you will go about the design? What are the problems you may face and how will you solve them? Write the pseudo code for the highest level routines in the software. (We were discussing this for over an hour and that was the only question he asked me in the interview.)



Interview 3
1) How was the aptitude test? Are you satisfied with the solutions you gave or now you know better ways to solve any of the problems? Why you are so inconsistent in your academic grades?
2) He asked me to explain one of my projects.
3) What are the considerations while designing a scheduler?
4) What are different methods for synchronizing the access to shared resource? Implement readers and writers problem with semaphores. (After reading the code I wrote) is it possible one of the processes waits forever? How will you prevent that?
5) Rate yourself as a C programmer on the scale of 10. Write a macro to reverse 4-byte string.
6) You have a hash table and each hashed record has a character field called flag. Write a function which takes pointer to the hash table and a key and returns true if corresponding record has flag with third byte set false otherwise. (It seems he wanted to test whether I know simple basics about hashing)

Resources
1) Algorithms books
• Introduction to algorithms by Thomas Cormen.
• Algorithm design manual by Steven Skiena. – Good book. More practical than Coreman but far less formal.
• Data structures and algorithm analysis in C++ by M. A. Weiss. – Good exercise problems.

2) How Would You Move Mount Fuji? by William Poundstone. – Past Microsoft interview questions in one place.

3) Websites
• http://www.topcoder.com/tc
• http://acm.uva.es/problemset/


Suggestion

I had studied mainly algorithm analysis but there was no question requiring clever algorithm design or in depth analysis. Still having strong algorithm base does give you confidence while speaking about your projects and answering their objections and arguments. Besides you require that to clear aptitude test and some people got direct questions in algorithms design. I would recommend you to study data structures, algorithms analysis and operating systems in depth and thoroughly revise design and implementation of your projects.

Microsoft 1

Microsoft IDC campus Recruitment Process
Submitted By -Roma Shah


1st Round: Technical Test in two parts.

1st Part: It had 45 questions and 25 minutes. All were programming based questions like complete the code or find the output etc. I was able to solve only 5-6 questions but was confident of their answers.

2nd Part:
It had 3 questions and 45 minutes. 2 questions required to write code of the given problem statement and 3rd question involved writing test cases for a given program.

2nd Round: 2 technical Interviews


1st Interview:
First he asked me to explain my project. But he didn’t ask many questions on it.
Then he started with the coding questions.
I had to design a “dynamic spell check” for Microsoft word i.e. suppose you write ‘y’ after ‘x’, then as there is no word starting with ‘xy’ then it should immediately alert you.
So first I was asked to give an appropriate data structure for the English dictionary for this purpose. The answer to this is a tree structure.
He was happy with my first answer and said it to be a good answer. This encouraged me.
Then I had to write the exact structure and then we had a discussion on the structure of the node as to what all information it should hold.
Then he asked me to first give the logic and write the code for adding a new word to the dictionary i.e. the tree. We had a long discussion on the logic.
Then the same proceeded for deletion of a word from the dictionary.
This all went for 60-75 minutes. He himself gave me feedback about my interview and he said that it was very good though the problem was not very straightforward. He also pointed put 1 or 2 mistakes.

2nd Interview:
He too asked me about my project and asked me explain what is neural network as it is part of my project.
This interview was more of a learning session.
He asked me my favorite subject. I answered “data Structures” and then we had long discussion as to why most computer engineering students have the same answer for this.
Then I was asked to do the requirement capturing for designing a software for “his customized” ATM machine. I had to ask him the relevant questions to do so.
Then he asked me some questions on database concepts.
Then he asked me write a code for finding the number of occurrences of a substring in a given string. We had a long discussion on the code and its correctness in different scenario. Then I had to write the different test cases for the same.
This interview also went for an 60-75 minutes. I asked him about a feedback and so he discussed my interview with me.

The feedbacks given both the interviews had built up my confidence.
Also during both the interviews they were giving us hints and they mainly checked our approach to the problem.

3rd Round: Final Technical Interview
In this interview I was asked concepts on Operating Systems especially threads and process. He grilled me on these questions.
Then he asked me about the OSI layers. But he didn’t grill me on that.
Then he asked me about hashing- what is hashing? Why is it done? Etc. Then he asked me write a code for finding a record in file indexed using hashing. Also write the hash function. He just read my code, gave a weird look and told me wait for the results.
But later I got to know that he gave a weird look to all.


All the interviewers had their laptops with them and were continuously working on that. We suppose they were sharing our answers with each other.
So we were at a time being examined be 6 of them supposedly.


Preparation:
I had in fact done zero prior preparation as I had never expected to get into Microsoft. But truly speaking you cannot prepare for these interviews 1 or 2 days back. Its all your 3 years that matter and the clarity of your basic concepts. Data structures and Algorithms and databases (mainly) and operating systems and computer networks (to some extent) are the main subjects for any interview.

All the Best!!!

Adventity

My Name: SIDDHARTH A PATIL Email Add: writetosid@yahoo.com
Company Name : Adventity Location Offered: Thane
Postion Offered:
Trainee Analyst- Retail Analytics
Date of Campus : 15th Dec 2007
Package Offered : 4.5 Lacs (Total Cost to Company) No bond.
It was the fourth open house company coming to VJTI

No of Rounds: 2
First we had almost 1 hr ppt. (9:30 – 10:30)which was a nice one but a bit lengthy.This was followed by an aptitude test.
Aptitude Test:
Duration: 30 mins for 30 questions.( 11:00 – 11:30)
Areas: General knowledge questions,riddles and some anagrams.
Basically test was conducted to test basic aptitude.
No negative marking.

No. of students appeared: 200
My take: Questions were very easy.
Cut –offs were high.


Almost 2 hrs after the aptitude test, list was put up of those shortlisted for interviews. 37 people were selected at this stage. All those who were selected for interview were put up in different slots and our interviews began from 2 o’clock..

2. Interviews
Each one had to give 1 interview:
There were 2 panels consisting of 3 people each.

Technical+ HR Interview:

Duration: On an average 20 mins.
Sample Questions:
It started with normal Hr questions like tell me about yourself,family background n all.Their focus was mainly on the communications n analytical skills.Most student were given some real life situations n asked for their responses and how they will react in such situations.

In second half of the interview some mixed bag questions(technical+ prababilty) were asked-

Probabilty questions related to conditional probability.
What are the different normal forms ?
Why are they necessary ?
What are the objects in ASP ?
Tell me something about your project( in my case it was ajax n web services)

My Take:
My interview was conducted for almost 45 mins. (quite long when others were finishing their interviews in 15 mins.) They offered me some snacks also so you can imagine how informal my interview was.
However for many people first round too was complete hr or mixture of technical and hr. It all depended on your interviewers and stuffs you mentioned in your resume.

So I was done for the day at 5pm but interviews of my other friends were to be taken. They finished entire process at 8:30.Our results were announced at 9.30 pm when they asked the selected students to fill a Candidate Information Sheet.

Final intake: 7 out of 37.(4 comps + 3 tronix)

Preparation:
I had hardly prepared anything for the interviews. But I could answer questions asked on my project very well.


Your Job:
One day before the test, just revise probability and go through your project very well. Be prepare to answer any question(it may be a foolish one also)because they just want to see your reaction, nothing else.

Dream company - Bank Of America

My Name: Jinal Shah
Email Add: Jinal_gshah@yahoo.co.in
Company Name : Bank of America Continuum Solutions
Location: Mumbai
Postion Offered: Technical Associate
Date of Campus : 4th Jan,2008
Package Offered : 5.5 Lacs (Total Expensation to Company)
It was one of the dream companies coming to VJTI

No of Rounds: 3
Aptitude Test:
Technical Interview
HR Interview (just for formality)


1.Aptitude Test:

Test had 3 sections
verbal(25Q 20Min) -very easy 2 paras and article fill up etc
maths(25Q 30Min) -very easy sets etc...similar to lehman
technical test(15Q 20Min). I had to think and recollect old concepts. Errors in code, data structures etc

36 people were shortlisted for interview

2.Technical Test
In technical interview the interviewer asked me 2-3 simple technical questions, bit about project where I used web technology and my offers. I told him all 3 prior offers. Instead of fearing that I may not join, he took it positively and was impressed.

3.HR Interview
It was just a formality. Family background, location preference and why bank of America was asked.

Lehman Brothers 4

My Name: Radhika Nayak
Email Id:
rad1003@gmail.com
Branch: Computer
Name of the Company: Lehman Brothers
Post Offered: TDP Developer
Location: Mumbai

No of people who gave the aptitude test: approx. 200

Date of Aptitude: 14 Dec
Results announced on: 17 Dec
Date of Interview: 18 Dec

Aptitude Test:
It was conducted by Merit Trac. The paper was divided into 3 sections.

Verbal
Quantative
Logical

The questions were easy.
Some of the question types included were
In verbal, 2 passages were given and questions were based on that, synonyms, antonyms, filling in prepositions etc.
In quantative, questions were easy, based on sets, maths equations etc.
In logical, finding the odd man out etc.

All the sections are very simple but the time given is less. Each individual section has its own time slot. So you have to be really fast.

No Negative marking.

No of People who cleared the Aptitude: 91

Interview:

Interviews were well organized. Everyone was given their time slots for the interview. The time given to me was 2.00 pm but I was called for the first interview at 12.00. So be there well before time. Time slot was on the basis of your first name.

1. Technical Interview:
Duration: approx 20-25 mins
Questions in my case were asked on the basis of the projects mentioned in the resume.


Questions asked:
Tell me about yourself
Objects in java are called by reference or called by value in java? Wrote some code and asked to predict the output.
JDBC and ODBC connections in Java. They asked that very much in detail. What do you mean by drivers and many other related things.
Gave 2 tables with their attributes and primary keys. And asked about 2 queries on those. Some theory questions related to SQL were also asked
Differentiate between polymorphism and inheritance.
Question on Virtual functions. You have a base class pointer pointing to a derived class object. Both the base class and derived class have a function with the same prototype. Can u access that base class function with that pointer without making that function virtual?

There were some who were rejected in the technical interview.

2. HR Round:
Duration: Approx 15-20 mins

It was basically a stress interview. There were 2 panelists. One of them was a lady and was very sweet. She started the interview with simple questions like tell me about yourself, family background, your favorite color and your weaknesses. After that, the other person was really interested in only knowing whether I will join this organization or not. I was asked whether I gave CAT and when I said know, they asked me about GRE and when again I replied in negative, he was just after me, asking me you have a good CGPA and good academic records, I am not convinced with your answer.

The other questions that he asked me was why Lehman Brothers and not TCS (as I was placed in TCS).

No matter what I replied to his questions he said “I am not convinced”, “You have not sold me on this”. That was really very frustrating.

Be very careful with whatever you say in the interview specially the words you use. You might mean something but they just take it the other way round.


Results:
Finally the results were announced at around 7.30 pm. 39 people got through (including me of course), of which 21 were from computers.

BEST OF LUCK to you all.

Lehman Brothers -3

Submitted By -Pratik Kulkarni
Email: pratikkul@yahoo.com
Lehman Brothers:
Position Offered – TDP (Technology Development Programme) DeveloperNo. of rounds – 3 (Aptitude test + Technical interview + HR interview)

About the Aptitude Test:
Conducted by Meritrac. Very similar to Accenture. Quite easy………and no essay!!!
Verdict – 91 out of around 200 shortlisted for interviews

HR Interview:
I was the first person to be interviewed!!! So I did not have any idea about the questions asked. Just went in to face it…..
It started with typical questions like Tell me about yourself, family background, why Lehman….. I was then given a couple of puzzles to solve. I had to think but ultimately got the right answer. One important tip – Speak whatever you are thinking. They want to see the way you go about solving it. They’ll give you hints if you are in the right direction. I was also asked about my projects. Which is your favourite project? On what platform did you implement it? Then started the real HR questions. What difficulties did you face during your project….difficulties in terms of man management, leadership? How did you tackle them? What weakness did you find out in yourself while working on the project? What did you do to overcome it? You need to remain cool and confident while answering such questions. Be consistent in your answers.
They focus on HR a lot. Some students had multiple HR interviews, stress interviews…

Technical Interview:
The main focus is on OOP concepts and databases. We had a kind of debate on why OOP exists and what are its advantages over procedural languages like C. They asked me about algorithms but it was far too simple. Different types of joins in Databases had to be revised. Overall, technical interview was relatively simple. Make sure you have your OOP concepts and database concepts strong.

Final Result – 39 people got through in Lehman Brothers!!!

Lehman Brothers 2

Submitted By: Esha Wali

Lehman Brothers Experience :

It started with impressive pre placement talk by the CIO of the company.. The spirits soared…Post of TDP…n only branch in India is in Mumbai..Hirandani Gardens..

Round 1 -> moderate level aptitude test strictly based on more of logic, little math and simple RCs (English)..Be well prepared..It can b difficult , if u aren’t prepared…Test was on Friday, result were disclosed on Monday,80+ ppl selected for next round to b held on Tuesday!

Round 2: Tech + HR Interviewà We were called alphabetically..the panel consisted of 2 men…They started with database coz I told wen I was asked that I was not comfortable with Java (y shud I take the risk???)…They then asked me 2 puzzles from which I cud solve just one..(I thought my world was crashing down!! My dream company was still a distant dream!!)..Then they shifted focus to HR..since I had number of extracurricular (nirmaan editor, event head tpp, trad show, Treasurer Ace) They asked my about team sizes and some particular incident, where I faced problem but I cud manage and how…They had scanned the whole reume and also kept on underlining a few things..They noted on it everything I said for forwarding to next interviewer..( I guess they were checking consistency in answers!) They ended by saying they were impressed and gave me a Lehman Brother pen!! (Yipeeeee!!)

Round 3 : Stress Interview->I call it stress coz the interviewer acted weird…Although we were sitting in FYBTech classrooms, he sat two benches away and was barely audible. I offered to sit on a closer bench, but he refused, saying he wud speak louder n even I shud do same…He asked about family background and confirmed a few things abt prev interview…Following this was a round of cross-questioning…I wud say interrogation..Y Lehman.. What if the company u join fails? Wat are ur plans for future studies…? He tried his best possible to run me down…Even to a point saying, “Take it from me..Ur opinion is wrong! Do u accept u r wrong? “, I replied, “Maybe”…He said, “Go now!!”…I gave him the biggest possible 100 watt smile..and saying thankyou....(HOW DID I DO IT??)

Round 4: I was called for HR..first person to b called thrice…I was shocked..Interviewer asked me wat happened..I said I gave interview before..He asked me prev Interviewers name…and said..He is the main one..He dusnt need to interview me..I cud leave!! (Okay..someone explain me..WAT WAS IT??? Y DID I DO IT???)

Some ppl even went upto 4 interviews..some stress some normal HR…

Final Verdict: Dream turned into reality….I was selected as a LEHMANITE..!!!

Lehman Brothers 1

My Name: Jinal Shah
Email Add: Jinal_gshah@yahoo.co.in
Company Name: Lehman Brothers
Location Offered: Mumbai
Position Offered: TDP Developer
Date of Campus: 14th Dec,2007
Their planned Batch Size: 80 for 2008
There were 3 rounds:
Aptitude Test on 14th Dec
Technical Interview on 18th Dec
HR interview on 18th Dec

Aptitude Test (75 mins):
Aptitude test consisted of 3 sections: There were 3 separate sections and each section had alloted time after which paper was taken and next section paper was given.
1. Verbal Ability and Reading Comprehension (20 mins- 25 questions): this had questions on finding incorrect sentences, rearranging sentences to form logical paras and RC's . You have to be very fast!
2. Maths (very very easy) ( 30 mins-25questions): there were different venn diagrams and logical reasoning questions.
3.Attention to details (very very easy) (25 mins- 25 questions) : questions on find the odd man out amongst the figures etc.

MeriTrac agency had set the papers.

Technical Interview:
There were panels of 2 people . Questions were based on projects done mainly from your resume.
I was asked about my java project done in 5th sem. My role in the project. How did we go about it ie.stages of development and few technicalities.
Few things from my resume.
Any situation where i faced bottleneck and then managed well out of it.
Some students were asked questions on data structures, C and C++ And yes in the end some puzzles were asked!

HR Interview: (Some people had stress interviews too!)
HR Interview were general.
Questions like
why lehman?
Why not other offers that you have? Why not Google or Microsoft?(He insisted on this one)
Strengths/ Weakness?
Family Background?
From resume.. Some pleasant acievement?
What kind of projects you would like to do?

Some people had more than 2 rounds of interviews (ie. Upto 4 interviews)
After aptitude test 91 people were shortlisted and after interviews 39 people were selected from VJTI.I was one of them too...

Open House - Deloitte

Name: Jinal Shah
Email Add: Jinal_gshah@yahoo.co.in
Company Name : Deloitte India Pvt Ltd
Location Offered: Mumbai
Postion Offered: Associate Analyst of Consulting in Technology Integration
Date of Campus : 30th Nov 2007
Package Offered : 4 Lacs (Total Expensation to Company)
It was the second open house company coming to VJTI

No of Rounds: 3
First we had almost 30 mins ppt. very brief and to the point.This was followed by an aptitude test.

Aptitude Test:
Duration: 40 questions n 60 mins.
Areas: Verbal and Quant section similar to CAT. No negative marking.
Questions were distributed through the paper ie. No separate sections.
No. of students who sat: 220
My take: Questions were of moderate difficulty.
Cut –offs were very high.
All my quant questions were correct.

1 hr after the aptitude test, list was put up of those shortlisted for interviews. 43 people were selected at this stage. all those who were selected for interview were put up in different slots and our interviews began bang on time.

2. Interviews
Each one had to give 2 rounds of interview:
1. Technical Interview:
Topics: My project, Software Engineering, Web Technology and Databases
Duration: 25 mins.
Sample Questions:
tell me about yourself?
tell us something about your project (mine was on sap)?
How javascript can b used and where?
What is Database Normalization?
What are different types of joins? etc
Which models u know in SE? Which would you use in your project?
Black box testing, White box testing? Etc
What do you mean by consultant? What does he do?

My Take: I had to go on and on but with confidence. They were checking my confidence, communication skills and grasp in the subject. I could direct my interview.

However for many people first round too was complete hr or mixture of technical and hr. It all depended on your interviewers and stuffs you mentioned in your resume.

2. HR Interview:
Duration : 25 mins
Sample Questions:
Give an elevator speech ( introduction speech- tell me about myself).
Few interesting questions like tell me how would u estimate the weights of table n chairs in this room?
Any challenging situation that you faced after which you felt a sense of accomplishment?
3 things Deloitte wants to convey?
Anything you would like to change in Deloitte?
What do you have to offer to Deloitte?
Which other offers do u have? (I had Accenture) and why deloitte?
and other similar questions were asked.

My Take: The person who took my interview was the vice president. He was checking my communication skills and ability to speak continuously.

So I was done for the day at 4pm but interviews of my other friends were to be taken. Our results were announced at 8.30 pm

Final intake: 16 out of 43.
Preparation: I had gone with zero preparation. Fortunately our ESE was over just 4 days before Deloitte interview so I could answer SE related questions very easily with confidence. We had also worked enough on our final year project to answer questions related to it.

Open House- Cisco 1

Name : Shrikant Mether
Company : CISCO Systems.
Position offered :
Date of campus :
13th July
Package offered : CTC – 7 to 8 lac.
Gross – 5.73

The interview procedure was held in SPCE campus at it was common for both VJTI and SPCE. Every student from Computer, IT, Electrical and Electronics was eligible for the procedure i.e. there was no cutoff as in case of other companies (truly open house!!!)

Round 1: Aptitude Test

Around 50 questions to be solved in 1 hr. The questions were broadly divided into three categories
- Maths related questions
- Computer related questions ( DS, AOA, OS, CN etc.)
- Electronics related questions

42 students were selected from this round.



Round 2: Technical Interview

This interview initially started with HR type questions e.g. ‘tell me about yourself’, questions based on resume e.g. extracurricular activities, events organized etc. Gradually they moved on to technical stuff.

They discussed my each and every project in detail starting from ER diagrams, databases used, implementation details etc.

Then they moved on to regular subjects like OS, CN, DS, AOA, C, CPP, DBMS.
Questions were based on
- Interprocess communication, shared memory, pipes.
- OSI layers
- Protocols at various layers
- AVL trees, rotations
- Sorting algorithms
- Database normalization

I had mentioned about a programming contest in my resume. They asked me about questions in that contest, what logic I used to solve those questions, what was complexity of the solution. They even asked me to improve efficiency of one of the solutions.

The technical interview lasted for about 40-45 mins. Students selected after Technical Interview were called for HR interview.


Round 3: HR interview

Here they asked us to write a 5-6 line essay on given topic. But no questions were asked on that topic.

Gereral question were asked like
How was your day?
Why CISCO?
Do you have any other offers?
What are your future plans? GRE, CAT??? :-p

One questions was tricky and totally unexpected – what will you do if Microsoft comes to your campus? Be prepared for such questions :-)

Finally, results were announced at 00:00!!!! Total 14 students, 9 from SPCE and 6 from VJTI were selected.
Preparation recommended:

- Revise all subjects, more stress on CN, OS, DS, AOA, DBMS
- Know your projects well
- Be prepared for any questions on your resume
- Some basic electronics concepts like p-n junctions, transistors will help you to crack the apti.

Contact:
Feel free to contact me anytime.
Email: shri.mether@gmail.com
Phone: 9869530201

ATOS Origin 2

Name: Sushant Warik
Email Id: w_sushant25@yahoo.co.in
Company: ATOS Origin
Position offered: Associative Software Engineer
Package: 3.0 lacs per annum with a bond of 2 yrs.
A total of Rs 50,000 shall be awarded on completion of bond.
Place: Mumbai.
Date of Campus: 10th July 2007.

About the company: First of all Atos Origin is the company known for making software for Olympics. I don’t know. not pretty sure about it but this company has also made software modules for Airbus A380.. I wont talk about the company details. You would get on their web-site or on some placement sites.

First they had pre-placement talk of one hour. They gave a brief introduction of their company, their international and national branches. What are they doing in India and what are there plans.

How is their internal organizational structure. They have six branches in India all are in Mumbai . One in Mindspace (malad) Four in Andheri Seepz and one in vikhroli. Recently they have opened branch in Kolkata. I don’t know whether they are recruiting for Kolkata but from my knowledge they have sent 10 peoples from the training batch this year.

One good thing about the company was that they gave a detail description about their firm. What are they expecting from us and why are they recruiting for? They said they are planning to open branches in Poona and Banglore. They also said, they needed people which suits there working environment and had interested in working and initiating projects.

No of Rounds: 2

Round 1: First round was a written test. The test was of 1 Hr 15mins consisting of 3 sections. The test had negative marking with sectional cutoff. First section was verbal. Second was quantitave and last one was analytical. Questions were simple. Just go through R.S.Agarwal. It’s more than enough.

Round 2:
A total of 69 people sat for Aptitude. Out of which 27 people were short listed. Those who were short listed had to go through either HR or Technical interview. I don’t know on what basis they were doing but mine was a Technical interview. The interview lasted for 40mins.
There were 5 panels. Each panel had 1 or 2 interviewers. Mine interviewer was an age old person who had been working in ATOS for 12 years. I was tensed but he told me to be frank and comfortable. He started by asking questions like describe yourself, how much you scored in CET,10th,12th ,etc.

Then he asked me about my projects in OOAD, web technology SQL, etc. Here I would like to tell you that you should be thorough with your projects. He may ask you any sort of question. If you are using Database he would ask what tables you used. Why? Which normalization you used? Why these attributes? Why not in this way? All you need is to be thorough with your DBMS and OOAD concepts. Note, don’t try to bluff them. They are experts and would catch you. If you don’t know, say I don’t remember or don’t know much about it. It’s perfectly fine.

Later he said I want to know your analytical skills and told me to write a C code. He also told me to explain why I did so. Finally he asked me what you want to do in future. Any goals?
He went through my bio-data and asked about my extra curricular activities. He told me to give a brief description on one of my work. Be prepared for it as well.

Final Intake: Out of the 27, 13 were selected. We were given a gift which included a pen and a multipurpose knife. We were told to learn Java before we join the company.

What to learn:
They basically ask questions on OOAD , DBMS (SQL queries) and C. Be thorough with it.

ATOS Origin-1

Name: Subhash Lengare
Email: subhashlg26@yahoo.com
Company Name: ATOS
Position Offered: Associative Software Engineer
Package: 3L
Bond: 1.5 lakh for 2 yrs. (Think twice before going for ATOS coz it has high bond value!!)Company site: http://www.atosorigin.comNo of rounds: 2

Aptitude Test:
3 sections –verbal, quant and analytical

Interviews (Technical and HR mix)
HR and Technical interview were completed in 1 round only by different ppl.
Note: When I was surfing for atos paper I got a note DON'T LIE.
And it’s true. They catch if u lie.

Except that ppl from ATOS are cool and friendly. You don’t have to call them sir or madam. That’s ATOS culture.Any person from HR or Technical can fire a question at any time. No sequence is followed. They mostly check if you know your projects well.But remember one of the panels always tries to reject you. They give u a difficult question. And then your luck matters a lot. It depends on your luck that which team takes your interview.

Questions asked:
1> (HR)how do u feel as u were w8ing so long?(I was last person to be interviewed)
ANS I am tired of asking ppl that what type of question u ppl asked them
(aaaiiiiiiiiiiiiiiga !!!!! I gave her wrong answer) she backfired

2>but there is something called patience
Ans. That’s why I am still sitting over here with a smiling face J(smile on her face).

3> (HR) tell me what type of question do we ask?
Ans u ask more about HR and less about technical.

4> (HR) what do u think which is important?
Ans As I am going to be an engineer and as my profile is technical, tech should be given a preference. Bt since I have to communicate in the organization den HR also has lots of importance.

5> what does mean by trying difference OS (Operating System) as a hobby? (I had written it in hobby)
Ans.whenever I get free time I format my pc and try another os. understand its feature.

6> which os u have tried?
windows2000 window xp windows vista, red hat,suse,ubunturight now I am using ubuntu.(If he wud have asked me I wud have gone to hell. but he didn’t...).

7> tell me about ur project teachers diary? (It was my adbms project)
though it looks like web application it was a dbms project. We had given importance to ER diagrams and queries.

8> which server u used? (I had used php)
I used apache

9) why not tomcat?I
heard abt tomcat. But I was more familiar to apache.

10) Which version u used?(He was checking whatever resources used for project were understood by me or not.)
Ans apache 2

11) which file u edited?
(It dint click me. I said)as I was using ubuntu there were no need to edit ne file.(then clicked)Bt in windows and apache and iis try to put them on same port i.e. 80I had to edit httpd.conf file and I changed apache ka port to 8080.(he was very happy with d ans. so Me. he got from chair and went outside)

12) (HR) k tell me about itself?
same blah blah I did this (if u want to tell abt some skill always tell dem ur experience or proof how u got that skill.)

13) What will u do if Ur team is best team but one person does not work up to Ur expectation?
I will understand what problems that person is having? I ll try to persuade him?
And in d last if that person harms good will of team then I will take strict actions.

14) Why atos?
(Big question) ans really speaking me never heard name of atos before 2 weeks. When a notice was put up on the board, I surfed site of ATOS origin India. When I saw Olympic ka logo on web den I came to decision that this company must be doing fine in global market. (ATOS has contract to provide IT solution to Olympic till 2012)That’s y I decided to join atos.

15) Will u join wipro? (Next day there was Wipro.)
Ans I have heard Wipro ka name since last 2 yrs. It is obvious dat I will join Wipro (again wrong ans.)Bt I won’t take my decision before listening to deir PPT.
Continued

but they have good brand name?
but maam ,there is kahavat in marathi.jo "chamakata hai woh hamesha sona nahi hota".
But u said it in Hindi
and we shared some laugh

16> do u want to ask nething ?
Just formality........

And I got selectedhey ppl I ws lucky dat I was not asked difficult questions.
some ppl were asked questions on c and c++ but those were not difficult. u get such questions on orkut communities and in placement papers.

In all they selected 15 ppl

hey pplwe hvnt got offer letter but they sent us a PDF about their event fungama.Its happening place over there. We are w8ing for u.................!!

Cognizant 1

My Name: Mahesh Bale
Email Add: bale_maheshr@yahoo.co.in
Company Name : Cognizant Technological Solutions India Pvt. Ltd.
Location Offered: Pune (subject to relocation after training period)
You have to work at company office or at customer locations
(Mainly US) as per need of the company)
Position Offered: Programmer Analyst Trainee
(Training period of 12 months)
Date of Campus : July 9 , 2007
Package Offered : Rs.300,500 (annual total compensation and benefits package
During training period)
Selection Procedure :
There was an aptitude test followed by a single interview.

Aptitude Test
It was conducted by MeritTrack ( an organization conducting aptitude tests for various companies )
There were 3 papers one after another without any break
1) English (25 questions 20 minutes)
( 2 passages for RC ,para jumbles , grammar related questions)
2)Quantitative Aptitude (25 questions 30 minutes)
( set theory , speed-time-distance ,geometry etc)
3)Logical Reasoning (25 questions 30 minutes)
(simplest of all ,logic based )

Imp point about apti : some of the questions were repeated from previous
Papers of cognizant available on the internet.

Single Interview
A single interview which was combination of both HR and technical,
Sample questions
1) Tell me about yourself?
2) Why cognizant?
3) Tell something about your projects?
4) Do have any problems with relocation?
( this question is asked because at cognizant you may be needed to relocate)
5) Database related questions
6) puzzles
7) What are your plans about post graduation?
And similar other questions

Final Intake : 43
What to prepare :
Prepare mainly for the aptitude test .
Be prepared about your projects and standard HR type questions
Anything else is unpredictable as many weren’t asked even a single
technical questions

Accenture 3

1) Accenture Experience:
Submitted By: Esha Wali Email: wali_esha@yahoo.com
Post : Associate Software Engineer
Salary (Package): Rs. *******..(weird figure! I guess numerological reasons!! )
There were 4 rounds for me, like everybody.

Round 1 : Aptitude test A simple logic, a bit of quant n verbal based test.. If u r preparing for entrance exams like MBA, etc its a piece of cake..! No wonder more than 100 ppl sailed thru!

Round 2 : GD Now here was a catch.. Group discussion topic depended from group to group.. Some had abstract ones like black, while some had general ones like media.. I got controversial- “Should capital punishment be made mandatory in India?” ..Trust me.. GDs are all about group dynamics.. A group of 15 ppl.. Since all were charged up, all wanted to make a point.. There was a moment when all spoke.. So catch lied, in being loud but simultaneously calm , audible n so valid that no one interrupted.. Being a controversial GD, there was no silence…I spoke thrice.. and all the three times spoke some valid points supported with real life examples and statistics…At the end, everyone was asked to sum up the discussion n later a feedback was given…I was happy to get a nice feedback…which meant I was qualified for next round..

Round 3: HR InterviewThe first question I was asked was to tell about myself. I just told about my hobbies. Having prepared “how to answer HR questions”, I thought his next question wud b about strengths and weaknesses…I was wrong.. After I finished my short answer, he waited n looked unsatisfied.. He asked me about my choice of place for work..y had I chosen Mumbai, why the second option that I gave was Delhi, y was Chennai the last option, wat if I wud b sent to Chennai ? He told me about service agreement, was I ready to sign..( It meant bond..had to say yes!!!) I answered all in monosyllables ..At last, he asked me about my outhouse final year project..I told him and in volumes about it.. Finally cud impress him!

Round 4: Technical Interview The same person who had come for GD. .Greeted me with a smile n said he had only taken my GD..(Hello Sir, waiting for similar feedback!!) He asked me about a basic C C++ program, whether I had ever wrote a program for myself..to which I said yes.. He asked me bit of database, not in detail n then switched over to final year project.. He later asked why accenture, why not coca cola which is a No1 brand. He asked me how I wud see myself after 5 yrs..He ended with saying that he wished to see me at accenture..(Thankyou.. I m comin!!!) I guess I cant call it completely a technical interview, it was mix of tech n HR…

Final Verdict: I was one of 80+ ppl part of accenture family…

Overall Experience: High Performance Delivered!

Accenture 2

Accenture:
Submitted By- Pratik Kulkarni Email: pratikkul@yahoo.com
Position Offered – Associate Software Engineer
Package – 3 L
No. of rounds – 4 (Aptitude Test + Group Discussion + HR Interview + Technical Interview)

About the Aptitude Test:
It is a paper-based, non-technical test having 3 sections – English, Quantitative Analysis & Logic plus an essay. The questions are very simple. Go through any of the Meritrac apti papers (Meritrac is the organization which conducts the apti) to know the type of questions. The essay is to be written in just 5 minutes. So they don’t expect a high level of thoughts into it. The focus is on Basic English grammar. Your essay will be scrutinized in later rounds for any grammatical mistake.
Apti Result – Over 200 students out of almost 300 cleared the apti and were shortlisted for the Group Discussions

Group Discussion:
This is a major screening round for Accenture. A group of 15 students is taken to a separate room where the discussion proceeds. Each student is closely monitored by a company representative. There are different kinds of topics – some abstract ones like "Black", "Green Buffalo"….The topic for my GD was "Should India have capital punishment?" Being a topic of controversy, everyone was eager to make his point. You have to grab your opportunity to speak. It is important that you speak up in the GD and speak valid points. Its better if you can support your point with some fact or figure you know. Also take care that the discussion doesn’t deviate from the subject. In the end, each student gets an opportunity to summarize the discussion. So don’t forget to carry a paper and pen to note down all the points which come up. Summarize not just your points, but also others’ points.
Verdict – The selection in this round depends entirely on how you speak. They might reject just 1 or 2 from a group or even 10-12 from a group.

HR Interview:
The essay which you wrote in your apti is scrutinized here. They can screw you if you’ve made any grammatical mistakes in it. Besides that, typical questions like Tell me about yourself, Why Accenture are asked. They might also ask you about your teamwork while working on a project, your leadership qualities, etc. The most surprising question in this interview was "Are you ready to sign a service contract (bond) ?" This was never mentioned earlier and gave us a shock during the interview. You don’t have any other option but to say YES.

Technical Interview:
They can ask you anything from what you studied so far. Questions are simple, but you can’t predict which subject the interviewer will start with. Questions on your projects are a certainty. Many students were asked to draw the ER diagram of their ADBMS project. If you have mentioned your Java project in your Resume, make sure you can speak
something about it. At least explain all the features and how you implemented it. They do not focus on your Java knowledge but it indicates how much work you have done in your project and how much are you willing to learn.

Final Result – 81 students selected by Accenture!!!

Accenture 1

Name: Aditya Gaitonde
Company Name:
Accenture
Position: Associate Software Engineer
Date of Campus: 4th July 2007
Package Offered:
Gross Annual Fixed Compensation Rs. 2,76,500
Variable Pay Rs. 23,503
Total Rs. 3,00,003

In addition to the gross annual total compensation, Accenture employees are eligible for the foll. benefits
· Medial Insurance for self & five dependents up to a maximum of Rs.3,00,003 per annum
· Personal Accident coverage up to three times the gross annual fixed compensation
· Gratuity as per law
· One time relocation allowance (Payable if we leave the organization within a year of joining) subject to a maximum of Rs.10,000 if placed outside
Though the package does not talk of a bond, the Company can seek a payment of the amount spent by it on training, if we terminate our services within a stipulated time.

Accenture, along with TCS were the first software companies to visit the campus.

No. of Rounds -3

Round 1: Aptitude Test
This test comprises of Verbal Ability, Quantitative Ability and Attention to detail.
No technical aptitude tests
The test is reasonably simple and students preparing for CAT or GRE should find it very easy to sail through

Round 2: Group Discussion
The GD is conducted in groups of 10 and the topics range from current affairs to abstract discussions.
This test is aimed to check the communication skills and the confidence of the participants.
It is essential that you ensure that you put your point across and make your presence felt, failing to do which you could risk elimination.

Round 3- Interviews
The interviews are conducted in two stages.
The HR Interview-
The HR interview was a simple affair with participants being asked to describe themselves or talk about their hobbies.
Foll. types of questions are also asked
o Are you ok if conduct your background check?
o Would you be ok with being placed outside Mumbai
o Are you ok if we charge you the training fees in case you leave within a year?
Some participants were eliminated at this stage itself.
The key to getting selected is to sound professional and be confident

The Technical Interview-
In the technical interview, I was asked a few questions on DBMS and a few more on programming languages.
Basically, you need to be aware of important concepts in DBMS, Computer Networks, Data Structures, Algorithms and programming languages such as C, C++ or Java
They just check if you have the ability to solve problems logically.


Preparation Required-
If you can, just brush up on the important topics you have had till the sixth semester.

Important Points to note-
Do not claim to know technical subjects you aren’t thorough with (Ex- Java) as it could reflect very badly if you aren’t able to answer the questions satisfactorily.

TCS 1

Tata Consultancy Services (TCS) :
Submitted by : Pratik Kulkarni Email: pratikkul@yahoo.com
Position Offered
– Assistant System Engineer
Package – 3.15 L
No. of rounds – 3 (Aptitude test + Technical interview + HR interview)

About the Aptitude Test:
It is an online, non-technical test having 3 sections – verbal, quantitative analysis & critical reasoning. The questions, in general, are NOT EASY. You may think that TCS is a mass recruiter and takes about everyone….you will also get the same response from other colleges. But frankly speaking, apti is the major screening round for TCS.

Now some useful tips to clear the apti – go through past placement papers of TCS available on the net. A large number of questions in the apti are repeated from the past papers. I guess they don’t take the trouble of updating their questions database!!! Verbal section is quite tough…..those studying for GRE have an advantage as the questions include synonyms, antonyms, RCs. Quant is relatively easy…..might include a couple of tough questions. But you always have an edge if you have studied the past papers. Critical reasoning had a good variation in terms of difficulty. Some passages were easy but some were really tough. You can only pray that you get the simple one!!

In short, don’t panic. It should be the first apti you are appearing for (for Comp/IT). Just be cool and clearing the apti should not be a big deal if you have done enough preparation.

Apti Result – Around 130 students were shortlisted for the interviews from around 300.

Technical Interview:
Again, not a piece of cake as you might have heard. The interviewer usually goes through your Resume and is likely to ask you about any one of the projects. I was asked about my Web Technology and ADBMS projects. What exactly was the project? How did you implement it? Also some theory questions related to those subjects. What are the different types of databases? The difference between them and which one is useful
in which situation…..we had a discussion on this. Most of the times, the interviewer will take you deep into the subject as you keep answering correctly. You ultimately have to end up saying "I don’t know" but by that time you know that you have performed well, so nothing to bother.
Subjects to be studied – C, C++, Data structures, Databases, Algorithms, Computer Networks, Operating Systems. This applies to all the companies.
Verdict – Almost 100 students were shortlisted for the HR interview.

HR Interview:
It is merely a formality. Prepare yourself for questions like Tell me about yourself, family background. Make sure you say YES when asked anything about relocation. They want people who are ready to relocate anywhere. That does not mean they will send you there. Also read about the company, the upcoming projects of the company. Why TCS? Are you ready to sign the bond? These are typical questions.

Final Result – 96 people made it to TCS !!!