DNIA

Subscribe DNIA...

Enter your email address:

Delivered by FeedBurner

For More Search Here...

Custom Search

Click More...

Click Here....

Thursday, December 4, 2008

Aptitude..

Verbal

1) STAR : CLUSTER:: ? :?

a) Orange : rind b) ???????? c) trees : clump d) mirror : reflection

2) GIBBLE : SENSE

3) GAUFFAW : LAUG

a) Sneeze : cough b) Whimper : cry …… c) ???????????????

4) PISTON : CYLINDER::?:?

a) SHAFT: ELEVATOR b) BULLET: REVOLVER c)???? d)???

Aptitude

1) abcD+abcd+aBCd+aBCD then the simplified function is ( Capital letters are copliments of corresponding

letters A=compliment of a)

[a] a [b] ab [c] abc [d] a(bc)* [e] none (bc)*=compliment of bc

2) A 12 address lines maps to the memory of

[a] 1k bytes [b] 0.5k bytes [c] 2k bytes [d] none

3) In a processor these are 120 instructions. Bits needed to implement this instructions

[a] 6 [b] 7 [c] 10 [d] none

4) In 8085 microprocessor READY signal does.which of the following is incorrect statements

[a]It is input to the microprocessor

[b] It sequences the instructions

5) Return address will be returned by function to

[a] Pushes to the stack by call

6) n=7623

{

temp=n/10;

result=temp*10+ result;

n=n/10

}

7) If A>B then

F=F(G);

else B>C then

F=G(G);

In this , for 75% times A>B and 25% times B>C then, is 10000 instructions are there ,then the ratio of F to G

[a] 7500:2500 [b] 7500:625 [c] 7500:625 if a=b=c else

8) In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a

character two words are appended. Then for storing a K characters string, How many words are needed

[a] 2k/9 [b] (2k+8)/9 [c] (k+8)/9 [d] 2*(k+8)/9 [e] none

Technical

1) C program cod

int zap(int n)

{

if(n<=1)then zap=1;

else zap=zap(n-3)+zap(n-1);

}

then the call zap(6) gives the values of zap

[a] 8 [b] 9 [c] 6 [d] 12 [e] 15

2) Virtual memory size depends on

[a] address lines [b] data bus [c] disc space [d] a & c [e] none

3) Critical section is

[a]

[b] statements which are accessing shared resourses

4) Load a, mul a, store t1, load b, mul b, store t2, mul t2, add t1, then the content in accumulator is

5) question (3) in old paper

6) q(4) in old paper

7) The little indian representetion of 84 will be

a) 00001000 00000100 b) 00010000 00000100 c) 00001000 00000010

8) The standard for HTML is

a) HTML b) STML c) CGI d) DHTML

9) The standard for exchanging mails and communicat in files is

a) SMTP b) FTP c) HTTP d) ISP

10 The equivalent of NAND gate is

NAD with NOT b) OR with NOT c)NOT with OR

11) The operation to be performed on a stack using a linked list can be realised using the function

(A) delete front , instert rear (B) insert front , delete rear

(C) delete front , insert front (D) delete rear , insert rear

12) The binary equivalent of 188 is

13) what world wide network connects the largest number of servers and
computers

(A) WWW (B) HTTP (C) ARPANET (D) INTERNET

14. The network connecting all the networks are called : (A) INTERNET
15. The layer not present in TCP/IP model is:
(a) security layer (b)presentation layer (c)
16. Making use of objects with diferent ............. -polymorphism
17. Tree is a type of data structure

a) Primitive b) non- primitive
20. Unix is a _______ type of OS tree is a type of data structure
(a) multi user (b)multi tasking time sharing (c)single user
21. The protocol used to transfer web pages
(a)HTTP (b)FTP (c)TCP/IP .........
22. The data transfer ............memory ...............
(a)DMA
23. Mode of operation of stack............
(a)LIFO (b)FIFO (c)FCFS.......
24. What is ROM
(a) read only memory
25. address on the net is .......
(a)URL
26. Language for queries used in RDBMS
a)SQL ............

Logical reasoning

Verbal
1. antonym of SAGE:ans FOOL(GRE Barrons)
2. antonym of orthodox:ans uncoventionality(GRE Barrons)
3. analogy Excessive : Moderation::impusive:reflection(GRE barrons)
4. analogy Construct:Renovate::write:delete
Logical reasoning
1 odd man out --tautology:oncology:repetition:redundancy ans oncology
2 odd man out -- enroll:capitulate:enlist:conscript ans capitulate
3 few questions to check senetences if gramatically right
4. the following letters are assigned the codes like
a=1,c=2,d=3,r=7,y=9,o=4,i=5,t=6,n=8 then the word dictionary is
ans a> 3526548179 note :numbers may vary
5. If the nos 8 & 7 are interchanged as well as the signs +&/ are interchanged which of the following is valid

equation
ans c>8+8/7=9(it is 7/7+8=9)
6. whichof the following options is related to cricket,tennis,football
a)carom b)chess c)volleyball d)all ans c

7. A sports discussion is taking place in a meeting. All those in the meeting who enjoy the batting of Sachin also

enjoy the batting of Lara. Those who enjoy the batting of Lara despise the batting of Rahul. Some of those

who enjoy the batting of Lara also enjoy the batting of Saurav; those who enjoy the batting of Rahul also

enjoy the batting of Ricky. Some of those who enjoy the batting or Ricky also enjoy the batting of Lara.

Some of those who enjoy the batting of Saurav despise the batting of Rahul. All those who enjoy the batting

of Ricky also enjoy the batting of Astle. Miss Sujatha enjoys the batting of Rahul. Which of the following

must be false?
A)She does not enjoy the batting of Saurav
B)She enjoys the batting of Ricky
C)She may enjoy the batting of Lara
D)She enjoys the batting of Astle
6. Seven students-F, G, H, I, J, K, and L-are being considered for a scholarship. All of them had to take an
examination which was based on their technical knowledge. The scores obtained in the examination were used

for evaluating these students. In analyzing this information regarding the scores, the Principal made the following
observations: None of the students has exactly the same score,as any other student. K's score is higher than L's,
but lower than H's.I has a higher score than J.both F and G have higher scores than H. If J has a higher score

than, how many different rankings, by score, of the students are possible?
A)2 8)1 C)8D)4


Technical


1. binary equalent of 455 ?
2. whats the o/p of the following code ?
int main ()
{
int i = 0 ;
switch ( printf ("k") , printf ("ku"))
{
case 1 : printf (" %d" , i ) ;
break ;
case 2 : printf (" %d " , ++i ) ;
break ;
}
}
ans : a) k ku 1 also ans d) ( both are same )
3. Whats used to connect the computer with terminals ?
ans : a) Data Terminal equipment
4. a question about unix & linux
ans : b) [ unix from Bell labs ]
5 .which is used to convert the assmbly code into binary
ans : assembler
6. whats the o/p of the following code ?
int main ()
{
int i = -1 ; j = 1 , k = 0 , m ;
m = i++ j++ && k++ ;
printf ("\n\n%d %d %d " , i , j , k , m ) ;
}
7. Expansion of CDMA code divison multiple access .
8. A question from Microprocessor ( which segment is not used by Microprocessor ? )
a. ) Data segment b) extended segment c) information segment d) none of these
9. Which of the following layer is not in Tcp/ip ?
a) transport b) application layer c) Network layer d) none of the above
10. If A= 10000011 and B=1010111 and c= 11000011 then whats the string represent 100001100011 .. (some thing

like that )
11. a question regarding PCM
12. the best case comparison of Quick sort ?
13. the usage of static function ?
ans : to access static members
14.ACL stands for
a. access central limit
b.access control limit
c access control list
d.both a&b
15.Choose a valid statement: in c++ "this" is
ans c references the object that has invoked the method
3 buffer registers are found in
a.data bus b main memory c. I/O devices d.cpu
ans c(check)
16 An expression like ((A+B)*(D+E)/f) write the postfix expression
ans d AB+DE+*...
17. The depth of a tree is
ans maximum level of a node
18.IEEE standard of wireless protocol ans 802.11
19. main()
{
i=10;
printf("%d",++i++);
printf("%d",++i);
}
a. 11&13 b.12&13 c.error d.? ans C (check)

20 What does the func return
int fun()
{
i=3;
i=6;
if(i=6)
i=7;
return i;
}
ans 7
21.
main()
{
int a[]={0 1 2 3};
int *b;
b=&a[2];
printf("%d",b[-1]);
}
ans 1(check)
note: the elements of array may vary
Technical Interview
1. What are the layers in OSI stack & Explain them ?
2. What u know about trees ? & tell the types of tree ?
3. Give the syntax of binary tree ?
4. Write the program of factorial using recursion ?
5. Write a Sql Query for ......
6. Some questions from stack & Queue .
7. Write program for Single, doubly linked lists ?
8. Tell about ur future projects & plan ?

HR interview
1. Tell about ur family background .
2. Why do u like to join in Wipro ?
3.Why should I hire u ?
4. Ur achievement ?
5. Do u have any qustion to ask ?
6. . What do u know about wipro ?

Verbal & Reasoning

Verbal
1) Mellifluous : cacaphony
Ans : fragrant : noisomeness
2) Evasive * Frank Freshersworld.com

3) Deteriorate : Improve
4) Sentence completion exercise B (Gre Barrons) -Question Number 2 -
Ans:Elegaic
5) Sentence completion exercise B (Gre Barrons) -Question Number 6 -
Ans : nonchalance ... diligently
6) Sentence completion exercise B (Gre Barrons) -Question Number 7 -
Ans : querulousness ..... affably
7) Some sentence completion ... abt milkyway
Ans : refinement, ...(i am not sure jus chk it)


Aptitude

1) John weighe twice as much as Marcia. Marcia's weight is 60% of Bob's weight.Dave weighs 50% of

Lee's weighs 190% of John's wight. Which of these 5 persons wighs the least?
A) Bob B) Dave C) John D) Lee E) Marcia
Ans) E


2) A trip takes 6 hours to compleate. After traveling 1/4 of an hour,1 3/8hours, and 2 1/3 hours, how much

time does need to compleate the trip?
a) 2 1/12hours
b) 2hours, 2 1/2 minutes
c) 2 hours,5minutes
d) 2 1/8 hours
ANS) B

3) It takes 30 days to fill a laboratory dish with bacteria. If the size ofthe bactiria doubles each day, how long

did it take for the bactiria to fill one half of dish?
Ans) D ( 29days)

4) A car wash can wash 8 cars in 18 minutes, At this rate, how many cars can the car wash wash in 3 hours?
ANS) C ( 80)

5) If the ratio of the areas of 2 queres is 2:1, then the ratio of the perimeters of the squares is
ANS) C ( sqrt(2):1 )

6) There are three types of tickets available for a concert: orchestra, which cost $12 each; balcony, which cost$9

each: and box, which cost $25 each. There were P orchestra tickets , B balcony tickets, and R box tickets sold

for the concert.Which of the following expressions gives the percentage of ticket proceeds due to the sale

of chestra tickets?
Ans) B 100*12P/(12P+9B+25R)

7). In a survey of town of Wasco, it was found that 65% of the people surveyed watched the news on television,

40% read newspaper, and 25% read a newspaper and watched the news on television.What percent of the

people surveyed neither watched the news on the television nor read a newspaper?.
Ans: (E)20%

8). City B is 5 miles east of City A. City C is 10 miles southeast of City B. Which of the following is the closest to

the distancefrom City A to City C?
Ans: (D) 14 miles

9). If the area of a square increases by 69%, then the side of the square increased by
Ans: (B) 30%

10). There are 30 socks in a drawer. 60% of the socks are red and the rest are blue. What is the minimum number

of socks that must be taken from the drawer without looking in order to be certain that atleast two blue socks

have been chosen?
Ans: (E) 20


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

1) problem on stock, face value, brokerage 4 questions see RS Agrawal, edition 1998, 454page,tabulation(ex 5)

loan disbusrense by 5 banks 6 questions are intermixed.

2) Averages-7( 124page of RS AGrawal) problem on example 3 problem on age

3) page-291- 16th, simple interest-2.5%
4) problem on calculation of cost price, given market price discount on ANS) 270
5) Frequency of the letter in give strings


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

Reasoning
1) problem on series non verbel series around -12 questions
2) problem on direction test
3) problem on logical venn diagrams - 10 questions refer test of reasonong Agrawal page 239
4) blood relations problem ans) Nephew
5) analogy, bouquet: flower :: chain: link--ans
6) try questions non verbel reasoning 97edition RSAgrawal
Questions: 1,2,4,6,16,14,22,23,24,21
7) pick oddex 2,4,6,5,8,10 ans 8
8) Data intepretation years Vs Banks six questions
check in RS Agrawal
Technical
1) OP of the program
main()
{
char a='\123'
printf ("%c \n",a);
return 0;
}
1)ascii value of 121
2)1
3) 3
4) none of these
2) 2 questions were based on GSM Freshersworld.com
(i) which .... is used to by GSM to interact with PSTN
(ii) dont remember
3) Which key in any windows screen is used to invoke file menu
Ans :alt+f
4) Which is layer 3 connection less protocol
a) IP
b) ARP
c) TCP
d) UDP
5) Which is the latest OS
a) XP
b) NT
c) 98
d) 2000

6) stacks and queues are
a) primitive Data strucs
b) Non - primitive data strucs
c) non linear ....
d) data types
7) For mobile comm
a) downlink freq > uplink freq
b) uplink > downlink
c) none
d equal
8) Pipelining : ....
9) Some question based on prototype model (s/w engg)
10 Which is linear model
a) water fall model
b) classical
c) chaos model
.
11) In queue where do u insert a data
a) front
b) rear
c)middle

Wipro Technologies

Wipro Technologies

Q1. Two bodies changed from p1v1 to p2v2 state in two ways. The heat supplied is delta Q and work done is delta W
Then what is constant in these two processes

(a) delta q
(b) delta w
(c) delta q + delta w
(d) delta q - delta w

Ans. (d)


Q2. _______ have same atomic number and same mass number are

(a) Isotopes
(b) Isotones
(c) Isomers
(d) Isobars

Ans. (c)


Q3. When a free electron is placed in a plane of electro magnetic then it moves in

(a) in the direction of the electric field
(b) in the direction of magnetic field
(c) of propagation of wave
(d) of the plane containing magnetic field and propagation direction.


Q4. Name the phenomena in which one proton is jumped from one isomer to another isomer to create two different elements

(a) functional isomerisim
(b) sterio merisim
(c) tauto merisim
(d) penta merisim

Ans. (c)

Q5. In the below compounds which one has 40% C ,6.7% H and 53.3 % O what is its empherical formula

(a) CHO
(b) CH2
(c) C2H2O2
(d) C2H3O2

Ans: (b)


Q6. X rays are coming from X ray tube, the wavelength is _______ a certain wavelength/s

(a) below
(b) above
(c) inbetween
(d) out of

Ans. (c)


Q7. In a triode valve in order to increase the saturation current what has to be done

(a) increase plate voltage
(b) reduce distance between grid and plate
(c) increase cathode potential
(d) reduce grid potential

Ans. (d )


Q8. Seven different toys are distributed among 3 children how many different ways are possible?

(a) 7C3
(b) 7P3
(c) 3 7
(d) 7 3

Ans. (c)


Q9. A, B ans C are three speakers. They have to speak randomly along with another 5 speakers in a function.
A has to speak before B and B has to speak before C. What is the probability.

Ans. 1/6


Q10. If dy = (secx + ytanx)dx, Then the curve is

(a) x = ycosx
(b) x = ysinx
(c) x = ytanx
(d) x = ysecx

Ans. (a)

Q11. Two series are 16,21,26.... and 17,21,25.....
What is the sum of first hundred common numbers

(a) 101100
(b) 110100
(c) 101110
(d) 110101

Ans. (a)


Q12. There are two sections in a question paper each contain five questions. A students has to answer 6 questions.
Maximum no. of questions that can be answered from any section is 4. How many ways he can attempt the paper?

(a) 50
(b) 100
(c) 120
(d) 200

Ans. (d)

Q13. a and b are two numbers selected randomly from 1,2,3.... 25 what is the probability of a and b are not equal.

(a) 1/25
(b) 24/25
(c) 13/25
(d) 2/25

Ans. (b)


Q14. The sum of the series 1 + 1(1+1/n) + 3(1+1/n)2 + ..... is equal to?

Ans. n2

Q15. Two circles of different radii intersects each other what is the maximum no of intersections

(a) 0
(b) 1
(c) 2
(d) 3

Ans. (c)


Q16. If x= sin-1(t), y = log(1-t2), find d2y/dx2 when t=1/2

(a) 1
(b) 0
(c) -8/3
(d) -2/3

Ans. (c)


Q17. If x approaches infinity , then (òex dx )/( òe2xdx) is ?

(a) 1
(b) 0
(c) -1
(d) 2

Ans. (a)


Q18. If f(x)=1-cos(1-cosx)/x4 is continuos at f(0) then what is x

(a) 1
(b) 0
(c) 1/4
(d) -1/4

Ans. (c)


Q19. For the word SURITI, if you arrange the letters in dictionary order then what is its rank?

(a) 234
(b) 235
(c) 236
(d) 237

Ans. (c)


Q20. Period of sin ((2t + 3) / 6 pi)

(a) 6pi
(b) 6pi2
(c) 3pi

Ans. (b)


Q21 - Q23. Four questions given on the below data
X,Yand Z are senior engineers. A,B,C,D are junior engineers. Company wants to select 4 enginers. Two will be senior and two will be juniors. The company wants these engineers to work in the most productive way so they respect each person's likes/dislikes.

Y is not friends with A
Z is not friends with C
B is not friends with A
If B is selected then who will be the remaining 4 members ?
If C is selected, Z and ___ cannot be selected?
D is always selected if ___ is selected?

Q24. A speaks truth 70% of the times, B speaks truth 80% of the times.
What is the probability that both are contradicting each other is ?


Q25. ò((2x-3)/((x2 +x+1)2 )dx is ?


Q26. Ram starts from A walking 2 km North and turns right and walks 4 km and turns right again and walks 4 km and turns right again and walks 4 km and meets Radha at Bwalking in the opposite direction to Ram .
a) Which direction does Ram walk after the first turn?
b) Distance between A and B


Q27. If the equation x2 - 3x + a = 0 has the roots (0,1) then value of a is ?


Q28. A and B's temperature are 10°c and 20°c having same surface , then their ratio of rate of emmisions is ?


Q29. An atomic particle exists and has a particlular decay rate . It is in a train . When the train moves, a person observes for whether the decay rate

(a) increases
(b) decreases
(c) depend on the directions of movement of train


Q30. Which of the following exchanges positive ions

(a).cl-
(b) nh2-
(c) ch2

Ans. (b)


Q31. After execution of CMP, a instruction in Intel 8085 microprocessor

(a) ZF is set and CY is reset.
(b) ZF is set CY is unchanged
(c) ZF is reset, CY is set
(d) ZF is reset , CY is unchanged .

Ans. ZF is set and CY is reset


Q32. The best tool for editing a graphic image is ?


Q33. Network scheme defines
a.)one to one
b.) many to many
c.) one to ,many ?


Q34. A person wants to measures the length of a rod.First he measures with standing ideally then he maeasures by
moving parrel to the rod

(a)the length will decrease in second case
(b)length will be same
(c) length will increse in the second case.


Q35. One U-230 nucleus is placed in a train moving by velocity emiting alpha rays .When the train is at rest the
distance between nucleus and alpha particle is x . One passenger is observing the particle . When the train is moving
what is the distance between particle and nucleus ?

(a) x
(b) x + vt
(c) x - vt

Q36. What is the resulting solution when benzene and toluene are mixed ?


Q37. If the word FADENCOMT equals 345687921 then

What is FEAT
Find representation of 2998

Q38. Given 10 alphabets out of which 5 are to be chosen. How many words can be made with atleast one repetition.


Q39. Arrange by acidic values : phenol, nitrotolouene and o-cresol?


Q40. Find sum of 3 + 5/(1+22) + 7/(1 + 22 + 32) + ......

Ans. 3n/(1 + n)


The following are few sample questions that maybe asked in the software paper.We haven't been able to give the values in certain problems ; only the type of questions have been mentioned.

Q What sorting algos have their best and worst case times equal ?
Ans. O(nlogn) for mergesort and heap sort

Q. What page replacement algo . has minimumn number of page faults ?
Ans. Optimality algorithm

Q. What is the use of virtual base class in c++
Ans. Multiple lines between derived classes.

Q. Find the eccentricity of a given node in a directed graph

Q. Convert the infix to postfix for A-(B+C)*(D/E)
Ans. ABC+DE/*-

Q. What is swapping

Q. Assignment operator targets to
Ans. l-value

Q. A byte addressable computer has memory capacity of 2 power m Kbytes and can perform 2 power n operations
an instruction involving three operands and one operator needs maximum of ---bits
Ans. 3m + n

Q. In round robin scheduling, if time quatum is too large then it degenerates to
Ans. FCFS

Q. What is network schema?

Q. Packet Burst is ______

Q. Picard's method uses _______?
Ans. Successive Differentiation.




The following are few sample questions that maybe asked in the hardware paper.We haven't been able to give the values in certain problems ; only the type of questions have been mentioned.

Q. Concentration and restivity is given and conductivity is asked for ?

Q. R , resistance and C,capacitance is given ,find the frequency and Q factor of the crystal ?

Q. Critical fequency and angle theta is given ;.the max useable frequency is to becalculated

Q.Questions on parabolic reflector anttena's and half wave dipole antenna's design

Q. Ramp signal is generated from integrator .Whether it is a low or high pass filter .?

Q. Calculate FM bandwidth given max modulation fequency FM , max freq deviation , df and 8 pairs alllowable
side band component ?

Hardware Paper

1. Add 79H and 86H and tell the contents of flags

2. Scr is used for _____ ( ac, dc , both )

3. Push pull amplifier is used to remove which harmonics ( even , odd , both )

4. PAM is demodulated using ___ ( low pass filter , high pass filter )

5. 16k memory is needed. How many chips with 12 address buses and 4 data buses are needed.

6. AM wave is detected using _________ detector

7. Which flip flop is used for shift registers

8. Program counter does what __ (stores a memory address, address of the present instruction)

9. In a bistable multivibrator communication capacitor is used for ______ ( speed up response , ac coupling)

10. Totem pole is what?

11. Time costant for an integrator and differentiator should be ( small , high etc.)

12. TV waves are __ ( sky waves , space waves etc.)

13. Which configuration has highest i/p imp. ( ce , cb , cc )

14. Parabolic antenna with 2degree angle. What is its directivity.

15. Given 10 mhz pe modulation and we got a 100 mhz band.
How many channels can be there.

16. If o/p power is doubled by how much does the sound increase ( 1db,2db,3db )

Wipro Technologies

Wipro Technologies

1.When a bicycle is in motion,the force of friction exerted by the ground on the two wheels is such that it acts

(a) In the backward direction on the front wheel and in the forward direction on the rear wheel.
(b) In the forward direction on the front wheel and in the backward direction on the rear wheel.
(c) In the backward direction on both the front and rear wheels.
(d) In the backward direction on both the front and rear wheels.

Ans. (d)


2. A certain radioactive element A, has a half life = t seconds.
In (t/2) seconds the fraction of the initial quantity of the element so far decayed is nearly

(a) 29%
(b) 15%
(c) 10%
(d) 45%

Ans. (a)


3. Which of the following plots would be a straight line ?

(a) Logarithm of decay rate against logarithm of time
(b) Logarithm of decay rate against logarithm of number of decaying nuclei
(c) Decay rate against time
(d) Number of decaying nuclei against time

Ans. (b)


4. A radioactive element x has an atomic number of 100.
It decays directly into an element y which decays directly into element z.
In both processes a charged particle is emitted.
Which of the following statements would be true?

(a) y has an atomic number of 102
(b) y has an atomic number of 101
(c) z has an atomic number of 100
(d) z has an atomic number of 101

Ans. (b)


5. If the sum of the roots of the equation ax2 + bx + c=0 is equal to the sum of the squares of their reciprocals
then a/c, b/a, c/b are in

(a) AP
(b) GP
(c) HP
(d) None of these

Ans. (c)


6. A man speaks the truth 3 out of 4 times.
He throws a die and reports it to be a 6.
What is the probability of it being a 6?

(a) 3/8
(b) 5/8
(c) 3/4
(d) None of the above

Ans. (a)


7. If cos2A + cos2B + cos2C = 1 then ABC is a

(a) Right angle triangle
(b) Equilateral triangle
(c) All the angles are acute
(d) None of these

Ans. (a)


8. Image of point (3,8) in the line x + 3y = 7 is

(a) (-1,-4)
(b) (-1,4)
(c) (2,-4)
(d) (-2,-4)

Ans. (a)


9. The mass number of a nucleus is

(a) Always less than its atomic number
(b) Always more than its atomic number
(c) Sometimes more than and sometimes equal to its atomic number
(d) None of the above

Ans. (c)


10. The maximum KE of the photoelectron emitted from a surface is dependent on

(a) The intensity of incident radiation
(b) The potential of the collector electrode
(c) The frequency of incident radiation
(d) The angle of incidence of radiation of the surface

Ans. (c)


11. Which of the following is not an essential condition for interference

(a) The two interfering waves must be propagated in almost the same direction or
the two interfering waves must intersect at a very small angle
(b) The waves must have the same time period and wavelength
(c) Amplitude of the two waves should be the same
(d) The interfering beams of light must originate from the same source

Ans. (c)


12. When X-Ray photons collide with electrons

(a) They slow down
(b) Their mass increases
(c) Their wave length increases
(d) Their energy decreases

Ans. (c)


13. An electron emits energy

(a) Because its in orbit
(b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits

Ans. (b)


14. How many bonds are present in CO2 molecule?

(a) 1
(b) 2
(c) 0
(d) 4

Ans. (d)


15. In a balanced chemical equation

(a) Atoms are conserved
(b) Molecules are conserved
(c) Moles are conserved
(d) Reactant and product molecules are preserved

Ans. (a)


16. How many grams of NaOH will react with 0.2 equivalent of HCl?

(a) 0.59
(b) 0.285
(c) 1.18
(d) none of these

Ans. (a)


17. Which of the following is least acidic

(a) Ortho-cresol
(b) Para-cresol
(c) Phenol
(d) Meta-cresol

Ans. (b)


18. In Reimer-Tiemann's reaction, the reaction intermediate is

(a) Carbene
(b) Dichloro carbene
(c) Carbonion
(d) Carbonium ion

Ans. (b)


19. Which of the following is most acidic?

(a) C2H5OH
(b) CH3CHOHCH3
(c) Ethanol
(d) CH3OH

Ans. (b)


20.A catalyst

(a)always slows down the reaction
(b)always starts a rection that would not have ocurred at all otherwise
(c)causes changes in the rate of the reaction
(d)changes the quantities of the products formed

Ans. (c)


21.The rate of the first order reaction depends on the

(a) Concentration of the reactant
(b) Concentration of the product
(c) Time
(d) Temperature

Ans. (d)


22. The most abundant element in the universe is

(a) Hydrogen
(b) Helium
(c) Oxygen
(d) Silicon

Ans. (a)


23. Integrate 3x + 5 / (x3-x2-x+1)

(a) 1/2 log (x+1)/(x-1) - 4/(x-1)
(b) log 2+tanx
(c) -(1+logx)/x
(d) 2 log(tanx)/(tanx+2)

Ans. A


24. If y=cos-1(cosx + 4sinx)/(17)1/2, then dy/dx is

(a) 0
(b) 1
(c)-1
(d) none of these

Ans. (b)


25. If the sum of n terms of two series of A.P are in the ratio 5n+4:9n+6 .find the ratio of their 13th terms

(a) 129/231
(b) 1/2
(c) 23/15
(d) None of the above

Ans. (a)


26. If the letters of the word "rachit" are arranged in all possible ways and these words are written
out as in a dictionary, what is the rank of the word "rachit".

(a) 485
(b) 480
(c) 478
(d) 481

Ans. (d)


27. Ravi's salary was reduced by 25%.Percentage increase to be effected to bring the salary
to the original level is

(a) 20%
(b) 25%
(c) 33 1/3%
(d) 30%

Ans. (c)


28. A and B can finish a piece of work in 20 days .B and C in 30 days and C and A in 40 days.
In how many days will A alone finish the job

(a) 48
(b) 34 2/7
(c) 44
(d) 45

Ans. (a)


29. How long will a train 100m long travelling at 72kmph take to overtake another train
200m long travelling at 54kmph

(a) 70sec
(b) 1min
(c) 1 min 15 sec
(d) 55 sec

Ans. (b)


30. What is the product of the irrational roots of the equation (2x-1)(2x-3)(2x-5)(2x-7)=9?

(a) 3/2
(b) 4
(c) 3
(d) 3/4

Ans. (a)


31. Which of the following parameters is the same for molecules of all gases at a given temperature?

(a) Mass
(b) Momentum
(c) Speed
(d) Kinetic energy

Ans. (d)


32. A solid is completely immersed in liquid. The force exerted by the liquid on the solid will

(a) Increase if it is pushed deeper inside the liquid
(b) Change if its orientation is changed
(c) Decrease if it is taken partially out of the liquid
(d) None of the above

Ans. (c)


33. Select the correct statements

(a) A simple harmonic motion is necessarily periodic
(b) An oscillatory motion is necessarily periodic
(c) A periodic motion is necessarily oscillatory
(d) All of the above

Ans. (a)


34. An elecrton is injected into a region of uniform magnetic flux density with the components
of velocity parallel to and normal to the flux.What is the path of the electron?

(a) Helix
(b) Parabola
(c) Circle
(d) Rectangle

Ans. (a)


35. A constant voltage is applied between the 2 ends of a uniform metallic wire.
Some heat is developed in it. The heat developed is doubled if

(a) both the length and radius of the wire are halved.
(b) both the length and radius of the wire are doubled
(c) the radius of the wire is doubled
(d) the length of the wire is doubled

Ans. (b)


36. If Young's double slit experiment is performed in water

(a) the fringe width will decrease
(b) the fringe width will increase
(c) the fringe width remains unchanged
(d) there will be no fringe

Ans. (a)


37. The shape of a spot of light produced when bright sunshine passes perpendicular
through a hole of very small size is

(a) Square, because the hole is a square
(b) Round, because it is an image of the sun
(c) Round with a small penumbra around it
(d) Square with a small penumbra

Ans. (b)



Select the alternative that logically follows from the two given statements.

38.

Some forms are books
All books are made of paper
(a) Some forms are made of paper
(b) Some forms are not made of paper
(c) No forms are made of paper
(d) None of the above

Ans. (a)


39.

All toffees are chocolates
Some toffees are not good for health
(a) Some chocolates are not good for health
(b) Some toffees are good for health
(c) No toffees are good for health
(d) Both (a) and (b)

Ans. (a)



The questions 40-46 are based on the following pattern.The problems below contain a question and two statements giving certain data. You have to decide whether the data given in the statements are sufficient for answering the questions.The correct answer is

(A) If statement (I) alone is sufficient but statement (II) alone is not sufficient.
(B) If statement(II) alone is sufficient but statement(I) alone is not sufficient.
(C) If both statements together are sufficient but neither of statements alone is sufficient.
(D) If both together are not sufficient.
(E) If statements (I) and (II) are not sufficient


40. What is the volume of a cubical box in cubic centimetres?

(I) One face of the box has an area of 49 sq.cms.
(II) The longest diagonal of the box is 20 cms.

Ans. D


41. Is z positive?

(I) y+z is positive
(II) y-z is positive

Ans. E


42. Is x>y ? x, y are real numbers?

(I) 8x = 6y
(II) x = y + 4

Ans. B


43. If a ground is rectangular, what is its width?

(I) The ratio of its length to its breadth is 7:2
(II) Perimeter of the playground is 396 mts.

Ans. C


44. If the present age of my father is 39 yrs and my present age is x yrs, what is x?

(I) Next year my mother will be four times as old as i would be.
(II) My brother is 2 years older than I and my father is 4 years older than my mother.

Ans. C


45. How many brothers and sisters are there in the family of seven children?

(I) Each boy in the family has as many sisters as brothers
(II) Each of the girl in the family has twice as many brothers as sisters

Ans. D


46. x is not equal to 0, is x + y = 0?

(I) x is the reciprocal of y
(II) x is not equal to 1

Ans. A



Following questions are based on letter's analogy.First pair of letters should have the same relationship as the second pair of letters or vice versa.

47. ? : BGLQ : : YDIN : VAFK

(a) EKNS
(b) DKMT
(c) DLMS
(d) EJOT

Ans. (d)


48. NLO : RPS : : ? : ZXA

(a) VUW
(b) VTR
(c) VTW
(d) TRP

Ans. (c)


49. If "segment" is coded as rffndou, then "ritual" is coded as

(a) shutbm
(b) qjutbk
(c) qhutbk
(d) qhubtk

Ans. (c)


50. If "football" is "cricket" ,"cricket" is "basketball" ,"basketball" is "volleyball","volleyball" is "khokho" and "khokho" is cricket, which is not a ball game?

(a) cricket
(b) football
(c) khokho
(d) basketball

Ans. (a)


51. Which of the following is a recursive set of production

(a) S --> aA, A --> S
(b) S --> aA, A --> b
(c) S -->aA, A-->S
(d) None of these

Ans. (c)

Wipro Technologies

Wipro Technologies

1. An electron moving in an electromagnetic field moves in a

(a) In a straight path
(b) Along the same plane in the direction of its propagation
(c) Opposite to the original direction of propagation
(d) In a sine wave

Ans. (b)


2. The total work done on the particle is equal to the change in its kinetic energy

(a) Always
(b) Only if the forces acting on the body are conservative.
(c) Only if the forces acting on the body are gravitational.
(d) Only if the forces acting on the body are elastic.

Ans. (a)


3. The following unit measure energy:

(a) Kilo-watt hour.
(b) Volt*volt/sec*ohm.
(c) Pascal*foot*foot
(d) (Coulomb*coulomb)*farad

Ans. (a)


4. Astronauts in stable orbits around the earth are in a state of weightlessness because

(a) There is no gravitational force acting on them.
(b) The satellite and the air inside it have an acceleration equal to that of gravitational acceleration there.
(c) The gravitational force of the earth and the sun balance giving null resultant.
(d) There is no atmosphere at the height at which the satellites move.

Ans. (b)


5. An organ pipe, open at both ends and another organ pipe closed at one end,
will resonate with each other, if their lengths are in the ratio of

(a) 1:1
(b) 1:4
(c) 2:1
(d) 1:2

Ans. (c)


6. During an isothermal expansion of an ideal gas

(a) Its internal energy increases.
(b) Its internal energy decreases.
(c) Its internal energy does not change.
(d) The work done by the gas is not equal to the quantity of heat absorbed by it.

Ans. (c)


7. A parallel plate capaciator is charged and the charging battery is then disconnected.
If the plates of the capacitor are moved further apart by means of insulating handles

(a) The charge on the capacitor increases.
(b) The voltage across the plates increases.
(c) The capacitance increases.
(d) The electrostatic energy stored in the capacitor decreases.

Ans. (b)


8. Two equal negative charges q are fixed at point (0,a) and (0,-a) on the y-axis.
A positive charge Q is released from rest at the point (2a,0) on the x-axis. The charge Q will

(a) Execute simple harmonic motion about the origin
(b) Move to the origin and remain at rest
(c) Move to infinity
(d) Execute oscillatory but not simple harmonic motion

Ans. (d)


9. A square conducting loop of length Lon a side carries a current I.
The magnetic field at the centre of the loop is

(a) Independant of L
(b) Proportional to L*L
(c) Inversely proportoinal to L
(d) Directly proportional to L

Ans. (c)


10. The focal length of a convex lens when placed in air and then in water will

(a) Increase in water with respect to air
(b) Increase in air with respect to water
(c) Decrease in water with respect to. air
(d) Remain the same

Ans. (a)


11. The maximum kinectic energy of the photoelectron emitted from the surface is dependant on

(a) The intensity of incident radiation
(b) The potential of the collector electrode
(c) The frequency of incident radiation
(d) The angle of incidence of radiation of the surface

Ans. (c)


12. An electron orbiting in a circular orbit around the nucleus of the atom

(a) Has a magnetic dipole moment
(b) Exerts an electric force on the nucleus equal to that on it by the nucleus
(c) Does not produce a magnetic induction at the nucleus
(d) All of the above

Ans. (d)


13. The X-rays beam coming from an X-ray tube will be:

(a) Monochromatic
(b) Having all wavelengths smaller than a certain minimum wavelength
(c) Having all wavelengths larger than a certain minimum wavelength
(d) Having all wavelengths lying between a minimum and a maximum wavelength

Ans. (c)


14. The mass number of a nucleus is

(a) Always less than its atomic number
(b) Always more than its atomic number
(c) Always equal to its atomic number
(d) Sometimes more and sometimes equal to its atomic number

Ans. (d)


15. Two successive elements belonging to the first transition series have the same number
of electrons partially filling orbitals. They are

(a) V and Cr
(b) Ti and V
(c) Mn and Cr
(d) Fe and Co

Ans. (c)


16. When n+l has the same value for two or more orbitals,the new electron enters the orbital where

(a) n is maximum
(b) n is minimum
(c) l is maximum
(d) l is minimum

Ans. (b)


17. A balloon filled with ethylene is pricked with a sharp pointed needle and quickly placed in a tank
full of hydrogen at the same pressure. After a while the balloon would have

(a) Shrunk
(b) Enlarged
(c) Completely collapsed
(d) Remain unchanged in size

Ans. (b)


18. Which of the following statements is not true?

(a) The ratio of the mean speed to the rms speed is independant of temperature
(b) Tthe square of the mean speed of the molecules is equal to the mean squared speed at a certain temperature
(c) Mean kinetic energy of the gas molecules at any given temperature is independant of the mean speed
(d) None

Ans. (b)


19. Which of the following statements represent Raoult's Law

(a) Mole fraction of solvent = ratio of vapour pressure of the solution to vapour pressure of the solvent
(b) Mole fraction of solute = ratio of vapour pressure of the solution to vapour pressure of the solvent
(c) Mole fraction of solute = lowering of vapour pressure of the solution
(d) Mole fraction of solvent = lowering of vapour pressure of the solution

Ans. (a)


20. Elements having the same atomic number and the same atomic mass are known as

(a) Isotopes
(b) Isotones
(c) Isomers
(d) None of the above


21.Which is the most acidic amongst

(a) Nitrophenol
(b) O-toulene
(c) Phenol
(d) Cresol


22. Pure water does not conduct electricity because it is

(a) Almost not ionised
(b) Low boiling
(c) Neutral
(d) Readily decomposed

Ans. (a)


23. In a salt bridge, KCl is used because

(a) It is an electrolyte
(b) The transference number of K+ and Cl¯ is nearly the same
(c) It is a good conductor of electricity
(d) All of the above

Ans. (d)


24. A depolarizer used in the dry cell batteries is

(a) KCl
(b) MnO2
(c) KOH
(d) None of the above

Ans. (b)


25. The hydrolysis of alkyl halides by aqueous NaOH is best termed as

(a) Electrophylic substitution reaction
(b) Electrophylic addition reaction
(c) Nnucleophylic addition reaction
(d) Nucleophylic substitution reaction

Ans. (d)


26. The hydrocarbon that gives a red precipitate with ammoniacal cuprous chloride is (where 'º' means a triple bond)

(a) CH3-CH2-CH2-CH3
(b) CH3-CºC-CH3
(c)CH2=CH-CH=CH2
(d) CH3-CH2-CºCH

Ans. (d)


27. Which of the following reagents is neither neutral nor basic

(a) Lucas' reagent
(b) Tollen's reagent
(c) Bayer's reagent
(d) Fehling's solution

Ans. (a)


28. The substance which is most easily nitrated

(a) Toluene
(b) Bbenzene
(c) Nitrobenzene
(d) Chlorobenzene

Ans. (a)


29. Carbylamine reaction is a test for

(a) Primary amine
(b) Secondary amine
(c) Tertiary amine
(d) Quarternary ammonium salt

Ans. (a)


30. Which of the following oxides cannot be reduced by carbon to obtain metal

(a) ZnO
(b) Al2O3
(c) Fe2O3
(d) PbO

Ans. (b)


31. Which of the following is not an oxide ore?

(a) Cassiterite
(b) Siderite
(c) Pyrolusite
(d) Bauxite

Ans. (b)


32. Which among the following is called philosopher's wool

(a) Cellulose
(b) Calamine
(c) Stellite
(d) Cerussite

Ans. (c)


33. Out of 10 white, 9 black and 7 red balls, in how many ways can we select one or more balls

(a) 234
(b) 52
(c) 630
(d) 879

Ans. (d)


34. A and B throw a dice. The probabilty that A's throw is not greater than B's is

(a) 5/12
(b) 7/12
(c) 11/12
(d) 5/36

Ans. (b)


35. Given two numbers a and b. Let A denote the single AM between these and S denote the sum of n AMs
between them. Then S/A depends upon

(a) n
(b) n,a
(c) n,b
(d) n,a,b

Ans. (a)


36. If the sum of the roots of the equation ax²+bx+c=0 is equal to the sum of the squares of their reciprocals,
then, a/c, b/a, c/b are in

(a) AP
(b) GP
(c) HP
(d) None of the these

Ans. (c)


In the following questions ~ represents the integral sign-for eg. 1~2[f(x)] means integration of
the function f(x) over the interval 1 to2.

37. Value of -1~2[2-x²]dx, ie integration of the function 2-x² over the interval -1 to 2.

(a) 0
(b) 1
(c) 2
(d) None of the above

Ans. (d)


38. If 0~P[log sinx]dx=k,then the value of 0~P/4[log(1 + tan x)]dx ,where P stands for pi,is

(a) -k/4
(b) k/4
(c) -k/8
(d) k/8

Ans. (c)


39. If a,b,c be in GP and p,q be respectively AM between a,b and b,c then

(a) 2/b=1/p+1/q
(b) 2/b=1/p-1/q
(c) 2=a/p-c/q
(d) None of the above

Ans. (a)


40. A solution of KMnO4 is reduced to MnO2 .The normality of solution is 0.6.The molarity is

(a) 1.8M
(b) 0.6M
(c) 0.1M
(d) 0.2M

Ans. (d)



The questions 41-46 are based on the following pattern.The problems below contain a question
and two statements giving certain data. You have to decide whether the data given in the
statements are sufficient for answering the questions.The correct answer is

(A) If statement (I) alone is sufficient but statement (II) alone is not sufficient.
(B) If statement(II) alone is sufficient but statement(I) alone is not sufficient.
(C) If both statements together are sufficient but neither of statements alone is sufficient.
(D) If both together are not sufficient.



41. What is John's age?

(I) In 15 years John will be twice as old as Dias would be
(II) Dias was born 5 years ago

Ans. (C)


42. What is the distance from city A to city C in kms?

(I) City A is 90 kms from City B
(II) City B is 30 kms from City C

Ans. (D)


43.Is A=C ? A,B,C are real numbers

(I) A-B=B-C
(II) A-2C = C-2B

Ans. (C)


44. What is the 30th term of a given sequence ?

(I) The first two terms of the sequence are 1,1/2
(II) The common difference is -1/2

Ans. (A)


45.Was Avinash early, on time or late for work?

(I) He thought his watch was 10 minutes fast
(II) Actually his watch was 5 minutes slow

Ans. (D)


46. What is the value of A if A is an integer?

(I) A4 = 1
(II) A3 + 1 = 0

Ans. (B)


47. A person travels 12 km in the southward direction and then travels 5km to the right and then travels 15km toward the right and finally travels 5km towards the east, how far is he from his starting place?

(a) 5.5 kms
(b) 3 km
(c) 13 km
(d) 6.4 km

Ans. (b)


48. X's father's wife's father's granddaughter uncle will be related to X as

(a) Son
(b) Nephew
(c) Uncle
(d) Grandfather

Ans. (c)


49. Find the next number in the series 1, 3 ,7 ,13 ,21 ,31

(a) 43
(b) 33
(c) 41
(d) 45

Ans. (a)


50. If in a certain code "RANGE" is coded as 12345 and "RANDOM" is coded as 123678.
Then the code for the word "MANGO" would be

(a) 82357
(b) 89343
(c) 84629
(d) 82347

Ans. (d)


51. If "PROMPT" is coded as QSPLOS ,then "PLAYER" should be

(a) QMBZFS
(b) QWMFDW
(c) QUREXM
(d) URESTI

Ans. (a)



The questions 52-53 are based on the following data

6 people A,B,C,D,E and F sit around a table for dinner.Since A does not like C, he doesn't sit either opposite or beside C.B and F always like to sit opposite each other.

52. If A is beside F then who is are the two neighbours of B?

(a) D and C
(b) E and C
(c) D and E
(d) Either (a) or (b)

Ans. (c)


53. If D is adjacent to F then who is adjacent to C?

(a) E and B
(b) D and A
(c) D and B
(d) either (a) or (c)

Ans.(d)


54. Complete the sequence A, E ,I ,M ,Q ,U , _ , _

(a) B, F
(b) Y, C
(c) G, I
(d) K, O

Ans.(b)


55. A person travels 6km towards west, then travels 5km towards north ,then finally travels
6km towards west. Where is he with respect to his starting position?

(a) 13km east
(b) 13km northeast
(c) 13km northwest
(d) 13km west

Ans. (c)


56. If A speaks the truth 80% of the times, B speaks the truth 60% of the times.
What is the probability that they tell the truth at the same time

(a) 0.8
(b) 0.48
(c) 0.6
(d) 0.14

Ans.(b)


57. If the time quantum is too large, Round Robin scheduling degenerates to

(a) Shortest Job First Scheduling
(b) Multilevel Queue Scheduling
(c) FCFS
(d) None of the above

Ans. (c)


58. Transponders are used for which of the following purposes

(a) Uplinking
(b) Downlinking
(c) Both (a) and (b)
(d) None of the above

Ans. (c)


59. The format specifier "-%d" is used for which purpose in C

(a) Left justifying a string
(b) Right justifying a string
(c) Removing a string from the console
(d) Used for the scope specification of a char[] variable

Ans. (a)


60. Virtual functions allow you to

(a) Create an array of type pointer-to-base-class that can hold pointers to derived classes
(b) Create functions that have no body
(c) Group objects of different classes so they can all be accessed by the same function code
(d) Use the same function call to execute member functions to objects from different classes


62. A sorting algorithm which can prove to be a best time algorithm in one case
and a worst time algorithm in worst case is

(a) Quick Sort
(b) Heap Sort
(c) Merge Sort
(d) Insert Sort

Ans. (a)


63. What details should never be found in the top level of a top-down design?

(a) Details
(b) Coding
(c) Decisions
(d) None of the above

Ans. (c)


64. In an absolute loading scheme, which loader function is accomplished by assembler

(a) Reallocation
(b) Allocation
(c) Linking
(d) Both (a) and (b)

Ans. (d)


65. Banker's algorithm for resource allocation deals with

(a) Deadlock prevention
(b) Deadlock avoidance
(c) Deadlock recovery
(d) None of these

Ans. (b)


66. Thrashing can be avoided if

(a) The pages, belonging to the working set of the programs, are in main memory
(b) The speed of CPU is increased
(c) The speed of I/O processor are increased
(d) All of the above

Ans. (a)


67. Which of the following communications lines is best suited to interactive processing applications?

(a) Narrowband channels
(b) Simplex channels
(c) Full-duplex channels
(d) Mixedband channels

Ans. (b)


68. A feasibility document should contain all of the following except

(a) Project name
(b) Problem descriptions
(c) Feasible alternative
(d) Data flow diagrams

Ans. (d)


69. What is the main function of a data link content monitor?

(a) To detect problems in protocols
(b) To determine the type of transmission used in a data link
(c) To determine the type of switching used in a data link
(d) To determine the flow of data

Ans. (a)


70. Which of the following is a broadband communications channel?

(a) Coaxial cable
(b) Fiber optic cable
(c) Microwave circuits
(d) All of the above

Ans. (d)


71. Which of the following memories has the shortest access time?

(a) Cache memory
(b) Magnetic bubble memory
(c) Magnetic core memory
(d) RAM

Ans. (a)


72. A shift register can be used for

(a) Parallel to serial conversion
(b) Serial to parallel conversion
(c) Digital delay line
(d) All the above

Ans. (d)


73. In which of the following page replacement policies, Balady's anomaly occurs?

(a) FIFO
(b) LRU
(c) LFU
(d) NRU

Ans. (a)


74. Subschema can be used to

(a) Create very different, personalised views of the same data
(b) Present information in different formats
(c) Hide sensitive information by omitting fields from the sub-schema's description
(d) All of the above

Ans. (d)

IBM Global

1. In 1978, a kg of paper was sold at Rs25/-.
If the paper rate increases at 1.5% more than the inflation rate which is 6.5% a year,
then what wil be the cost of a kg of paper after 2 years?

(a) 29.12
(b) 29.72
(c) 30.12
(d) 32.65
(e) none of these


2. In A,B,C are having some marbles with each of them.
A has given B and C the same number of marbles each of them already have.
Then, B gave C and A the same number of marbles they already have.
Then C gave A and B the same number of marbles they already have.
At the end A,B,and C have equal number of marbles.

(i) If x,y,z are the marbles initially with A,B,C respectively.
Then the number of marbles B have at the end

(a) 2(x-y-z)
(b) 4(x-y-z)
(c) 2(3y-x-z)
(d) x + y-z

Ans. (c)

(ii) If the total number of marbles are 72, then the number of marbles with A at the starting

(a) 20
(b) 30
(c) 32
(d) 39

Ans. (d)


3. If a car starts from A towards B with some velocity.
Due to some problem in the engine after travelling 30km, the car goes with 4/5 th of its actual velocity
The car reaches B 45 min later to the actual time.
If the car engine fails ofter travelling 45km, the car reaches the destination B 36min late to the actual time
What is the initial velocity of car and what is the distance between A and B in km

Ans. 20 & 130.


4. A person has Rs 100/- in his pocket, he can as 25 pencils or 15 books.
He kept 15% of the money for travelling expenses and purchased 5 pencils.
So how many books he can purchase with the remaining money.

5. Ten questions on analogies.

eg: chief : tribe :: governer : state
epaulette : shoulder :: tiara : head
guttural : throat :: gastric : stomach
inept : clever :: languid : active
knife : butcher ::
hammer : carpenter ::


6. The values of shares (in Rs).of A, B and C from January to June are as follows.

Month
A
B
C

January
30
60
80

February
35
65
85

March
45
75
65

April
40
75
82

May
55
75
85

June
50
75
80


i) During this period which share has undergone maximium fluctuation?
ii) In which month it is possible to buy B and C selling A?
iii) In which month the share values are very low?
iv) By purchasing one share of A and 4 each of B and C in the beginning of the period,
when shoudl these be sold to get maximum profit?


7. In a computer institute 9 languages can be taught.
The module is of 6 months duration and of the six languages only one can be taught each month .
In addition to that BASIC is always taught and should be in first month itself

WORD PERFECT is to be taught in the preceeding week of WORD STAR.
FORTRAN can not be taught until COBAL is taught prior to that
BINO, FIFO can never be taught in single module
languages are BASIC, WORD STAR, WORD PERFECT, FORTRAN, COBAL, BINO, FIFO, LOTUS, C

i) If word star is in 3rd month , what could be in 6th month.
ii) If COBAL is in the 2nd month and BINO in 6th month. FORTRAN will be taught in which month.


8. In a class, except 18 all are above 50 years.
15 are below 50 years of age. How many people are there

(a) 30
(b) 33
(c) 36
(d) none of these.

Ans. (d)


9. A square plate of some size is cut at four corners. Equal squares of the same size are cut and is formed as open box.
If this open box carries 128 ml of oil. What is the size of the side of the plate?

(a) 17
(b) 14
(c) 13
(d) None of these


10. In a square, all the mid points are joined. The inner square is shaded.
If the area of the square is A, what is the area of the shaded area?

11. Two questions on basic angles i.e given a circle, a few chords or diameter is drawn etc.


12. If the follwoing statements are given

@(a,b)= (a+b)/2
/(a,b)= a/b
*(a,b)= ab
If a=1, b=2 then find

i) /(a,(@(a,b),*(a,b)))

ii) */(a,@(*(a,b)))


13. If the follwoing statements are given

(x#y) = x + y- xy
(x*y) = (x + y)/2
i) Find the values of x, y will satisfy this equation (x#y)#(x*y) < (x#y) ii) Find the values of x, y will satisfy this equation (a*b)#(b*c)< (a#b)*(b*c) 14. Export PS1 results in(PS1 pwd) a) primary prompt being your current directory b) primary prompt and secondary prompts being the current directory c) primary prompt prompt being your home directory d) primary prompt and secondary prompts being the home directory e) None of the above. 15. If you type in the command nohup sort employees > list 2 > error out &

and log off ,the next time you log in, the output will be

a) in a file called list and the error will de typed in a file error out
b) there will be no file called list or error out
c) error will be logged in a file called list and o/p will be in error out
d) you will not be allowed to log in
e) none of the above

16. In UNIX a files i-node ......?

Ans. Is a data structure that defines all specifications of a file like the file size,
number of lines to a file, permissions etc.


17. The UNIX shell ....

a) does not come with the rest of the system
b) forms the interface between the user and the kernal
c) does not give any scope for programming
d) deos not allow calling one program from with in another
e) all of the above

Ans. (b)


18. enum number { a= -1, b= 4,c,d,e}
What is the value of e ?

(a) 7
(b) 4
(c) 5
(d) 15
(e) 3


19. The very first process created by the kernal that runs till the kernal process is halts is

a) init
b) getty
c) both (a) and (b)
d) none of these

Ans. (a)


20. Output of the following program is

main()
{int i=0;
for(i=0;i<20;i++) c="-64;" i="-32" u ="-16;">i)
{printf("pass1,");
if(c and >>

a) do the same function
b) differ : > overwrites, while >> appends
c) differ : > is used for input while >> is used for output
d) differ : > write to any file while >> write only to standard output
e) None of these

Ans. (b)


35. The command grep first second third /usr/you/myfile

a) prints lines containing the words first, second or third from the file /usr/you/myfile
b) searches for lines containing the pattern first in the files
second, third, and /usr/you/myfile and prints them
c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them
d) replaces the word first with the word second in the files third and /usr/you/myfile
e) None of the above

Ans. (b)

HCL Technologies

HCL Technologies

Section A

1. Which of the following involves context switch,

(a) system call
(b) priviliged instruction
(c) floating poitnt exception
(d) all the above
(e) none of the above

Ans: (a)


2. In OST, terminal emulation is done in

(a) sessions layer
(b) application layer
(c) presentation layer
(d) transport layer

Ans: (b)


3. For a 25MHz processor , what is the time taken by the instruction which needs 3 clock cycles,

(a)120 nano secs
(b)120 micro secs
(c)75 nano secs
(d)75 micro secs


4. For 1 MB memory, the number of address lines required,

(a)11
(b)16
(c)22
(d) 24

Ans. (b)


5. Semaphore is used for

(a) synchronization
(b) dead-lock avoidence
(c) box
(d) none

Ans. (a)


6. Which holds true for the following statement

class c: public A, public B

a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both
d) none

Ans. (a)


7. Question related to java


8. OLE is used in

a) inter connection in unix
b) interconnection in WINDOWS
c) interconnection in WINDOWS NT


9. Convert a given HEX number to OCTAL


10. Macros and function are related in what aspect?

(a)recursion
(b)varying no of arguments
(c)hypochecking
(d)type declaration


11.Preproconia.. does not do which one of the following

(a) macro
(b) conditional compliclation
(c) in type checking
(d) including load file

Ans. (c)


12. Piggy backing is a technique for

a) Flow control
b) Sequence
c) Acknowledgement
d) retransmition

Ans. (c)


13. In signed magnitude notation what is the minimum value that can be represented with 8 bits

(a) -128
(b) -255
(c) -127
(d) 0


14. There is an employer table with key fields as employer number data
in every n'th row are needed for a simple following queries will get required results.

(a) select A employee number from employee A , where exists from employee B where A employee no. >= B
employee having (count(*) mod n)=0
(b) select employee number from employe A, employe B where A employe number>=B employ number
group by employee number having(count(*) mod n=0 )
(c) both (a) & (b)
(d) none of the above


15. Type duplicates of a row in a table customer with non uniform key field customer number you can see

a) delete from costomer where customer number exists( select distinct customer number from customer having count )
b) delete customer a where customer number in b rowid
c) delete customer a where custermor number in( select customer number from customer a, customer b )
d) none of the above



Section B


1. Given the following statement
enum day = { jan = 1 ,feb=4, april, may}
What is the value of may?

(a) 4
(b) 5
(c) 6
(d) 11
(e) None of the above


2. Find the output for the following C program

main
{int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);





8. Find the output for the following C program

f=(x>y)?x:y

a) f points to max of x and y
b) f points to min of x and y
c)error

Ans. (a)


9. What is the sizeof(long int)

(a) 4 bytes
(b) 2 bytes
(c) compiler dependent
(d) 8 bytes



10. Which of the function operator cannot be over loaded

(a) <=
(b) ?:
(c) ==
(d) *


11. Find the output for the following C program

main()
{intx=2,y=6,z=6;
x=y==z;
printf(%d",x)
}



Section C (Programming Skills)

Answer the questions based on the following program

STRUCT DOUBLELIST
{ DOUBLE CLINKED
INT DET; LIST VOID
STRUCT PREVIOUS; (BE GIVEN AND A PROCEDURE TO DELETE)
STRUCT NEW; (AN ELEMENT WILL BE GIVEN)
}
DELETE(STRUCT NODE)
{NODE-PREV-NEXT NODE-NEXT;
NODE-NEXT-PREV NODE-PREV;
IF(NODE==HEAD)
NODE
}

Q. In what case the prev was

(a) All cases
(b) It does not work for the last element
(c) It does not for the first element
(d) None of these



Answer the questions based on the following program

VOID FUNCTION(INT KK)
{KK+=20;
}
VOID FUNCTION (INT K)
INT MM,N=&M
KN = K
KN+-=10;
}


Q. What is the output of the following program

main()
{ int var=25,varp;
varp=&var;
varp p = 10;
fnc(varp)
printf("%d%d,var,varp);
}

(a) 20,55
(b) 35,35
(c) 25,25
(d)55,55



Section D

1. a=2, b=3, c=6
Find the value of c/(a+b)-(a+b)/c


2. What does the hexanumber E78 in radix 7.

(a) 12455
(b) 14153
(c) 14256
(d) 13541
(e) 131112

Ans. (d)


3. 10 : 4 seconds :: ? : 6 minutes

Ans. 900


4. Q is not equal to zero and k = (Q x n - s)/2.What is n?

(a) (2 x k + s)/Q
(b) (2 x s x k)/Q
(c) (2 x k - s)/Q
(d) (2 x k + s x Q)/Q
(e) (k + s)/Q


5. From the following statements determing the order of ranking

M has double the amount as D
Y has 3 rupess more than half the amount of D
Ans. Data insuffiecient


Questions 6 - 10 are to be answered on the following data

A causes B or C, but not both
F occurs only if B occurs
D occurs if B or C occurs
E occurs only if C occurs
J occurs only if E or F occurs
D causes G,H or both
H occurs if E occurs
G occurs if F occurs
6. If A occurs which of the following must occurs

I. F and G
II. E and H
III. D

(a) I only
(b) II only
(c) III only
(d) I,II, & III
(e) I & II (or) II & III but not both

Ans. (e)


7. If B occurs which must occur

(a) D
(b) D and G
(c) G and H
(d) F and G
(e) J

Ans. (a)


8. If J occurs which must have occured

(a) E
(b) either B or C
(c) both E & F
(d) B
(e) both B & C

Ans. (b)


9. Which may occurs as a result of cause not mentioned

I. D
II. A
III. F

(a) I only
(b) II only
(c) I & II
(d) II & III
(e) I,II & III

Ans. (c)

10. E occurs which one cannot occurs

(a) A
(b) F
(c) D
(d) C
(e) J

Ans. (b)

Cognizant Technology Solutions (CTS)

Cognizant Technology Solutions (CTS)

This is only a sample paper. We are not providing you with all the questions - just some questions to give you a general idea of the test pattern.

SECTION-1:

Find the next in the sequence:

1. BC CE EG GK ?

a)KN
b)KU
c)KM
d)None


2. AA AB BC CE?

a)EG
b)EH
c)EI
d)None


3. AB EF JK QR ?

a)YZ
b)ZA
c)AB
d)None


4.ACD EGL IKT MOB?

a)QST
b)QSZ
c)QSY
d)None


5.AC CG GO OE?

a)EJ
b)EI
c)EL
d)None


6.AE BH CM DU?

a)EH
b)EZ
c) EB
d)None


7. AD DP PL LV

a)VS
b)VK
c)VI
d)None


8. SE QU EN TI?

a)CN
b)BM
c)AI or AZ
d)None



SECTION-II:

Find the values for the following problem:
f(X)= 2X-1 + f(X-1) if X is not equal to zeroandiff(X=0)=0

9. Value of f(5)

a)15
b)24
c)22
d)None


10. Value of f(f(2))


11. Value of f(16)- f(15)


12. Value of f(16)+f(15)-480


13. If f(f(X))=81 then the value of X=?


14. If f(X)=4f(X-1) then the value of X=?


15.If f(X)= f(X-1)+f(X-2) for X>1 then X= ?


16. If f(X)-f(X-1)=f(X-8) for X>5 then X=



SECTION -III:

In the following questions a 'word' is given which may not have any meaning.Find differnet possible words or palindromes for the word as per the question.

For the following find no of distinct words that can be formed.

17. TYGHHTT

a).420
b)1540
c)840
d)None


18. TYGHHTY

19. TYGHHTT

20. TYGHHTT

21. TYGHASD

22. TYGHHTY


Find the number of possible palindromes for following


23. TYGHHTY

24. TYHHHTYH.

SECTION-IV:

25 to 32 are based on the figures. You have to analyse them and find the odd one out.
Five figures will be given out of which one is not correct.

Refer R.S Agarwal's book on Analytical Reasoning & TMHs Quantitative ability book by Edgar Thorpe.

SECTION -V:

For following first find out the anagram and then note the corresponding meaning.

33.TABLET
Hint: anagram means first u arrange the letters in correct order like TABLET===BATTLE . So ans is FIGHT


34.RUGGED

35.GORE.

36.STASSI.

For all above choices are.

a)resentment
b)fight
c)help
d)monster


37. ENFOLD

38. LAMB

39. RECEDE.

40. PLEASE.

For all the above 4 choices are same

a)cuddle
b)sleeping
c)proclamination
d)ointment.

Analogies

Analogies

1. slur : speech : : smudge :?
Ans. writing

2. epaulet : shoulder : : ring :?
Ans.finger

3. vernacular : place : : fingerprint : ?
Ans.identical



Opposites

Q. corpulent
Ans: emaciated

Q. officious
Ans: pragmate

Q. dextrous
Ans: clumsy


The following sentences are broken into 4 sections- A, B, C, D
Choose the part which has a mistake
Mark (E) if you find no mistake.

Q.A)psychologists point out that B)there are human processes C)which does not involve D) the use of words

Ans. (C) which does not involve (do)


Q.A)jack ordered for B)two plates of chicken C)and a glass D)of water

Ans. (A)jack ordered for


The following is a group of questions is based on a passage or a set of conditions for each question.
Select the best answer choice given.

(i). If it is fobidden by law if the object of agreement is the doing of an act,
that is forbidden by law the agreement is void.

(ii). If it is of the nature that,it would defeat the provision of any law
is the agreement is void.if the object of agreement is such that thing got
directly forbidden by law it would defeat the provision of statuary law.

(iii). If the object of agreement is fraddulent it is void.

(iv). An object of agreement is void if it involves or implies to the personnal property of another.

(v). An object of agreement is void where the constant regards as ignored.

(vi). An object of agreement is void where the constant regards is as opposed to public policy.

Q. An algorithm follws a six step process za,zb,zc,zd,ze,zf, it is governed by the following

(i) zd should follow ze
(ii) the first may be za,zd or zf
(iii) zb and zc have to be performed after zd
(iv) zc must be immediately after zb


Q. If za is the first set zd must be

a) 3rd
b) 5th
c) 2nd
d) 4th



Q. If zb must follow za then za can be

a) third or fourth
b) first or second
c) can not be third
d) fouth or fifth
e) none


Q. If ze is third term the number of different operations possible are

The following questions are based on the given statements
Ravi plants six seperate saplings -- x,y,z,w,u,v in rows no 1 to 6 ,according to the follwing conditions
He must plant x before y and u
He must plant y and w
The third has to be z

Q. Which of the following is acceptable

a) xuywzv
b) xvzyuw
c) zuyxwv
d) zvxuwy
e) wyzuvx

Q. Which of the following is true

a) z before v
b) z before x
c) w before u
d) y before u
e) x before w

Q. If he plants v first, then which can be planted second

a) x
b) y
c) z
d) w
e) u


Q. Which of the following describes a correct combination of sapling and row?

a) x,3
b) y,6
c) z,1
d) w,2
e) u,6


Q. If he plants b 6th which would be planted first and second

a) x and w
b) x and y
c)y and x
d)w and z
e) w and u


Q. If he plants w before u and after v he should plant w at

a) first
b) second
c) fourth
d) fifth
e) sixth


Q. At a certain moment a watch shows 2 min lag although it is running fast.
If it showed a 3 min lag at that moment, but also gains by 1/2 min more a day than its current speed
it would show the true time one day sooner than it usually does.
How many mins does the watch gain per day.

a).2
b).5
c).6
d).4
e).75

Q. In 400m race A gives B a start of 7 sec and beats him by 24 sec.
In another race A beats B by 10 sec.the speeds are in the ratio

a)8:7
b)7:6
c)10:8
d)6:8
e)12:10


Q. 3x+4y=10
x3 + y3=6
What is the minimum value of 3x+11y=?


Q. There are 600 tennis players
4% wear wrist band on one wrist
Of the remaining, 25% wear wrist bands on both hands
How many players don't wear a wrist band?

Ans. 432


Q. Three types of tea the a,b,c costs Rs. 95/kg,100/kg and70/kg respectively.
How many kgs of each should be blended to produce 100 kg of mixture worth Rs.90/kg,
given that the quntities of band c are equal

a)70,15,15
b)50,25,25
c)60,20,20
d)40,30,30

Ans. (b)


Q. Two distinct no's are taken from 1,2,3,4......28
Find the probability that their sum is less than 13

Cognizant Technology Solutions (CTS)

Cognizant Technology Solutions (CTS)

This is only a sample paper. We are not providing you with all the questions - just some questions to give you a general idea of the test pattern.


SECTION I - 8 questions based on series.

1. These questions involve interchange of letters in a word at particular locations and also interchanging letters adjacent to those particular locations.Certain other conditions may also be given
For eg.
Let the word be ABBAABA
If we apply 25 on this, it means we have to interchange the letters at positions 2 and 5, also we have to change the letters adjacent to positions 2 and 5 i.e.from A to B and B to A.
A B B A A B after Step 1 i.e interchange of 2 and 5 becomes AABABB
Now change adjacent elements of 2 and 5...finally answer becomes
Ans: B A A B B A

Questions 1-5 are based on the pattern with changed numbers as described above

Questions 6-8 are of the following type

To get AAABBD from BBBAAA what number should be applied:-
a) 25
b) 34
c) 25 & 34
d) none


SECTION II

1. Given the following functions
(1) f(n a b c ) = ac if n=1
(2) f(n a b c) = f( n-1 a c b) + f( 1 a b c) + f( n-1 b a c ) if n > 1

Then what is the value f( 2 a b c ) = ?

Ans: f( 2 a c b ) = ab + ac + bc.


2. Similar question on functions.


3. [ Based on the function in the first question] For the function f( 4 a b c ) the number of terms is...?
Hint f( 4 a b c ) = f( 3 a c b ) + f( 1 a b c ) + f( 3 b a c ) etc.


4. What is the value of the function f( 5 a b c ) = ?


SECTION III

Permutations and Combinations.
8 Questions.

1. r = number of flags;n = number of poles;
Any number of flags can be accommodated on any single pole.

1)r=5,n=5 The no. of ways the flags can be arranged ?

Questions 2-5 are based on the above pattern


6. r = 5 n = 3 . If first pole has 2 flags, third pole has 1 flag
How many ways can the remaining be arranged?

Questions 7.& 8. are similar to Question 6.


SECTION IV
Question consisting of figures - Pattern-matching type.

Refer R.S Agarwal's book on Analytical Reasoning & TMHs Quantitative ability book by Edgar Thorpe.



SECTION V
In this section first part of compound word is given. Select meaning of the second part from the choice given:
1. Swan
2. Swans
3. Fool
4. Fools
5. Stare
6. Lady
For all above 4 choices are given.....

Eg. Swan ---> Swansong (compound word)
a) category b) music c) television d) none
Ans: Swansong is compound word. But song is not given as an option. so (b) music is the answer.

ANALYTICAL REASONING SECTION

ANALYTICAL REASONING SECTION

Directions for questions 1-5: The questions are based on the information given below

There are six steps that lead from the first to the second floor. No two people can be on the same step
Mr. A is two steps below Mr. C
Mr. B is a step next to Mr. D
Only one step is vacant ( No one standing on that step )
Denote the first step by step 1 and second step by step 2 etc.

1. If Mr. A is on the first step, Which of the following is true?
(a) Mr. B is on the second step
(b) Mr. C is on the fourth step.
(c) A person Mr. E, could be on the third step
(d) Mr. D is on higher step than Mr. C.

Ans: (d)

2. If Mr. E was on the third step & Mr. B was on a higher step than Mr. E which step must be vacant
(a) step 1
(b) step 2
(c) step 4
(d) step 5
(e) step 6

Ans: (a)

3. If Mr. B was on step 1, which step could A be on?
(a) 2&e only
(b) 3&5 only
(c) 3&4 only
(d) 4&5 only
(e) 2&4 only

Ans: (c)

4. If there were two steps between the step that A was standing and the step that B was standing on, and A was on a higher step than D , A must be on step

(a) 2
(b) 3
(c) 4
(d) 5
(e) 6

Ans: (c)


5. Which of the following is false

i. B&D can be both on odd-numbered steps in one configuration
ii. In a particular configuration A and C must either both an odd numbered steps or both an even-numbered steps
iii. A person E can be on a step next to the vacant step.

(a) i only
(b) ii only
(c) iii only
(d) both i and iii

Ans: (c)



Directions for questions 6-9: The questions are based on the information given below

Six swimmers A, B, C, D, E, F compete in a race. The outcome is as follows.
i. B does not win.
ii. Only two swimmers separate E & D
iii. A is behind D & E
iv. B is ahead of E , with one swimmer intervening
v. F is a head of D

6. Who stood fifth in the race ?
(a) A
(b) B
(c) C
(d) D
(e) E

Ans: (e)

7. How many swimmers seperate A and F ?
(a) 1
(b) 2
(c) 3
(d) 4
(e) cannot be determined

Ans: (d)

8. The swimmer between C & E is
(a) none
(b) F
(c) D
(d) B
(e) A

Ans: (a)


9. If the end of the race, swimmer D is disqualified by the Judges then swimmer B finishes in which place
(a) 1
(b) 2
(c) 3
(d) 4
(e) 5

Ans: (b)

Directions for questions 10-14: The questions are based on the information given below

Five houses lettered A,B,C,D, & E are built in a row next to each other. The houses are lined up in the order A,B,C,D, & E. Each of the five houses has a colored chimney. The roof and chimney of each housemust be painted as follows.
i. The roof must be painted either green,red ,or yellow.
ii. The chimney must be painted either white, black, or red.
iii. No house may have the same color chimney as the color of roof.
iv. No house may use any of the same colors that the every next house uses.
v. House E has a green roof.
vi. House B has a red roof and a black chimney

10. Which of the following is true ?
(a) At least two houses have black chimney.
(b) At least two houses have red roofs.
(c) At least two houses have white chimneys
(d) At least two houses have green roofs
(e) At least two houses have yellow roofs

Ans: (c)

11. Which must be false ?
(a) House A has a yellow roof
(b) House A & C have different color chimney
(c) House D has a black chimney
(d) House E has a white chimney
(e) House B&D have the same color roof.

Ans: (b)

12. If house C has a yellow roof. Which must be true.
(a) House E has a white chimney
(b) House E has a black chimney
(c) House E has a red chimney
(d) House D has a red chimney
(e) House C has a black chimney

Ans: (a)

13. Which possible combinations of roof & chimney can house
I. A red roof 7 a black chimney
II. A yellow roof & a red chimney
III. A yellow roof & a black chimney

(a) I only
(b) II only
(c) III only
(d) I & II only
(e) I&II&III

Ans: (e)

14. What is the maximum total number of green roofs for houses
(a) 1
(b) 2
(c) 3
(d) 4
(e) 5

NOTE: The questions from 15-27 are multiple choice in the paper

15. There are 5 red shoes, 4 green shoes. If one draw randomly a shoe what is the probability of getting a red shoe

Ans 5c1/ 9c1


16. What is the selling price of a car? If the cost of the car is Rs.60 and a profit of 10% over selling price is earned

Ans: Rs 66/-


17. 1/3 of girls , 1/2 of boys go to canteen .What factor and total number of classmates go to canteen.

Ans: Cannot be determined.


18. The price of a product is reduced by 30% . By what percentage should it be increased to make it 100%

Ans: 42.857%


19. There is a square of side 6cm . A circle is inscribed inside the square. Find the ratio of the area of circle to square.

Ans. 11/14

20. There are two candles of equal lengths and of different thickness. The thicker one lasts of six hours. The thinner 2 hours less than the thicker one. Ramesh lights the two candles at the same time. When he went to bed he saw the thicker one is twice the length of the thinner one. How long ago did Ramesh light the two candles .

Ans: 3 hours.

21. If M/N = 6/5,then 3M+2N = ?

22. If p/q = 5/4 , then 2p+q= ?

23. If PQRST is a parallelogram what it the ratio of triangle PQS & parallelogram PQRST .

Ans: 1:2

24. The cost of an item is Rs 12.60. If the profit is 10% over selling price what is the selling price ?

Ans: Rs 13.86/-

25. There are 6 red shoes & 4 green shoes . If two of red shoes are drawn what is the probability of getting red shoes

Ans: 6c2/10c2

26. To 15 lts of water containing 20% alcohol, we add 5 lts of pure water. What is % alcohol.

Ans : 15%

27. A worker is paid Rs.20/- for a full days work. He works 1,1/3,2/3,1/8.3/4 days in a week. What is the total amount paid for that worker ?

Ans : 57.50

28. If the value of x lies between 0 & 1 which of the following is the largest?

(a) x
(b) x2
(c) -x
(d) 1/x

Ans : (d)



DATA SUFFICIENCY SECTION

Directions : For questions in this section mark

(a) If condition (i) alone is sufficient
(b) If condition (ii) alone is sufficient
(c) If both conditions together are sufficient
(d) If condition (i) alone & (ii) alone are sufficient
(e) information not sufficient

1. A man 6 feet tall is standing near a light on the top of a pole What is the length of the shadow cast by the man.
(i) The pole is 18 feet high
(ii) The man is 12 feet from the pole

Ans: (c)

2. Two pipes A and B emptied into a reservoir , pipe A can fill the reservoir in 30 minutes by itself. How long it will take for pipe A and pipe B together to fill up the reservoir.
(i) By itself, pipe B can fill up the reservoir in 20 minutes
(ii) Pipe B has a larger cross-sectional area than pipe A

Ans: (a)

3. K is an integer. Is K is divisible by 12
(i) K is divisible by 4
(ii) K is divisible by 3

Ans: (c)


4. What is the distance from A to B
(i) A is 15 miles from C
(2) C is 25 miles from B

Ans: (e)

5. Was Melissa Brown's novel published?
(i). If Melissa Brown's novel was published she would receive atleast $1000 in royalities during 1978
(ii). Melissa Brown's income for 1978 was over $1000

Ans: (e)

6. Does every bird fly?
(i) Tigers do not fly.
(ii) Ostriches do not fly

Ans: (b)


7. How much does John weigh? Jim weighs 200 pounds.
(i) Toms weight plus Moes weight equal to John's weight.
(ii) John's weight plus Moe's weight equal to Twice Tom's weight.

Ans: (c)


8. Is the figure ABCD is a rectangle if
(i) angle ABC=90(degrees)
(ii) AB=CD


9. Find x+2y
(i). x+y=10
(ii). 2x+4y=20

Ans: (b)


10. Is angle BAC is a right angle
(i) AB=2BC
(2) BC=1.5AC

Ans: (e)

11. Is x greater than y
(i) x=2k
(ii) k=2y

Ans: (e)

12. A piece of string 6 feet long is cut into three smaller pieces. How long is the longest of the three pieces?
(i). Two pieces are the same length.
(ii) One piece is 3 feet 2 inches lone

Ans: (b)

13. How many rolls of wall paper are necessary to cover the walls of a room whose floor and ceiling are rectangles 12 feet wide and 15 feet long
(i) A roll of paper covers 20 sq feet
(ii) There are no windows in the walls

Ans: (e)


14. x and y are integers that are both less than 10. Is x>y?
(i). x is a multiple of 3
(ii). y is a multiple of 2

Ans: (e)

15. Fifty students have signed up for atleast one of the courses GERMAN & ENGLISH, how many of the 50 students are taking GERMANI but not ENGLISH?
(i). 16 students are taking GERMANI & ENGLISH
(ii). The number of students taking ENGLISH but not GERMANI is the same as the number of students taking GERMAN

Ans: (c)

16. Is ABCD is a square ?

A

B


X








C

D


(i) AD = AB
(ii). x=90(degres)

Ans: (e)

17. How much card board will it take to make a rectangular box with a lid whose base has length 7 inches.
(i). The width of the box 5 inches
(ii). The height of the box will be 4 inches

Ans: (c)
.

18. Did ABC company made profit in 1980?
(i) ABC company made a profit in 1979.
(ii) ABC company made a profit in 1981.

Ans: (e)

19. How much is Janes salary?
(i). Janes salary is 70% of John's salary
(ii). Johns salary is 50% of Mary's salary

Ans: (e)

20. Is x>1
(i) x+y=2
(ii) y<0 y ="24" ac="CB" cb2="AB2"> 1 ? If x & y are both positive
(i) x is less than 1
(ii) y is greater than 1

Ans: (e)

27. Is it a Rhombus
(i) All four sides are equal
(ii) Total internal angle is 360

Ans: (e)

28. How many books are in the book shelf
(i) The book shelf is 12 feet long
(ii). The average weight of each book is 1.2 pound

Ans: (e)

29. What is the area of the circle?
(i) Radius r is given
(ii) Perimeter is 3 times the area

Ans: (a)

ARITHMETIC SECTION

1. If the total distance of a journey is 120 km .If one goes by 60 kmph and comes back at 40kmph what is the average speed during the journey?

Ans: 48kmph

2. A school has 30% students from Maharashtra .Out of these 20% are Bombey students. Find the total percentage of Bombay?

Ans: 6%

3. An equilateral triangle of sides 3 inch each is given. How many equilateral triangles of side 1 inch can be formed from it?

Ans: 9

4. If A/B = 3/5,then 15A = ?

Ans : 9B

5. Each side of a rectangle is increased by 100% .By what percentage does the area increase?

Ans : 300%

6. Perimeter of the back wheel = 9 feet, front wheel = 7 feet on a certain distance, the front wheel gets 10 revolutions more than the back wheel .What is the distance?

Ans : 315 feet.

7. Perimeter of front wheel =30, back wheel = 20. If front wheel revolves 240 times. How many revolutions will the back wheel take?

Ans: 360 times

8. 20% of a 6 litre solution and 60% of 4 litre solution are mixed. What percentage of the mixture of solution

Ans: 36%

9. City A's population is 68000, decreasing at a rate of 80 people per year. City B having population 42000 is increasing at a rate of 120 people per year. In how many years both the cities will have same population?

Ans: 130 years

10. Two cars are 15 kms apart. One is turning at a speed of 50kmph and the other at 40kmph . How much time will it take for the two cars to meet?

Ans: 3/2 hours

11. A person wants to buy 3 paise and 5 paise stamps costing exactly one rupee. If he buys which of the following number of stamps he won't able to buy 3 paise stamps.

Ans: 9

12. There are 12 boys and 15 girls, How many different dancing groups can be formed with 2 boys and 3 girls.


13. Which of the following fractions is less than 1/3

(a) 22/62
(b) 15/46
(c) 2/3
(d) 1

Ans: (b)

14. There are two circles, one circle is inscribed and another circle is circumscribed over a square. What is the ratio of area of inner to outer circle?

Ans: 1 : 2

Directions for questions 15-17: The questions are based on the information given below

Miss Dean wants to rennovate her house. She hires a plumber, a carpenter, a painter, an electrician and an interior decorator. The work to be finished in one working (Monday - Friday ).
Each worker will take the full day to do his job. Miss Dean permits only one person to work each day.
I. The painter can work only after the plumber and the carpenter have finished their jobs
II. The interior decorator must do his job before the electrician.
III. The carpenter cannot work on Monday or Tuesday

15. If the painter work on Thursday, which one of the following alternatives is possible?

(a) The electrician works on Tuesday.
(b). The electrician works on Friday.
(c) The interior decorator works after the painter does.
(d). The painter works on consecutive days.
(e). Miss Dean cannot fit all of the workers int schedule

Ans: (b)

16. If the painter works on Friday which of the following must be false?

(a) . The carpenter may works on Wednesday
(b). The carpenter and the electrician may work on consecutive days
(c). If the carpenter works on Thursday, the electrician has to work on Wednesday
(d). The plumber may work before the electrician does
(e). The electrician may work on Tuesday

Ans: (c)


17. Which argument is possible?

(a). The electrician will works on Tuesday and the interior decorator on Friday
(b). The painter will work on wednesday and plumber on thursday
(c). The carpenter will works on Tuesday and the painter on Friday
(d). THe painter will work on Monday and the carpenter on Thursday
(e). The carpenter will work on Wednesday and the plumber on Thursday

Ans: (e)