Student x press.com
Monday, September 27, 2010
Monday, September 20, 2010
Monday, September 13, 2010
Wednesday, September 8, 2010
Tata Institute of Fundamental Research
Advertisement No. 16/2010
Applications are invited for the following posts tenable at Mumbai
Scientific Officer(B) : Two Posts [1 - Unreserved & 1- Reserved for Other Backward Class] ;
Pay Band : (PB-2) Rs.9300-34800 + Grade Pay : Rs.4800/- ; TME : Rs.32,108/- ;
HQ : Mumbai.
Qualification : M.Sc./M.C.A. (Computer Science) with 60% marks.
Desirable Qualification: BE/B.Tech in Computer Science or Information Technology.
Desirable Exp. : 1 – 2 years.
Age : Below 28 years for unreserved candidates and Below 31 years for other backward class candidates.
How to apply
Application format : (1) Advertisement Number. (2) Name, Serial Number of the post. (3) Name of the applicant. (4) (a) Date of birth (attach certificate). (b) Age as on July 1, 2010. (5) Nationality. (6) Whether belonging to SC/ST/OBC (attach certificate). (7) Disability (attach certificate). (8) Permanent address. (9) Address for correspondence. (10) Telephone numbers for contact. (a) Landline (b) Mobile. (11) Email address. (12) Qualifications (attach certificates or mark lists). (13) Experience with details of organization, post held, scale of pay, basic pay (attach certificate). (14) Names & addresses of two referees (attach certificates). (15) Have you at any time been called for interview in the Institute? If so, give details. (16) Signature of the candidate. Submission of xerox copies of all the certificates stated in the application are essential . Last Date of receiving Application is on 24/09/2010
Applications are invited for the following posts tenable at Mumbai
Scientific Officer(B) : Two Posts [1 - Unreserved & 1- Reserved for Other Backward Class] ;
Pay Band : (PB-2) Rs.9300-34800 + Grade Pay : Rs.4800/- ; TME : Rs.32,108/- ;
HQ : Mumbai.
Qualification : M.Sc./M.C.A. (Computer Science) with 60% marks.
Desirable Qualification: BE/B.Tech in Computer Science or Information Technology.
Desirable Exp. : 1 – 2 years.
Age : Below 28 years for unreserved candidates and Below 31 years for other backward class candidates.
How to apply
Application format : (1) Advertisement Number. (2) Name, Serial Number of the post. (3) Name of the applicant. (4) (a) Date of birth (attach certificate). (b) Age as on July 1, 2010. (5) Nationality. (6) Whether belonging to SC/ST/OBC (attach certificate). (7) Disability (attach certificate). (8) Permanent address. (9) Address for correspondence. (10) Telephone numbers for contact. (a) Landline (b) Mobile. (11) Email address. (12) Qualifications (attach certificates or mark lists). (13) Experience with details of organization, post held, scale of pay, basic pay (attach certificate). (14) Names & addresses of two referees (attach certificates). (15) Have you at any time been called for interview in the Institute? If so, give details. (16) Signature of the candidate. Submission of xerox copies of all the certificates stated in the application are essential . Last Date of receiving Application is on 24/09/2010
INTER GRAPH Placement Papers
>
> Paper consists of two sections : 1. analytical (20 marks)
> 2. C skills (20 marks)
total time 45 min
>
> Analytical:
> -------------
>
> 1. Given a cube, with different colors on its faces, and
then is cut
> into 64 pieces, and the questions relate to the colors of
different
> colored small cubes.
>
> 2. A few ladies and gents sit around table in some given
order and 4
> questions are about their seating arrangement with some
restrictions.
>
> 3. Draw a venn diagram for 3 items : white, flowers, cloth
>
> Ans : draw 3 circles each intersecting the other , with
white kept in the
> middle.
>
> 4. A problem related to seating arrangement of 4 people (
2 ladies and
> 2 gents) with some restrictions
>
> 5. problem related to milk with water added to it for
three times
>
> Ans: 20.5 litres
>
> 6. Problem related to diagrams . Five diagrams were given
and asked to
> find the sixth one.
InterGraph Placement Papers | InterGraph Interview
Procedure | InterGraph Aptitude Questions | InterGraph
TechniInterGraphl Questions | InterGraph Interview Questions
>
> C-Skills:
> --------
>
> 1. Max number of nodes in a binary tree with height 3 is
20 : Ans: False
>
> 2. 10,20,30,40,50,60 : give the order when put in a queue
and in a stack
>
> Ans : Queue : 10,20,30,40,50,60
> stack : 60,50,40,30,20,10
>
> 3. Debugging is the process of finding
>
> Ans : logical and runtime errors
>
> 4. trace the error:
>
> void main(){
> int &a;
> /* some other stuff here */
> }
> Ans: syntax error
>
> 5. a problem with a function named 'myValue' will be
given and asked to
> find the value of main() for an argument of 150,
>
> Ans : 150
>
> 6. Some problems related to 'for' loops.
>
> 7. problem on conditional inclusion.
>
> 8. problem related to depth first and breadth first
search (DSA subject)
>
> 9. study the syntax of malloc function
>
> 10. locate the error
>
> int arr (20);
> Ans: syntax error.
>
>
>
IITD.
InterGraph Placement Papers | InterGraph Interview
Procedure | InterGraph Aptitude Questions | InterGraph
TechniInterGraphl Questions | InterGraph Interview Questions
.
Model paper of Inetrgraph
NO.of questions 40. Time 45minutes
out of 40 questions 20 from 'c' and 20 from analytical
ability,quantitative ability .
also 1 question ___ to draw venn diagram
1 question__ on analogy
1 " _______non verbal reasoning
ALL THESE ARE NOT TOUGH .AVERAGE LEVEL.
THEY HAVE GIVEN TWO TYPES OF PAPERS.HERE I AM GIVING THE
PAPER WHICH
WAS WRITTEN BY MY FRIEND.
1.there are 6 (p,q,r,s...)people.each one play one game
---tennis,football,hockey,cricket etc
clues given like:shortest one plays hokey
largest person plays ..tennis
P,Q ARE NEITHER LARGEST NOR SHORTEST
R PLAYS FOOTBALL
s is between t &r in height
question: who plays which game
who is taaller than whom
2.a cube has colors blue,red ,yellow each on two opposite
sides.cube is
divided into "32 small cubes and 4 large cubes".
question:how many cubes (on 36 cubes) have blue at leat
one side.
how many cubes have colors on two sides.
3.anlogy: cell: tissue::atom:?
4.aa person sold two articles for 80 /- each.with 20%
profit on one
article and 20% loss on another article, what is the loss /
prifit he
will gain on both.
5.five cities. city1 is west to city3.city4 is east to city
5._____etc.
which is farthest on west side.
6.one question on: -=+,*=-,/=* etc
then 10/5*45=?
7.on ,C, paper is easy.mostly on pointers,3 question on
structures,5 on
fundamentals,
8.ex:define max 10
main()
{int a,b;
int *p,*q;
a=10;b=19;
p=&(a+b);
q=&max;
} Q a)error in p=&(a+b) b)error in p=&max c)error in both
d) no error
important suggestions:
1. average preparation is enough to qualify foe
interview.time is
enough.
2.they are particular about academic background .
3.interview is only on personal details.no question on
technical subjects
4.they may change paper sets also.
5.in outside recruitment they are asking more questions on
CAD.
but not in campus.
in iitd they interviewed 5students out of 21 .selected
1,waiting list 1.
6.cut off cgpa:7.5
Optimize the below 1,2,3,4 questions for time:
1)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
2)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
(given that i can take only two values (1,0))
3)
int i;
if i=0 then i:=1;
else if i=1 then i:=0;
(given that i can take only two values (1,0))
4)
int m,j,i,n;
for i:=1 to n do
m:=m+j*n
5) Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
6) In the following questions, answer A,B,C,D depending on
when
the errors are detected?
A if no error is detected
B if semantic and syntactic checking
C if during Code genration & Symbol allocation
D run time
a) Array overbound
b) Undeclared identifier
c) stack underflow
d) Accessing an illegal memory location
7) How many page faults will occur for below sequence of
pages when LRU
page replacement algorithm is used ( The memory can only
have 3pages):
1,2,3,4,2,1,5,2,4 (something like that)
8) If a CPU has 20 address lines but MMU does'nt use two of
them.
OS occupies 20K. No virtual memory is supported. What is
the
maximum memory available for a user program?
9) For a binary tree with n nodes, How many nodes are there
which
has got both a parent and a child?
InterGraph Placement Papers | InterGraph Interview
Procedure | InterGraph Aptitude Questions | InterGraph
TechniInterGraphl Questions | InterGraph Interview Questions
10) Understand the funda of incrementing a variable using
val++ and ++val . Some programs are given for error
correction.
11) Learn datagram . (Computer networks)
12) Which of the following can be zero? (only one)
a) swap space
b) physical memory
c) virtual memory
13) What is a must for multitasking?
a) Process preemption
b) Paging
c) Virtual memory
d) None of the above
14) A question on call by value,
call by name,
call by reference.
f(x,y,z)
{
y := y+1;
z := z+x;
}
main()
{
int a,b;
a := 2
b := 2;
f(a+b,a,a);
print a;
}
what is the value of a printed for three different calls in
main.
15) Using the following instructions and two registers ,
A&B.
find out A XOR B and put the result in A
PUSH
POP
NOR These instructions operates with A & B and puts
the result in
AND A
(question basically to get XOR in terms of NOR and AND)
16) True/False questions:
1) The page size should be the power of 2.
2)
17)
int i=0;
int j=0;
loop:
if(i = 0)
i++;
i++;
j++;
if(j<= 25)
goto loop
xxx:
question1 : how many times is the loop entered
A few questions of that sort. some count fundaes. Easy one )
18) Who handles page faults?
a) OS
b) MMU
c) Hardware logic
d) etc etc....
19) For which of following is it not possible to write an
algorithm.
a) To find out 1026th prime number
b) To write program for NP-complete problem
c) To write program which generates true Random numbers.
etc...
20) what is the essential requirement for an real-time
systems
a) pre-emption
b) virtual memory
c) paging etc...
> Paper consists of two sections : 1. analytical (20 marks)
> 2. C skills (20 marks)
total time 45 min
>
> Analytical:
> -------------
>
> 1. Given a cube, with different colors on its faces, and
then is cut
> into 64 pieces, and the questions relate to the colors of
different
> colored small cubes.
>
> 2. A few ladies and gents sit around table in some given
order and 4
> questions are about their seating arrangement with some
restrictions.
>
> 3. Draw a venn diagram for 3 items : white, flowers, cloth
>
> Ans : draw 3 circles each intersecting the other , with
white kept in the
> middle.
>
> 4. A problem related to seating arrangement of 4 people (
2 ladies and
> 2 gents) with some restrictions
>
> 5. problem related to milk with water added to it for
three times
>
> Ans: 20.5 litres
>
> 6. Problem related to diagrams . Five diagrams were given
and asked to
> find the sixth one.
InterGraph Placement Papers | InterGraph Interview
Procedure | InterGraph Aptitude Questions | InterGraph
TechniInterGraphl Questions | InterGraph Interview Questions
>
> C-Skills:
> --------
>
> 1. Max number of nodes in a binary tree with height 3 is
20 : Ans: False
>
> 2. 10,20,30,40,50,60 : give the order when put in a queue
and in a stack
>
> Ans : Queue : 10,20,30,40,50,60
> stack : 60,50,40,30,20,10
>
> 3. Debugging is the process of finding
>
> Ans : logical and runtime errors
>
> 4. trace the error:
>
> void main(){
> int &a;
> /* some other stuff here */
> }
> Ans: syntax error
>
> 5. a problem with a function named 'myValue' will be
given and asked to
> find the value of main() for an argument of 150,
>
> Ans : 150
>
> 6. Some problems related to 'for' loops.
>
> 7. problem on conditional inclusion.
>
> 8. problem related to depth first and breadth first
search (DSA subject)
>
> 9. study the syntax of malloc function
>
> 10. locate the error
>
> int arr (20);
> Ans: syntax error.
>
>
>
IITD.
InterGraph Placement Papers | InterGraph Interview
Procedure | InterGraph Aptitude Questions | InterGraph
TechniInterGraphl Questions | InterGraph Interview Questions
.
Model paper of Inetrgraph
NO.of questions 40. Time 45minutes
out of 40 questions 20 from 'c' and 20 from analytical
ability,quantitative ability .
also 1 question ___ to draw venn diagram
1 question__ on analogy
1 " _______non verbal reasoning
ALL THESE ARE NOT TOUGH .AVERAGE LEVEL.
THEY HAVE GIVEN TWO TYPES OF PAPERS.HERE I AM GIVING THE
PAPER WHICH
WAS WRITTEN BY MY FRIEND.
1.there are 6 (p,q,r,s...)people.each one play one game
---tennis,football,hockey,cricket etc
clues given like:shortest one plays hokey
largest person plays ..tennis
P,Q ARE NEITHER LARGEST NOR SHORTEST
R PLAYS FOOTBALL
s is between t &r in height
question: who plays which game
who is taaller than whom
2.a cube has colors blue,red ,yellow each on two opposite
sides.cube is
divided into "32 small cubes and 4 large cubes".
question:how many cubes (on 36 cubes) have blue at leat
one side.
how many cubes have colors on two sides.
3.anlogy: cell: tissue::atom:?
4.aa person sold two articles for 80 /- each.with 20%
profit on one
article and 20% loss on another article, what is the loss /
prifit he
will gain on both.
5.five cities. city1 is west to city3.city4 is east to city
5._____etc.
which is farthest on west side.
6.one question on: -=+,*=-,/=* etc
then 10/5*45=?
7.on ,C, paper is easy.mostly on pointers,3 question on
structures,5 on
fundamentals,
8.ex:define max 10
main()
{int a,b;
int *p,*q;
a=10;b=19;
p=&(a+b);
q=&max;
} Q a)error in p=&(a+b) b)error in p=&max c)error in both
d) no error
important suggestions:
1. average preparation is enough to qualify foe
interview.time is
enough.
2.they are particular about academic background .
3.interview is only on personal details.no question on
technical subjects
4.they may change paper sets also.
5.in outside recruitment they are asking more questions on
CAD.
but not in campus.
in iitd they interviewed 5students out of 21 .selected
1,waiting list 1.
6.cut off cgpa:7.5
Optimize the below 1,2,3,4 questions for time:
1)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
2)
int i;
if i=0 then i:=1;
if i=1 then i:=0;
(given that i can take only two values (1,0))
3)
int i;
if i=0 then i:=1;
else if i=1 then i:=0;
(given that i can take only two values (1,0))
4)
int m,j,i,n;
for i:=1 to n do
m:=m+j*n
5) Expand the following
a) ISDN
b) CASE
c) CSMA/CD
d) OOPS
e) MIMD
6) In the following questions, answer A,B,C,D depending on
when
the errors are detected?
A if no error is detected
B if semantic and syntactic checking
C if during Code genration & Symbol allocation
D run time
a) Array overbound
b) Undeclared identifier
c) stack underflow
d) Accessing an illegal memory location
7) How many page faults will occur for below sequence of
pages when LRU
page replacement algorithm is used ( The memory can only
have 3pages):
1,2,3,4,2,1,5,2,4 (something like that)
8) If a CPU has 20 address lines but MMU does'nt use two of
them.
OS occupies 20K. No virtual memory is supported. What is
the
maximum memory available for a user program?
9) For a binary tree with n nodes, How many nodes are there
which
has got both a parent and a child?
InterGraph Placement Papers | InterGraph Interview
Procedure | InterGraph Aptitude Questions | InterGraph
TechniInterGraphl Questions | InterGraph Interview Questions
10) Understand the funda of incrementing a variable using
val++ and ++val . Some programs are given for error
correction.
11) Learn datagram . (Computer networks)
12) Which of the following can be zero? (only one)
a) swap space
b) physical memory
c) virtual memory
13) What is a must for multitasking?
a) Process preemption
b) Paging
c) Virtual memory
d) None of the above
14) A question on call by value,
call by name,
call by reference.
f(x,y,z)
{
y := y+1;
z := z+x;
}
main()
{
int a,b;
a := 2
b := 2;
f(a+b,a,a);
print a;
}
what is the value of a printed for three different calls in
main.
15) Using the following instructions and two registers ,
A&B.
find out A XOR B and put the result in A
PUSH
POP
NOR These instructions operates with A & B and puts
the result in
AND A
(question basically to get XOR in terms of NOR and AND)
16) True/False questions:
1) The page size should be the power of 2.
2)
17)
int i=0;
int j=0;
loop:
if(i = 0)
i++;
i++;
j++;
if(j<= 25)
goto loop
xxx:
question1 : how many times is the loop entered
A few questions of that sort. some count fundaes. Easy one )
18) Who handles page faults?
a) OS
b) MMU
c) Hardware logic
d) etc etc....
19) For which of following is it not possible to write an
algorithm.
a) To find out 1026th prime number
b) To write program for NP-complete problem
c) To write program which generates true Random numbers.
etc...
20) what is the essential requirement for an real-time
systems
a) pre-emption
b) virtual memory
c) paging etc...
BHEL INterview Questions
1)Unit of Entropy (J/kg K or kJ/kg K)?
2)A mass of 100kg is falling from a height of 1 m and penetrates the sand
into for 1 m. What is the resistance force given by sand?
3)Ratio of specific heats of air ? (1.41)
4)A body weighs 3 kg in air. If it is submerged in a liquid, it weighs 2.5
kg. What is the specific gravity of the liquid ?
5)Two cars travell in same direction at 40 km/hr at a regular distance. A
car comes in a opposite direction in 60km/hr. It meets each car in a gap
of 8 seconds. What is the distance between them?
6)A simple problem involing in hoops stress. For sphere: M= [3/2]*p*V*
[density of pressure vessel material/Maximum working stress it can
tolerate] For Thin walled pressure walls: Hoops stress or stress in the
radial direction =p*r/2t?
7) A problem in force calculation in a body moving in a inclined surface?
8)Composition of bronze?
ans. Copper+zinc.
9) Compostion of stainless steel.?
ans. iron+chromium+nickel+carbon.
10) CI is manifactured in which process?
ans. cupola process
11)What percentage of carbon is preset in pig iron?
ans. 4.5 to 6%.
BHEL Placement Papers | BHEL Interview Procedure |
BHEL Aptitude Questions | BHEL Technical Questions |
BHEL Interview Questions
12)Water is available at 10m height. What is the pressure available?
ans= pressure=density*g*height;
p=1000*9.81*10;
p=98100N/m2.
13)What will happen if the speed of the centrifugal pump doubles?
14)The unit eV is widely used in ?
ans. Nuclear and atomic physics.
15)What will happen to the resistance, when the diameter of the conductor
is doubled?
16)The power comsumed by a electrical device is 1000W at 250V, What is the
resistance in the device?
ans.
Power= Voltage*current,
Current=Power/Voltage,
Current,I=1000/250=4
amps. V=IR,
Therefore R=250/4=62.5 ohms.
17)Why DC current is not used in transformer?
18)On what principle the sonar/ radar works?
19)Bending moment diagram for the UDL is in what shape?
20)Function of the distributor in petrol vehicles?
ans. Spark timing.
21)Which is not present in CI engines?
ans. carburrettor.
22)What will happen if one cylinder recieves more amount of fuel spray
from injectors than other injectors?
23)Purpose of draft tube in hydraulic turbines?
ans. The purpose of a draft tube is toconvert some of the kinetic energy
of the flow from the runner (the rotating part of the turbine)
intopressure energy and thereby increase the efficiency ofthe hydro power
turbine.
24)What is the effect or reheater in the gas turbine?
The advantage of reheater is significantly increased thrust; the
disadvantage is it has very high fuel consumption and inefficiency.
BHEL Placement Papers | BHEL Interview Procedure |
BHEL Aptitude Questions | BHEL Technical Questions |
BHEL Interview Questions
25)Problems involving with fricition coefficient.
26)Factor of safety = Yeild stress/Working stress.
27)Which is the example of non parallel power transmission (Universal
coupling)?
28)For perpendicular shafts worm gear is used?
29)A planet gear with 25 teeth is meshed with a sun gear of 100 teeth.
Both are connected using a arm. How many rotations are needed for planet
gear to complete one rotation around the sun gear?
30)What is equivalent spring constant for spring in parallel?
31) Some questions was asked related to boundary layer and vortex flow.
32) 5 questions were asked in PERT, Process planning, Product planning,
Break even analysis.
33)How are tungsten and sintered composite materials are machined?
(Electro Discharge Machining, EDM)
General Apptitude:
very easy.
There are 120 questions .
English:
** Detect the words with wrong spellings (5 questions).
** Fill in the blanks with appropriate words(5 questions).
** Two reading comprehensions were given(10 questions).
** Find the error in the sentence (8 questions).
Reasoning:
** Seating arrangement problems.
** Find the relation between them.
Quantitative ability:
** 50% of the questions are from basic geometry .
** Remaining were very general and easy. But many questions are there
that's y you should consider time factor and be quick.
2)A mass of 100kg is falling from a height of 1 m and penetrates the sand
into for 1 m. What is the resistance force given by sand?
3)Ratio of specific heats of air ? (1.41)
4)A body weighs 3 kg in air. If it is submerged in a liquid, it weighs 2.5
kg. What is the specific gravity of the liquid ?
5)Two cars travell in same direction at 40 km/hr at a regular distance. A
car comes in a opposite direction in 60km/hr. It meets each car in a gap
of 8 seconds. What is the distance between them?
6)A simple problem involing in hoops stress. For sphere: M= [3/2]*p*V*
[density of pressure vessel material/Maximum working stress it can
tolerate] For Thin walled pressure walls: Hoops stress or stress in the
radial direction =p*r/2t?
7) A problem in force calculation in a body moving in a inclined surface?
8)Composition of bronze?
ans. Copper+zinc.
9) Compostion of stainless steel.?
ans. iron+chromium+nickel+carbon.
10) CI is manifactured in which process?
ans. cupola process
11)What percentage of carbon is preset in pig iron?
ans. 4.5 to 6%.
BHEL Placement Papers | BHEL Interview Procedure |
BHEL Aptitude Questions | BHEL Technical Questions |
BHEL Interview Questions
12)Water is available at 10m height. What is the pressure available?
ans= pressure=density*g*height;
p=1000*9.81*10;
p=98100N/m2.
13)What will happen if the speed of the centrifugal pump doubles?
14)The unit eV is widely used in ?
ans. Nuclear and atomic physics.
15)What will happen to the resistance, when the diameter of the conductor
is doubled?
16)The power comsumed by a electrical device is 1000W at 250V, What is the
resistance in the device?
ans.
Power= Voltage*current,
Current=Power/Voltage,
Current,I=1000/250=4
amps. V=IR,
Therefore R=250/4=62.5 ohms.
17)Why DC current is not used in transformer?
18)On what principle the sonar/ radar works?
19)Bending moment diagram for the UDL is in what shape?
20)Function of the distributor in petrol vehicles?
ans. Spark timing.
21)Which is not present in CI engines?
ans. carburrettor.
22)What will happen if one cylinder recieves more amount of fuel spray
from injectors than other injectors?
23)Purpose of draft tube in hydraulic turbines?
ans. The purpose of a draft tube is toconvert some of the kinetic energy
of the flow from the runner (the rotating part of the turbine)
intopressure energy and thereby increase the efficiency ofthe hydro power
turbine.
24)What is the effect or reheater in the gas turbine?
The advantage of reheater is significantly increased thrust; the
disadvantage is it has very high fuel consumption and inefficiency.
BHEL Placement Papers | BHEL Interview Procedure |
BHEL Aptitude Questions | BHEL Technical Questions |
BHEL Interview Questions
25)Problems involving with fricition coefficient.
26)Factor of safety = Yeild stress/Working stress.
27)Which is the example of non parallel power transmission (Universal
coupling)?
28)For perpendicular shafts worm gear is used?
29)A planet gear with 25 teeth is meshed with a sun gear of 100 teeth.
Both are connected using a arm. How many rotations are needed for planet
gear to complete one rotation around the sun gear?
30)What is equivalent spring constant for spring in parallel?
31) Some questions was asked related to boundary layer and vortex flow.
32) 5 questions were asked in PERT, Process planning, Product planning,
Break even analysis.
33)How are tungsten and sintered composite materials are machined?
(Electro Discharge Machining, EDM)
General Apptitude:
very easy.
There are 120 questions .
English:
** Detect the words with wrong spellings (5 questions).
** Fill in the blanks with appropriate words(5 questions).
** Two reading comprehensions were given(10 questions).
** Find the error in the sentence (8 questions).
Reasoning:
** Seating arrangement problems.
** Find the relation between them.
Quantitative ability:
** 50% of the questions are from basic geometry .
** Remaining were very general and easy. But many questions are there
that's y you should consider time factor and be quick.
DELL Model Papers
I attended Dell for Interview on 10th July 2006 for Techincal Support. I
lost in 3rd round i.e Voice Asscent round. I would like to share my
experience with you all about Dell.
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
There will be four Rounds.
1. Personal Introduction and Topic round.
2. Hr Round.
3. Voice Asscent round.
4. Operational Manager round.
5. Hr round .
1. Personal Introduction and Topic round :
In this round They will ask us to tell about ourselves and they will ask to
talk about a topic this was easy round. The topic i selected is
"Importance of Team Work".
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
2. Hr Round
a) Tell me about yourself?
b) What do you know about Dell?
c) Why do you want to join Dell?
d) Are you ready to sign a bond?
e) Tell your strenghts and weakness?
f) what is meant by BPO?
3) Voice Asscent Round
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
In the voice asscent round you have to speak on phone with the trainee of
Dell. He will generally ask you to introduce yourself and then ask you to
speak about any topic and again he will give you one topic and you need to
talk about it.
At last he will ask Sentence completion like the following.
a. if it rains ----------------------------
b. in summer ------------------------
c. if i cooks -------------------------
d. if i don't cook ----------------------
e. i love -----------------------------
f. no one ------------------------
g. etc
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
Sen
Re: My interview Placement paper with Dell ---- 2006 10 July
Reply
# 2
HERE ARE 5 ROUND IN DELL INTERVIEW
1.INTRODUCTION ROUND
general questions..tel me about yourself ,your hobbies,why
you want to join dell,previous experience
2.GROUP DISCUSIION
more or less similar they jst check whether you can spoke
fluently or not same type of question
3.VERSANT ROUND (THE MOST DIFICULT ONE)
IT IS A TELEPHONIC ROUND
CHECK THIS SITE
http://harcourtassessment.com/HAIWEB/Cultures/en-
us/Harcourt/AboutUs/AboutUs.htm...................IT
CONTAINS A DEMO TEST OF WHAT IS CONDUCTED IN THIRD ROUND SO
YOU CAN GO THHROUGH..YOU JUST NEED TO PLACE AN ORDER AND
THEY WILL SEND YOU DEMO TEST AT YOUR EMAIL ADRESS
IT WIL BE LIKE THIS
Versant? for English Demo Test Instructions (Read this
first)
NO
too low, too far away
YES
in front of mouth
YES
a good distance
The Versant for English test is presented by computer over
the telephone using the Ordinate? testing system.
It tests your ability to speak English and to understand
spoken English at a conversational pace.
You will need to read aloud, repeat sentences, answer
questions, and build sentences.
Procedure. First, take time to read the whole test paper.
If there are words or sentences that you don't understand,
you may use a dictionary or ask a friend or a teacher for
help. When you are ready to begin the test, use an
appropriate telephone to call the telephone number printed
on the test paper. When asked, you will enter the Test
Identification Number using the buttons on your telephone
keypad. You will take the test on your own by following the
directions given over the telephone. Relax, concentrate,
and do your best. If you do not know how to respond to a
test item, just be silent or say ?I don?t know.?
Test Sections. The test has five sections (Part A, B, C, D
and E) as follows:
Part A: Follow the instructions to read some sentences from
among those printed in Part A. Read the sentences in the
order requested, which may be different from the order
shown. Read aloud as smoothly and naturally as you can.
Part B: Repeat each sentence you hear − exactly as you hear
it. Repeat as much of each sentence as you can.
Part C: Answer the questions that are asked with a single
word or a short phrase of two or three words.
Part D: You will hear three word groups. Say a reasonable
sentence built from these three word groups.
Part E: You will hear each question twice. After you hear a
tone, speak your opinion as fully and clearly as you can
using the 20 seconds provided until you hear the next tone.
Express your opinion and supporting reasons in clear,
coherent English. Any opinion is acceptable. Speak for the
whole 20 second period.
When you hear: ?Thank you for calling the Ordinate Testing
System.?, the test is complete; you may hang up.
Criteria. Versant for English test scores are based on the
exact words that you speak, as well as the pace, fluency,
and pronunciation of those words as combined in phrases and
sentences. Give quick, smooth, loud responses. Note that
some test items have more than one correct answer.
Suggestions. Place your call to the Ordinate testing system
on a good telephone in a suitable location. Choose a
location that is quiet and where you will not be
interrupted. At the beginning of your call, the Ordinate
testing system will tell you if you are speaking too loudly
or too quietly. Hold the phone as shown in the figure below
and speak in a loud, steady voice. Use a push-button
telephone in good working order that is set to ?tone?
(not ?pulse?). Newer phones are generally better than older
phones. Do not use a cordless, cellular phone, or VOIP
phones. If you do not know how to respond to a test item,
then remain silent or say ?I don't know.?
Copyright ? 2006 Ordinate Corporation. All rights
reserved. ??Versant?? is a trademark of Harcourt
Assessment, Inc. Ordinate is a registered trademark of
Ordinate Corporation.
OR CHECK OUT AT THIS SITE
www.versanttest.co.uk/pdf/testinstructions.pdf
WE VERY CAUTIOUS YOU HAVE TO SCORE ATLEAST 60% TO GET TO
NEXT ROUND
4THEN COMES EFL TEST -THIS IS A PSCHYOMETRIC TEST BE VERY
CAREFUL WHILE GIVING YOUR ANSWERS YOU HAVE TO BE CONSISTENT
WITH YOUR ANSWERS
5HR ROUND.......HERE HE WIL ASK YOU GENERAL QUESTION IF YOU
WANT TO OPT FOR TECHNICAL ROUND YOU SHOULD BE PREPARED TO
ANSWER
1.WHAT IS CONFIGURATION OF YOUR COMPUTER.
2.WHY WE USE A HEAT SINK.
3.WHAT IS UPS.
4.WHATIS VIDEO CARD ,SOUND CARD.
BE VERY CAREFUL ONE TIME YOU DONOT MAKE IT REJECTION PERIOD
IS FOR 3 MONTHS.......BEST OF LUCK
lost in 3rd round i.e Voice Asscent round. I would like to share my
experience with you all about Dell.
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
There will be four Rounds.
1. Personal Introduction and Topic round.
2. Hr Round.
3. Voice Asscent round.
4. Operational Manager round.
5. Hr round .
1. Personal Introduction and Topic round :
In this round They will ask us to tell about ourselves and they will ask to
talk about a topic this was easy round. The topic i selected is
"Importance of Team Work".
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
2. Hr Round
a) Tell me about yourself?
b) What do you know about Dell?
c) Why do you want to join Dell?
d) Are you ready to sign a bond?
e) Tell your strenghts and weakness?
f) what is meant by BPO?
3) Voice Asscent Round
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
In the voice asscent round you have to speak on phone with the trainee of
Dell. He will generally ask you to introduce yourself and then ask you to
speak about any topic and again he will give you one topic and you need to
talk about it.
At last he will ask Sentence completion like the following.
a. if it rains ----------------------------
b. in summer ------------------------
c. if i cooks -------------------------
d. if i don't cook ----------------------
e. i love -----------------------------
f. no one ------------------------
g. etc
Dell Placement Papers | Dell Interview Procedure |
Dell Aptitude Questions | Dell Technical Questions |
Dell Interview Questions
Sen
Re: My interview Placement paper with Dell ---- 2006 10 July
Reply
# 2
HERE ARE 5 ROUND IN DELL INTERVIEW
1.INTRODUCTION ROUND
general questions..tel me about yourself ,your hobbies,why
you want to join dell,previous experience
2.GROUP DISCUSIION
more or less similar they jst check whether you can spoke
fluently or not same type of question
3.VERSANT ROUND (THE MOST DIFICULT ONE)
IT IS A TELEPHONIC ROUND
CHECK THIS SITE
http://harcourtassessment.com/HAIWEB/Cultures/en-
us/Harcourt/AboutUs/AboutUs.htm...................IT
CONTAINS A DEMO TEST OF WHAT IS CONDUCTED IN THIRD ROUND SO
YOU CAN GO THHROUGH..YOU JUST NEED TO PLACE AN ORDER AND
THEY WILL SEND YOU DEMO TEST AT YOUR EMAIL ADRESS
IT WIL BE LIKE THIS
Versant? for English Demo Test Instructions (Read this
first)
NO
too low, too far away
YES
in front of mouth
YES
a good distance
The Versant for English test is presented by computer over
the telephone using the Ordinate? testing system.
It tests your ability to speak English and to understand
spoken English at a conversational pace.
You will need to read aloud, repeat sentences, answer
questions, and build sentences.
Procedure. First, take time to read the whole test paper.
If there are words or sentences that you don't understand,
you may use a dictionary or ask a friend or a teacher for
help. When you are ready to begin the test, use an
appropriate telephone to call the telephone number printed
on the test paper. When asked, you will enter the Test
Identification Number using the buttons on your telephone
keypad. You will take the test on your own by following the
directions given over the telephone. Relax, concentrate,
and do your best. If you do not know how to respond to a
test item, just be silent or say ?I don?t know.?
Test Sections. The test has five sections (Part A, B, C, D
and E) as follows:
Part A: Follow the instructions to read some sentences from
among those printed in Part A. Read the sentences in the
order requested, which may be different from the order
shown. Read aloud as smoothly and naturally as you can.
Part B: Repeat each sentence you hear − exactly as you hear
it. Repeat as much of each sentence as you can.
Part C: Answer the questions that are asked with a single
word or a short phrase of two or three words.
Part D: You will hear three word groups. Say a reasonable
sentence built from these three word groups.
Part E: You will hear each question twice. After you hear a
tone, speak your opinion as fully and clearly as you can
using the 20 seconds provided until you hear the next tone.
Express your opinion and supporting reasons in clear,
coherent English. Any opinion is acceptable. Speak for the
whole 20 second period.
When you hear: ?Thank you for calling the Ordinate Testing
System.?, the test is complete; you may hang up.
Criteria. Versant for English test scores are based on the
exact words that you speak, as well as the pace, fluency,
and pronunciation of those words as combined in phrases and
sentences. Give quick, smooth, loud responses. Note that
some test items have more than one correct answer.
Suggestions. Place your call to the Ordinate testing system
on a good telephone in a suitable location. Choose a
location that is quiet and where you will not be
interrupted. At the beginning of your call, the Ordinate
testing system will tell you if you are speaking too loudly
or too quietly. Hold the phone as shown in the figure below
and speak in a loud, steady voice. Use a push-button
telephone in good working order that is set to ?tone?
(not ?pulse?). Newer phones are generally better than older
phones. Do not use a cordless, cellular phone, or VOIP
phones. If you do not know how to respond to a test item,
then remain silent or say ?I don't know.?
Copyright ? 2006 Ordinate Corporation. All rights
reserved. ??Versant?? is a trademark of Harcourt
Assessment, Inc. Ordinate is a registered trademark of
Ordinate Corporation.
OR CHECK OUT AT THIS SITE
www.versanttest.co.uk/pdf/testinstructions.pdf
WE VERY CAUTIOUS YOU HAVE TO SCORE ATLEAST 60% TO GET TO
NEXT ROUND
4THEN COMES EFL TEST -THIS IS A PSCHYOMETRIC TEST BE VERY
CAREFUL WHILE GIVING YOUR ANSWERS YOU HAVE TO BE CONSISTENT
WITH YOUR ANSWERS
5HR ROUND.......HERE HE WIL ASK YOU GENERAL QUESTION IF YOU
WANT TO OPT FOR TECHNICAL ROUND YOU SHOULD BE PREPARED TO
ANSWER
1.WHAT IS CONFIGURATION OF YOUR COMPUTER.
2.WHY WE USE A HEAT SINK.
3.WHAT IS UPS.
4.WHATIS VIDEO CARD ,SOUND CARD.
BE VERY CAREFUL ONE TIME YOU DONOT MAKE IT REJECTION PERIOD
IS FOR 3 MONTHS.......BEST OF LUCK
Adobe Placement Papers
Telecom - 1
1. Effect of calling virtual function in C++ constructor
2. I am in a 100-story building. I have with me two glass
balls. I know that if I throw the ball out of the window,
it will not break if the floor number is less than X, and
it will always breaks if the floor number is equal to or
greater than X. Assuming that I can reuse the balls which
don't break, find X in the minimum number of throws.
3. Implement fibannoci func for nth number. I told never
use recursion in production code. Stack overflow can
corrupt your system.
4. Other C++ funde
Interview - 1
1. Implement Mutex.
2. What is tiny URL. How would you implement it. I told
hashing and defended it with reasons. But interviewer was
not happy .. . I could not understand what he really
expects .. .
3. Initialization list in C++ constructor
6. Puzzle, A square Island surrounded by bigger square, and
in between there is infinite depth water. The distance
between them is L. The wooden blocks of L are given.
The L length block can't be placed in between to cross it,
as it will fall in water (just fitting).
How would you cross using these L length blocks.
Interview - 2
1. You are given four no 1,2,3,4. The score to start is
zero.
There are two people. Each one has to choose one of
1,2,3,4 alternatively and add to score. The person who
reaches the score value N (variable given as input) 1st
will won.
What will be your strategy.
2. There are N nuts and N bolts, all unique pairs od Nut
and Bolt
You cant compare Nut with Nut.
You cant compare Bolt with Bolt
You CAN compare Nut with Bolt
Now how would you figure out matching pairs of nut and
bolt from the given N nut and Bolt.
The basic soln is O(N^2). Give O(NlogN soln)
3. Given a array 123456789
He would you rotate it like 7891234567
Do reverse string complete and then twice revert at
pivot. O(N).
I gave another O(N) soln which is tricky .. . but
interviewer (hiring manager) was like ek or O(N) soln hai
wahe do .. .
I would say Adobe hiring people are DUMB. They have pre
determined soln in mind and they only expect same soln .. .
They dont appreciate different thought level with same
complexity soln.
So they want Soln learners and not Soln explorers and
pattern finders.
1. Effect of calling virtual function in C++ constructor
2. I am in a 100-story building. I have with me two glass
balls. I know that if I throw the ball out of the window,
it will not break if the floor number is less than X, and
it will always breaks if the floor number is equal to or
greater than X. Assuming that I can reuse the balls which
don't break, find X in the minimum number of throws.
3. Implement fibannoci func for nth number. I told never
use recursion in production code. Stack overflow can
corrupt your system.
4. Other C++ funde
Interview - 1
1. Implement Mutex.
2. What is tiny URL. How would you implement it. I told
hashing and defended it with reasons. But interviewer was
not happy .. . I could not understand what he really
expects .. .
3. Initialization list in C++ constructor
6. Puzzle, A square Island surrounded by bigger square, and
in between there is infinite depth water. The distance
between them is L. The wooden blocks of L are given.
The L length block can't be placed in between to cross it,
as it will fall in water (just fitting).
How would you cross using these L length blocks.
Interview - 2
1. You are given four no 1,2,3,4. The score to start is
zero.
There are two people. Each one has to choose one of
1,2,3,4 alternatively and add to score. The person who
reaches the score value N (variable given as input) 1st
will won.
What will be your strategy.
2. There are N nuts and N bolts, all unique pairs od Nut
and Bolt
You cant compare Nut with Nut.
You cant compare Bolt with Bolt
You CAN compare Nut with Bolt
Now how would you figure out matching pairs of nut and
bolt from the given N nut and Bolt.
The basic soln is O(N^2). Give O(NlogN soln)
3. Given a array 123456789
He would you rotate it like 7891234567
Do reverse string complete and then twice revert at
pivot. O(N).
I gave another O(N) soln which is tricky .. . but
interviewer (hiring manager) was like ek or O(N) soln hai
wahe do .. .
I would say Adobe hiring people are DUMB. They have pre
determined soln in mind and they only expect same soln .. .
They dont appreciate different thought level with same
complexity soln.
So they want Soln learners and not Soln explorers and
pattern finders.
Accenture Placement Paper
Accenture Placement Paper in KCT Coimbatore
Feb 06, 2010
1)APTITUDE TEST:
Questions = 55 ; time limit = 60 minutes...along with that an essay to
write in the
same sheet in another 10 minutes. No sectional cut off , no negative
marking. Offline
(paper & pen) test
Directions for Questions 1-3 : Choose the option which will correctly fill
the blank.
1. I will be here __________- Thursday and Friday.
A. During
B. for
C. until
D. after
Ans: A
2. I have been here ______ three years
A. since
B. from
C. for
D. none of the above
Ans: C
3. The sun rose ______the horizon.
A. below
B. over
C. in
D. above
Ans: D
Directions for Questions 4-6 : Choose the word nearest in meaning to the
word in
ITALICS from the given options.
4. Now the fury of the demonstrators turned against the machines.
A. Range
B. Acrimony
C. Asperity
D. Passion
Ans: A
5. Malice is a feeling that we should always avoid.
A. Spite
B. Envy
C. Hatred
D. Cruelty
Ans: A
6. He was punished for shirking his official work
A. Delegating
B. Slowing
C. avoiding
D. Postponding
Ans: C
Directions for Questions 7-10: Choose the answer option which will
correctly fill the
blank.
7. Seiko is______ practicing Buddhist
A. an
B. the
C. a
D. none of these
Ans:C
8. ___________ awards ceremony at Kremlin would not normally have attracted so
much attention .
A. A
B. An
C. The
D. All the above
Ans: B
9.He spilled ___________ milk all over the floor
A. A
B. An
C. The
D. none of these
10. I saw _________ movie last night. _____ movie was entertaining.
A. the,A
B. A,the
C. An,A
D. the,the
Directions for Questions 11-14: Read the passage and answer the questions that
follow on the basis of the information provided in the passage.
Disequilibrium at the interface of water and air is a factor on which the
transfer of heat
and water vapor from the ocean to the air depends. The air within about a
millimeter
of the water is almost saturated with water vapor and the temperature of
the air is
close to that of the surface water. Irrespective of how small these
differences might
be, they are crucial, and the disequilibrium is maintained by air near the
surface
mixing with air higher up, which is typically appreciably cooler and lower
in water
vapor content. The turbulence, which takes its energy from the wind mixes
the air. As
the speed of wind increases, so does the turbulence, and consequently the rate
of heat and moisture transfer. We can arrive at a detailed understanding of
this
phenomenon after further study. The transfer of momentum from wind to water,
which occurs when waves are formed is an interacting-and complicated
phenomenon.
When waves are made by the wind, it transfers important amounts of
energy-energy,
which is consequently not available for the production of turbulence.
11. This passage principally intends to:
A. resolve a controversy
B. attempt a description of a phenomenon
C. sketch a theory
D. reinforce certain research findings
E. tabulate various observations
Answer : B
12. The wind over the ocean usually does which of the following
according to the given passage?
I. Leads to cool, dry air coming in proximity with the ocean surface.
II. Maintains a steady rate of heat and moisture transfer between the ocean
and the air.
III. Results in frequent changes in the ocean surface temperature.
A. I only
B. II only
C. I and II only
D. II and III only
E. I, II, and III
Answer : A
13. According to the author the present knowledge regarding heat and
moisture transfer from the ocean to air as
A. revolutionary
B. inconsequential
C. outdated
D. derivative
E. incomplete
Answer : E
14. According to the given passage, in case the wind was to decrease until
there was no wind at all, which of the following would occur?
A. The air, which is closest to the ocean surface would get saturated
with water vapor.
B. The water would be cooler than the air closest to the ocean
surface.
C. There would be a decrease in the amount of moisture in the air
closest to the ocean surface.
D. There would be an increase in the rate of heat and moisture
transfer.
E. The temperature of the air closest to the ocean and that of the air
higher up would be the same.
Answer : A
Directions for Questions 15-20: Read the passage and answer the questions that
follow on the basis of the information provided in the passage.
Roger Rosenblatt's book Black Fiction, manages to alter the approach taken
in many
previous studies by making an attempt to apply literary rather than
sociopolitical
criteria to its subject. Rosenblatt points out that criticism of Black
writing has very
often served as a pretext for an expounding on Blackhistory. The recent work of
Addison Gayle's passes a judgement on the value of Black fiction by clearly
polit ical
standards, rating each work according to the ideas of Black identity, which it
propounds.
Though fiction results from political circumstances, its author react not
in ideological
ways to those circumstances, and talking about novels and stories primarily as
instruments of ideology circumvents much of the fictional enterprise.
Affinities and
connections are revealed in the works of Black fiction in Rosenblatt's
literary analysis;
these affinities and connections have been overlooked and ignored by solely
political
studies.
The writing of acceptable criticism of Black fiction, however, presumes giving
satisfactory answers to a quite a few questions. The most important of all,
is there a
sufficient reason, apart from the racial identity of the authors, for the
grouping
together of Black authors? Secondly, what is the distinction of Black
fiction from other
modern fiction with which it is largely contemporaneous? In the work Rosenblatt
demonstrates that Black fiction is a distinct body of writing, which has an
identifiable,
coherent literary tradition. He highlights recurring concerns and designs,
which are
independent of chronology in Black fiction written over the past eighty
years. These
concerns and designs are thematic, and they come form the central fact of the
predominant white culture, where the Black characters in the novel are situated
irrespective of whether they attempt to conform to that culture or they
rebel against
it.
Rosenblatt's work does leave certain aesthetic questions open. His thematic
analysis
allows considerable objectivity; he even clearly states that he does not
intend to judge
the merit of the various works yet his reluctance seems misplaced,
especially since an
attempt to appraise might have led to interesting results. For example,
certain novels
have an appearance of structural diffusion. Is this a defeat, or are the
authors working
out of, or attempting to forge, a different kind of aesthetic? Apart from
this, the style
of certain Black novels, like Jean Toomer's Cane, verges on expressionism or
surrealism; does this technique provide a counterpoint to the prevalent
theme that
portrays the fate against which Black heroes are pitted, a theme usually
conveyed by
more naturalistic modes of expressions?
Irrespective of such omissions, what Rosenblatt talks about in his work
makes for an
astute and worthwhile study. His book very effectively surveys a variety of
novels,
highlighting certain fascinating and little-known works like James Weldon
Johnson's
Autobiography of an Ex-Coloured Man. Black Fiction is tightly constructed, and
levelheaded and penetrating criticism is exemplified in its forthright and
lucid style.
15. The author of the passage raises and objection to criticism of Black
fiction like that by Addison Gayle as it:
A. Highlights only the purely literary aspects of such works
B. Misconceive the ideological content of such fiction
C. Miscalculate the notions of Black identity presented in such fiction
D. Replaces political for literary criteria in evaluating such fiction
E. Disregards the reciprocation between Black history and Black
identity exhibited in such fiction.
Answer : D
16. The primary conce rn of the author in the above passage is:
A. Reviewing the validity of a work of criticism
B. Comparing various critical approaches to a subject
C. Talking of the limitations of a particular kind of criticism
D. Recapitulation of the major points in a work of criticism
E. Illustrating the theoretical background of a certain kind of
criticism.
Answer : A
17. The author is of the opinion that Black Fiction would have been
improved had Rosenblatt:
A. Undertaken a more careful evaluation of the ideological and
historical aspects of Black Fiction
B. Been more objective in his approach to novels and stories by
Black authors
C. Attempted a more detailed exploration of the recurring themes in
Black fiction throughout its history
D. Established a basis for placing Black fiction within its own unique
literary tradition
E. Calculated the relative literary merit of the novels he analyzed
thematically.
Answer : E
18. Rosenblatt's discussion of Black Fiction is :
A. Pedantic and contentious
B. Critical but admiring
C. Ironic and deprecating
D. Argumentative but unfocused
E. Stilted and insincere.
Answer : B
19. According to the given passage the author would be LEAST likely to
approve of which among the following?
A. Analyzing the influence of political events on the personal
ideology of Black writers
B. Attempting a critical study, which applies sociopolitical criteria to
the autobiographies of Black authors
C. A literary study of Black poetry that appraises the merits
of poems according to the political acceptability of their themes
D. Studying the growth of a distinct Black literary tradition within the
context of Black history
E. Undertaking a literary study, which attempts to isolate aesthetic
qualities unique to Black fiction.
Answer : C
20. From the following options, which does the author not make use of
while discussing Black Fiction?
A. Rhetorical questions
B. Specific examples
C. Comparison and contrast
D. Definition of terms
E. Personal opinion.
Answer : D
Section 2 -Analytical Ability
No. of Questions: 20
Duration in Minutes: 20
21. 10 men can complete a piece of work in 15 days and 15 women can
complete the
same work in 12 days. If all
the 10 men and 15 women work together , in how many days will the work get
completed?
A. 6
B. 6 1/3
C. 6 2/3
D. 7 2/3
Ans: C
22. if Kamal says ," Ravi's mother is the only daughter of my mother", how
is Kamal
related to Ravi ?
A. grandfather
B. father
C. brother
D. none of these
Ans: D
23. If Ramola ranks 14th in a class of 26, what is her rank from the last?
A. 13
B. 14
C. 15
D. 12
Ans: A
24. If Kalpana remembers that her mother's birthday is after 11th August
but before
15th August and her brother
Ramesh remembers that the birthday is before 20th August but after 13th August.
If both of them are correct,
when does the birthday of their mother fall?
A. 14th August
B. 15th August
C. 13th August
D. 16th August
Ans: A
25. A fort has enough food for 45 days for 175 soldiers. If after 15 days
100 soldiers
leave the fort, for how many
more days the food will last?
A. 60
B. 70
C. 80
D. 75
Ans: B
26. The price of petrol is increased by 10%. By how much percent the
consumption be
reduced so that the
expenditure remains the same?
A. 8.5
B. 7
C. 10
D. 9
Ans:D
27 A train 120 meters long passes an electric pole in 12 seconds and
another train of
same length traveling in
opposite direction in 8 seconds. The speed of the second train is
A. 60 Km
B. 66 Km
C. 72 Km
D. 80 Km
Ans: C
28.A person travels through 5 cities - A, B, C, D, E. Cities E is 2 km west
of D. D
is 3 km north-east of A. C is 5
km north of B and 4 km west of A. If this person visits these citiesin the
sequence B - C - A - E - D, what is
the effective distance between cities B and D?
A. 13 km
B. 9 km
C. 10 km
D. 11 km
Ans: A
29. Two identical taps fill 2/5 of a tank in 20 minutes. When one of the
taps goes
dry in how many minutes will the
remaining one tap fill the rest of the tank ?
A. 5 minutes
B. 10 minutes
C. 15 minutes
D. 20 minutes
E. None of the above
Ans : C
30. If r = (3p + q)/2 and s = p - q, for which of the following values of p
would r2
= s2?
A. 1q/5
B. 10 - 3q/2
C. q - 1
D. 3q
E. 9q/2 - 9
Ans : A
Direction(31-34): In each question below are given three statement followed
by 4
conclusions-I,II,III and IV. You have to take the given statements to be
true even if
they seem to be at variance with commonly known facts. Read all the
conclusion and
then decide which of the given conclusions logically follows from the given
statements
disregarding commonly known facts.
31. Statements
Some books are pens.
all pens are chairs
some chairs are tables
Conclusions
I. some books are chairs
II. Some chairs are books
III. all tables are chairs
IV. Some tables are chairs
A. All follow
B. Only I,II, and III follow
C. Only I,II, and IV follow
D. Only I,III, and IV follow
Ans: C
32. Statements
All cars are jeeps
All jeeps are buses
All buses are trucks
Conclusions
I. All trucks are buses
II. All buses are jeeps
III. All jeeps are cars
IV. All cars are trucks
A. None follows
B. all follow
C. Only III and IV follow
D. Only IV follow
Ans: D
33. Statements
Some trees are flowers
Some flowers are pencils
Some pencils are tables
Conclusions
I. Some tables are flowers
II. Some pencils are trees
III. Some tables are trees
IV. Some trees are pencils
A. All follow
B. Only I and III follow
C. Only IIand IV follow
D. None follows
Ans: D
34. Statement
All towns are villeges
No village is forest
Some forests are rivers
Conclusions
I. Some forests are villages
II. Some forests are not villages
III. Some rivers are not towns
IV. All villages are town
A. all follow
B. Only either I or II follow
C. Only either I or II or III follow
D. none of these
Ans: D
35. A rectangular tank 10" by 8" by 4" is filled with water. If all of the
water is to
be transferred to cube-shaped
tanks, each one 3 inches on a side, how many of these smaller tanks are
needed?
A. 9
B. 12
C. 16
D. 21
E. 39
Ans : B
36. The average weight of a class of 24 students is 36 years. When the
weight of
the teacher is also included, the
average weight increases by 1kg. What is the weight of the teacher?
A. 60 kgs
B. 61 kgs
C. 37 kgs
D. None of these
Ans : B
37. The proportion of milk and water in 3 samples is 2:1, 3:2 and 5:3. A
mixture
comprising of equal quantities of
all 3 samples is made. The proportion of milk and water in the mixture is
A. 2:1
B. 5:1
C. 99:61
D. 227:133
Ans : D
38. A 20 litre mixture of milk and water contains milk and water in the
ratio 3 : 2.
10 litres of the mixture is removed
and replaced with pure milk and the operation is repeated once more. At the
end of the two removal and
replacement, what is the ratio of milk and water in the resultant mixture?
A. 17 : 3
B. 9 : 1
C. 3 : 17
D. 5 : 3
Ans : B
39. A team of 8 students goes on an excursion, in two cars, of which one
can seat
5 and the other only 4. In how
many ways can they travel?
A. 9
B. 26
C. 126
D. 3920
Ans : C
40. One year payment to the servant is Rs. 200 plus one shirt. The servant
leaves
after 9 months and recieves Rs.
120 and a shirt.Then find the price of the shirt.
A. Rs. 80
B. Rs. 100
C. Rs. 120
D. Cannot be determined
Ans :C
Directions for Questions 41-45: Follow the directions given below to answer the
questions that follow. Your answer for each question below would be: A, if
ALL THREE
items given in the question are exactly ALIKE. B, if only the FIRST and
SECOND items
are exactly ALIKE. C, if only the FIRST and THIRD items are exactly ALIKE.
D, if only
the SECOND and THIRD items are exactly ALIKE. E, if ALL THREE items are
DIFFERENT.
41)LLMLLLKLMPUU, LLMLLLKLMPUU, LLMLLLKLMPUU
A) A
B)B
C)C
D)D
E)E
Ans: A
42) 0452-9858762, 0452-9858762, 0452-9858762
A) A
B) B
C) C
D) D
E) E
Ans: A
43) NIINIININN, NIININNINN ,NIINIININN
A) A
B)B
C)C
D)D
E)E
Ans:C
44) 4665.8009291, 4665.7999291, 4665.8009291
A) A
B) B
C)C
D)D
E)E
Ans:C
45)808088080.8080, 808008080.8080, 808088080.8080
A) A
B)B
C)C
D)D
E)E
Ans:C
46) If * stands for /, / stands for -,+ stands for * and -stands for +,
then 9/8*7+5-
10=?
A) 13.3
B) 10.8
C) 10.7
D) 11.4
47) If* stands for /, / stands for -,+ stands for * and -stands for +, then
9/15*9+2-
9=?
A) 14.7
B) 15.3
C) 14.1
D) 16.2
48) If * stands for /, / stands for -, + stands for * and - stands for +,
then which of
the following is TRUE?
A) 36/12*4+50-8 =-106
B) 12*8/4+50-8 =45.5
C) 36*4/12+36-8 = 4.7
D) 8*36/4+50-8 = 300
49. If x, y, and z are consecutive negative integers, and if x > y > z,
which of the
following must be a positive odd integer?
A. xyz
B. (x - y) (y - z)
C. x - yz
D. x(y + z)
E. x + y + z
Ans : B
50. The average age of a group of 12 students is 20years. If 4 more
students join the group, the average age increases by 1 year. The average
age of the
new students is
A. 24
B. 26
C. 23
D. 22
Ans : A
Directions for Questions 51-55: Nine individuals - Z, Y, X, W, V, U, T, S
and R - are the only candidates, who can serve on three committees-- A, B
and C, and each candidate should serve on exactly one of the
committees.Committee A should consist of exactly one member more than
committee B.
It is possible that there are no members of committee C.
Among Z, Y and X none can serve on committee A.
Among W, V and U none can serve on committee G.
Among T, S and R none can serve on committee C.
51. In case T and Z are the individuals serving on committee B, how many of
the nine individuals should serve on committee C?
A. 3
B. 4
C. 5
D. 6
E. 7
Ans : B
52. Of the nine individuals, the largest number that can serve together on
committee C is
A. 9
B. 8
C. 7
D. 6
E. 5
Ans : D
53. In case R is the only individual serving on committee B, which among the
following should serve on committee A?
A. W and S
B. V and U
C. V and T
D. U and S
E. T and S
Ans : E
54. In case any of the nine individuals serves on committee C, which among
the following should be the candidate to serve on committee A?
A. Z
B. Y
C. W
D. T
E. S
Ans : C
55. In case T, S and X are the only individuals serving on committee B, the
total membership of committee C should be:
A. Z and Y
B. Z and W
C. Y and V
D. Y and U
E. X and V
Ans : A
Feb 06, 2010
1)APTITUDE TEST:
Questions = 55 ; time limit = 60 minutes...along with that an essay to
write in the
same sheet in another 10 minutes. No sectional cut off , no negative
marking. Offline
(paper & pen) test
Directions for Questions 1-3 : Choose the option which will correctly fill
the blank.
1. I will be here __________- Thursday and Friday.
A. During
B. for
C. until
D. after
Ans: A
2. I have been here ______ three years
A. since
B. from
C. for
D. none of the above
Ans: C
3. The sun rose ______the horizon.
A. below
B. over
C. in
D. above
Ans: D
Directions for Questions 4-6 : Choose the word nearest in meaning to the
word in
ITALICS from the given options.
4. Now the fury of the demonstrators turned against the machines.
A. Range
B. Acrimony
C. Asperity
D. Passion
Ans: A
5. Malice is a feeling that we should always avoid.
A. Spite
B. Envy
C. Hatred
D. Cruelty
Ans: A
6. He was punished for shirking his official work
A. Delegating
B. Slowing
C. avoiding
D. Postponding
Ans: C
Directions for Questions 7-10: Choose the answer option which will
correctly fill the
blank.
7. Seiko is______ practicing Buddhist
A. an
B. the
C. a
D. none of these
Ans:C
8. ___________ awards ceremony at Kremlin would not normally have attracted so
much attention .
A. A
B. An
C. The
D. All the above
Ans: B
9.He spilled ___________ milk all over the floor
A. A
B. An
C. The
D. none of these
10. I saw _________ movie last night. _____ movie was entertaining.
A. the,A
B. A,the
C. An,A
D. the,the
Directions for Questions 11-14: Read the passage and answer the questions that
follow on the basis of the information provided in the passage.
Disequilibrium at the interface of water and air is a factor on which the
transfer of heat
and water vapor from the ocean to the air depends. The air within about a
millimeter
of the water is almost saturated with water vapor and the temperature of
the air is
close to that of the surface water. Irrespective of how small these
differences might
be, they are crucial, and the disequilibrium is maintained by air near the
surface
mixing with air higher up, which is typically appreciably cooler and lower
in water
vapor content. The turbulence, which takes its energy from the wind mixes
the air. As
the speed of wind increases, so does the turbulence, and consequently the rate
of heat and moisture transfer. We can arrive at a detailed understanding of
this
phenomenon after further study. The transfer of momentum from wind to water,
which occurs when waves are formed is an interacting-and complicated
phenomenon.
When waves are made by the wind, it transfers important amounts of
energy-energy,
which is consequently not available for the production of turbulence.
11. This passage principally intends to:
A. resolve a controversy
B. attempt a description of a phenomenon
C. sketch a theory
D. reinforce certain research findings
E. tabulate various observations
Answer : B
12. The wind over the ocean usually does which of the following
according to the given passage?
I. Leads to cool, dry air coming in proximity with the ocean surface.
II. Maintains a steady rate of heat and moisture transfer between the ocean
and the air.
III. Results in frequent changes in the ocean surface temperature.
A. I only
B. II only
C. I and II only
D. II and III only
E. I, II, and III
Answer : A
13. According to the author the present knowledge regarding heat and
moisture transfer from the ocean to air as
A. revolutionary
B. inconsequential
C. outdated
D. derivative
E. incomplete
Answer : E
14. According to the given passage, in case the wind was to decrease until
there was no wind at all, which of the following would occur?
A. The air, which is closest to the ocean surface would get saturated
with water vapor.
B. The water would be cooler than the air closest to the ocean
surface.
C. There would be a decrease in the amount of moisture in the air
closest to the ocean surface.
D. There would be an increase in the rate of heat and moisture
transfer.
E. The temperature of the air closest to the ocean and that of the air
higher up would be the same.
Answer : A
Directions for Questions 15-20: Read the passage and answer the questions that
follow on the basis of the information provided in the passage.
Roger Rosenblatt's book Black Fiction, manages to alter the approach taken
in many
previous studies by making an attempt to apply literary rather than
sociopolitical
criteria to its subject. Rosenblatt points out that criticism of Black
writing has very
often served as a pretext for an expounding on Blackhistory. The recent work of
Addison Gayle's passes a judgement on the value of Black fiction by clearly
polit ical
standards, rating each work according to the ideas of Black identity, which it
propounds.
Though fiction results from political circumstances, its author react not
in ideological
ways to those circumstances, and talking about novels and stories primarily as
instruments of ideology circumvents much of the fictional enterprise.
Affinities and
connections are revealed in the works of Black fiction in Rosenblatt's
literary analysis;
these affinities and connections have been overlooked and ignored by solely
political
studies.
The writing of acceptable criticism of Black fiction, however, presumes giving
satisfactory answers to a quite a few questions. The most important of all,
is there a
sufficient reason, apart from the racial identity of the authors, for the
grouping
together of Black authors? Secondly, what is the distinction of Black
fiction from other
modern fiction with which it is largely contemporaneous? In the work Rosenblatt
demonstrates that Black fiction is a distinct body of writing, which has an
identifiable,
coherent literary tradition. He highlights recurring concerns and designs,
which are
independent of chronology in Black fiction written over the past eighty
years. These
concerns and designs are thematic, and they come form the central fact of the
predominant white culture, where the Black characters in the novel are situated
irrespective of whether they attempt to conform to that culture or they
rebel against
it.
Rosenblatt's work does leave certain aesthetic questions open. His thematic
analysis
allows considerable objectivity; he even clearly states that he does not
intend to judge
the merit of the various works yet his reluctance seems misplaced,
especially since an
attempt to appraise might have led to interesting results. For example,
certain novels
have an appearance of structural diffusion. Is this a defeat, or are the
authors working
out of, or attempting to forge, a different kind of aesthetic? Apart from
this, the style
of certain Black novels, like Jean Toomer's Cane, verges on expressionism or
surrealism; does this technique provide a counterpoint to the prevalent
theme that
portrays the fate against which Black heroes are pitted, a theme usually
conveyed by
more naturalistic modes of expressions?
Irrespective of such omissions, what Rosenblatt talks about in his work
makes for an
astute and worthwhile study. His book very effectively surveys a variety of
novels,
highlighting certain fascinating and little-known works like James Weldon
Johnson's
Autobiography of an Ex-Coloured Man. Black Fiction is tightly constructed, and
levelheaded and penetrating criticism is exemplified in its forthright and
lucid style.
15. The author of the passage raises and objection to criticism of Black
fiction like that by Addison Gayle as it:
A. Highlights only the purely literary aspects of such works
B. Misconceive the ideological content of such fiction
C. Miscalculate the notions of Black identity presented in such fiction
D. Replaces political for literary criteria in evaluating such fiction
E. Disregards the reciprocation between Black history and Black
identity exhibited in such fiction.
Answer : D
16. The primary conce rn of the author in the above passage is:
A. Reviewing the validity of a work of criticism
B. Comparing various critical approaches to a subject
C. Talking of the limitations of a particular kind of criticism
D. Recapitulation of the major points in a work of criticism
E. Illustrating the theoretical background of a certain kind of
criticism.
Answer : A
17. The author is of the opinion that Black Fiction would have been
improved had Rosenblatt:
A. Undertaken a more careful evaluation of the ideological and
historical aspects of Black Fiction
B. Been more objective in his approach to novels and stories by
Black authors
C. Attempted a more detailed exploration of the recurring themes in
Black fiction throughout its history
D. Established a basis for placing Black fiction within its own unique
literary tradition
E. Calculated the relative literary merit of the novels he analyzed
thematically.
Answer : E
18. Rosenblatt's discussion of Black Fiction is :
A. Pedantic and contentious
B. Critical but admiring
C. Ironic and deprecating
D. Argumentative but unfocused
E. Stilted and insincere.
Answer : B
19. According to the given passage the author would be LEAST likely to
approve of which among the following?
A. Analyzing the influence of political events on the personal
ideology of Black writers
B. Attempting a critical study, which applies sociopolitical criteria to
the autobiographies of Black authors
C. A literary study of Black poetry that appraises the merits
of poems according to the political acceptability of their themes
D. Studying the growth of a distinct Black literary tradition within the
context of Black history
E. Undertaking a literary study, which attempts to isolate aesthetic
qualities unique to Black fiction.
Answer : C
20. From the following options, which does the author not make use of
while discussing Black Fiction?
A. Rhetorical questions
B. Specific examples
C. Comparison and contrast
D. Definition of terms
E. Personal opinion.
Answer : D
Section 2 -Analytical Ability
No. of Questions: 20
Duration in Minutes: 20
21. 10 men can complete a piece of work in 15 days and 15 women can
complete the
same work in 12 days. If all
the 10 men and 15 women work together , in how many days will the work get
completed?
A. 6
B. 6 1/3
C. 6 2/3
D. 7 2/3
Ans: C
22. if Kamal says ," Ravi's mother is the only daughter of my mother", how
is Kamal
related to Ravi ?
A. grandfather
B. father
C. brother
D. none of these
Ans: D
23. If Ramola ranks 14th in a class of 26, what is her rank from the last?
A. 13
B. 14
C. 15
D. 12
Ans: A
24. If Kalpana remembers that her mother's birthday is after 11th August
but before
15th August and her brother
Ramesh remembers that the birthday is before 20th August but after 13th August.
If both of them are correct,
when does the birthday of their mother fall?
A. 14th August
B. 15th August
C. 13th August
D. 16th August
Ans: A
25. A fort has enough food for 45 days for 175 soldiers. If after 15 days
100 soldiers
leave the fort, for how many
more days the food will last?
A. 60
B. 70
C. 80
D. 75
Ans: B
26. The price of petrol is increased by 10%. By how much percent the
consumption be
reduced so that the
expenditure remains the same?
A. 8.5
B. 7
C. 10
D. 9
Ans:D
27 A train 120 meters long passes an electric pole in 12 seconds and
another train of
same length traveling in
opposite direction in 8 seconds. The speed of the second train is
A. 60 Km
B. 66 Km
C. 72 Km
D. 80 Km
Ans: C
28.A person travels through 5 cities - A, B, C, D, E. Cities E is 2 km west
of D. D
is 3 km north-east of A. C is 5
km north of B and 4 km west of A. If this person visits these citiesin the
sequence B - C - A - E - D, what is
the effective distance between cities B and D?
A. 13 km
B. 9 km
C. 10 km
D. 11 km
Ans: A
29. Two identical taps fill 2/5 of a tank in 20 minutes. When one of the
taps goes
dry in how many minutes will the
remaining one tap fill the rest of the tank ?
A. 5 minutes
B. 10 minutes
C. 15 minutes
D. 20 minutes
E. None of the above
Ans : C
30. If r = (3p + q)/2 and s = p - q, for which of the following values of p
would r2
= s2?
A. 1q/5
B. 10 - 3q/2
C. q - 1
D. 3q
E. 9q/2 - 9
Ans : A
Direction(31-34): In each question below are given three statement followed
by 4
conclusions-I,II,III and IV. You have to take the given statements to be
true even if
they seem to be at variance with commonly known facts. Read all the
conclusion and
then decide which of the given conclusions logically follows from the given
statements
disregarding commonly known facts.
31. Statements
Some books are pens.
all pens are chairs
some chairs are tables
Conclusions
I. some books are chairs
II. Some chairs are books
III. all tables are chairs
IV. Some tables are chairs
A. All follow
B. Only I,II, and III follow
C. Only I,II, and IV follow
D. Only I,III, and IV follow
Ans: C
32. Statements
All cars are jeeps
All jeeps are buses
All buses are trucks
Conclusions
I. All trucks are buses
II. All buses are jeeps
III. All jeeps are cars
IV. All cars are trucks
A. None follows
B. all follow
C. Only III and IV follow
D. Only IV follow
Ans: D
33. Statements
Some trees are flowers
Some flowers are pencils
Some pencils are tables
Conclusions
I. Some tables are flowers
II. Some pencils are trees
III. Some tables are trees
IV. Some trees are pencils
A. All follow
B. Only I and III follow
C. Only IIand IV follow
D. None follows
Ans: D
34. Statement
All towns are villeges
No village is forest
Some forests are rivers
Conclusions
I. Some forests are villages
II. Some forests are not villages
III. Some rivers are not towns
IV. All villages are town
A. all follow
B. Only either I or II follow
C. Only either I or II or III follow
D. none of these
Ans: D
35. A rectangular tank 10" by 8" by 4" is filled with water. If all of the
water is to
be transferred to cube-shaped
tanks, each one 3 inches on a side, how many of these smaller tanks are
needed?
A. 9
B. 12
C. 16
D. 21
E. 39
Ans : B
36. The average weight of a class of 24 students is 36 years. When the
weight of
the teacher is also included, the
average weight increases by 1kg. What is the weight of the teacher?
A. 60 kgs
B. 61 kgs
C. 37 kgs
D. None of these
Ans : B
37. The proportion of milk and water in 3 samples is 2:1, 3:2 and 5:3. A
mixture
comprising of equal quantities of
all 3 samples is made. The proportion of milk and water in the mixture is
A. 2:1
B. 5:1
C. 99:61
D. 227:133
Ans : D
38. A 20 litre mixture of milk and water contains milk and water in the
ratio 3 : 2.
10 litres of the mixture is removed
and replaced with pure milk and the operation is repeated once more. At the
end of the two removal and
replacement, what is the ratio of milk and water in the resultant mixture?
A. 17 : 3
B. 9 : 1
C. 3 : 17
D. 5 : 3
Ans : B
39. A team of 8 students goes on an excursion, in two cars, of which one
can seat
5 and the other only 4. In how
many ways can they travel?
A. 9
B. 26
C. 126
D. 3920
Ans : C
40. One year payment to the servant is Rs. 200 plus one shirt. The servant
leaves
after 9 months and recieves Rs.
120 and a shirt.Then find the price of the shirt.
A. Rs. 80
B. Rs. 100
C. Rs. 120
D. Cannot be determined
Ans :C
Directions for Questions 41-45: Follow the directions given below to answer the
questions that follow. Your answer for each question below would be: A, if
ALL THREE
items given in the question are exactly ALIKE. B, if only the FIRST and
SECOND items
are exactly ALIKE. C, if only the FIRST and THIRD items are exactly ALIKE.
D, if only
the SECOND and THIRD items are exactly ALIKE. E, if ALL THREE items are
DIFFERENT.
41)LLMLLLKLMPUU, LLMLLLKLMPUU, LLMLLLKLMPUU
A) A
B)B
C)C
D)D
E)E
Ans: A
42) 0452-9858762, 0452-9858762, 0452-9858762
A) A
B) B
C) C
D) D
E) E
Ans: A
43) NIINIININN, NIININNINN ,NIINIININN
A) A
B)B
C)C
D)D
E)E
Ans:C
44) 4665.8009291, 4665.7999291, 4665.8009291
A) A
B) B
C)C
D)D
E)E
Ans:C
45)808088080.8080, 808008080.8080, 808088080.8080
A) A
B)B
C)C
D)D
E)E
Ans:C
46) If * stands for /, / stands for -,+ stands for * and -stands for +,
then 9/8*7+5-
10=?
A) 13.3
B) 10.8
C) 10.7
D) 11.4
47) If* stands for /, / stands for -,+ stands for * and -stands for +, then
9/15*9+2-
9=?
A) 14.7
B) 15.3
C) 14.1
D) 16.2
48) If * stands for /, / stands for -, + stands for * and - stands for +,
then which of
the following is TRUE?
A) 36/12*4+50-8 =-106
B) 12*8/4+50-8 =45.5
C) 36*4/12+36-8 = 4.7
D) 8*36/4+50-8 = 300
49. If x, y, and z are consecutive negative integers, and if x > y > z,
which of the
following must be a positive odd integer?
A. xyz
B. (x - y) (y - z)
C. x - yz
D. x(y + z)
E. x + y + z
Ans : B
50. The average age of a group of 12 students is 20years. If 4 more
students join the group, the average age increases by 1 year. The average
age of the
new students is
A. 24
B. 26
C. 23
D. 22
Ans : A
Directions for Questions 51-55: Nine individuals - Z, Y, X, W, V, U, T, S
and R - are the only candidates, who can serve on three committees-- A, B
and C, and each candidate should serve on exactly one of the
committees.Committee A should consist of exactly one member more than
committee B.
It is possible that there are no members of committee C.
Among Z, Y and X none can serve on committee A.
Among W, V and U none can serve on committee G.
Among T, S and R none can serve on committee C.
51. In case T and Z are the individuals serving on committee B, how many of
the nine individuals should serve on committee C?
A. 3
B. 4
C. 5
D. 6
E. 7
Ans : B
52. Of the nine individuals, the largest number that can serve together on
committee C is
A. 9
B. 8
C. 7
D. 6
E. 5
Ans : D
53. In case R is the only individual serving on committee B, which among the
following should serve on committee A?
A. W and S
B. V and U
C. V and T
D. U and S
E. T and S
Ans : E
54. In case any of the nine individuals serves on committee C, which among
the following should be the candidate to serve on committee A?
A. Z
B. Y
C. W
D. T
E. S
Ans : C
55. In case T, S and X are the only individuals serving on committee B, the
total membership of committee C should be:
A. Z and Y
B. Z and W
C. Y and V
D. Y and U
E. X and V
Ans : A
Subscribe to:
Posts (Atom)