<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/16365429?origin\x3dhttp://corporatespot.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe", messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { 'blogger-ping': function() {} } }); } }); </script>
 
 
Tuesday, September 13, 2005
Tips to get in
To clear the written test do the following.

Two types of day for job searcher
1)Days we have written test shortly.[u received call for written]
2)Ordinary days.

For case 1)
Just collect model qns for that org. and solve, don't mock up at starting.
Last night of test, try to mock up those can be memorable.[Not all]

For case 2) U need to spend 8 to 9 hours here
i)Allocate 2 hours for Aptitude[ Main parts are Age, profit and Loss,Average,area and volume, %, series and simplification

ii)Allocate 1 hour for increasing yr Vocuabulary.
iii)Allocate 4 hours for Technical (Start with C,C++, OS,DBMS,Network concepts, thats enough, try to understand]

iv)Allocate 1 hours Revision what u have done on day.
v)Take up yr own test

- Thanks to Chandrasekharan R
posted by Midhun @ 12:49 AM   0 comments
Why do you want to work at our company?
TRAPS: This question tests whether you’ve done any homework about the firm. If you haven’t, you lose. If you have, you win big.

BEST ANSWER: This question is your opportunity to hit the ball out of the park, thanks to the in-depth research you should do before any interview.
Best sources for researching your target company: annual reports, the corporate newsletter, contacts you know at the company or its suppliers, advertisements, articles about the company in the trade press.

- Thanks to R.M.C for sending me this!
posted by Midhun @ 12:38 AM   0 comments
Friday, September 09, 2005
Subex System Pattern and Tips
Written Test

2-part

* 20 C qns [ 1/2 hour]
* One C Programming [ 1/2 hour]

First Tech Interview

Learn all about C and C++. thats it.
Then about ur project.

C and C++ all concepts and finding error.

Practice well from "Pointers in C".
Diff. b/w over-riding and overloading.
And virtual fn.
Better to know all from C++.

2nd interview

* Writting a C program.Speak confidently, when u writting prg for parrallel qns. [ Even i wrote the program, i start with word " I try" that would have been the reason. U should start with " I can"]

Then i don't know. Sorry.

I think there might be a HR interview.

- Thanks to Chandrasekaran R
posted by Midhun @ 10:13 PM   0 comments
Std qns from C++
ABOUT C++ MEANS BASIC DEFINITION OF OOPS CONCEPTS WITH EXAMPLE.

I AM LISTING THEM HERE. U HAVE TO PREPARE WELL WITH EXAMPLE, IF POSSIBLE REAL TIME EXAMPLES.

1) Object
2)Class Example
3)Encapsulation [ How to implement]
4)Data hiding [ Private part of class]
5)Polymorphism and its type.
5) Constructor and destructor [ Mainly copy constructor]
6) Inheritance and its type with real time example to explain.
7) Function overloading and Operator overloading with example.
8) Virtual function with example[ What is advantage of it]
9) Overriding [diff b/w Overriding and overloading]
10) Qns about virtual constructor and destructor.
11) Template with Example [ What is advantage of it]
12) Exception handling [Just knowing about try,catch, throw enough]

Thats all from C++.

All the Best.
posted by Midhun @ 10:05 PM   0 comments
Wednesday, September 07, 2005
Software Testing interview questions
Load Runner

1 What protocols does LoadRunner support?
2 What do I need to know to do load testing in addition to knowing how to use the Load-Runner tool?
3 What can I monitor with LoadRunner?
4 How many users can I emulate with Load-Runner on a PC?

Load Testing

1 What types of scripting techniques for test automation do you know?
2 What tools are available for support of testing during software development life cycle?
3 What testing activities you may want to automate?
4 What testing activities you may want to automate in a project?
5 What skills needed to be a good test automator?
6 What is data - driven automation?
7 What could go wrong with test automation?
8 What automating testing tools are you familiar with?
9 What are the main attributes of test automation?
10 What are the main attributes of test automation?

General Software Testing

1 Would you like to work in a team or alone, why?
2 Why do you want to join our company?
3 Why did you ever become involved in QA/testing?
4 Why did you ever become involved in QA/testing?
5 Who should you hire in a testing group and why?
6 Who should test your code?
7 Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?
8 Who in the company is responsible for Quality?
9 Who defines quality?
10 Where do you get your expected results?

Test Director

1 What is the use of Test Director software?
2 How you integrated your automated scripts from TestDirector?
3 Difference between WinRunner and Test Director?
posted by Midhun @ 7:29 AM   0 comments
Interview experience at CTS Chennai
CTS Guy: Come in Kiran, I am Mr.X… (Shake Hand) please take your seat. I need your original memos… (verified)

CTS Guy: Why don’t you introduce yourself?

CTS Guy: What is your Project?

CTS Guy: Can you brief it out (project) ?

CTS Guy: What type of Micro Processor is is 8085?

CTS Guy: How do you classify the Microprocessors?

CTS Guy: What type of Microprocessor is 8086?

CTS Guy: What is the latest processor available now?

CTS Guy: How many bits it can process?

CTS Guy: Do you have control systems in your curriculum?

CTS Guy: I am used to Tamilnadu University’s Syllabus, Can I have your memos again?

CTS Guy: So, U have studied Neural Network! What is a Neural Network, why are they used?

CTS Guy: Name different kinds of Neural Networks?

CTS Guy: U have studied VC++ also…

CTS Guy: Can you tell me how U can run a C/C++ program in a VC++ editor?

CTS Guy: U have studied Java also…

CTS Guy: I think u have studied Data Structures in your course…

CTS Guy: What are different data structures?

CTS Guy: What is the difference between a stack and a queue?

CTS Guy: Can you draw for me a Circular Linked List?

CTS Guy: What are the values of a, b, c and d after, a=9;b=4;c= --a + b--;d=++a+++b; ?

CTS Guy: In how many ways you can traverse this tree(he drew a tree)?

CTS Guy: Can you write the inorder traversal of this tree while explaining me?

CTS Guy: How can you say from the inorder traversal of the tree that node ‘B’ is the parent of node ‘d’?

CTS Guy: In the same way can you infer that ‘B’ is parent of ‘e’?

CTS Guy: What are the advantages of C++ over C?

CTS Guy: What are the features of Object Oriented Programming?

CTS Guy: U said u know oracle what programs did you do?

CTS Guy: Did you connect to the Database using C++?

CTS Guy: What kind of database is Access?

CTS Guy: What are different kinds of databases?

CTS Guy: Can you give me example of Hierarchical database?

CTS Guy: Why is oracle called a RDBMS? What are the rules to be satisfied by a database for calling it RDBMS

Thanks to Kiran.
posted by Midhun @ 7:23 AM   0 comments
Patni Computer Services (PCS) Placement Paper
Q. A man leaves office daily at 7pm A driver with car
comes from his home to pick him from office and bring
back home
One day he gets free at 5:30 and instead of
waiting for driver he starts walking towards home.
In the way he meets the car and returns home on
car He reaches home 20 minutes earlier than usual.
In how much time does the man reach home
usually??

Ans. 1hr 20min


Q The following truth table is given What is Y equal
to??
A B C Y
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 1

Ans. (A')(B')(AB) , where ' stands for complement.


Q. A works thrice as much as B. If A takes 60 days
less than B to do a work then find the number of days
it would take to complete the work if both work
together?

Ans. 22½days


Q. How many 1's are there in the binary form of
8*1024 + 3*64 + 3

Ans. 4


Q. In a digital circuit which was to implement (A B) +
(A)XOR(B), the designer implements (A B) (A)XOR(B)
What is the probability of error in it ?


Q. A boy has Rs 2. He wins or loses Re 1 at a time If
he wins he gets Re 1 and if he loses the game he loses
Re 1.
He can loose only 5 times. He is out of the game
if he earns Rs 5.
Find the number of ways in which this is
possible?

Ans. 16


Q. If there are 1024*1280 pixels on a screen and each
pixel can have around 16 million colors
Find the memory required for this?

Ans. 4MB


Q. On a particular day A and B decide that they would
either speak the truth or will lie.
C asks A whether he is speaking truth or lying?
He answers and B listens to what he said. C then
asks B what A has said B says "A says that he is a
liar"
What is B speaking ?

(a) Truth
(b) Lie
(c) Truth when A lies
(d) Cannot be determined

Ans. (b)


Q. What is the angle between the two hands of a clock
when time is 8:30

Ans. 75(approx)


Q. A student is ranked 13th from right and 8th from
left. How many students are there in totality ?


Q. A man walks east and turns right and then from
there to his left and then 45degrees to
his right.In which direction did he go

Ans. North west


Q. A student gets 70% in one subject, 80% in the
other. To get an overall of 75% how much should get in
third subject.


Q. A man shows his friend a woman sitting in a park
and says that she the daughter of my grandmother's
only son.
What is the relation between the two

Ans. Daughter

Section1:

5 questions.. (Mutiple choices)

i.e select any one of the following for 5 questions;;

A) only 1 is sufficent
B) only 2 is sufficent
C) both nessary
D) both are insufficent
E) either is sufficent


1. .......... (Don't know)

2. one composition contains... 5/4 L 6/14 L....

(Ans. both r insufficent)

3. x fabric.... 6.50 per meter , 25% wholesale...

(Ans: both r required)

4 & 5 don't know....

/**************************************/

Section 2 (Analitical...)

1. Average 3years 45,000, 1st 1.5 times, 2nd 2.5
times..

(Calculate in this way... (x+1.5x+2.5x)/3 = 45000 i.e
5x/3 =
45000 )
then calculate required value...)

2. Three vehecle speed ratio 1:2:3 & time ratio
3:2:1...
Distance ratio ??

(Ans: 3:4:3.. check once)

3. some km/hr problem...

(Ans: 150 km/hr)

4 & 5 don't know....

/***********************************/

Section 3 (English - 8 marks.. mutiple choice..)

Don't know...

/******************************/

Section 4 (True or Flase type..)

1. Square contains all angles , one object does not
contain angles;


-----------------------------------------------------

///////////////PATNI NEW OVER at jadavpur
99////////////
____________
1.what is the angle between teo hands of a clock when
time is 8-30
ans:75(appro
2.a student is ranked 13th from right and 8th from
left.how many are
there(similer)
3.a,b,c,d,e,f are arranged in a circle b is to right
of c and so on(rs
aggrewal)
4.chain rule(work&time)
5.puzzle test.some data is given and he asked three
qustions below.based on
data
we have to answer.
6.six questions on venn diagrams.
7.5 years ago sum of ages of father and son ans:40,10
8.assertion and reasoning 1.clouds 2.capital city of
dweloped corentira ans
for
both is :a
9.man walks east & from turns to right & from to left
&then 45degrees to
right.in which direction he went ans:north west
10.aa-b-bb-aaa-
11.96,85,....(a series with diff
11),3,15,45,....,total 3 questions are
given on
series
12.a student got 70% in one subject,80% in other.to
get overall 75% how much
he
should get in third subject.
12.a news pwper must have a.news b.advertizements
3.editor 4.date 5.paper
13.if clouds are air, air are water and so on where
birds fly?
14.press,cinema,tv ans:mass media
15.3 qustions on rs aggrewal relations i.e first few
chapters of
aggrewal(english)
16.a man showed to a woman sitting in a pack & told to
his friend.she is
the
daughter of my grand mother only son ans:daughter
group disscussion topic
1.if you become muncipal corporater what steps you
take to develop your
area.
2.if you become administrative officer of this
university what steps you
take to
improve standards.
3.tell what are the seven problems in calcutta and
solutions to problems?
4.abortion is legal or illegal
the following two topics are omportant they asked the
same topics to many
students by changing the numbers
5.in 2050 a nuclear disaster has ocurred and 50
persons are saved.which are
of
age above 15.of them 20 know 6 subjects and you have
to choose only 3 of
six
subjects so that resticted resorces can used for
future
subjects are 1.enggineering 2.medical 3.law 4.social
sciences 5.life
sciences
6.----
6.in space ship 5men are going1.docter,drug asdditive
2.lady lawer has done
crime 3.teacher emotinally imbalanced
4.18.18 year old aeruonautical engineer 5. noble
lauraut .suddenly some
thing
happend
and oxygen is avaliable to only three people to use
which of three you
choose
interview
here they asked only personal.relating to what you
have written in
sychometric
test
and some puzzles
one puzzle is 10 machines are there only one is
defective iteams are coming
out
how tdo you find out which is defective
second: *
* * how do you reverse this in two transitions
* * *
* * * *----------------------------------- two
transistors are connected Vbe is 0.7volts .this is
simple ckt.one
transistor is diode equivalent. & asked the o/p across
the 2 nd transistor.
2.simple k map ans is Bbar.
3.

Emitter
---R-------transistorbase| --
| ---
collector
in above capacitor is connected parallel with
resistance r.capacitor
is not shown
in fig.capacitor is used for in this ckt:


ans:a.speedupb.active bypass c.decoupling
4.

-----R------I----------o/p
|___R____ |
in above r is resistence.I is cmos inverter.
then ckt is used for:


a.schmitt trigger b.latch c.inverter d.amplifier


5.simple amplifier ckt openloop gain of amplifier is
4.V in =1v.asked for
V x?
amplifdier + is connected to base. - is connected to
i/p in between 5k is
connected.
from o/p feedback connected to - of amplifier with
15k.this is ckt.


6.resistence inductot cap are serially connected to ac
voltage 5
volts.voltage across
inductor is given.R I C values are given & asked for
voltages across resistence & capacitor.
7.
___ R_____
| |
---R------OPAMP ----------
|---
R1 R1 is for wjhat i mean what is the purpose of R1.
|

ground


8.asked for Vo at the o/p.it is like simple cmos
realization that is n block
is above
& p block is below.Vdd is 3 volts at supply.V
threshold 5 volts.
9.2 d ffs are connected in asyncro manner .clock 10
MEGAHZ.gate delay is 1
nanosec.
A B are the two given D FFs.asked for AB output is:


a.updown
b.up c. updown glitching like that (take care abt
glitching word)

10.


----------------| subtractor|---------o/p
|___HPF____|

the ckt is LPF ,HPF or APF ?

11.in a queue at the no of elements removed is
proportional to no of elements
in
the queue.then no of elements in the queue:
a.increases decreases exp or linearly(so these are the
4 options given choose
1 option)
12.with 2 i/p AND gates u have to form a 8 i/p AND
gate.which is the fastest
in the
following implementations.
ans we think ((AB)(CD))((EF)(GH))
13.with howmany 2:1 MUX u can for 8:1 MUX.answer is 7.
14. there are n states then ffs used are log n.
15.cube each side has r units resistance then the
resistance across diagonal
of cube.
16.op amp connections asked for o/p
the answer is (1+1/n)(v2-v1).check it out.practise
this type of model.
17.
_____________ supply
---|__ ___|
Ii >________ |___ Tranistot
> _______Vo
|
|
R |
| | Io
ground.


asked for Io/Ii=? transistor gain is beta.


a.(1+beta)square b.1+beta c. beta


18.y=kxsquare. this is transfer function of a block
with i/p x & o/p y.if i/p
is
sum of a & b then o/p is :--

a. AM b.FM c. PM
19.
------MULTIPLIER--- |
| |
_____R__|__OPAMP______________________Vo
---
|
ground.
v in = -Ez then o/p Vo =?
answer is squareroot of -Ez.multiplier i/ps are a & b
then its
o/p
is a.b;


--------------------------------------------------------

1.1 True
1.2 False
1.3 True

Thanks to sushree kanta peda for sending this to me!
posted by Midhun @ 7:09 AM   0 comments
Tuesday, September 06, 2005
Infosys-Annauniversity common placement
Iwant to share my experience there in common placement undertaken by Anna university for INFY

there were a mass of 1700 students all were above76% of aggregate

The Questions we had was,
1.In a lunch hour staff in the company had a race.samntha beat jack.
jill hit morris followed by jessi inthe race.at last jack beat jill.who won the race?
Ans:Samantha
2.A cyclist covered 2/3 of his distance by cycle ,then his tyre was punchured.
after that he covered the remaining distance by walk.he felt that he had walked twice the time of he cycle.how fast he cycled than he walked.
Ans:4 times
3.The cube painted red on all sides was cut into 27 equal cubes then
how many cubes will have colored faces of
a.3 sides
b.2 sides
c.1 side
d. 0 side
ans:8,12,6,1
4.The Pigeon And cathedral tower problem
Ans :90 ft
5 The two Systems of C & F when the come equal(I went wrong here)
Ans:51.25
6.In jewel shop...Right pane...left pane prob
ans:a,a,b,e(choices)
7.Position of captain..long jack..williad prob
ans:4,2,1
8.The boy goes to school reaches railway st at his 1/3 of his journey& mill at 1/4 of his journey thetime taken him to walk between rly st & mill is 5 mins
Also he reraches rly st at 7.35amwhen he started from house& when he reaches school?
Ans:7:15to8.15
9.how many pages there will be if he writes 61 3'sso far
300 pages

thats all i remember.
All the best !!

- Thanks to Aruna Moorthi for sending this.
posted by Midhun @ 10:53 AM   0 comments
Offcampus for BSC freshers in Pune on 18 in CTS
We are planning to Conduct an Off Campus on the 18th of September in Pune.

The Off Campus would be for BSc Graduates, with the following eligibility criteria.

The candidates should have done his Bachelors degree and should be a 2004/2005 pass out in the following Streams

BSc Computers

Bsc Maths

BSc Physics

BSc Electronics

BSc IT

BCA

BSc Statistics

He should also have 60% in Xth,XIIth and Graduation.

We would be placing Carton Boxes for collecting the hard copies of the eligible candidates.The Carton boxes will be kept at the Reception of Hinjewadi,Galaxy & Sai Office from the 6th to 9th September.

The eligible candidates will be mailed the Hall Ticket, time and venue of the test.

Regards
Jaisreet Bajwa
Human Resources


Please note: You have to drop your resumes in the drop box in any of the three offices in Pune

Address:
CTS, Main Building, MIDC, Hinjewadi Info Park Pune OR
CTS, Sai Info Tech Bldg, MIDC, Hinjewadi Info Park Pune OR
CTS, First Floor, Pride Parmar Galaxy, Near Sadhu Vaswani Chowk, Near Railway Station Pune 411001
posted by Midhun @ 10:11 AM   0 comments
Regarding (TCS) Technical and HR interviews
Thank you Mahendar Reddy for providing this information.

my interview was held in Andheri (Mumbai). the interview was cool . the panel consisted two members. they asked me the following questions.

tell abt urself?
tell abt ur project? (they asked 3 to 4 que while i was explaining)
DBMS ( different keys, normal forms, relationship between tables)
OS( functions of os, algorithms of cpu, paging)
Softaware Engineering( SDLC, Testing techniques, unit testing,
modular testing)
C++ ( polymorphism, virtual fuctions)
LInked lists and searching techniques.
Unix( 1 que, i could not answer for that)

they asked questions for 30 to 35 minutes.
i was unable to answer for 3 to 4 questions.(outof 20 to 25)
but the interviewers were so frindly.
they examine the candidate's confidence level and the way of explaining.

After completing the technical round, one person took me to upstairs where our HR+MR interview was conducted.
there was one madam and one sir

the MR person asked me
1) tell abt urself?
2)abt my gab between my graduation and PG(MCA).
3)asked abt cultivation ( as i told i helped my father in cultivation
during my gab)
4) why should i hire u?
5) ur objective after 5 yrs?
6) do u know oracle? ( i said oracle 8, then he asked why oracle 8 instead of 9i,10i)

HR madam asked me....
your strengths
abt work agrement
have u attended any interview before this
abt relocation
abt medical test

i answered for all technical and hr questions with confidence.

hi friends...

pls go through c, c++ ,data structures, DBMS concepts , OS and software engineering .then definately u will gain the confidence. they will ask only fundamentals from these.
if u find any walk in , go for that,howmuch ever it may be far.
i went for mumbai walk-in from Hyderabad.
posted by Midhun @ 10:08 AM   0 comments
Monday, September 05, 2005
GE pattern
There were two sections, comprising of 50 questions off 60 minutes contains 20 aptitude questions and 30 Technical questions.

Aptitude section had Critical Reasoning 6 Q's, And General Reasoning 5-6 Q's and General Aptitude. Two Q's from Time and Work and 2 Q's from Chain Rule and 2 Q's from Ratio and proportion and 1 Q's from Time and Distance.

In the technical part 10 Q's from Data Stucutre, 10 Q's from C and 10 Q's from C++. And for your information the test are not as per sheduled, mine was first batch it was shceduled to be at 8.30
but I started to write the exam only after 9:15. So be cool and be prepared with these pattern.
posted by Midhun @ 10:01 AM   0 comments
Search

Previous Post
Archives
Links
Sponsored