Questions

Q:

The office of Lokpal and Lokayukta in india is based on which one of the following

A) Parlimentary Commissioner of UK B) Ombudsman in Scandinavia
C) Procurator General of Russia D) Council of state in France
 
Answer & Explanation Answer: B) Ombudsman in Scandinavia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

39 20229
Q:

Which of the statements given below are correct?

 

A) In 2017, Dani Pedrosa raced in MotoGP for Yamaha.

B) United Arab Emirates hosted the Badminton 2017 BWF World Senior Championships.

C) Johanna Konta won the Tennis 2017 Miami Open Women's Singles.

 

 

A) Only B B) Only C
C) Both A and C D) A, B and C
 
Answer & Explanation Answer: B) Only C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 20202
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 20163
Q:

What City has No People?

A) Velocity B) Electricity
C) Elasticity D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Answer for What City has No People can be any of these words which has city in it like Velocity, Elasticity or Electricity.

In general the answer for the riddle What City has No People is Electricity.

Report Error

View Answer Report Error Discuss

50 20162
Q:

What will be output when you will execute following c code?

#include <stdio.h>
enum actor

{
    SeanPenn=5,
    AlPacino=-2,
    GaryOldman,
    EdNorton
};
void main()

{
     enum actor a=0;
     switch(a)

      {
         case SeanPenn:  printf("Kevin Spacey");
                         break;
         case AlPacino:  printf("Paul Giamatti");
                         break;
         case GaryOldman:printf("Donald Shuterland");
                         break;
         case EdNorton:  printf("Johnny Depp");
      } 
}

A) Kevin Spacey B) Paul Giamatti
C) Donald Shuterland D) Johnny Depp
 
Answer & Explanation Answer: D) Johnny Depp

Explanation:

Default value of enum constant
GaryOldman = -2 +1 = -1
And default value of enum constant
EdNorton = -1 + 1 = 0
Note: Case expression can be enum constant.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 20154
Q:

Which of the statements given below are correct?

A) Sebastian Vettel won the Formula One 2017 Mexican Grand Prix.

B) In 2017, Per Mertesacker captained the Premier League team Arsenal.

C) Tan Zhongyi won the 2017 Women's World Chess Championship.

 

A) Only C B) Only B
C) Both B and C D) Both A and C
 
Answer & Explanation Answer: C) Both B and C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20131
Q:

Defect Management Process does not include

A) Deliverable base-lining B) Management reporting
C) Defect prevention D) None of above
 
Answer & Explanation Answer: A) Deliverable base-lining

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Software Testing
Job Role: Analyst , IT Trainer

17 20128
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 20112