Showing posts with label APTITUDE Question Papers. Show all posts
Showing posts with label APTITUDE Question Papers. Show all posts

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




Wednesday, October 23, 2013

APTITUDE Question Papers

We have provided more than 100 aptitude questions papers from the top leading Companies.

1. Aditi Technologies 1

    SECTION 1- LOGICAL REASONING:
Each of the following series of statements is followed by four sets. Identify the set
that is logically consistent.
EXAMPLE
1.
(a) The gap between the average starting salaries of teachers and those of other professionals has
shrunk in recent years.
(b) The average age of first year teachers is same as it was in 1975.
(c) Starting teachers are no longer underpaid.
(d) The extent of a persons formal education is a measure by which to determine his level of
salary.
(e) Over the last few years, the average starting salaries of other professionals have increased by
20%
(a) ebd (b) bad (c) abc  (d)  aec
Answer is d; the statement a,e,c are logically sequenced.

Click here to download the full paper 

2. Aditi Technologies 2

1.What would be the output of the following program.
#include<stdio.h>
main()
{
extern int a;
printf("%d",a);;
}
int a=20;
(a) 20(b) 0 (c) garbage value (d) error!!

Click here to download the full paper 


3.  Axes Technologies 1

1. A 2MB PCM(pulse code modulation) has
a) 32 channels
b) 30 voice channels & 1 signalling channel.
c) 31 voice channels & 1 signalling channel.
d) 32 channels out of which 30 voice channels, 1 signalling channel, & 1 Synchronizatio 
channel.
Ans: (c)


4. Aztech systems


1. One of the following is my secret word: AIM DUE MOD OAT TIE. With the list in front of 
you, if I were to tell you any one of my secret word, then you would be able to tell me the number 
of vowels in my secret word. Which is my secret word?
Ans. TIE


5. Quiz

Given 12 coins out of which 11 are of equal weight and one with different weight.Find the odd in 3 attempts using a weight balance machine. (quite challanging)
Ans :

6. BFL Paper 1


****BFL PAPER (COMPUTER AWARENESS TEXT) (45QUESTIONS ,+1,-1/4,45M
IN)
(ITH IN BRACKETS ANSWERS)
1.In scanf h is used for (short int)
2.process is (program in execution)
3.thread is (detachable unit of executable code)
4.advantage of Win NT over Win 95 (robust &amp;secure)
5.memory managemant in Win95 (paging &amp;segmentation)


7. BFL Paper 2


BFL PAPER (COMPUTER AWARENESS TEXT) (45QUESTIONS ,+1,-1/4,45MIN)
(WITHIN BRACKETS are the ANSWERS)
1.In scanf h is used for (short int)
2.process is (program in execution)
3.thread is (detachable unit of executable code)



8. Baan Infotech


Paper Pattern
Q1. For a motorist there are three ways going from City A to City C. By way of bridge the distance is
20 miles and toll is $0.75. A tunnel between the two cities is a distance of 10 miles and toll is
$1.00 for the vehicle and driver and $0.10 for each passenger. A two-lane highway without toll
goes east for 30 miles to city B and then 20 miles in a northwest direction to City C.
1. Which is the shortest route from B to C
(a) Directly on toll free highway to City C
(b) The bridge
(c) The Tunnel
(d) The bridge or the tunnel
(e) The bridge only if traffic is heavy on the toll free highway
Ans. (a)

Click here to download the full paper 


9.  Cognizant Technology Solutions

1. CTS paper

Cognizent PAPER
1. A says, " The horse is not black".
B says, " The horse is either brown or grey."
C says, " The horse is brown"
At least one is telling truth and atleast one is lying. Tell the colour of horse.
Answer: grey


2. CTS paper 2

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

3. CTS 98 IIT

CTS 98
IIT MADRAS
analogies
---------1. slur : speech
ans: smulge : writing (choice is B)
7. cpahlet : shoulder
ans: ring : finger (choice is C)
8. vernanlar : place
ans: finger print : identical (choice is B)

4. CTS paper 4

COGNIZENT PAPER
1.  A says " the horse is not black".
B says " the horse is either brown or grey."
C says " the hoese is brown"
At least one is telling truth and atleast one is lying. tell the colour of horse?
Answer : grey



5. CTS 98 paper 1

analogies
---------1. slur : speech
ans: smulge : writing (choice is B)
7. cpahlet : shoulder
ans: ring : finger (choice is C)
8. vernanlar : place
ans: finger print : identical (choice is B)

6. CTS 99

SECTION I - 8 questions.
Series.
1. Interchange of letters in a word and the adjacent letters are also to
be changed. given letters series like [also few condotions]
AAABBB=
ABABAB=
LET QUESTION IS ABBAAB
If we apply 25 on this it means we have to interchange the letters
at positions 2 and 5, and we have to change the adjacent letters 2 and 5
from A to B and B to A. 
That is q's A B B A A B
after Step 1 i.e interchange 2 and 5. 
now change adjacent elements of 2 and 5...finally answer becomes
Ans: B A A B B A


7. CTS paper 1

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


8. CTS paper 3

Analogies
1. slur : speech : : smudge :?
Ans. writing
2. epaulet : shoulder : : ring :?
Ans.finger
3. vernacular : place : : fingerprint : ?
Ans.identical



10. Citicorp 1

CITICORP
1]. The following variable is available in file1.c
static int average_float;
all the functions in the file1.c can access the variable
[2]. extern int x;
Check the answer

11. CV

1-18 General (i) Data sufficiency
(ii) Analytical
(iii) Mathematics
19-45 C&UNIX
1. |x-a|=a-x Ans: (c) x<=a
2. There is six letter word VGANDA . How many ways you can arrange the
letters in the word in such a way that both the A's are together.
Ans : 120 (5x4!)

12.  Compaq 1

**these are some of the important ques..that are asked
frequently
->Why paging is used ?
->Which is the best page replacement algo and Why ?
->WHat is software life cycle ?
->How much time is spent usually in each phases and why ?
->What is testing ?
->Which are the different types of testing ?

13. Citicorp 2

1]. The following variable is available in file1.c
static int average_float;
all the functions in the file1.c can access the variable
[2]. extern int x;
Check the answer

14. Cadence paper 1

cadence paper... - 99 (a student attended came out of exam hall & quickly tried to recall & 
wrote them to create this)
75 Marks paper..time limit 1.15 H
10 related to s/w & then 10 related to h/w & 55 aptitude.
---------------------technical part
--------------------1. ans:O(n**2)
2. inorder & preorder seq. of tree is given & you have to find out post order..
very easy but do practice you can make one easy method by practice..

15. CMC limited

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.

16. Cisco Systems

SECTION 1 -- BASIC DIGITAL SECTION
1. In order to find out stack fault of a three input nand gate how many necessary input vectors are 
needed ?
2.What is parity generation ?
3.A nand gate becomes ___ gate when used with negative logic ?
4.What is the advantage of cmos over nmos ?
5. What is the advantage of synchronous circuits over asynchronous circuits ?

17. CMC 2

Analytical Reasoning
--------------------(1-5) steps problem
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 heigher step than Mr C.
Ans : (D)

18. CMC test

CMC test
This is only a sample paper, just some questions to give you a general 
idea of the test pattern.
ANALYTICAL REASONING SECTION
Directions for questions 1-5: The questions are based on the 
information given below

19. Compaq 2

1. Declarations and Initializations
1.1 How do you decide which integer type to use? 
1.4 What should the 64-bit type on new, 64-bit machines be? 
1.7 What's the best way to declare and define global variables? 
1.11 What does extern mean in a function declaration? 
1.12 What's the auto keyword good for? 
1.14 I can't seem to define a linked list node which contains a
pointer to itself. 


Click here to download the full paper 

20. DSQ paper Old

DSQ PAPER
Techanical paper(OLD PAPER)
**************************************************************************
Questions 1 -5 are reference to the followig psedo code
{
input m,n,z
TEST:if ((m+n)/3&gt;5)z=z+1 else z =z-1
printf m,n,z
{
(m-m+1;n=n-3)
if (m+n+2)&gt;14 then goto test
print m,n,z
end
}
1. what is the final output of the if the input is 2,14,12 (m,n,z)
a)1,8,4 b)1,4,8 c)4,8,1 d)8,4,2
ans=C.
2. what is the final output if the input is 1,18,2? (m,n,z)
ans) 5,6,2 i.e ans =c.
3. How many times is TEST execute ed if the input is 2,14,1?
ans) twice ans=c.
4) How many times the TEST exected if the input is 1,18,2?
ans)four times 
5) what are the values taken by Z when input being 8,24,1?
a)only 5 b)only 6 c)neither 5 or 6 d)both 5 and 6
ans)D.