Questions

Q:

The Steel Man of India and former chief of Tisco (now Tata Steel) who passed away recently

Answer

Russi Mody

Report Error

View answer Workspace Report Error Discuss

1 3056
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 3056
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 3055
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 3055
Q:

What two things can you never eat for breakfast?

A) Lunch B) Dinner
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

We can never eat lunch and dinner for our breakfast.

Report Error

View Answer Report Error Discuss

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

0 3055
Q:

Who is the first woman lawyer to be appointed as Supreme court judge?

A) Indu Malhotra B) Fathima Beevi
C) R. Banumathi D) Ruma Pal
 
Answer & Explanation Answer: A) Indu Malhotra

Explanation:

Supreme Court collegium has selected senior advocate Indu Malhotra as the first woman lawyer to be directly appointed as a judge of the apex court.

Along with Malhotra, Uttarakhand High Court Chief Justice KM Joseph has also been promoted as a Supreme Court justice.

Malhotra holds the distinction of being only the second woman in Supreme Court’s history to be designated as a senior advocate in 2007.

In all, Malhotra is going to be the seventh woman judge since independence to make it to the Supreme Court.

At present, Justice R Banumathi is the lone woman judge in the apex court.

Report Error

View Answer Report Error Discuss

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

2 3055
Q:

Name the company that has recently created the world’s smallest magnet using a single atom which can store one bit of data on it.

A) TCS B) Microsoft
C) IBM D) Infosys
 
Answer & Explanation Answer: C) IBM

Explanation:

A team of researchers at IBM has created the world’s smallest magnet using a single atom which can store one bit of data on it.

Report Error

View Answer Report Error Discuss

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

3 3054
Q:

CHKDSK command is used to

A) analyze the hard disk error B) diagnose the hard disk error
C) report the status of files on disk D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

1 3054