Questions

Q:

Which of the following is NOT an objective of service transition ?

A) To plan and manage the capacity and resource requirements to manage a release B) To provide quality knowledge and information about services and service assets
C) To provide training and certification in project management D) To ensure that a service can be operated, managed and supported
 
Answer & Explanation Answer: C) To provide training and certification in project management

Explanation:
Report Error

View Answer Report Error Discuss

15 21037
Q:

Find the odd word/letters/number from the given alternatives.

(A) BCE (B) WXZ (C) MNP (D) GHK

A) A B) B
C) C D) D
 
Answer & Explanation Answer: D) D

Explanation:
Report Error

View Answer Report Error Discuss

0 21011
Q:

Arakan yoma is the extension of the himalayas located in

A) Myanmar B) West Bengal
C) Nagaland D) Baluchistan
 
Answer & Explanation Answer: A) Myanmar

Explanation:

Arakan yoma is the extension of the himalayas located in Myanmar. The Arakan Mountains are also known as the Rakhine Mountains.

 

Arakan_yoma_is_the_extension_of_the_himalayas_located_in1558508556.jpg image 

 

These are a mountain range in western Myanmar, between the coast of Rakhine State and the Central Myanmar Basin, in which the Irrawaddy River flows.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

10 21008
Q:

The ancient name of North Bihar was

A) Vajji B) Vatsa
C) Surasena D) Avant
 
Answer & Explanation Answer: A) Vajji

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

51 21004
Q:

The output of the code below is

       #include <stdio.h>
        void main()
        {
            int i = 0, k;
            if ( i == 0 )
                goto label;
                for ( k = 0;k < 3; k++ )
                {
                    printf( "hin" );
                    label: k = printf( "%03d", i );
                }
         }

A) 0 B) hi hi hi 0 0 0
C) 0 hi hi hi 0 0 0 D) 0 0 0
 
Answer & Explanation Answer: A) 0

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 21002
Q:

Which one among the following has the power to regulate the right of citizenship in India

A) The Union Cabinet B) The Parliament
C) The Supreme Court D) The Law Commission
 
Answer & Explanation Answer: B) The Parliament

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

49 20988
Q:

If the following program (myprog) is run from the command line as 

myprog 1 2 3 

what would be the output?

main(int argc, char *argv[])

{

    int i, j = 0;

    for (i = 0; i < argc ; i++)

           j = j + atoi ( argv[i]);

    printf ("%d", j);

}

A) 123 B) 6
C) Error D) "123"
 
Answer & Explanation Answer: B) 6

Explanation:

When atoi() tries to convert argv[0] to a number it cannot do so (argv[0] being a file name) and hence returns a zero.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 20974
Q:

Which one of the following types of laser is used in laser printers?

A) Semiconductor laser B) Dye laser
C) Gas laser D) Excimer laser
 
Answer & Explanation Answer: A) Semiconductor laser

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

58 20971