Questions

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.
Meenu will return the book.

A) Returning of the book will be done by Meenu. B) The book will be returned by Meenu.
C) The book would have been returned by Meenu. D) The book Meenu will be returning.
 
Answer & Explanation Answer: B) The book will be returned by Meenu.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2028
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.


I belong to the Indian

A-fare concession (LFC), I have a fair
B-banking family, and thanks to the leave
C-share of travelling experience

A) ACB B) ABC
C) CAB D) BAC
 
Answer & Explanation Answer: D) BAC

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2028
Q:

Which pattern will the given transparent sheet resemble when it is folded at the dotted line?

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

Explanation:
Report Error

View Answer Report Error Discuss

0 2028
Q:

Name the Bollywood actor who received Kala Ratan Award in March 2017?

A) Naseeruddin Shah B) Akshay Kumar
C) Anupam Kher D) Jitendra
 
Answer & Explanation Answer: C) Anupam Kher

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

1 2028
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 2027
Q:

Regulatory policies protect consumers by

A) controlling the supply of money B) providing public assistance programs
C) overseeing and limiting businesses D) deciding how to tax and spend money
 
Answer & Explanation Answer: C) overseeing and limiting businesses

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2027
Q:

Al-Masudi, a resident of Baghdad, had visited India in whose reign?

A) Mahendra Pal B) Mahipal
C) Mihir bhoj D) Rambhadra
 
Answer & Explanation Answer: B) Mahipal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 2027
Q:

Rate of change of displacement is known as ............

A) Acceleration B) Velocity
C) Speed D) Distance
 
Answer & Explanation Answer: B) Velocity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT

4 2027