You have 30 minutes to complete the Test. The Test will be submitted automatically upon the time has ended.
Aptitude Test - Dohrinii
General Aptitude Test
Please provide your details
1 / 15
1. A software engineer has the capability of thinking 100 lines of code in five minutes and can type 100 lines of code in 10 minutes. He takes a break for five minutes after every ten minutes. How many lines of codes will he complete typing after an hour?
2 / 15
2. Here are some words translated from an artificial language.dionotmeans oak treeblyonot means oak leafblycrin means maple leaf
Which word could mean "maple syrup"?
3 / 15
3. Find out the wrong number in the series.
64, 71, 80, 91, 104, 119, 135, 155
4 / 15
4. The speed of a motorboat is 15 km/hr in still water. If it goes 30 km downstream and comes back in a total of 4 hours 30 minutes. The speed of the stream (in km/hr) is:
5 / 15
5. Which of the following data is required to find Arun's present age?
6 / 15
6. If 20% of a = b, then b% of 20 is the same as -
7 / 15
7. Find odd number out -
36, 54, 18, 27, 9, 18.5, 4.5
8 / 15
8. class Xyz
{
public static void main(String[] args)
try
System.out.println(1/0);
}
System.out.println("Hello Xyz");
catch(ArithmeticException e)
System.out.println("Welcome");
9 / 15
9. Find the word closest in meaning to the word below:
Purchase =
10 / 15
10. Which of the following is FALSE about finally block?
11 / 15
11. A dishonest shopkeeper professes to sell pulses at the cost price, but he uses a false weight of 950gm. for a kg. His gain is …%.
12 / 15
12. A student divided a number by 2/3 when he required multiplying by 3/2. Calculate the percentage of error in his result.
13 / 15
13. 3 pumps, working 8 hours a day, can empty a tank in 2 days. How many hours a day must 4 pumps work to empty the tank in 1 day?
14 / 15
14. public class Gfg
Integer a = 128, b = 128;
System.out.println(a == b);
Integer c = 100, d = 100;
System.out.println(c == d);
15 / 15
15. It was calculated that 75 men could complete a piece of work in 20 days. When work was scheduled to commence, it was found necessary to send 25 men to another project. How much days will it take to complete the work?
Exit