GATE Questions

Q:

Complete the missing number in the given series.

5,  20,  76,  (—),  448

A) 185 B) 225
C) 415 D) 232
 
Answer & Explanation Answer: B) 225

Explanation:

The series follows the following pattern

5 X 5 – 5 = 20

20 X 4 – 4 = 76

76 X 3 – 3 = 225

225 X 2 – 2 = 448

Hence, the term 225 denoted by (d) completes the series

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

8 100294
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

36 100138
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

155 98607
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

7 98526
Q:

Fresh fruit contains 68% water and dry fruit contains 20% water. How much dry fruit can be obtained from 100 kg of fresh fruits ?

A) 20 B) 30
C) 40 D) 50
 
Answer & Explanation Answer: C) 40

Explanation:

The fruit content in both the fresh fruit and dry fruit is the same.

 

Given, fresh fruit has 68% water.so remaining 32% is fruit content. weight of fresh fruits is 100kg

 

Dry fruit has 20% water.so remaining 80% is fruit content.let weight if dry fruit be y kg.

 

Fruit % in freshfruit = Fruit% in dryfruit 

 

Therefore, (32/100) x 100 = (80/100 ) x y 

 

we get, y = 40 kg.

Report Error

View Answer Report Error Discuss

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

1208 98078
Q:

In a certain code language

" given  time  simple  plan " is written as ' @E4  &N4  %N5  #E6 '

" tired  solution  plant  great " is written as ' #N8  @D5  %T5  &T5 '

" sick  point  good  turn " is written as ' #K4  %D4  @N4  &T5 '

" garden  sister  phone  team " is written as ' &E5  #R6  %N6  @M4 '

Which of the following code is for ' plan ' and ' translate ' ?

A) @E8 and &N5 B) &N4 and @E9
C) @E1 and &N4 D) &N4 and @D7
 
Answer & Explanation Answer: B) &N4 and @E9

Explanation:

plan is given in first step. Total count of letters is 4 and last letter is N and ‘p’ is coded as & so Final answer will be-  &N4

We have to find 'translate' code. As we can see that this word is not given in any steps but as we know the idea of that so we can solve it.

Step I: first we will count the letters of that word that is 9, then we put digit 9 at the right end.

Step II: we will put the last letter of that word then it will like- E9

Step III: at the last step ‘t’ is coded for ‘@’(first letter of each word is coded by a specific symbol like here ‘t’ is coded for ‘@’. We can find the first coded symbol by looking at the other given words.

Answer will be - @E9

 

Report Error

View Answer Report Error Discuss

Filed Under: Coding and Decoding
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

95 97848
Q:

Find the next number in the given sequence?

11, 17, 39, 85, ?

A) 133 B) 143
C) 153 D) 163
 
Answer & Explanation Answer: D) 163

Explanation:

Her the given number series is 11, 17, 39, 85, ?

 

 

1111 + 32 - 3 = 1717 + (52 - 3) = 3939 + (72 - 3) = 8585 + (92 - 3) = 163

 

Hence, the next number in the given sequence is 163.

Report Error

View Answer Report Error Discuss

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

104 97473
Q:

Coding-Decoding

If Pour is wrtten as 4156
Sware is written as 78269
Clear is written as 3@926

Then what is the code for PEARL= ?

A) 429@6 B) 4962@
C) 4692@ D) 4926@
 
Answer & Explanation Answer: D) 4926@

Explanation:

Pour - 4156 => P = 4,  r = 6

Sware - 78269 => a =  2,  e = 9

Clear - 3@926 => l = @

=> Pearl = 4926@

Report Error

View Answer Report Error Discuss

76 97444