GATE Questions

Q:

Find the wrong number in the given series.

8, 27, 125, 343, 1381

A) 27 B) 8
C) 343 D) 1381
 
Answer & Explanation Answer: D) 1381

Explanation:

Given series follows Cubes on Prime Numbers 

 

i.e 23, 33, 53,...but  93is 1331

 

so 1381 is wrong

Report Error

View Answer Report Error Discuss

Filed Under: Number Series
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

157 108228
Q:

Select the four statements about Plasmodium that are true.

 

A)  Inside an infected mosquito, haploid gametes fuse, forming a diploid zygote that develops into an oocyst

B) Plasmodium cells infect two specific types of cells in humans.

C) Inside an infected mosquito, haploid gametes fuse, forming a haploid zygote that develops into an oocyst.

D) When a mosquito bites a human with malaria, diploid Plasmodium cells enter the mosquito.

E) Plasmodium cells are transferred to humans through mosquito saliva.

F) The life cycle of Plasmodium involves only haploid forms.

G) The complete life cycle of Plasmodium requires two hosts.

A) A, B, E, G B) A, C, F, G
C) B, C, D, F D) None of the above
 
Answer & Explanation Answer: A) A, B, E, G

Explanation:

Plasmodium is a genus of unicellular eukaryotes that are obligate parasites of vertebrates and insects. 

From the above given options, A, B, E, G are TRUE regarding Plasmodium.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

41 107976
Q:

Which are two chemicals used to purify water?

A) Chlorine & Fluorine B) Fluorine & Iodine
C) Chlorine & Hydrogen peroxide D) Fluorine & Iodine
 
Answer & Explanation Answer: C) Chlorine & Hydrogen peroxide

Explanation:

Removing the contaminents if any in the water which causes harm to our health is involved in the purifying of water. 

 

This process involves chemicals. Chloramines, Hydrogen peroxide, Iodine are the chemicals which are used in purifying water.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 106977
Q:

Simplify the following equation

55.55 + 155 + 15.55 + 0.5 + 0.05 = ?

A) 226.65 B) 196.55
C) 202.35 D) 216.66
 
Answer & Explanation Answer: A) 226.65

Explanation:

55.55 + 155 + 15.55 + 0.5 + 0.05 = ?

 

 55.55

155.00

 15.55

   0.5

   0.05

_______

226.65

_______

 

Hence, the value of the given equation 55.55 + 155 + 15.55 + 0.5 + 0.05 = 226.65.

Report Error

View Answer Report Error Discuss

Filed Under: Simplification
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

5 106220
Q:

Give the common name for the following compound

CH32CH CH2 - Br

A) Isobutyl bromide B) Methyl bromide
C) Propyl bromide D) Butyl bromide
 
Answer & Explanation Answer: A) Isobutyl bromide

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

7 105426
Q:

What is the output of this program ?

class main_arguments {
            public static void main(String [ ] args)
            {
                String [][] argument = new String[2][2];
                int x;
                argument[0] = args;
                x = argument[0].length;
                for (int y = 0; y < x; y++)
                    System.out.print(" " + argument[0][y]);           
            }
        }

A) 1 1 B) 1 0
C) 1 0 3 D) 1 2 3
 
Answer & Explanation Answer: D) 1 2 3

Explanation:

In argument[0] = args;, the reference variable arg[0], which was referring to an array with two elements, is reassigned to an array (args) with three elements.
Output:
$ javac main_arguments.java
$ java main_arguments
1 2 3

Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: GATE

29 105308
Q:

Find the odd number out of the following number series?

2 4 8 11.5 18.25 28.375

A) 18.25 B) 28.375
C) 11.5 D) 8
 
Answer & Explanation Answer: D) 8

Explanation:

Given number series follows a pattern that,

2

2 x 1.5 + 1 = 4

4 x 1.5 + 1 = 7 (not equal to 8)

7 x 1.5 + 1 = 11.5

11.5 x 1.5 + 1 = 18.25

18.25 x 1.5 + 1 = 28.375

 

Hence, the odd number in the given number series is 8.

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

17 104952
Q:

7 9 19 18 31 29

Find the odd number in the given Number Series?

A) 31 B) 29
C) 18 D) 19
 
Answer & Explanation Answer: B) 29

Explanation:

Here the given number series follows a pattern of two alternate series.

1. 7 19 31 ...(Difference of 12)

2. 9 18 27 ...(Difference of 9)

Here the odd number is 29 instead of 27

And the next number is 31 + 12 = 43 & 27 + 9 = 36

 

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

13 104911