Sunday, November 17, 2013

Aptitude Question Papers

APTITUDE Question papers III


1. IBM Global Services 1 

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

2. IBM Global Services 2 

IBM GLOBAL SERVICES
1. In 1978, a kg of paper was sold at Rs25/-. I f the paper rate
increases at 1.5% more than inflation rate which is of 6.5% a year
, then what  wilbe 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  giben
B and C the same number of marbles they already have to each of them.
then, B gave C and A the same no. of marbles they have, then C gave
A and B the same no. of marbles they have. At the 
end A,B,andC have equal no. of marbles.
(i ) If  x,y,zare the marbles initially with  A,B,C respectively.
then the no of marbles B have at the end
(a) 2(x-y-z) (b) 4(x-y-z) etc.

Click here to download the full paper

3. IBM Global Services 1999

IBM C questions 1999
The IBM technical question paper consisted of three sections,
the first was a compulsory C-Section consisting of 20 questions,
the other two were on Windows internals and UNIX (15 questions each),
the candidates were to solve any one of the last two sections. 
The C-Section had the following text before it:
Assume the following programs are written in ANSI C, where, 
Size of Char = 1 byte. 
Size of  Int = 4 bytes.
Size of Double = 8 bytes.
Size of Long Double = 10 Bytes.
Do not make any assumptions about the underlying platform

Click here to download the full paper

4. IBM Global Services 1999 paper 2

IBM GLOBAL SERVICES
---------------------1. In 1978, a kg of paper was sold at Rs25/-. I f the paper rate increases 
at 1.5% more than inflation rate which is of 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  gibenB and C 
the same number of marbles they already have to each of them. then, B gave 
C and A the same no. of marbles they have, then C gave A and B the same 
no. of marbles they have. At the end  A,B,andC have equal no. of marbles.
(i ) If  x,y,zare the marbles initially with  A,B,C respectively. 
then the no of marbles B have at the end
(a) 2(x-y-z) (b) 4(x-y-z) etc.
(ii)If the total no. of marbles are 72, then the no. of marbles 
with A at the starting
a. 20 b. 30 c. 32

Click here to download the full paper

4. IMR Global 

Q. A man leaves office daily at 7pm A driver with car comes from his home to pick him from 
office and bring back home 
One day he gets free at 5:30 and instead of waiting for driver he starts walking towards home.
In the way he meets the car and returns home on car He reaches home 20 minutes earlier than 
usual.
In how much time does the man reach home usually??
Ans. 1hr 20min

Click here to download the full paper

5. Integra Paper 1 

> We do not remember the questions exactly, here we just tried to cover 
> the major areas.
> 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.

Click here to download the full paper

6. Integra Paper 2 

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))

Click here to download the full paper 

7. Integra Paper 3 

> 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.
>

Click here to download the full paper 

8. Technical Questions in Interview

Technical Questions in the second round ----------------------------------------
-[1] What are the current trends and areas of focus in IT.
My Ans. Talked about emerging trends of S/W Engg and ISO 9000 stuff
(gave vague ideas about them as I don't know much nor do I care 
about these topics myself ;-)). Then mentioned the proliferation of O-O
methodologies and their usefulness in speeding up development process,
code re-usability, ease of maintenance, ease of bug-fixing.
Thirdly, mentioned the work going on in High-Speed N/w - FDDI, ATM,
Fast-Ethernet(100Mbps). Told whatever little I knew about ATM in
response to another question.

Click here to download the full paper

9. Java Interview Questions 

Java Interview Questions
Meaning - Abstract classes, abstract methods 
Difference - Java,C++ 
Difference between == and equals method 
Explain Java security model 
Explain working of Java Virtual Machine (JVM) 
Difference : Java Beans, Servlets 
Difference : AWT, Swing 
Disadvantages of Java 
What is BYTE Code ? 
What gives java it's "write once and run anywhere" nature? 
Does Java have "goto"? 
What is the meaning of "final" keyword? 
Can I create final executable from Java? 
Explain Garbage collection mechanism in Java 
Why Java is not 100% pure object oriented language? 
What are interfaces? or How to support multiple inhertance in Java? 
How to use C++ code in Java Program? 
Difference between "APPLET" and "APPLICATION" 

Click here to download the full paper 

10. Java Multi choice Questions 

1 . Th e  J a va  i n t e r p r e t e r  i s  u s e d  for  t h e e x ec u t i on  of  t h e  s ou r ce c od e .
Tr u e
F a l s e
An s :  a .
2 )  On  s u cce ss fu l  c om p il a t i on  a  fil e  w i t h  t h e c l a ss  e x t e n s i on  i s  c r e a t e d .
a )  Tr u e
b )  F a l s e
An s :  a .
3 )  Th e  J a va  s ou r ce c od e c a n  b e c r e a t e d  i n  a  Not e p a d  e d i t or .
a )  Tr u e
b )  F a l s e
An s :  a .

Click here to download the full paper

11. Java SQL Paper

QUES TION S
Or a c l e
Q1 .  Wh a t  i s  PL/ S QL  ?
A1 .  A p r og r a mm i n g  l a n g u a g e  a va il a b l e  i n  Or a c l e .  It  i s  a  w a y  of  w r a pp i n g  S QL  w i t h  3 GL  c on s t r u c t s s u c h  a s 
IF .. THEN.. ELS E,  WHILE e t c .
Q2 .  Wh a t  i s  l oc k i n g  a n d  w h a t  i s  i t  u s e d  for  ?
A2  Loc k i n g  i s  a  m ec h a n i s m t o  r e s t r i c t  a cc e ss  t o  d a t a .  It  p r e ve n t s  on e  u s e r  u pd a t i n g  d a t a  w h il s t  a n ot h e r  u s e r  i s 
l ook i n g  a t  i t .
Q3 .  Wh a t t y p e s  of  l oc k i n g  a r e  a va il a b l e  w i t h  Or a c l e ?
A3 .  R ow l oc k i n g  a n d  t a b l e  l oc k i n g .

Click here to download the full paper

12. Hexaware Paper 1 

1.  Directions for questions 1-10: Expand the following terms
1. ODBC
Ans. Open Database Connectivity.
2. HTML
Ans. Hyper Text Markup Language
3. RISC
Ans.Reduced Instruction Set Computing
4. ASCII
Ans.American Standard Code For Information Interchange

Click here to download the full paper 

13. Hexaware Paper 2 

1. Written test 
The pattern is total 100 questions 1 hour time 
1) check out the old 98 hexaware paper few qs are from that. 
2) few qs on tracing the output(simple ons). 
3)basic question on computer awarness(very simple ones like 
expand WAP, etc very simple ones. 
4)choose the odd man out type of questions 
ex A E I O choose the odd man. 
5)simple math qs like 199^2 - 24^2 etc. 
6) opposites and synonyms 

Click here to download the full paper

14. Oracle Paper 1 

1. Three beauty pageant finalists-Cindy, Amy and Linda-The winner was musician. The one who was 
not last or first was a math major. The one who came in third had black hair. Linda had red hair. Amy 
had no musical abilities. Who was first?
(A) Cindy (B) Amy (C) Linda (D) None of these
2. Two twins have certain peculiar characteristics. One of them always lies on Monday, Wednesday, 
Friday. The other always lies on Tuesdays, Thursday and Saturdays. On the other days they tell the 
truth. You are given a conversation.
Person A- today is Sunday, my name is Anil
Person B-today is Tuesday, my name is Bill What day is today?
(A) Sunday (B) Tuesday (C) Monday (D) Thursday

Click here to download the full paper

15. Oracle Paper 2 

This is the oracle paper held on July 13 2003at NITK Surathkal. 
The test has 2 sections : 30 technical and 30 aptitude and 60 min time. 
Technical section: 
its very easy any one can answer 25 qns without preperation. some are 
1. how compiler treats variables of recursive functions 
2. what is orthogonal matrix? 
3. given two tables and asked 2 qns on those table , 
one is on join and another is on NOT IN 
4. given some qns on pointers( pretty easy) 
5. given five qns on data structures like , lifo, fifo 
6. qtn on primary key 
7. how NULL in sql is treated? 
8. given a doubly linked list and asked r->left->right->data 
ans: r->data 
9:explain const char *ptr and char *const ptr 
remaining i didn`t remember 

Click here to download the full paper

16. MBT Paper 

ARITHMETIC SECTION
This section consists of 29 problems. The questions are simple though time consuming.
1. If a boat is moving in upstream with velocity of 14 km/hr and goes downstream with a velocity of 
40 km/hr, then what is the speed of the stream ?
(a) 13 km/hr
(b) 26 km/hr
(c) 34 km/hr
(d) none of these
Ans. A
2. Find the value of ( 0.75 * 0.75 * 0.75 - 0.001 ) / ( 0.75 * 0.75 - 0.075 + 0.01)
(a) 0.845
(b) 1.908
(c) 2.312
(d) 0.001
Ans. A

Click here to download the full paper

17. Syntel Paper 1 

Pattern
3 sections
No Negative Marking
Section I - Verbal - 25 qns - 15 mins
Section II - Quantitative Aptitude - 30 qns - 45 mins
Section III - Logical Reasoning - 30 qns - 30 mins
Total 85qns - 90 Mins
Section - I - Verbal - 25 qns in 15 mins, refer Barron's GRE guide.
Synonyms
Analogies
Fill up the sentences
Find the Word that has to be replaced
Form a Sentence and find the last word

Click here to download the full paper

18. Syntel Paper 2 

FLOW CHART:<?XML:NAMESPACE PREFIX = O />
1) Some flow chart is given. Five question on this flow chart.
i.  Whether  i will take the value 0
ii.  Find value of i
iii.  Find value of a
iv.  Find value of j
Answers:
i.  Yes
ii.  -4
iii.  13
iv.  29
2) One more flow chart. Five questions
i.  s value at 6th iteration
ii.  value f3 when n=6
iii.  f3 doesn't take which value
iv.  When s=57 what is the value of f3
v.  What is the value n when program terminates.
Answer
i.  31
ii.  34
iii.  9
iv.  89
v.  11

Click here to download the full paper

19. Lucent Technologies Paper 1 

Aptitude
Q1 .6*12*15 is the volume of some material. How many cubes of edge 3 can be inserted into it ?
Ans.40
Q2. Two pipes can fill a tank in 10 and 12 hours respectively while third pipe will make the tank 
empty in 20 hours. If all three pipes operate simultaneously, in how many hours the tank will be 
filled ?
Ans.7hours 30 minutes.

Click here to download the full paper 

20. Lucent technologies Paper 2 

1.6*12*15 is the volume of some material. How many cubes of edge 3 can be inserted into it ?
a. 20    b. 30          c. 40         d. 46
2.Two pipes can fill a tank in 10 and 12 hours respectively while third pipe will make the tank empty 
in 20 hours. If all three pipes operate simultaneously, in how many hours the tank will be filled ?
a. 11 Hrs        b. 9 Hrs 15 minutes    c. 8 Hrs         d. 7 Hrs 30 minutes 

Click here to download the full paper




No comments:

Post a Comment