Questions

Q:

ESCAP stands for

A) Economic and Social Commission for Asia and Pacific B) European Society Council for Africa and Pacific
C) Economic and Social Commission for Africa and Pacific D) None of the above
 
Answer & Explanation Answer: A) Economic and Social Commission for Asia and Pacific

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

30 9002
Q:

The stupa site which is not connected with any incident of lord Buddha's life is

A) Sarnath B) Bodh Gaya
C) Sanchi D) Kushinagar
 
Answer & Explanation Answer: C) Sanchi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

7 8989
Q:

How can an organization determine the effectiveness of the Service Level Management process?

A) By checking contracts with suppliers B) By measuring customer satisfaction
C) By defining service levels D) By reporting on all incidents
 
Answer & Explanation Answer: B) By measuring customer satisfaction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

0 8976
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 8974
Q:

In the match between India and Pakistan at Jaipur on 02-10-1983, which new rule was introduced

A) Limit of overs wes reduced to 50 overs B) The rule of field restriction was taken
C) over throw runs were batsmans score D) Noballs & wides were debited to bowlers analysis
 
Answer & Explanation Answer: D) Noballs & wides were debited to bowlers analysis

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

15 8974
Q:

What is the International Date Line ?

A) It is the equator B) It is the 0 degrees longitude
C) It is the 90 degrees longitude D) It is the 180 degrees longitude
 
Answer & Explanation Answer: D) It is the 180 degrees longitude

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

24 8952
Q:

Cyanide is historically found in the following except

A) Teflon B) Cherries
C) Apricots D) All of the above
 
Answer & Explanation Answer: A) Teflon

Explanation:

Cyanide is historically found in the following except Teflon. Cyanide is found in the stones of cherries, apricots,...

Report Error

View Answer Report Error Discuss

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

5 8950
Q:

Unit of solid angle is

A) degree B) radian
C) steradian D) radian second
 
Answer & Explanation Answer: C) steradian

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

20 8945