Questions

Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

A dime a dozen

A) Strength is in numbers B) People who say bad things have no value
C) Very common and of no particular value D) You save more if you buy in large numbers
 
Answer & Explanation Answer: C) Very common and of no particular value

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In the following question, four words are given out of which one word is correctly spelt. Select the correctly spelt word.

A) conturtion B) contorsion
C) contortion D) contursion
 
Answer & Explanation Answer: C) contortion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

A sentence has been given in Active/Passive Voice. Out of the four given alternatives, select the one which best expresses the same sentence in Passive/Active Voice.

Why did your mother write such a book?

A) Why was such a book written by your mother? B) Why is such a book written by your mother?
C) Why your mother wrote such a book? D) Why was such a book wrote by your mother?
 
Answer & Explanation Answer: A) Why was such a book written by your mother?

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.

I do not think that(A)/I can cope up(B)/with this problem(C)/No Error(D)

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

Pune was once known as the capital of

A) Scindias B) Holkars
C) Bhosales D) Peshwas
 
Answer & Explanation Answer: D) Peshwas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 2146
Q:

C program to find the factorial of a given number

Answer

 #include<stdio.h>
int main(){
  int i=1,f=1,num;

  printf("Enter a number: ");
  scanf("%d",&num);

  while(i<=num){
      f=f*i;
      i++;
  }

  printf("Factorial of %d is: %d",num,f);
  return 0;
}

Sample output:
Enter a number: 5
Factorial of 5 is: 120

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2146
Q:

The ability of a corporation to obtain capital is

A) about the same as a partnership B) enhanced because of limited liability and ease of share transferability
C) restricted because of the limited life of the corporation D) less than a partnership
 
Answer & Explanation Answer: B) enhanced because of limited liability and ease of share transferability

Explanation:
Report Error

View Answer Report Error Discuss

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

5 2146
Q:

In the given question, a part of the sentence is printed in bold. Below the sentence three alternatives to the bold part are given which may help improve the
sentence. Choose the option that reflects the correct use of the phrase in the context of the sentence. In case the given sentence is correct, your answer is (E) i.e. No correction required.
For the people living below the poverty line, it is important to find jobs that had provided enough money to attain a minimum standard of living.
i. will have provided
ii. has provided
iii. provide

A) A. Only i B) B. Only ii
C) C. Only iii D) D. i and ii
 
Answer & Explanation Answer: C) C. Only iii

Explanation:

Ans. C.
The statement is in general sense and doesn’t talk in past or future context specifically. Therefore one must use the present tense of the verb. Thus, 'provide' is the correct answer.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: CAT , GRE , TOEFL

0 2146