Questions

Q:

Which of the following is NOT a feature found in almost every cell ?

 

A) Cell wall B) Plasma membrane
C) Nucleus   D) Cytoplasm
 
Answer & Explanation Answer: A) Cell wall

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 6363
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

4 6363
Q:

Which of the following features may occur when lava cool at the surface

A) Basalt plateau B) Still
C) Batholith D) Dyke
 
Answer & Explanation Answer: A) Basalt plateau

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

5 6361
Q:

Which type of entity is related to two or more associated entities that each contain specialized attributes that apply to some but not all of the instances of the entity?

A) Supertype entity B) Subtype entity
C) Archetype entity D) Instance entity
 
Answer & Explanation Answer: A) Supertype entity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

2 6358
Q:

The most important official post with vast responsibilities created by Ashoka was

A) Rajuka B) Yukta
C) Dharamamahamatya D) Prativedaka
 
Answer & Explanation Answer: C) Dharamamahamatya

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

5 6352
Q:

In the context of stock Market, the abbreviation IPO stands for

A) Immediate Payment Order B) Internal Policy Obligation
C) Initial Public Offering D) None of these
 
Answer & Explanation Answer: C) Initial Public Offering

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

13 6351
Q:

I am a word. I become longer when the third letter is removed. What am I?

Answer

Lounger,


When the third letter i.e, 'U' is removed from the lounger, it becomes Longer.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

33 6347
Q:

Find the missing number in the following series:

43, 172, 86, 344, ?

A) 172 B) 258
C) 129 D) 430
 
Answer & Explanation Answer: A) 172

Explanation:
Report Error

View Answer Report Error Discuss

0 6346