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:

Which is the largest gulf ?

Answer


The Gulf of Mexico is the largest among all the gulfs in the world.


 


the_largest_gulf_in_the_world_is1552973222.jpg image


 


A gulf is nothing but a large inlet from the ocean into the landmass, typically with a narrower opening than a bay.


 


The Gulf of Mexico is an ocean basin mostly surrounded by the North American continent. It is a unique, semi-enclosed sea located between the Yucatan and Florida peninsulas, at the southeast shores of the United States.

Report Error

View answer Workspace Report Error Discuss

Subject: Longest, Shortest, Deepest Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

60 20168
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 20164
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 20163
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 20155
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