0% found this document useful (0 votes)
46 views2 pages

Sheet 3

The document contains 12 questions from an aptitude test covering topics like binary trees, probability, number patterns, geometry, word problems, logical reasoning, and coding. It asks the test taker to solve problems related to binary trees, seating arrangements, number operations, geometry, travel times, statements by thieves, purchases with leftover money, rearranging letters in a word, continuing number patterns, comparing float and double data types, filling in blanks, and continuing an exponential series.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views2 pages

Sheet 3

The document contains 12 questions from an aptitude test covering topics like binary trees, probability, number patterns, geometry, word problems, logical reasoning, and coding. It asks the test taker to solve problems related to binary trees, seating arrangements, number operations, geometry, travel times, statements by thieves, purchases with leftover money, rearranging letters in a word, continuing number patterns, comparing float and double data types, filling in blanks, and continuing an exponential series.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

APTITUDE TEST

1. A binary tree with 100 nodes has _____ null branches.


2. 25 knights are seated at a round table and 3 are chosen at random. Find the probability that
at least two of the chosen 3 are sitting next to each other.
3. Find the units place digit of (264)102 + (434)103
4. A and C lie on a circle with centre O with radius 50. The point B inside the circle is such
that ABC = 900, AB = 6, BC = 2. Find OB.

5. A man starts his walking at 3PM from point A, he walks at the rate of 4km/hr in plains
and 3km/hr in hills to reach the point B. During his return journey he walks at the rate of
6km/hr in hills and 4km/hr in plains and reaches the point A at 9PM.What is the distance
between A and B?

6. Three persons A, B &C went for a robbery in different directions and they stole one horse,
one mule and one camel. They were caught by the police and when interrogated gave the
following statements
A: B has stolen the horse
B: I didn't rob anything.
C: both A & B are false and B has stolen the mule.
The person who has stolen the horse always tell the truth and the person who has stolen the
camel always tell the lie.
Find who has stolen which animal?
7. A man can buy three of the articles A, B or C. With all the money he has, he can buy as
many articles of A as one of its article cost. He could as well buy as many articles of B as one
of its article cost with Rs. 57 being left; as many articles of C as one of its article cost with Rs
10x being left where x is a single digit integer. Find the value of x.

8. In a word COINCIDENCE the 1st letter is interchanged with 3rd letter and 2nd letter with
4th and so on. So what is the seventh letter from the right after interchanging.
9. What are the next three numbers in this series?
4, 6, 12, 18, 30, 42, 60, 72, 102, 108, ___, ____.
10.
main()
{
float me = 1.1;
double you = 1.1;
if(me==you)
printf("I love U");
else
printf("I hate U");
}
Output:

11. Fill in the empty space:

12. What is the next number in this series?


4,12,84,3612, ....

You might also like