Questions

Q:

Gaur dance is a popular folk dance of ____________.

A) Chhattisgarh B) Tripura
C) Jharkhand D) Uttarakhand
 
Answer & Explanation Answer: A) Chhattisgarh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 2125
Q:

In the following question, a sentence has been given in Active/Passive voice. Out of the four alternatives suggested, select the one which best expresses the same sentence in Passive/Active voice.

Ram was singing a beautiful song for his mother.

A) A beautiful song was being sung by Ram for his mother. B) A beautiful song was sang by Ram for his mother.
C) A beautiful song was sung by Ram for his mother. D) A beautiful song was sung for his mother by Ram.
 
Answer & Explanation Answer: A) A beautiful song was being sung by Ram for his mother.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2125
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the words/sentence.

Diminish in value over a period of time

A) Escalate B) Augment
C) Aggrandise D) Depreciate
 
Answer & Explanation Answer: D) Depreciate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2125
Q:

Write a c program to check whether a number is strong or not.

Answer

#include<stdio.h>
int main(){
  int num,i,f,r,sum=0,temp;

  printf("Enter a number: ");
  scanf("%d",&num);
 
  temp=num;
  while(num){
      i=1,f=1;
      r=num%10;

      while(i<=r){
         f=f*i;
        i++;
      }
      sum=sum+f;
      num=num/10;
  }
  if(sum==temp)
      printf("%d is a strong number",temp);
  else
      printf("%d is not a strong number",temp);

  return 0;
}

Sample output:
Enter a number: 145
145 is a strong number

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2125
Q:

What goes in dry and comes out wet?

Answer

A Bath towel or a tea bag are suitable answers.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

1 2125
Q:

Name the veteran Agriculture Scientist who was recently awarded the 1st World Agriculture Prize for 2018.

A) Dr. Deepak Kumar B) Prof. Rakesh Agnihotri
C) Prof. MS Swaminathan D) None of the above
 
Answer & Explanation Answer: C) Prof. MS Swaminathan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2125
Q:

Bikaner school, Jaipur school, Marwar school, Mewar school are all schools of?

A) Miniature paintings B) Rajput paintings
C) Madhubani paintings D) Cave paintings
 
Answer & Explanation Answer: B) Rajput paintings

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

3 2125
Q:

Which one of the following pairs of water bodies are connected by the Suez Canal?

A) Indian Ocean-Pacific Ocean B) Mediterranean sea-Black Sea
C) Mediterranean Sea-Red Sea D) Atlantic Ocean-Pacific Ocean
 
Answer & Explanation Answer: C) Mediterranean Sea-Red Sea

Explanation:
The Suez Canal connects the Mediterranean Sea to the Red Sea.
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 2124