Questions

Q:

Who was the first Indian to qualify for olympics?

A) Shiny Abraham B) PT Usha
C) Karnam Malleshwari D) Jyotirmony Sikdar
 
Answer & Explanation Answer: B) PT Usha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

19 9149
Q:

ANBC full form is?

Answer

ANBC Full Form is Adjusted Net Bank Credit.


ANBC refers to Adjusted Net Bank Credit, is Net Bank Credit added to investments made by banks in non-SLR bonds (in held-to-maturity) or it is the credit equivalent of off-balance - sheet exposures, whichever is higher.


 


Net Bank Credit = Outstanding bank credits in India (-) Bills rediscounted with RBI/approved financial institutions.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Economy Exam Prep: GATE , CAT , Bank Exams
Job Role: Bank PO , Bank Clerk

17 9143
Q:

The Harappans did not know the use of

A) Copper B) Bronze
C) Gold D) Iron
 
Answer & Explanation Answer: D) Iron

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

16 9139
Q:

When Alexander invaded India, Taxila was ruled by 

A) Ambhi B) Porus
C) Ashoka D) Bimbisara
 
Answer & Explanation Answer: A) Ambhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

13 9132
Q:

What is cladding?

Answer

A layer of a glass surrounding the center fiber of glass inside a fiber-optic cable.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

26 9131
Q:

In Hindu mythology, what is the name of the auspicious jewel Lord Vishnu wears on a pendant around his neck?

Answer

Kaustubham

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

218 9128
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

9 9128
Q:

What color does blue and yellow make?

A) Green B) Black
C) Red D) White
 
Answer & Explanation Answer: A) Green

Explanation:

Mixing of blue and yellow colors make Green Color.

                                 400px-Color_mixture.svg_1521793884.png image

 

RYB (an abbreviation of red–yellow–blue) is a historical set of colors used in subtractive color mixing and is one commonly used set of primary colors. It is primarily used in art and design education, particularly painting.

RYB predates modern scientific color theory, which has determined that cyan, magenta, and yellow are the best set of three colorants to combine, for the widest range of high-chroma colors.

Report Error

View Answer Report Error Discuss

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

2 9123