Interview Questions

Q:

To which type of class, We can apply RTTI?

A) Encapsulation B) Polymorphic
C) Derived D) None of these
 
Answer & Explanation Answer: B) Polymorphic

Explanation:

RTTI is available only for classes which are polymorphic, which means they have at least one virtual method.

Report Error

View Answer Report Error Discuss

Filed Under: C++

0 8093
Q:

Explain in your words about Channel of communication, Skipper and Sundry Services.

Answer

Channel of communication : It is a floe of communication within a department.


Skipper : This term is used for the status of a room, which indicates that a guest has left the hotel room without arranging to settle his or her account. 


Sundry Services :These are the extra services, which are provided to the guests. For e.g. message, handling of guests.

Report Error

View answer Workspace Report Error Discuss

Subject: Hospitality

7 8087
Q:

Why do you want to be a lawyer?

Answer

“I have a general inclination to stand for the rights of humans. Maybe that is why they elected me as the college President of Students’ Union . I have studied Law for 4 years; I have matured a keen interest in Intellectual Property and would love to try the field in corporate law. I am additionally an articulate and assertive spokesperson. Having said that, I believe I have the keenness to practice law , skill set, and proper attitude and mold a career for myself.”

Report Error

View answer Workspace Report Error Discuss

Subject: Law

6 8063
Q:

Difference between DDE and OLE?

Answer

DDE (Dynamic Data Exchange) a communication protocol that let applications call each other.


OLE was the first protocol that enabled users and programmers to create compound documents?that is documents that contain data from different applications (for example an Excel worksheet inside a Word document).

Report Error

View answer Workspace Report Error Discuss

6 8047
Q:

How important is positive attitude to you ?

Answer

With a positive attitude you see the bright side of life, become optimistic, and expect the best to happen. It is certainly a state of mind that is well worth developing. Not only it enriches one’s experience of life, but it also paves the way for self-development leading one towards attaining the desired results. As regards employment, it is a valuable thing to maintain positive attitude. Whether you are a manager or a subordinate, maintaining positive attitude in the work place brings lots of benefits while allowing you to fulfill your objectives successfully.
A positive frame of mind can help you in many ways, such as:
- Making you feel inspired.
- Identification.
- Believing in yourself and in your abilities.
- You look for solutions, instead of dwelling on problems.
- The most important thing is building relations.

Report Error

View answer Workspace Report Error Discuss

52 8034
Q:

What is the difference between lean manufacturing and JIT (Just-in-Time) Manufacturing?

Answer



Lean Manufacturing: catching the concept of JIT(Just-in-time) and re-examines it from the client point of view. Anything that is made should put something of valuable to the client’s requirement. For example, if you are manufacturing stereo system for a luxury car, you will imagine from the customer point of view like space occupancy, durability, sound quality, medium or loud sound, etc.


  JIT (Just-in-Time):  This methodology is described to provide that a product or part would arrive just in time to be used. This method saves the price of the unused inventory, and eject the need of piling up inventory.    


 

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

7 8017
Q:

Classify and explain the functions performed by trade unions.

Answer

The functions performed by trade unions can be classified into two groups: 


i.) Militant Functions


ii.) Fraternal Functions


 


Militant functions :


These activities include strike, lock outs, gherao etc which means putting up a fight with the management. Hence, they are called militant functions. They are carried out for following purposes: 


a.) Rise in wages


b.) Rise in the status of workers


c.) Protection against injustice


 


Fraternal functions :


These functions are carried out by the trade unions for the welfare of their employees which includes: 


a.) Measures to boost up the workers’ morale


b.) Foster self confidence


c.) Develop sincerity and discipline


d.) Protection to women workers against discrimination

Report Error

View answer Workspace Report Error Discuss

Subject: Law

7 7986
Q:

Which keyword is used to declare the min and max functions?

A) iostream B) string
C) algorithm D) None of these
 
Answer & Explanation Answer: C) algorithm

Explanation:

Algorithm header file contain the supporting files needed for the execution of these functions.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 7930