Questions

Q:

Privately owned businesses are common in which type of economy?

A) Capitalist economies B) Socialist economies
C) Gift economies D) Planned economies
 
Answer & Explanation Answer: A) Capitalist economies

Explanation:
Report Error

View Answer Report Error Discuss

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

1 3084
Q:

In contrast to investment, consumption is

A) relatively unstable B) measurable
C) unmeasurable D) relatively stable
 
Answer & Explanation Answer: D) relatively stable

Explanation:

In contrast to investment, consumption is relatively stable.

Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 3084
Q:

5 Digits Number?

What 5-digit number has the following features:

If we put the numeral 1 at the beginning, we get a number three times smaller than if we put the numeral 1 at the end of the number.

Answer

We can make an equation:


3(100000 + x) = 10x+1


(Why? Well, adding 100000 puts a 1 at the front of a five-digit number, and multiplying by 10 and adding 1 puts a 1 at the end of a number)


Solving this gives:


10x+1 = 3(100000 + x)
10x+1 = 300000 + 3x
10x = 299999 + 3x
7x = 299999
x = 299999/7 = 42857


The answer is 42857 (142857 is three times smaller than 428571).

Report Error

View answer Workspace Report Error Discuss

9 3083
Q:

Why is RNA necessary to act as a messenger?

Answer

Why_is_RNA_necessary_to_act_as_a_messenger1548936409.jpg image


RNA acts as a messenger in between the DNA and ribosome as it transforms the genetic information from the DNA and as DNA is big and can't fit into the nuclear pores. 

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

1 3083
Q:

Can anyone solve this in 20 seconds?

Answer

3+2×55=113


 


(or)


 


3+2×10=23

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: Bank Exams

22 3082
Q:

CFS Scheme means

A) Concessional Financing Scheme B) Controversial Fylum Scheme
C) Country Federation Scheme D) None of the above
 
Answer & Explanation Answer: A) Concessional Financing Scheme

Explanation:

CFS Scheme means Concessional Financing Scheme. 

Under the CFS, the Govt. of India has been supporting Indian Entities bidding for strategically important infrastructure projects abroad since 2015-16.

 

The Union Cabinet has recently approved Extension of Concessional Financing Scheme (CFS) to support Indian Entities bidding for strategically important infrastructure projects abroad.

Report Error

View Answer Report Error Discuss

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

3 3082
Q:

The three - time Formula One champion who passed away recently

Answer

Sir Jack Brabham

Report Error

View answer Workspace Report Error Discuss

0 3081
Q:

There is a mistake in the following code. Add a statement in it to remove it.

main()

{

     int a;

     a = f (10, 3.14) ;

     printf ( " %d ", a );

}

f (int aa, float bb)

{

    return ( ( float ) aa + bb );

}

Answer

Add the following function prototype in main ():


float f ( int, float );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3081