Questions

Q:

Managing retailing, wholesaling and market logistics :

What are the essential characteristics of retailing?

Answer

a.Direct interaction with customers: The retailer acts as the final link between the organisation and its customer. The retailer knows his customer better than anyone. He even suggests the customer what to purchase and allows him credit facilities to encourage frequent buying behaviour in the customer.


b.Small purchases: The customer purchases goods in small lots from the retail stores. So there are frequent visits to the retail store by the customer.


c.Instrument of marketing communication: via which information about the product is disseminated to the needy customers

Report Error

View answer Workspace Report Error Discuss

0 3052
Q:

Plant cells perform photosynthesis, which occurs in the

A) Nucleus B) Mitochondria
C) Cytoplasm D) Chloroplasts
 
Answer & Explanation Answer: D) Chloroplasts

Explanation:

Photosynthesis takes place inside plant cells in small things called chloroplasts.

Chloroplasts contain a green substance called chlorophyll and this absorbs the light energy needed to make photosynthesis happen.

Report Error

View Answer Report Error Discuss

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

2 3051
Q:

Which one of the following factors contributes to hypertension? 

A) A vigorous exercise regimen B) A diet that lacks protein
C) A high-fat diet D) A lack of sleep
 
Answer & Explanation Answer: C) A high-fat diet

Explanation:

In the given options, a high-fat diet is the only factor that contributes to hypertension.

Report Error

View Answer Report Error Discuss

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

1 3051
Q:

Which day is the World Press freedom day ?

Answer

3 May

Report Error

View answer Workspace Report Error Discuss

0 3050
Q:

What event resulted in the creation of NASA?

Answer

It has been said that the creation of NASA was due to the space exploration race between the US and the Soviet Union. One of the drives to the creation of NASA is the launching of Sputnik on October 4, 1957.


 


Since then, further explorations have been made by the agency.

Report Error

View answer Workspace Report Error Discuss

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

4 3050
Q:

Who attended all the three-round table conferences?

A) M K Gandhi B) M M Malviya
C) B R Ambedkar D) Annie Besant
 
Answer & Explanation Answer: C) B R Ambedkar

Explanation:

Dr. B. R. Ambedkar attended all the three-round table conferences.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 3050
Q:

Improve the following code using typedef.

struct node

{

      int data1;  float data2;

       struct node *left;

       struct node *right;

};

struct node *ptr;

ptr = (struct node *) malloc (sizeof (struct node) ); 

Answer

typedef struct node * treeptr


typedef struct node


{


         int data1;


         float data2;


         treeptr *left;


         treeptr *right;


}treenode;


treeptr ptr;


ptr = ( treeptr ) malloc ( sizeof ( treenode ) );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3050
Q:

In the aggregate expenditures model, it is assumed that investment

in_the_aggregate_expenditures_model_it_is_assumed_that_investment1553493949.jpg image

A) does not change when real GDP changes B) does not respond to changes in interest rates
C) changes by less in percentage terms than changes in real GDP D) automatically changes in response to changes in real GDP
 
Answer & Explanation Answer: A) does not change when real GDP changes

Explanation:

In the aggregate expenditures model, it is assumed that investment does not change when real GDP changes.

 

  • The aggregate expenditure is the sum of all the expenditures undertaken in the economy by the factors during a specific time period.

 

  • The aggregate expenditure determines the total amount that firms and households plan to spend on goods and services at each level of income.
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 3050