Tuesday, July 22, 2008

TATA ELXSI - aptitude - General


Paper Type : Aptitude - General
Posted By : admin



Tata Elxsi Questions

1.

Problem on lissojous pattern: in x-y mode if vlg applied to x-axis is 2 sinwt then what is the vtg to be applied to y-axis so that we observe the following pattern on the cro : [angle b/n x-axis and the diagonal line is 45degrees] ans is 2root 2 sin (wt +45)

2.

What is the resolution of an adc : vref/(2 pow n).
3.

Some circuit is given with two f/f s ,what is that circuit? Ans may be shift reg
4.

Spatial to temporal converter is ? (a) shift reg ( b) counter (c ) adc ans may be adc
5.

Darlington is used for _____ ans high current gain
6.

Some circuit with nand gates is given ,what is that circuit ans is xor
7.

A wired circuit with some nand gates is given asked the function of that circuit
8.

An opamp circuit is given asked to find the transfer function of it ( I think its an ideal integrator circuit)
9.

A pole zero pattern of an impedance function is given . it has a conjugate pair of zeros and a conjugate pair of poles ,then what elements does the impedance consists of? Ans LC elements
10.

Most computers wont use floating point arithmetic .why a.costly b. slow c. cant
11.

Bit-slice processor mean …… ans used for shift ,masking of bits
12.

ac motor used in servo applications is (a) single phase induction b.2 phase induction c. 3 phase induction
13.

TV resolution depends on a. bandwidth 2. detector c. no. of frames /sec
14.

Equalizing pulses are sent in tv during a. horizontal blanking b. vertical blanking ……….
15.

cdma is not suitable for satellite communication . why ? ans may be complexity of operation
16.

Given some waveforms and asked that which of the waveforms will have odd harmonics of sine terms
17.

Asked for two’s complement of a number
18.

maximum signed no. represented by a 8 bit computer
19.

A chip has a capacity of 256bits,to implement a 1KB capacity how many chips are required ans 32
20.

ecl operates in ____ and ____ regions of the transistor
21.

Given a transient circuit ,asked for time constant while charging and discharging
22.

He had given 4 statements about a f/f and asked which of them are correct
1. it can store a bit 2. jk f/f have rat race when storing a 2 bit info 3. master slave is used to store a 2 bit info
4. d f/f used as a latch for multiplexing operations
23.

Venn diagram is given and asked to write expression for the shared portion in it
24.

cb and ce are ____ biased when transistor is in saturation
25.

condition for nyquist rate
26.

carry look ahed adder is 1.fast 2. requires more h/w 3. costly
27.

ideal power supply will have a. zero internal resistance b. more o/p resistance c. less o/p resistance
28.

A problem on cro and probe interface i.e design of an attenuator for the cro probe (formula for it is R1 * c1 = R2 * C2 )


TATA ELXSI - Technical - C & C++


Paper Type : Technical - C & C++
Posted By : admin



The test consisted of 2 sections one technical section 30 questions. to be answered in 30 minutes it included questions mostly on C and some 5-6 questions. on OS The C portion was difficult and the average score was around 15-20 The questions were totally different...not from Test your C skills... there were quite a few mistakes in printing so assume them accordingly some people told that quite a few questions. matched with a book C under DOS test so if can get that book it's well and good else be confident with what u know

1.

nt a=9;
switch(i)
{
printf("hello");
case 9 : printf("abc");
break;
default : printf("def");
}
what would be the output ?
ans : the program will compile correctly with no errors but will give undesirable results
2.

int z[3]={1,2,3};
int *p=&z[1];
int x=*p++;
printf("%d",x);
ans. note here that the value of *p will be assigned to x and then p is incremented therefore x=2
3.

#define paste(a,b) a##b
main()
{
int a=3,b=6;
paste(a,b);
return o;
}
question. what code will be replaced at the call of the macro
options : (a,b) a,b (a,b)
(ab) a,b (ab)
(a,b) ab (a,b)
ans. not able to work it out
4.

some structure declaration was given
struct abc
{
int a : 4
char c : 2
int abc;
}
ques. what will be memory allocated to it when we define an object of this structure

ans . the bits are added and rounded of 2 next higher byte
eg. 5 bits - 1 byte
1 bit - 1 byte
9 bits - 2byte
5.

some ques. on memory allocation so clear ur funda of memory allocation properly
6.

To declare a boolean variale in C what method we follow ans. using bit feilds
7.

What does painter's algo. is for in graphics ans. don't know
8.

Which is more efficient calling a function by its name or by using a pointer to the function
9.

External functions and external variables are all global
10.

There are 5 jobs A B C D and E u have to schedule these jobs using the SPT , DD and STR ( i cant
remember
11.

the fullforms) and job processing time was given constraints:
Spt = DD
STR = DD - SPT
ANS: using this table u can solve the eqs Freshersworld.com
spt E C A B D
DD E A C B D
STR E A/B D C
order of excution
12.

c = prt/ropd prt = production/rate ropd = rotations Nt = T/c E = T/Na * c Na = whole number
according this formula there WERE 5 qs
13.

A B C D E are 5 boys and find the ages of them given 1) B-A = 5
2) B>A
3) D>F
4) E-D<2
5) D-F > 2
6) All of the above are false
14.

About the graphics similar to java function draearc drawrect, find the area, center by giving values to function
drawarc.
1. about process ( os )
2. stacks (data struct..)
3. graphs ( binary trees)
4. time complexity of the c program they had given
5. c program ( recurrsion find the no. of print stat exec. in the recu. func. ans. 4)
15.

About the soft. engineering i.e identify the phases
1) collecting the information - requirement analysis phase testing or design .. ( similarly identify the 5 statemnets
they had given)
16.

Choose the correct expression
((())) correct
()(()( incorrect.

Technical Questions
17.

about process ( os )
18.

stacks (data struct..)
19.

graphs ( binary trees)
20.

time complexity of the c program they had given
21.

c program ( recurrsion find the no. of print stat exec. in the recu. func. ans. 4)
22.

about the soft. engineering i.e identify


TATA ELXSI PAPER ON 1st AUGUST 2006


Paper Type : Aptitude - General
Test Date : 1 August 2006
Test Location : GPREC,KURNOOL, AP
Posted By : K .RAJESH

TATA ELXSI PAPER ON 1st AUGUST 2006 AT GPREC,KURNOOL, AP

HI

I AM FROM GPREC

ON 1ST AUG 2007 TATA ELXSI

CAME TO MY CAMPUS

COMING TO SELECTION PROCEDURE

1.WRITTEN TEST

2.TECHNICAL INTERVIEW

3.HR

COMING TO WRITTEN TEST

FOUR SECTIONS -100 QUESTIONS-100 MARKS- 100 MINUTES

I. VERBAL VERY EASY -25 QUESTIONS -25 MINUTES
ABOUT PREPOSITIONS, ARTICLES ,SYNONYMS, PASSAGE AND QUESTIONS

2. ARTHEMATIC -25que - 25 MIN
3. ANALYICAL VERY EASY ALL CAN DO THIS WITHOUT PREPARATION -25-20 MIN
4. TECHNICAL FOR CE SEPRERATE AND ECE SEPARATE PAPER

30 QUESTIONS-30 MIN

MAINLY THEY WILL ELIMINATE IN INTERVIEW, OUT 450 -125 CLEARED TEST

BUT TECHNICAL INTERVIEW ONLY 10-15 MEMBERS CLEARED

ATLEAST THEY DO 30 MIN FOR EVERY PERSON AND UR HAVING WORTH U HAVE TO FACE 1.30 MIN TO GET SLECTED

VERY TOUGH ALL WILL BE ELIMINATED

HR also nearly 30-45 min


TATA ELXSI PAPER ON 17th FEBRUARY AT BANGALORE


Paper Type : Whole Testpaper
Test Date : 17 February 2007
Test Location : RV Institute of Management,Bangalore
Posted By : Avinash S Bajaj

TATA ELXSI PAPER ON 17th FEBRUARY AT BANGALORE

hi avinash here...got placed in tata elxsi ..the selection procedure was for 2 days..17th and 18th feb. 2007
i guess around 800 people appeared for the test....on the first day they shorlisted around 170 people based on the written test whose format ill give below..

the next day was the interview (technical and hr).

NOTE:1. make sure if there are negative marks or not..its by merittrac...so never been neg marks till date...many of my friends lost out on this as they dint mark answers which they were partly sure of..

2. papers are given for the allocated time only ..times up and u gotta start the next...so u ve to be quick in some sections.

ok first written test format: the total duration is 100 mins and 100 questions in all.

1. verbal ability: 20q-20mins
this is pretty simple...completing sentences...usage of articles...if u r naturally ok in english it wont be a problem at all..the passages were pretty stupid but not very simple...so try to get as many q as possible..cant do much about others but guess..no harm as no negative marks...

2.analytical ability: 25q-30 mins(not v sure..forgot)
this is a section where go for all the easy q first...many of them r tricky...so dont try to go for all..unless u r a brain or something...u can go thru some basic book like rs aggarwal....questions will be on venn diags...cubes..trains...boats n streams...etc...nothin unexpected...try to get as many as poss....the rest u can guess....

3.Attention to detail: 25q-20 mins
this might be irritating but just chill....and do this section lightly...all based on common sense...no preparation needed...questions will be on the symbol interchanging(eg: they give an expression and say * stands for +,-stands for / ,and so on....and u gotta calculate the new value) ...but dont take it casually as well...again try to do as much as possible.

4.Engineering subject (electronics/computers) : 30q-30 mins
this is where most of them lose out . im from ece so had electronics paper . here just give it ur best shot n wait for final results .if ur knowledge is good and ur guesses r right...no probs...anyways the various topics they touch upon are: network analysis...cmos logic...semiconductors...microprocessor(this is imp)...vhdl..etc...basically just brush through all imp subjs u ve studied till date and go confident...u will most probably not get all.... i scored 13 out of 30 in this section so that was good enough i guess though i think i was pretty ok in all the other sections.

now interviews:
Techical:
all about ur specialisation . tata elxsi is known to filter out many students based on this....so go well prepared to face them confidently even though u might be just average in ur subjects....but be pretty strong with the basics they are not expectin u to remmember all the muggin formulas...equations..etc...u can always say u dont recollect them now...but if u explain the logic well...ur through....he asked me logic design...vhdl...vlsi..microprocessors....microcontrollers...

some of my friends were asked screwing c and c++ questions inspite of being from ec background so beware of that...though probabilty is less...

HR:
this is pretty cool....be natural...dont try to impress them too much...be friendly...at the same time be careful of tricky questions regarding ur future plans...ur ambition.....just chill...take it easy..they will just see how enthusaiatic u are about wat u wanna do...so no probs...!!

OK people ALL THE VERY BEST....give it ur best shot and leave the rest to god and luck!! be cool......


TATA ELXSI PAPER ON 25th FEBRUARY AT HYDERABAD


Paper Type : Whole Testpaper
Test Date : 25 February 2007
Test Location : Hyderabad
Posted By : Chaitanya

TATA ELXSI PAPER ON 25th FEBRUARY AT HYDERABAD

Hi friends I am chaitanya got placed in TATA ELXSI held at Holy Mary Institute of Engg & Tech at Hyderabad.

The selection process consisted of Written test, Tech interview followed by HR interview.

Written Test :
1. English
2. Analytical
3. Mathematical ability
4. Technical (Totally Electronics)

If u r good at english then english is no problem 4 u. Just they concentrated on articles, prepositions, synonyms (context based) and 2 passages.

Analytical part consisted of Data sufficiency, Venn diagrams (very imp) , cubes (very imp), blood relations, small puzzle type questions. Unless u hav sufficient prep u cannot write this section. Prep venn diag & cubes, u will definitely get thru.

The 3rd section is totally IQ based questions like comparisons, arithmetic calculations and finally 2 case studies based on which the questions are framed. For case studies dont think on ur own and give ur own answers, what ever is there in the description go thru it and if even a single condition is not satisfied u must mark none of the above (as required).

The Technical test is totally Electronics based. No C, C++ (bla bla bla). No IT. This is an Electronics based company, so be prepared with all the electronics subjects. They concentrated mostly on LDIC, Micro-Processors, Digital & Analog, Networks (1 question to find current) etc.

There is the end for written test. Out of 1000 plus people only 139 got short listed and the interviews were conducted the next day.

Interview :
I believe interview is only to know abt oneself. If u hav good communication skills and good grip on the subject u will definetely get thru.

Here they concentrated mainly on Micro-processors (Pin diagram, Block diagram, flag registers, Memory interfacing), Op-Amps (defn, clippers, Inverting & Non Inverting derivations, applications), C & C++ (very rare), Compiler, Interpreter and some puzzles like find the angle b/w the min hand and hr hand if it is 5'o clock etc.

HR was simple and they tested on questions like :

What r ur career objectives ?
What improvement needs?
Do u hav any company at hand?
etc....

If u clear the HR round u will be given the form. U need to fill in a lot of information (it takes nearly 40 min to fill the form).

Thats it. There is the end of selection process. Only around 42 people out of 139 short listed got selected.

All the best friends, hav good preparation and crack it. Lets meet at TATA ELXSI.

BYE,
Chaitanya


TATA ELXSI PAPER ON 15th APRIL AT CHANDIGARH


Paper Type : Whole Testpaper
Test Date : 15 April 2007
Test Location : CEC,Landran, Chandigarh
Posted By : Preeti Goyal

TATA ELXSI PAPER ON 15th APRIL AT CHANDIGARH

Hi guys!!!!!!! This is Preeti Goyal from chandigarh!!!!!!
I appeared for TATA ELXSI placement paper via joint campus placement. There were around 5000candidates who appeared and just 20 got through at the end. It was via g4 solutions so was more tough as there were 5rounds to be faced.

1st:-ONLINE TEST
firstly,there was an online test of g4 solutions includin aptitude,englisg,rc and technical according to ur branch(ece or cse). technical was tough in my paper.60 ques.in 60min. be fast. n attempt easy. aptitude was easy.

2nd:-GD
those who cleared online paper had to go for gd.there were group of 10 students
after these two rounds just 250 got selected for further procedure by the company itself.

3rd:-WRITTEN TEST
it was again a written test consisting of four sections in 100min. 100ques. it included english,di,attention to details and again technical.no negative marking.

4th:-TECHNICAL INTERVIEW
around 60 were left now. now v had to face the most diifficult of all rounds......the technical interview. they were asking everythin under the sun........being fron ece i was asked everything from C++, MICROPROCESSOR, MICROCONTROLLER, D.E,EDC, OP-AMP'S

And most importantly project done in 6week training. My interview lasted for 45min.

5th:-HR INTERVIEW
nw was hr interview.just a formality........man u hav done it!

I GOT PLACED!!!!!!! I am the one among those 20 who got selected from 5000 candidates.


TATA ELXSI PAPER ON 2nd MAY AT GUJARAT


Paper Type : Whole Testpaper
Test Date : 2 May 2007
Test Location : DDU Nadiad Gujarat.
Posted By : Viraj Tank

TATA ELXSI PAPER ON 2nd MAY AT GUJARAT

Hi, friends...........there are three stages in selection procedure of tata elxsi..

1 written test.
2 technical interview.
3 hr interview.

it was off campus here at ddu nadiad and it was for computer , EC and electronics...on first day there were written test . in that there were 4 section and there was NO Negative marking and about 50% Sectional cutoff

in written test,
1,English section 20 questions and 20 min.
it was easy means if you know basics of articals then no need to worry.

2,Aptitude section 20 q. and 25min.
it was of simple calculations , cube problems , and 5 logical reasoning it was mediam

3,Calculation section 25 q. and 25 min.
it was simplest q. like @=0 and $=1 and then covert 25 into binary and represent it with this symbols
then 1233465 1233465 1233466 find out odd one .
So it was very easy...........

4,technical section 30 q. and 30 min.
In this there were separate papers for CS AND EC. i am from CS so in this there were q. from c ,c++ ,networking ,few from operating system,and many from data structures.. so be well prepare for data structures and networking .....

they declared result at 4:30 and the technical interview of about 30 students was on that day itself. while for other 35 it was on next day morning.....

IN TECHNICAL
only one member was there on starting he told me to give resume
then told me to list out subjects i studied ..
then he asked many q. from networking means what are uses of networking?
what is subnet ? about class of ip address...
then asked from c and c++ means diff. between structure and union ?
from array and linked list ....some from pointers ...
and at last he asked from opetrating sys. but i told him about my project so he didnt asked much from os.
and finally one mem told me that you are selected for HR round and you have to be present on tom. morning 9 .

HR interview
Mostly they dont discard people from this round because the technical was very tuff so be confident and tell any thing means wheather it is true or false .IN my intreview there was one mem who asked me in a very good way that i was very relax
she asked discribe your self...
About your family...
stenghths and weakness ..
in this tell some weakness and also tell how you are improving it ..
about tata elxsi..
some about aims ....

Finally she gave me one long form and told me congo...so now i am part of tata elxsi......
BEST OF LUCK......................

By,
Viraj Tank


TATA ELXSI PAPER ON 27th JULY AT CHENNAI


Paper Type : Whole Testpaper
Test Date : 27 July 2007
Test Location : SRM Engg. College, Chennai
Posted By : Sankha Ray

TATA ELXSI PAPER ON 27th JULY AT CHENNAI

Company : Tata Elxsi
Date : 27th July 2007

Hi, This is Sankha Ray. Pursuing M.Tech in Computer Science in SRM Engg. College, Chennai. On 27th July Tata Elxsi conducted placement recruitment on campus. It is an Electonics based company..Go through its wesite www.tataelxsi.com to get detailed knowledge about this company. Nearly 400 students appeared in written test,conducted by Meritrac. The test was 100 mins, 100 marks,100 ques.
4 sections.

1. Verbal: 20mins 25 ques
Articles, Prepositions etc..dead easy.
Reading Passage..

2. Aptitude: 25 mins 25ques
Go through R.S.Agarwal.
a) problem like.. + replaced by /, / replaced by -,...
b) $ represents 1, * represents 0...
c) Venn Diagram..6 questions
d) Cube Problem..5 questions..
A cube is divided into 125 pieces.. then four columns are removed then coloured all side black.. ans this ques..
i) how many 0 side painted cubes? 27
ii) how many 1 side painted cubes? 30
iii) how many 2 side painted cubes? 32
iV) how many 3 side painted cubes? 16
V) how many 4 side painted cubes? 0

3. ATTENTION TO DETAILS.. 25mins 20 ques.
Go through R.S. Aggarwal..
problem like..
i) represents if options A is true.
ii) represents if options B is true.
iii) represents if options either A or B is true.
iV) represents if options neither A nor B is true.
V) represents if options both A & B is true.

Problem : Some text.....
Conclusions
A) Some text.....
B) Some text.....

4. Technical .. 30 mins 30 ques
Questions about C, datastructure, digital elecronics.micro procesor,
Out of 400 only 130 stuents cleared the test.

They announced this day itself they will call Electronics and circuit based branches.. next day on 28th Computer Sc, IT have to come..
So my interview was on the next day..they were concentrating only on Micro Processor..So i studied micro processors basics..

TECHNICAL ROUND:
Remember this is the main eleminating round..My interview was at nearly at 6pm. I was waiting since 9am. I entered into the interview panel.
Only one person was there in the panel.. He told to sit down..
I was fully confident that day, i dont know why?..but my confidence help me a lot to get the job..he asked my resume..
I wrote my tech.skills as C, Php, Java, etc.. that persons asked me all the basics about only C..i was very lucky..bcoz i am strong in C..
questions like..
a) deault Access specifier of struct & class in C++.
b) difference b/w struct & class,
c) NULL pointer.
d) structure padding..(i didn't answered)
e) dangling pointer...(i didn't answered)
f) storage classes..
g) static & auto
h) array, linklist, singly linklist, doubly linklist.
i) advantages of doubly over singly linklist.
j) define DBMS.
k) SQL query.
j) diffrence between star & ring topology..
l) what will be the output..
#define MAX 100
void main() {
printf("%f", MAX);
}
etc...

I cleared the interview.. dont think that all the questions will be asked as simple as i had..thats why i already said i was lucky..other students was asked difficult ques..like Micro Processor, Digital Electrnics..etc..

Amoung 130 students 40 students cleared the Technical interview..
then i went to HR.
these questions were aked to me..
1) why did u get less marks in 10 & +2...
2) why are u pursuing MTECH?
3) what u know about TATA Elxsi?? here i suggest u go through the site and gather what ever info given there in a brief way. listen carefully to their Pre Placement Talk(PPT). try dont to stop till they fire another question to u.
4) what package we are providing?
5) Do u know about the bond? there is 2yr Bond.if broken we have to pay 3lakhs.
6) have any problem with that?
7) parents will agree with the relocation of job?
thats all

He (HR) give me a form to fill up and to be submitted to him..Again they told ur short will be short listed again..they announced my name. 24 stuents were selected totally..Training 3months in Bangalore..

BEST OF LUCK..


TATA ELXSI - PATTERN


Posted By : Chinni


HI FRIENDS,
Tata ELXSI visited our college on jully. First of all I want 2 Thank people who sends their experiences and made comfort with the selection procedure. I have been selected in this company. And this my third company. When got rejected in my 1st company , I'm some what dipressed. But when I think how I prepared ?
What I want to be? Then I forget the pain. I realised my destination, and started keeping faith in my-self. The only thing I did for placement is , being confident and having a smile on my face( not only during the interview) but also every time and I maintained that consistency. So, friends when you are facing any interview and you really mean its worthy, "THEN KEEP FAITH IN YOUR SELF and NEVER TAKE A SECOND CHANCE".
ALL THE BEST and one thing I forget to say our job really ends when we feel comfort with our panel, and they really make our job easy. I Sincerely thank my panel sir for making my job easy and comfort.
And the last thing i'ld like to say is "never say that , we don't have those topics, or we came from so and so branch so we don't know much about this". Why i'm saying this means ,some of friends done the same mistake.Be expressive.


TATA ELXSI - Company Profile


Posted By : Nandish.G

Seamlessly integrating precision and ingenuity, Tata Elxsi's abilities stem from our creative leadership in hard-core technology and strength in design. Augmenting these capabilities is our expertise across our practice areas to provide point services and end-to-end solutions across the product lifecycle.

From Automotive to Aerospace, Bioinformatics to Consumer Electronics, Entertainment to FMCG, media to Storage, Semicon to Telecom, we provide customized design solutions to companies across the globe. Conforming to strict processes, a highly motivated skilled workforce driven by strong design principles and ethical business practices ensure cost-effective, time-to-market solutions.

Touching people's lives in myriad ways, Tata Elxsi's solutions can impact directly or subtly, leaving a mark of excellence in its wake.

Vision
To be world leaders in creativity, design and emerging technologies.

Mission
We will deliver value to our customers through technical excellence and constant innovation. We will build trust with all customers, employees, shareholders and communities that we serve in, across the world.

Contact Address
ITPL Road, Whitefield,
Bangalore - 560 048
Tel:(080) 22979123
Fax:(080) 28411474
For more info visit : http://www.tataelxsi.com/index.htm

Careers Information & Enquiries:
careers@tataelxsi.co.in


Patni -18 June 2007


Paper Type : Whole Testpaper
Test Date : 18 June 2007
Test Location : R.M.K.Engineering College
Posted By : Suganya

Hi all,
I would like to share my experience with all of u here. Having cleared three challenging rounds of tests now I am a Patniite.

As usual first we had the written test for 70 min whose pattern is as follows:
Three sections:
1.verbal 15 questions
2.Analytical 15 questions
3.Quantitative 30 questions
The verbal was like filling up the blanks... it covered articles, prepositions,and some common mistakes that we usually commit while using English (eg: like we say today evening instead of this evening).This section was quite easy dont take more than 10 min.
Analytical was also easier..here the logical thinking will help u more..this was my favourite part..very easy questions and I took last 10 min to solve this section..questions like relation puzzle,cubes puzzle,round table arrangement puzzle were present.
Here comes the most important section..they themself asked us to concentrate more on this part...I found it a bit tough..but remembering formulas and some technical methods of solving will make it easier..questions were from R.S.Agarwal covering percentage,proportion(especially milk water problem),profit or loss,SI...nearly 10 out of 30 were profit loss problem...

Nearly 120 to 130 attended this test n 80 were selected for next round

Second was the GD..
we were grouped as 10 members per team..we introduced ourselves n they asked us to give pnts why GD..when I gave my point I was appreciated n this gave me a good start.. then they asked us why Patni n why we choose computer field... then they gave us the topic.. r topic was 'Is China a threat to Indian software company'..they look only that we open up in delivering our points..Initialising alone wont help..infact the person who initiated in r team was rejected.. the main reason is he gave only one point n remained quite for the rest of the discussion... so key poi nt to be remembered for success in this section is be clear with ur points grab the chance to speak up, encourage ur team members who r quite to speak up(this shows ur leadership quality which pleases them )

Nearly 45 were selected to next round

Finally we had the Personal interview..
this is the coolest part...r Hr was cool enough.. a feel like speaking with a friend..
first ques to give the study history and family background..
one interesting thing happened..... instead of saying "I have a younger sister", I said it as "I have a younger daughter".. then we both of us laughed.. then I had few questions from technical part..I answered them well...
finally he asked "Do u have ne ques??". this was a nice chance for me..I asked him three questions..when I entered he mentioned tat compared to all I did the quantitative part more better so I asked him the marks which I scored in aps.. then I asked what they expected from a fresher.. he gave a big lecture n one thing he stressed is tat they expect the communication.. finally I asked him about my performance .. he gave some tips to improve my skills... thats it...
Nearly 25 were selected finally

when I heard my name being read out in the finalist I was fully pleasure filled....Thank God.....Thanks to my parents.....
Wish U all to experience the same joy...Hope to meet U all soon at Patni......


Patni -31 July 2007


Paper Type : Whole Testpaper
Test Date : 31 July 2007
Posted By : M.Srinivasa Rao

Hi friends I am srinivas got selected in patni. I really inspired by this site and benifitted a lot.
In written he selected 60/150 , in GD he cleared 30 for interview finally 16 are selected.
here is the selection process,
IN written
there will be 60 q's 70 min
15---- English
Here concentrate on articles(3q's), synonyms(3q's very easy) ,prepositions , and paragraph questions ( big paragraph some what tough )
dont start paragraph

15---- analytical
It is little bit hard but u can crack ...Venn diagrams(2Q's (VIMP),Blood relations ,clocks,seating arragements.

30---- Quantitative (VIMP)
prepare , Profit and loss , Ratio and proportin , and time and work , SI & CI.
here 70 % ( nearly 20 Q ) are only from Profit and loss , Ratio and propotion & SI & CI ...... don't leave these three ....
some questions are
1. cost price of 12 apples = selling price of 10apples then profit%? (same q repeated for 3 times with different numbers ).
2. selling price given and market price given asked to find cost price .
3. cost price is given and bonus,SP is given asked to find MP.
4. a:b, b:c, c:d are given and asked to find a:b:c:d
5. a:b, b:c, c:d are given and total amount they have is given asked to find d's share .
6. SI is given and for the same number of years CI also given .....etc and asked to find initial amount.( Related 3 Q's)

Time management is very important factor . Never start with english or analytical. Start with quant then analytical finally in 10 min u can solve Eng.
overall the paper was easy .
even u know how to do but struct somewhere, blindly left and go for the other

Next GD one pannel min 10 ( in my pannel 11) he selected 4 from 11
current topics only he gave . Here 3 pannels got "Ragging should be banned in the campus" , "Is Foreign coach necessary for Indian team .
I got the first one. u have to talk something, they wil give everyone a chance.

Next HR+tech
i failed in 2 HR's till now but i never experienced such a nice interview. He is so cool and helpful . He is so friendly and even helped
me when i structed .
purely ur subject, he didnt ask anyone from C, C++ ...
everything he asked from my core electronics like
what is Mux, Demux. How can we multiplex different signals.
then he asked What is microprocessor, What is the difference between Microcontroller and microprocessor.
about optical fiber operation ,
About my strengts and weakness he asked
finally he asked me any questions. I asked him a question on recent collabaration of patni with a Telecommunication company
which they didnt mention in the PPT . On that he nearly talked for 4-5 min .That question helped me a lot to get.

All the best to all, lets meet in mubai .


Patni -St joseph college of engg chennai


Paper Type : Whole Testpaper
Test Date : 10 November 2007
Test Location : St joseph college of engg chennai
Posted By : venkatesh





Hi guys this is venkatesh



I have attended the test of patni on November 10 2007 which was conducted in st joseph engg college(OFF CAMPUS) . I do know the exact head count but it might be 450+ .The recruitment process is so simple and transparent

The selection procedure consists of 3 stages:
First corporate presentation
Followed by

1. Aptitude

2. GD

3. Tech+HR

1)15 questions Verbal
2)15 questions Analytical Reasoning.
3) 30 questions Quantitative Aptitude.



Time 1hr 10min

Total questions =60

THERE IS NEGATIVE MARKING & SECTIONAL CUT-OFF



PACKAGE:

B.E / B.TECH ----3LACS (2007 batch) as per slide presentation





Verbal:



It is damn easy guys if u are fluent in English then no preparation needed .Else see this article prepositions etc .Then Reading comprehension this is the very time consuming part.you read the whole paragraph when u try to ans the q’s I am sure ans is not in the passage but it is a general one.so don’t waste time there



Analaytical reasoning:



Please work out

puzzles

blood relations

seating arrangement etc

please read RS agarwal verbal and non verbal reasoning



Quantitative Aptitude.



The majority is from



Profit and loss

Percentages

Alligation mixtures

Ratio and proportion



If you learn this surely u can crack the test

Hopefully there is some sectional cut off I think so attempt in all areas

Do not concentrate on one part alone

Have eye on ur watch time will run like anything



Rounds



They conducted first round around 11 o clock and gave one hour ten minutes

After that they asked to finish lunch and come

Man never miss St joseph food especially Non veg had a great lunch

Forgetting the campus tension and around 2 30 the results were announced



From first round they shortlisted 210



Group1

7 batches 10 per batch

Similarly two more groups were there



Gd topics



Orkut should be banned or not

China a threat to India

India in 2020



My topic was India on 2020

In my topic all were shouting but our HR mam was so nice she gave opportunity for all

My first point itself was wrong I was deviating away from the topic

Tht mam said frankly and ask to talk abt the topic so I never left my confidence and spoke and finally they asked to summarize the topic each of us and finally asked everyone to write abt patni luckily a day before I have prepared the company profile

Else no problem listen to the slide what they shw its more than enough

Finaaly from our team 5 got shortlisted and I am one of them

But there was also a case in which 9 people got selected out of 10 .so don’t think they will filter do ur job rest will happen automatically



We waited for one and half hour they gave one application form and asked to fill details

I was very happy as though I got the job but any way waiting for the HR round finally HR called .also my HR is so nice he is very quite and asked





Tell abt urself

Ur project

Then asked to say a fav subject

I choosed oops

He then asked

Virtual function

Polymorphism

Inheritance

Constructor destructor

Software engg also he asked (waterfall life cycle model)

Then DBMS wat is normalization did not answered

Then finally asked what is current trend going in IT industry (I do know but I blabbered he found that I do know so he stopped)

And said the results will be published at the end of the day so wait he said



After 2 hours at 8 30 the results were published and I am one among them

I am patni ite . I got many new friends there we shared many fruitful issues even if didn’t get selected don’t get vexed u will get good friends new prespective of ideas .



Guys also be prepared for technical also I thought they will conduct only one round but patni is fast they conducted every round within a single day and announced the result within same day. So prepare for all rounds



Guys this is my 58 th interview and finaaly I have won the battle. I have consequently failed for 57 times but never let my hope.so always prepare urself for the next interview never let ur confidence my best wishes to meet u in patni



Keep this in mind



Success should not go to ur head

Failure should not go to your heart


PCS (PATNI) PAPER ON 28th DECEMBER 2007


Paper Type : Whole Testpaper
Test Date : 28 December 2007
Test Location : Patni Knowledge Park,Airoli
Posted By : Maruthi Rao

PCS (PATNI) PAPER ON 28th DECEMBER 2007

Hi all this is Maruthi Rao an Engineering Graduate in Electrical & Electronics Engineering (EEE) I attaned PCS (Patni computer Systems Ltd) on 28th Dec. On 24th Dec I got a mail from 1 of the PCS HR that they want people for Software Testing, stating that she saw my resume in Naukri.com she asked my response on that.As soon as I saw the mail I mailed my resume with my willingness.



On 26th Dec(I saw it on 27th afternoon)

I got the mail from the same HR, that on 28th Dec I need to attend for Aptitude test->Group discussion.

Time of Reporting: 10.00am



My Venue was Patni Knowledge Pank, Airoli, Navi Mumbai.

They asked me to come with the Resume, photo and Printout of the mail.



Next day I reached on time took ID card from Security

By 10.00 all occupied there respective places.

10.15 Our Xam Started.



Now coming to the Pattern of the exam: It was a 1hr 10min (70 min) test with 60 questions.(Objective type)



The paper was divided in 3 parts.

a) English (15 ques)
b) Analytical ability (15ques)
c) Quantitative ability (30ques)

There was a sectional Cut off with negative (they told while distributing papers)



English, it was the simplest n silliest Que paper tat I have ever seen.....simple questions like fill in the blanks (a, an, the).few other were ……sentence was given n 1 word in the sentence marked we need to find out the synonyms/antonyms.

These all were of about 8 marks, after that i had a passage for remaining marks.

The passage was on open source related (to software) n was quite easy 1 to do.



For Analytical n quantitative part I suggest u to go through R.S Aggarwal Quantitative, Verbal and Non verbal books.

The topics on which they focused were….

Ratio n proportion,

Percentages,

Profit & Loss,

Direction problem,

SI, CI, Chain Rule,

Blood Relation,

Data Sufficiency,



U need to b fast & correct if u want to clear the cutoff



At 11.25am they took the papers n asked us to wait for the result.

After ½ hr they announced the result. 22 were short listed for next session i.e. GD

They had arranged snacks for us, they asked us (4 all) to have it n asked the selected students to come back for GD.



Coming to GD,

We 22 members were divided into group of 2…11 members in each group.

My name was in 1st group.

They provided a paper for rough work (to note down the pts...etc…)



My GD topic was Advertisements r more about glitters not reality.

They provided 2 min for rough work (to think on that topic…)

After that GD started we had a nice discussion (Me contributed some healthy points)...After that HR (two ladies) asked each 1 of us to give conclusion.



If unfortunately u r not able to speak in GD, I advise make use of these kind of golden opportunities and try to put a healthy conclusion (don’t wait for it u may not get a chance for conclusion so try to speak in GD itself…many time the persons who conclude in good manner gets selected)



After GD was over, HR asked us to write our conclusion in that paper, with some pts about PCS & left the room after 5 min they came with the names...

Out of 11 members she announced 7 names including mine….

After that she gave us a form n asked us to bring it on day of Interview (said it will b on 3rd Jan)



On 2nd Jan evening I got a call for Interview,

Venue, reporting time was the same, I reached by 9.15am

Interview started at 9.40am….there were about 5-6 panels…..

At around 10.20 I was called for interview……



Interview:

My Interview was taken by a Lady HR, she was very cool…..

As I knocked the door n asked for permission...

HR: with a smile get in Maruthi..right Take Ur place.

Me:s….thanked with a smile.

HR: How r u? U can call me abcabc….. (Had an introdution).

Me: I m fine.abcabc & Thanked (with a smile)

HR: how did u come here ?

ME: by Patni Bus (they have arranged for us)

HR: can we start with small introduction of u, Ur ’s family, Ur education background, and one project that u have motioned in ur resume.

ME: sure (with a smile) Started in a full flow…after some time when i was explaining my project I was not able to make out the correct sense of my project (as it can’t be explained without any Sketch work) so, I asked her a paper for it…she gave me a paper n I again stated in a full flow….after some time she was satisfied with my explanation

HR: why did u go for this project?

ME: blablabla……



Then some questions related to my project (I was prepared for it becoz in of campus they mainly concentrate on Project)



Then she started asking me questions from my resume(covered almost every pt that I motioned about me in my resume)…… She asked me about my long term goals n my efforts for it asked to explain with an example



Then she asked me about subject….



After some time I found her satisfied with my answers……as she started telling me about the company the work I need to do (as I already said they called us for testing field) was telling me how a person should b in testing field… (This was the time I found myself in safe place n was sure to find my name in the final list).



HR: ok u wait out side the Other HR person will let u know the result.

ME:ok madam.

HR: Thanq Maruthi. (With a big smile)

ME: Thanq madam (With a big smile)

Walked out happily.

After few min 1 HR person came to me. Saying u r Maruthi Right…..

ME:Ya

HE said Congrats u r now in patni computers…me thanked him with a smile...



Then he told me they will send offer letter in a week……..



So I advice….always be with projects/Paper Presentations that u have….be ready for any type of question from ur resume….so plz take care while preparing ur resume.



Hoping it will help u to get an idea of Selection procedure …



Wishing u ALL THE BEST


Patni - Test Pattern


Posted By : Satyanarayana Kumar G

PATNI PATTERN - DEC 2003
Hi

First of all I would like to thank our moderator Chetana for her selfless effort and also to Suri. I am proud of him as he was our senior in B.tech (SVEC, Tirupati).

information regarding my selection process .

1.aptitude test(all questions were from RS agrwal)
2.technical test(it was on C.it was dead easy.they just asked very basics)
3.GD
4.tech and HR interview.

regarding my interview i was not asked any tech questions.he asked me only 2 questions. they are

1.one prob regarding TRANSLATION OF AXES(COORDINATE GEOMETRY FROM INTERMEDIATE)
2.SWAP TWO NUMBERS WITHOUT USING A TEMP VARIABLE.

He concentrated mostly on my attitude and communication skill.

(Paper Submitted By : Satyanarayana Kumar G)


HP PAPER - SEP 2003


Paper Type : Whole Testpaper
Test Date : 1 September 2003
Posted By : Nagaraj


HP PAPER - SEP 2003

The test consists of 4 sections
Total 48 questions
12Q - general computer knowledge
12Q - computer science(dbms,networks,os) concepts like questions on paging,
12Q - c/c++ questions
12Q - java questions

The question paper had 48 questions to be answered in 1hr. Time will be quite sufficient. They have different sets(3) of question papers. I had got the paper with serial number ending with ***- 02-2003.

I would like to request everyone who have attended the HP test to contribute the questions that they remember.
Some questions that i remember are..

1>General section : computer science general knowledge

2> Computer science general: simple questions

1) HP acquired this company in 2002. Which is the company
a)Compaq b)Dell c)option 3 d) Option4
Ans: a

2) what does 3G denote

a) 3rd generation mobile communication b) 3rd generation computer languages c) option 3 d) option4
Ans: a

3)an application program that is used by the users to get the inofrmation from the backend of some application like databases:
a) application server b)proxy server c)database server d)option 4
Ans: database server

4) which of the following is not true about the e-mail
a) it can be accessed by a client program using POP
b) it can be accessed by a client program using imap protocol
c) option 3 d) option 4
Ans: I don't remember the answer but first 2 are true.

5) Some quesion regarding the company and who developed it ( the thing to remember is that Apple produce Macintosh computers).

5) What is X.25?
a)option 1 b)option 2 c)option 3 d)option 4
Ans: find out??:-)

>>> napster app is used for : downloading music

3> c/c++ section: questions on c/c++, programs o/p etc.
1) main( )

{

unsigned int i=3;

while( i >=0)

printf( "%d", i--);

}

how many times will the printf stmt be executed?
a)0 b)3 c)4 d)infinite

Ans: I think the answer is infinite, b'cos 'i' is an unsigned integer and it will not decrement below '0' and hence end up in an infinite loop.(yes, i checked and it is getting stuck in an infinite loop)

2) main( )
{
int x,y, z;
x=2;
y=5;
z= x+++y;
printf("%d %d %d", x, y z);
}
a)3 5 7 b)option 2 c)option 3 d)option 4
Ans: a

3) # define swap(a,b) temp=a; a=b; b=temp;

main( )
{
int i, j, temp;
i=5;
j=10;
temp=0;
if( i > j)
swap( i, j );
printf( "%d %d %d", i, j, temp);
}
Ans: On compiling i got ans 10, 0, 0. I did not understand the concept. Please expalin this to me.

4>Java section: questions on java related stuff.
1) Java was initially code named as:
a)Oak b)green c)miller d)option4
Ans: Oak

2) what is not true about the following statements about java.
a) it is compiled using javac compiler
b) the compiled files have .class extension.
c) such files cannot be transfered from one comp to another.
d) they use the java interpreter
Ans: c

3) Why is the synchronize used?

a) to initialize multiple objects b)to lock an object c)option3 d)option 4
Ans: b (probably)

some java qns
1.
package java.lang; // Ans: <------------! Runtime gives error ( test it)
class HPTest2
{
public static void main(String args[])
{
String x="sdfsd";
System.out.println("Hello");
}
}

2
class HPTest
{
static HPTest x;
public static void main(String args[])
{
// below line not given
//x=new HPTest(); if not this line Null pointer exeception
x.foo();
}
void foo()
{
System.out.println("Hello");
}
}

3:
class A
{
A(int x)
{
System.out.println(" x=" + x );
}
A(int x,int y)
{
System.out.println(" x=" + x + " y =" + y);
}
}
class HPTest4
{
public static void main(String args[])
{
A a=new A(1);
A b=new A(2,3);
A c=new A();
}
}


Second Round: Interview

In the 2nd round, Hp employees( 2 or 3) will be interviewing us.The Q asked will vary form person to person.

They asked abt my latest projects first.They concentrated less on my academic proj.So plz prepare well abt the latest proj u did.

And then they asked fully in C,C++ like what is the diff b/w const char * and char const *.What is friend fns,virtual destructors,virtual constructors, How will the compiler intrepret when a virtual class is declared and other basic stuff like calloc, malloc.

In java what is the default exception, Is there any priority for the exceptions, finally, heap concepts etc.

They havent asked any Q in N/wing and OS.

This is the stuff which i faced in my interview.Iam agian telling u...This varies from person to person.

But any way all the best for all u guys who got selected for the next round.Its very easy.Dont be in a hurry.Take ur own time.Another advice,If u don't know the answer for any Q they asked,be frank.Dont try to bluff it becoz the next Q will depend upon the Q u answer previously.

The interview pattern will be as:
1. Tell abt your self.
2. They will ask for the subjects in which we are strong
( Here they will consider the ranking that we written during written
examination & marks we got in written exam)
3. Mostly the interview time will be 45 minutes around (for only people there is about 1.5 hr)
4. HR questions may include here
5. Good thing is They r friendly and cooperative so confidence place
role.

If u don't know the answer better not to answer than to tell some bad
stuff. For me 2 people interviewd. As I told them that I am strong in C
they told me to write some programs like double linked list, singly
linked list(adding node at last), macros, const *,char *,pointer arrays.

The main question that they asked was how can u compile or execute 'c' program without editor. (Using TCC utility)

coming 2 cpp only 1 question i.e what is polymorphism.

Java they asked me about protocol used in JSP, which layer does it
belongs to, main differences between _Javascript ,java and JSP.

During personal introduction try to excell your capabilities by
giving examples like as fast learner, hard worker like..!

If u have any achievements & awards try 2 put them all during
personal INtroduction.

The interviewers are very co-operative and highly friendly (so
confidence plays vital role)

WISHING U ALL THE BEST FOR YOUR SUCCESS

Make a note that Technical round is the main one.I think there wont
be any elimination at HR level unless luck unfavours us.

Added Experience is Definite Added Advantage.

In general section they r asking questions like Who is CEO ,founder of HP,Microsoft,Oracle..
some questions u will get from following list

IT Gurus

1) Tim Berners Lee -- Founder of the World Wide Web

2) Bjarne Stroustrup, C++ Stroustrup called his new language 'C with Classes and then 'new C'.Because of which the original C began to be called 'old C' which was considered insulting to the C community. At this time Rick Mascitti suggested the name C++ as a successor to C.

3) Michael Dell of Dell Computers

4) Larry Ellison of Oracle Larry Ellison and Bob Oats were working on a
consulting project for the CIA (Central Intelligence Agency). The code name for the project was called Oracle (the CIA saw this as the system to give answers to all questions or something such). The project was designed to help use the newly written SQL code by IBM. The project eventually was terminated but Larry and Bob decided to finish what they started and bring it to the world. They kept the name Oracle and created the RDBMS engine. Later they kept the same name for the company.

5) James Gosling,and his project is now known as Java Originally called Oak by creator James Gosling, from the tree that stood outside his window, the programming team had to look for a substitute as there was no other language with the same name. Java was selected from a list of suggestions. It came from the name of the coffee that the programmers drank.

6) Bill Hewlett(L) and Dave Packard(R) of HP. Behind them in the picture is
the famous HP Garage. Bill Hewlett and Dave Packard tossed a coin to decide
whether the company they founded would be called Hewlett-Packard or
Packard-Hewlett.

7) Ken Thompson (L)and Dennis Ritchie(R) ,creators of UNIX, B and C Dennis Ritchie improved on the B programming language and called it 'New B'. He later called it C. B was created by Ken Thompson as a revision of the Bon programming language (named after his wife Bonnie)

8) Larry Page(L) and Sergey Brin(R), founders of Google. Google was
originally named 'Googol'. After founders (Stanford graduates) Sergey Brin and Larry Page presented their project to an angel investor, they received a cheque made out to 'Google' !

9) Gordon Moore(L) and Bob Noyce(R) ,founders of Intel Bob Noyce and Gordon Moore wanted to name their new company 'Moore Noyce' but that was already trademarked by a hotel chain, so they had to settle for an acronym of INTegrated ELectronics.

10) Andreas Bechtolsheim , Bill Joy, Scott Mc Nealy and Vinod Khosla of
SUN(StanfordUniversity Network) MicroSystems Founded by four
StanfordUniversity buddies, SUN is the acronym for Stanford University
Network. Andreas Bechtolsheim built a microcomputer; Vinod Khosla recruited him and Scott McNealy to manufacture computers based on it, and Bill Joy to develop a UNIX-based OS for the computer.

11) Linus Torvalds of Linux Operating System Linus Torvalds originally used the Minix OS on his system which he replaced by his OS. Hence the working name was Linux (Linus' Minix). He thought the name to be too egotistical and planned to name it Freax (free + freak + x). His friend Ari Lemmk encouraged Linus to upload it to a network so it could be easily downloaded. Ari gave Linus a directory called linux on his FTP server, as he did not like the name Freax. (Linus' parents named him after two-time Nobel Prize winner Linus Pauling)

12) Steve Woznaik(sitting) and Steve Jobs of APPLE Computers Favorite fruit of founder Steve Jobs. He was three months late in filing a name for the business, and he threatened to call his company Apple Computers if the other colleagues didn't suggest a better name by 5 o'clock.

(Paper Submitted By : Nagaraj)


HP PAPER - 21 OCT 2003- BANGALORE


Paper Type : Whole Testpaper
Test Date : 21 October 2003
Test Location : BANGALORE
Posted By : Arun

HP PAPER - 21 OCT 2003- BANGALORE

I attended the test conducted on 21st of oct at their office 29,Cunningham Road. There were 80 q's to be answered in 75mins unlike the previous ones.

there were 3 sections
PART- 1 --> 40 q's (Fundamental computer Concepts, includes OS,N/w , protocols)
PART-2 --> 20 q's (Purely C ) -- bit tricky (involves ADA concepts)
PART-3 --> 20 q's (Analytical) --- very easy

I don't remeber all the q's.however some of them which i do have been written below. They r not in order or part of .

Q : What is not a part of OS ?
O : swapper,compiler,device driver,file system.
A : compiler.

Q : what is the condition called when the CPU is busy swapping in and out pages of memory without doing any useful work ?
O : Dining philosopher's problem,thrashing,racearound,option d
A: thrashing.

Q : How are the pages got into main memory from secondary memory? DMA, Interrupts,option3, option 4
A : as far as i know its Interrupts --by raising a page fault exception.

Q : What is the use of Indexing ?
O : fast linear access, fast random access, sorting of records , option 4
A : find out.

Q : in terms of both space and time which sorting is effecient. (The question is rephrased .)
O : merge sort, bubble sort, quick sort, option 4
A : find out

which case statement will be executed in the following code ?
main()
{
int i =1;
switch(i)
{
i++;
case 1 : printf ("");
break;
case 2 : printf("");
break;
default : printf("");
break;
}
}

Answer : Case1 will only be executed.

Q : In the given structure how do you initialize the day feild?
struct time {
char * day ;
int * mon ;
int * year ;
} * times;

Options : *(times).day, *(times->day), *times->*day.

Answer : *(times->day) -- after the execution of this statement compiler generates
error.i didn't understand why.can anybody explain.

Q: The char has 1 byte boundary , short has 2 byte boundary, int has 4 byte boundary.
what is the total no: of bytes consumed by the following structure:
struct st {
char a ;
char b;
short c ;
int z[2] ;
char d ;
short f;
int q ;
}

Options are given.
Answer : its very easy 20 and not 19 .

Apart from these there were other q's concerning minimal spanning tree, shortest path and some complexity questions.


HP - Technical - C & C++


Paper Type : Technical - C & C++
Posted By : admin



Question Consist of 4 parts. Duration of exam is 60 min.

*

C---------20Q
*

C++ ----15Q
*

Unix-----15Q
*

Apptitude--15Q

C And C++

1.

i=23, j=4, c=0;
c=i++-++j;
o/p?
2.

#define CUBE(x) x*x*x
#define MUL3(x,y) 3*x*y
#define ADD(x) x+y
some statement maikng use of the preprocessors defined above............find o/p.
3.

virtual destructors r used for ?
4.

2 questions on friend functions & classes
5.

char c[]="123456789";
i=4;
printf("%c %c", c[i], i[c]);
o/p?
one more question on these lines.
6.

int *ptr;
p=0;
p++;
printf("%u", p);
o/p?
a. 0 b. garbage value c. 4 d. none of the above
7.

double i=0.0;
switch(i)
{
case 0.0:
printf("jgdj");
case 1.0:
printf("ptoy");
break;
default:
printf("hdfv");
}
o/p?
8.

volatile int i;
in d above statement, is "volatile"
a. a type declaration b. type qualifier c. storage class d. none of the above

Unix

1.

"bash" is a kind of shell in UNIX
2.

primitive flavours of unix
options : a. BSD &Sys V b. LINUX & BSD c..
3.

which of the folllowing is used 4 redirection in UNIX? >, |, <, ^
4.

wot is d UNIX terminology 4 multi-tasking?
a. time slicing b. pre-emptive ....... c. time division d.......
5.

In UNIX if You try accessing a directory for which u dont have permission, wot message is displayed?
a. permission denied b. invalid user c. access denied d.........


HP SAMPLE PAPER KOLKATtA


Paper Type : Whole Testpaper
Test Location : Kolkatha
Posted By : Najil



HP SAMPLE PAPER KOLKATHA

Section A. ------50qns(general appitude,english etc):
Section B. ------ 10 Questions on Computer concepts.
Section C. ------ 30 Questions on C

1. WAP find and replace a character in a string.
2. WA function to perform the substraction of two .Eg:char N1="123",N2="478",
N3=-355(N1-N2).
3. WAP dynamically intialize a 2 dimentional array Eg:5x20,accept strings and check
for vowels and display the no.finally free the space allocated .
4. WAP read a line from file from location N1 to N2 using command line agruments
Eg:exe 10 20 a.c
5. WAP find the largest of 4 no using macros.

General section
Computer science general, c/c++ section, Java section ,The question paper had 48
questions to be answered in 1hr. Time will be quite sufficient. They have different
sets of question papers. .

1 General section : computer science general knowledge
2. Computer science general: simple questions

1. HP acquired this company in 2002. Which is the company
a) Compaq b) Dell c) option 3 d) Option4
Ans: a

2. What does 3G denote
a) 3rd generation mobile communication b) 3rd generation computer languages
c) option 3 d) option4
Ans: a

3. An application program that is used by the users to get the inofrmation from the
backend of some application like databases:
a) application server b)proxy server c)database server d)option 4
Ans: database server

4. Which of the following is not true about the e-mail
a) It can be accessed by a client program using POP
b) It can be accessed by a client program using imap protocol
c) option 3
d) option 4
Ans: I don't remember the answer but first 2 are true.

5. Some quesion regarding the company and who developed it ( the thing to remember
is that Apple produce Macintosh computers).

c/c++ section: questions on c/c++, programs o/p etc.

1 main( )
{
unsigned int i=3;
while( i >=0)
printf( "%d", i--);
}
how many times will the printf stmt be executed?
a)0 b)3 c)4 d)infinite
Ans: I think the answer is infinite, b'cos 'i' is an unsigned integer and it will not
decrement below '0' and hence end up in an infinite loop.(yes, i checked and it
is getting stuck in an infinite loop)

2. main( )
{
int x,y, z;
x=2;
y=5;
z= x+++y;
printf("%d %d %d", x, y z);
}
a)3 5 7 b)option 2 c)option 3 d)option 4
Ans: a

3 # define swap(a,b) temp=a; a=b; b=temp;
main( )
{
int i, j, temp;
i=5;
j=10;
temp=0;
if( i > j)
swap( i, j );
printf( "%d %d %d", i, j, temp);
}
Ans: On compiling i got ans 10, 0, 0. I did not understand the concept. Please
expalin this to me.

4. Java section: questions on java related stuff.
1) Java was initially code named as:
a)Oak b)green c)miller d)option4
Ans: Oak

5. What is not true about the following statements about java.
a) it is compiled using javac compiler
b) the compiled files have .class extension.
c) such files cannot be transfered from one comp to another.
d) they use the java interpreter
Ans: c

6. Why is the synchronize used?
a) to initialize multiple objects b)to lock an object c)option3 d)option 4
Ans: b (probably)


HP PAPER PATTERN ON 11th AUGUST 2006


Paper Type : Whole Testpaper
Test Date : 11 August 2006
Test Location : Mit, Manipal
Posted By : Udita


HP PAPER PATTERN ON 11th AUGUST 2006 AT MANIPAL

3 Rounds of interview
1-Written Test
2-Technical
3-Hr Round

1-Written Test

4 parts

First part was Engish.There was a comprehension and aticle and preposition filling and synonyms and rearranging the sentences.

Sceond part was analytical reaoning- set theory,cubes and age.

Third part- verbal and non-verbal R.s agarwal--- Questions like if + is - and / is + and son on.. what will the value be. Find the odd one out and there were conditions given inference some answers from those.

Fourth part- A 3 page long passage was given.We were told to read it for 15 mins.Then answer a set of question after that.

2-Technical Round

Questions on C,C++,Java and Unix.They will ask your specialized subject and ask questions according to that.They also ask about projects.

3-Hr Round It is an informal round. They ask about Hp. What do we expect from Hp.


By Udita.


HP PAPER ON 15th MAY


Paper Type : Technical - Other
Test Date : 15 May 2007
Test Location : FIEM
Posted By : Sayan Guha Roy

HP PAPER ON 15th MAY

hello everbody ...hope my questions will help

1.the paper was totally filled with c.
2.some programs were given and u are asked for the output.
3. give the o/p of the following programs>>>
a)main()
{ printf("%d",scanf("%d%d",printf,scanf));
}
1)2 2)2 2 3)0 4)error

b)there was a program of swaping by pointer(check it out)

c)main()
{char *p="quick";
char q[]="sort";
char *t;
t=malloc(sizeof(p)+sizeof(q)+1);
strcpy(t,p);
strcat(t,p);
}

1)quick sort 2)sort sort 3)quickqick 4)sort quick

d)main()
{ int s[]={1,2,3,4,5,6};
printf("%d",&a[0]-&a[5]);
}
1)error 2)8 3)6 4)0

e)try to know pointer and its various operation (say what will happen if 2 pointer is added or int pointer is addressed to a char etc.)
4.try to know something about firewall and its functions

best of luck

By,
Sayan Guha Roy


HP PAPER ON 6th JUNE AT BHUBANESWAR


Paper Type : Whole Testpaper
Test Date : 6 June 2007
Test Location : Orissa Engg. College, Bhubaneswar
Posted By : Sourav Sethi

HP PAPER ON 6th JUNE AT BHUBANESWAR

Hi! This is SOURAV SETHI..........4m Kharagpur.hp conducted t recruitment at our college on 6th june 2007.

The selection process is as follows:
1.Written
2.GD
3.Technical Interview
4.HR Interview

1.The written test was conducted by a consultancy. It consisted of:
1.Logical analysis(25 question):The questions were not hard some of them were very easy,particularly d venn diagram question.
2.Technical(30question ):The technical question were tough,the questions were mainly 4m C,C++,rdbms n digital electronics ckt(DEC)

There were sectional cut-off. 4m around 200 candidate only 63 cleared d written test.
2.Then there was d GD.The GD topics were very simple like
a.should there b uniform dress code in college?
b.love marriage or arrange marriage
c.mercy killing(this was d topic 4 our group)

b4 d GD, d HR will ask u 2 suggest any topic, try to give d topic in which u can b comfortable.
b4 the GD d HR clearly told us what he was looking for in a GD......1st fluency 2nd accent 3rd grammer
out of 63 candidate only 22 cleared the GD

3.The Technical Interview round:
In this round ur project is going to help u a lot.
the ?s that were asked 2 me-
Tell me abt ur project?
how can ur project helpful in software field?
questions abt computer like,what storage device in comp,draw d block diagram of computer?
why do u want to join s/w?
*make sure that while answering the questions be confident.
In this round apart 4m ur technical knowledge they r checking ur communication skills and ur way of delivering aswers.
here out of 22 candidate 11 were selected 4 d HR interview

4.HR Interview round:
It was a very easy round. here again they r concentrating on ur communication skill and ur confidence
the ?s r very easy......they asked me
Tell me something abt urself?
what social work u like to do?(as i have mentioned in my cv that i like doing social work)
Why do u do social work?
Why s/w?

Finally out of 11 candidate only 7 were selected. Luckily i was one of them. Best of luck freinds........Hope to c u in hp


HP PAPER ON 11th JULY AT VISAKHAPATNAM


Paper Type : Whole Testpaper
Test Date : 11 July 2007
Test Location : Gitam, Visakhapatnam
Posted By : Madhuri

HP PAPER ON 11th JULY AT VISAKHAPATNAM

Good evening friends........today we had hp company on campus to our college,GITAM....they allowed CSE, IT, ECE, EIE, EEE, MCA, and M-TECH students...first we had ppt on mornig section followed by written.

totally four rounds...
Written test
Group discussion
Technical round
Finally hr

in written test, there are two sections for both IT and non IT branches.....aptitude and technical,there will be two sets
In APTITUDE, they asked totally 25 questions for 30minutes....
some questions on venn diagrams(1,2,3,4)(little hard but can get it ), one question on ratio and proportion, ages, (4-5) questions on Data Sufficiency, 5 questions on binary decimals(very easy), speed and time one question, one problem on series(it is hard better leave it if you cant do it,but dont waste time), directions-1 question(very easy), blood relation 1-question (very easy),,............i remember this much only.......

try to complete in given time..............i dont the cut-off.......
Next is TECHNICAL, there are totally 30 questions in 40 minutes. i dont remember questions but.....for CSE and non CSE,the papar is different,dont worry, i am from EEE branch, and my paper was very easy,,,,,,,,,its all C pointers, matrices in arrays, structures, errors type questions,,,,, and from digital circuit design (using gates,,)etc
for CSE people they were asking many questions on all programming languages it seems,, C, C++, UNIX,dbms,etc.............
naerly 300 attended written 100 were short listed for GD round.......

GROUP DISCUSSION
our topic is : "SHOULD INDIANS ARE ALLOWED TO GO ABROARD"; i have speaken twice, i got a chance for less no. of times because i sat at corner........one more topic i got to know from my friends is " LIFE IN SPACE" .38 were cleared in GD

TECHNICAL ROUND
all are very friendly with us
my round came,i entered the room,
good evening sir,
he saw all my education details,he asked me why i have scored less in tenth class,i said ,sir i have started my studies from my tenth in a better way,he convinced with my answer....
be confident in what ever you say
he asked questions on c program(wap on factorial)
he asked for my favourite subject
i said electrical machines
he is basically from electronics so he could ask any questions from machines
then he asked questions from linear integrated circuits (LIC) and power electronics(SCR)
difference betweem diode and SCR
draw characteristics and diagram of both and difference between them........
few questions data structures(linear linked lists,doubly linked list,stacks, queues);
thats my technical round got selected and waited for HR

HR ROUND
good evening sir,
he introduced himself,he is also very friendly,cooperative with my answers
again same question.....why is your tenth marks are so less
are you feeling nervous..........no sir,i smiled
he said i think you are always smiling
i said yes sir,
what is your father & mother occupation
your brother doing
one suitation question,if your principal was given Rs.50000/- for your computer lab commence.......what will you first..............and if four more members were also given the same job what will you do
if you selected and appointed in bangalore how will you manage your time when you have stay atleast 30 km far from office
have you visited bangalore or chennai any time,,,,
will you find any difficulty in staying outside
will your parents agree for this
do ytou wanted to ask any questions on hp or else any thing
can you tell my weakness that you found now..he said i am weak in communication,and not focus on one particular area i.e. my thinking ability is not fixed
finally i was selected for hp......

so friends be cool and confident and make sure you were not seen as tensed way and dont show exprassions to them so that they may catch you out of 20 girls they selected 10 girls. i dont know the total selected number

ALL THE BEST
Madhuri


Hewlett Packard (HP) - Test Pattern


Posted By : najil

HP Pattern

80 Que 75 minutes

40 Que on cse subjects

They mainly concentrated on

OS(Important),FAFL,DBMS,SS,UNIX(only 2 que),c++,Network(Basic)

20 Que on c.

20 Que on Aptitude+English+Logical



Preparation:

For C,C++--> Test ur C,C++ skills by Yashvanth kanithakar
For Java--> any good book.
Pattern:
48Q totally
12Q in General computer test?(Concentrate more on ceo's and founders of HP,Microsoft,intel,sap etc..)It even includes Q in OS,N/wing
12Q on C,
12Q on C++
12Q n java
All section r compulsory..(Even for Non java guys)




In the interview( ie ont he 2nd ropund..they will ask Q mostly in C,C++,Java.The employee who r asking the Q r very jovial.So develop ur confidence level.They mostly ask abt ur latest projects,

If u clear this level..next will be HR round.
If u clear the second round mostly..u r selected(90%).
HR is just for a formality..

The interview pattern will be as:

1. Tell abt your self.
2. They will ask for the subjects in which we are strong
( Here they will consider the ranking that we written during written
examination & marks we got in written exam)
3. Mostly the interview time will be 45 minutes around (for only
people there is about 1.5 hr)
4. HR questions may include here
5. Good thing is They r friendly and cooperative so confidence place
role.

If u don't know the answer better not to answer than to tell some bad
stuff.
For me 2 people interviewd. As I told them that I am strong in C
they told me to write some programs like double linked list, singly
linked list(adding node at last), macros, const *,char *,pointer
arrays.

The main question that they asked was how can u compile or
execute 'c' program without editor. (Using TCC utility)

coming 2 cpp only 1 question i.e what is polymorphism.

Java they asked me about protocol used in JSP, which layer does it
belongs to, main differences between _Javascript ,java and JSP.

During personal introduction try to excell your capabilities by
giving examples like as fast learner, hard worker like..!

If u have any achievements & awards try 2 put them all during
personal INtroduction.

The interviewers are very co-operative and highly friendly (so
confidence plays vital role)



There are four sections in the test


1.general ability(12q)
2.computer science(12q)
3.c/c++(12q)
4.java.(12q)
All the questions are mandatory. No negative marking



Posted By : najil

HP Pattern

80 Que 75 minutes

40 Que on cse subjects

They mainly concentrated on

OS(Important),FAFL,DBMS,SS,UNIX(only 2 que),c++,Network(Basic)

20 Que on c.

20 Que on Aptitude+English+Logical



Preparation:

For C,C++--> Test ur C,C++ skills by Yashvanth kanithakar
For Java--> any good book.
Pattern:
48Q totally
12Q in General computer test?(Concentrate more on ceo's and founders of HP,Microsoft,intel,sap etc..)It even includes Q in OS,N/wing
12Q on C,
12Q on C++
12Q n java
All section r compulsory..(Even for Non java guys)




In the interview( ie ont he 2nd ropund..they will ask Q mostly in C,C++,Java.The employee who r asking the Q r very jovial.So develop ur confidence level.They mostly ask abt ur latest projects,

If u clear this level..next will be HR round.
If u clear the second round mostly..u r selected(90%).
HR is just for a formality..

The interview pattern will be as:

1. Tell abt your self.
2. They will ask for the subjects in which we are strong
( Here they will consider the ranking that we written during written
examination & marks we got in written exam)
3. Mostly the interview time will be 45 minutes around (for only
people there is about 1.5 hr)
4. HR questions may include here
5. Good thing is They r friendly and cooperative so confidence place
role.

If u don't know the answer better not to answer than to tell some bad
stuff.
For me 2 people interviewd. As I told them that I am strong in C
they told me to write some programs like double linked list, singly
linked list(adding node at last), macros, const *,char *,pointer
arrays.

The main question that they asked was how can u compile or
execute 'c' program without editor. (Using TCC utility)

coming 2 cpp only 1 question i.e what is polymorphism.

Java they asked me about protocol used in JSP, which layer does it
belongs to, main differences between _Javascript ,java and JSP.

During personal introduction try to excell your capabilities by
giving examples like as fast learner, hard worker like..!

If u have any achievements & awards try 2 put them all during
personal INtroduction.

The interviewers are very co-operative and highly friendly (so
confidence plays vital role)



There are four sections in the test


1.general ability(12q)
2.computer science(12q)
3.c/c++(12q)
4.java.(12q)
All the questions are mandatory. No negative marking


Hewlett Packard (HP) - Company Profile


Posted By : admin

Hewlett Packard (HP)

Stanford University classmates Bill Hewlett and Dave Packard founded HP in 1939. The company's first product, built in a Palo Alto garage, was an audio oscillator—an electronic test instrument used by sound engineers. One of HP's first customers was Walt Disney Studios, which purchased eight oscillators to develop and test an innovative sound system for the movie Fantasia.

HP is a technology solutions provider to consumers, businesses and institutions globally. The company's offerings span IT infrastructure, personal computing and access devices, global services and imaging and printing for consumers, enterprises and small and medium businesses.

HP established a presence in Asia Pacific in 1963 when the first office was set up in Japan. Today, we have more than 26,000 employees in this region with operations in 14 countries – Australia, China, Hong Kong, India, Indonesia, Japan, Korea, Malaysia, New Zealand, Philippines, Singapore, Taiwan, Thailand and Vietnam.

Today, HP India is number one in everything from PCs, enterprise storage solutions, printers, scanners and so much more. Our Indian entities are:

*

Hewlett Packard India Sales Private Limited for sales and marketing operations
*

Global e: Business Operations Private Limited for transaction processing and
*

Hewlett Packard India Software Operations Private Limited for software development and sales
*

HP Labs India is one of the six HP Labs worldwide. It has been set up to innovate breakthrough technology for the rapidly growing emerging markets worldwide.

HP's offices spread across Ahmedabad, Bangalore, Chennai, New Delhi, Hyderabad, Kolkata, Mumbai and Pune. As the best place to start your career and a great place to work, HP India offers a stimulating work environment where you can compete with the very best.


For More info Visit Website : http://www.hp.com
Also Visit HP India Website : http://welcome.hp.com/country/in/en/welcome.html


BIRLA SOFT PAPER ON 28th FEBRUARY


Paper Type : General - other
Test Date : 28 February 2007
Test Location : CITM, Faridabad
Posted By : Mansi Gupta

BIRLA SOFT PAPER ON 28th FEBRUARY

hi frenz!!
i got recruited for birla soft on 28th february,2007..it ws a two day jont campus drive....

first day we had an aptitude test and a group disussion..

the Aptitude test
the apti consisted of 50 questions.. first 20-25 (exactly i don remember)were technical..first three questions were on conversion 4m hexadecimal to octal,binary and...there were ques on dbms as wht is denormalization..,ques on java.c,c++...bt don wry guys...they were simple..

then nxt ws quant..ques on alligation,speed and distance.profit and loss,1q on probability..time and wrk..

next were ques on English...they were pretty simple..choose the wrong sentence,synonyms,and associate the meanings wd d phrases given..

the paper didn take mch time..it was easily completed in an hour..and for the non it/cse students don wry bt the technical part..u tooo......can get thru ds.i too am an ece student.......

the results for aptitude were announced wdin two hours.......so we didn hav to wait mch..... and ha.cutoff for the paper ws arnd 40..

next ws the group discussion round...the topics for the gd were
future of it industry in india
should ganguly be the captain of indian cricket team
shilpa shetty vs jade goody at big brother
love marriagesvs arranged marriages
and there were some abstract topics as wel......

the next day we had a ppt fst and then technical cum hr interview.. they started with simple hr ques...i ws asked to describe my cv..i did.they asked me q on my cv...then being an ece student they asked me abt the communication system...hw does comm happen..i xlnd transmitter,receive nd bla bla..

what are analog and digital signals
advantages of digital over analog........he asked me to xpln in laymans language..
exmples of where are we using these signals..
itold analog at homes and digital in comp
wht type of signals are used in mobiles..
though i guessed it rt as digital bt he told earlier we were using analog bt nw digital..
some ques on optical fibres,their advantages..
he told me he was satisfied wd my knowledge bt electronics..
and then sm q on c...wt r data structures,wht is block.wht is page statement,explain float......
then i ws asked if i m comfortable wd c.....i told i am.......
then sm hr ques..
hw do u define success,hw many frenz u have,and ur positives...do u read nwspaper....sm budget nws as budget ws out dose daz...and few mr simple hr ques..

we had to 4 the result for about 3-4 hrs........ and finally i ws selected... out of 1600 students who appeared for the aptitude test 24 were selected.......and i ws one of those....

so guyz..best of luck to ya all..........hope to see u at birla soft.......

By,
Mansi Gupta


BIRLA SOFT PAPER ON 13th MARCH


Paper Type : Whole Testpaper
Test Date : 13 March 2007
Test Location : Chitkara Instiute, Rajpura
Posted By : Neha Narula

BIRLA SOFT PAPER ON 13th MARCH



HI frnds,

This is Neha Narula, pre-final year (CSE) student.

Finally I got thru BIRLASOFT



TYPE : JOINT CAMPUS
VENUE : Chitkara Instiute,Rajpura

DATE : 13March, 2007

Whole procedure consisted of 3 rounds

1) Written test

2) Group Discussion

3) Technical cum HR Interview



WRITTEN TEST

Consisted of 50 questions to be completed in an hour……I took 50 mins really surprised….thought I wont clear the paper

There was negative marking of.25

1) 20-technical
Mainly java and DBMS theoretical questions

2 questions from Software engineering


2) 20-Quantitative aptitude

2-3 quests decimal to hexadecimal and octal

Mixture and allegation

Percentage

Q gain 50%, loss 50%.find total loss percent

Average

Very simple, basic level quest in this section RS Aggarwal is sufficient for this section


3) 10-English

3-4 Vocabulary

Q synonym for Amenities

Ans Facilities

Q antonym to autonomous

Ans dependent

2-3 wrong Sentence questions

2-3 idioms and phrases

Q “if winters come, can spring be far behind”….what does it mean?

Q chicken hearted stands for kind hearted or weak hearted or…….



GROUP DISCUSSION

On the same day at about 8-8.30 p.m

Our topic of motion was ‘’If RAKHI SAVANT WOULD BE THE PRIME MINISTER OF INDIA ”

Other topics were”MALIKA SHERAWAT in kajrare song”

“Should international Men’s day be celebrated?”

He was judging not only our communication skills but also Our body language . And if we were listening to other group members or not

Don’t speak only for speaking............u must have logical point



In our panel there was cool guy ………he asked every one to conclude the GD which showed whether we were listening or not

Our GD was not mass elimination round …..…7 out of 10 were selected……he said…..that was the best GD he ever had.

And Finally INTERVIEW

On the next day , Firstly we had a PPT……must for HR , PPT at 9 a.m

Then I was called for interview at about 1 p.m



In My panel ……two guys……one for HR and other for TECHNICAL

Me: May I come in sir.

Sir1: come in



Me: A very gud after noon sir.

Sir2: Gud after noon J



Tip:-don’t dare to sit till ask to do so.



Sir2: Have a seat

Me: Thank u sir



Sir2: Can I have ur CV.

Me: I Was told earlier to paste a photo on CV and took it separately in hand, out of file. So just gave him.



Sir1: hmmm…NEHA NARULA.Are u some what related to nirula’s? J

Me: J no Sir



Sir2: He asked me about my training at CONVERGYS.

Me: I explained him all……blahblah. And added this training was beyond my curriculum.



Sir2: beyond curriculum? But this training program was in ur curriculum

Me: Sir,this one month training was not in my curriculum…..i had undergone one more training at……..as mentioned in my CV



Sir2: So what u did there?

Me: Again explained him all….blahblah



Sir1: k, what languages u knw?

Me: c/c++,core java.



Sir1: He asked me about java…its features?

Me: I said polymorphism, inheritance,encapsulation..blahblah…..he asked me to explain all. I explained polymorphism, inheritance.



Sir1: He interrupted me and asked what u said about encapsulation?

Me: I think he was checking my presence of my mind .coz I hadn’t explained encapsulation then. I said I havn’t….blahblah.



Sir1: oh! Dat polymorphism

Me: then I explain all again with function overloading and operator overloading…then I said oh sory….java doesn’t support operator overloading. he was really impressed



Sir2: k,what is overriding?

Me: I forgot…..so I said,,,,,,,,,not being able to recollect



Sir2: It is related to inheritance.

Me: sorry sir



Sir1: Difference between DBMS and RDBMS,,,,Ms access is RDBMS and DBMS?

Me: Explained all…….though I was not sure about ms access, but I said Ms Access is DBMS.



Sir1: Have u done any language beyond ur curriculum?

Me: Yes Sir, Core java and SQL



Sir1: SQL….k what is SQL?

Me: sequential query language



Sir1: Sequential or structured?

Me: Sir I read 3-4 full forms of SQL…..i don’t knw wich one is true yet. Again a smile J

I was so confident that he was really really impreseed



Sir1: Which buk u followed?

Me: Again I forgot……then I said Navathe….though I followed Korth.



Sir1:Explain,what is SQL?

Me: User fires a query in this language to interact with database…blahblah.



Sir2: siblings?

Me:blabla



Sir1: Why Birlasoft?

Me: with a pause,,,,,I said there is an ample scope for an individual to grow coz the company provides extensive training in technical and soft skills,,,,,,,,,,SEI CMMI level 5 company,,,,,,,ISO certified ………..all from PPT



Tip: must prepare for

Questions like …why this company?

Why I hire u? (Don’t b arrogant here)

Sir1: ok! U have any prob if I send u to Chennai?

Me: NO SIR



Sir1: night Shift?

Me : NO SIR



Sir1: ur parents will allow…blahblah?

Me: yes sir,,,,,my and my sis’s career is the primitive priority of my family



Sir1: In which sec u wan go development or maintainence?

Me: Software development sir



Sir2: but we will send u in maintainence

Me: k Sir



Sir1: u don’t hav a job then don’t say its ok…

Me: no sir it’s not like that



Sir2: I think she might not knowing about development or maintenance…..

Me: J not exactly sir



Sir1: k J would u like to ask something?



Me: What are the ongoing projects?

Sir1: Lots of project……..



Me: what challenges I will be facing at birlasoft?

Sir1:…………………………………… don’t remember what he said.



Sir2: ok Neha u can go now

Me: Thank u SIR.



BEST OF LUCK


BirlaSoft 20 July 2007


Paper Type : Whole Testpaper
Test Date : 20 July 2007
Posted By : Naresh Sharma

Hi frnds I am Naresh Sharma
Faced written of BirlaSoft
There were 50 question in 50 min

25-Technical (specialy java,dbms,unix)
15-Apptitude very simple
10-English 3-4(idoms phrases),3 antonyms 2-synonyms

1) Technical-

1: Convert the given decimal no to octal no
2: Convert the given decimal no to hexadecimal
3: Convert the given octal no to hexadecimal
4: Difference b/w ASCII and EBSDIC code
5: Defination of data abstraction
6: Defination of encapsulation
7: In java 2.3 +"5.2" is equivalent to Ans is "7.5"
8: In java range of char
9: If 2 table contais 70 and 50 rows then there join will contain hw many rows Ans 3500
10:One question of jdbc connectivity
11:Charactristic of view
12:Kernal id of unix Ans 0
13:3-4 question from software engg (easy)

1) Aptitude

1: If circumfrace of a circle is 44 then area is?
2: If the avg of 3 boy age is 15 and ratio of age is 3:5:7 then age of youngester boy is?
3: A core contain 12% zink for 70kg zink hw many core require?
4: Salary is 50% decrease and then 50% increase total loss/profit
5: A book was bought at 20%discount on original price and sold 40% profit of bought price total profit n loss?
6: Direction related question?
7:Avg of 15 inning were 30 after makin 80 runs increase by 1.5 new avg is?
8:A boy can finish aa work in 12 days and a man in 9 days if efficiancy of man is 2 times of boy then man will complete in hw many days?

3) English

1: Chicken hearted means?
2: A close saved means?
3: If winter comes then sprinn will not turn over means?
4: Autonomy antonym is depend

2 Question of correctin of sentence?

GD

After that GD round was there
Some GD topic are-
1: Internet(it was mine)
2: Is marridge is buisness now
3: Future of IT industry
4: Who will be gud president Pratibha or Shekhavat


By Naresh Sharma
Buy


BIRLA SOFT PAPER ON 5th FEBRUARY AT BHOPAL


Paper Type : Candidates Experiences
Test Date : 5 February 2008
Test Location : BHOPAL
Posted By : Ankit shukla

BIRLA SOFT PAPER ON 5th FEBRUARY AT BHOPAL

Hi all iam ankit shukla from pcst bhopal CSE(6th sem).i got placed in birlasoft at 5th of feb 2008.by the god grace and best wishes from all.
There is a 3 round:-
Written
G.D
PI(Technical+HR)

first the written exam conducted the paper was so easy.total 30 que was there 15 from technical and 15 que from aptti. from the technical question's que's frm Lan,Wan and sdlc(software development life cycle).etc.and from the appti the ques frm average,mixture and ratio.there was 1500 hundred student in written exam than after that 170 cleared the exam.

then after that in GD the topic was black colour,living relationship,man could have a baby,BPO.

then after the GD 60 student select for the interview.the interview technical and HR was combine.then question is:-
Q)breif describe ur self.
Q)why birlasoft.
Q)what is operator overloding.
Q)what is inheritance how it is work.
Q)what is the difference between Dbms & Rdbms.
Q)tell the commands of ddl,dml,dcl &tcl command's.
Q)describe multitasking and multithreading.
Q)what is encapsulation.
Q)what is the cycle to develop software.

then after that result was announced then 24 candidate was selected and i was the one of them.basically they saw u r confidence,attitude and in the interview

the most of the part of the interview was technical.

Ankit shukla


Career Launchers!!!

Note:

This blog can be viewed using all the browsers but can be best viewed in Mozilla Browser.
 

Career Launchers!!! Copyright © 2010 LKart Theme is Designed by Lasantha