Interview Questions

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

3 1782
Q:

What Is the Google Android SDK?

Answer

The Google Android SDK is a toolset that developers need in order to write apps on Android enabled devices. It contains a graphical interface that emulates an Android driven handheld environment, allowing them to test and debug their codes.

Report Error

View answer Workspace Report Error Discuss

0 1782
Q:

What is a package?

Answer

Package is a collection of related classes and interfaces. package declaration should be first statement in a java class.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 1782
Q:

What is the difference between creating a thread by extending Thread class and by implementing Runnable interface? Which one should prefer?

Answer

When creating a thread by extending the Thread class, it is not mandatory to override the run method (If we are not overriding the run method , it is useless), because Thread class have already given a default implementation for run method. But if we are implementing Runnable , it is mandatory to override the run method. The preferred way to create a thread is by implementing Runnable interface, because it give loose coupling.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1777
Q:

What is the relationship between SOA and cloud architecture?

Answer

Service oriented architecture (SOA) is an architectural style that supports service oriented methodology that is being added in the cloud architecture as a mandatory component. Cloud architecture support the use of on-demand access to resources and it provides lots of other facilities that are being found in SOA as well. SOA makes these requirements optional to use. But, to get the full functionality and more performance based efficiency there is a requirement for the mixture of SOA and cloud architecture.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

0 1774
Q:

How do you create a new object in JavaScript?

Answer

var obj = new Object(); or var obj = {};

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1774
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

3 1773
Q:

What is a PL/SQL Record data type?

Answer

A record data type represents a data type for that row in a database table. It lets u define your own records and not your own fields.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 1772