Interview Questions

Q:

What are the biggest challenges facing nursing today?

Answer

Tips : 


Healthcare systems globally are struggling to meet the demands of the populations they serve. One of the major problems is the current shortage of trained nurses. Use your interview answer to demonstrate that you have thought about this issue and offer up some reasons as to why there is such a shortage of skilled nurses.


Possible reasons include low nursing school enrollment due to poor perceptions of nursing as a fairly rewarded career and nurses leaving the profession before retirement age due to job dissatisfaction. You need to be able to show your interest in nursing as a career by demonstrating that you have thought about the current and future issues facing nurses.

Report Error

View answer Workspace Report Error Discuss

4 2732
Q:

What can javascript programs do?

Answer

Generation of HTML pages on-the-fly without accessing the Web server. The user can be given control over the browser like User input validation Simple computations can be performed on the client's machine The user's browser, OS, screen size, etc. can be detected Date and Time Handling

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 2726
Q:

What are storage qualifiers in C++ ?

Answer

ConstKeyword indicates that memory once initialized, should not be altered by a program.
Volatile keyword indicates that the value in the memory location can be altered even though nothing in the program.
Mutable keyword indicates that particular member of a structure or class can be altered even if a particular structure variable, class, or class member function is constant.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 2726
Q:

Cache events are processed when ever the Postback events occurs

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Cache events are processed only when the Postback events occur

Report Error

View Answer Workspace Report Error Discuss

Subject: .NET
Job Role: Software Architect

0 2725
Q:

What is Interpreter in Java?

Answer

  • An Interpreter is a program that reads in as input a source program, along with data for the program, and translates the source program step by step.


 


The Java interpreter decodes each lines bytecode and runs a series of machine instructions for that bytecode. The JVM takes the byte code and generates machine code. The byte code is compiled to machine code, and the machine code is executed.

Report Error

View answer Workspace Report Error Discuss

7 2723
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 2723
Q:

What Is Your Experience with Computerized Payroll Systems or Software?

Answer

Payroll systems accurately maintain data related to payroll processing. Familiarity with formal payroll systems and computerized software ensure the candidate has experience with current payroll technology.

Report Error

View answer Workspace Report Error Discuss

0 2723
Q:

What are different ways of Initiating Transaction in CICS?

Answer

The following are the ways of initiating a CICS transaction.


1. By entering Transaction Id


2. By Start command


3. By Return Trans Id (as in pseudo - conversation)


4. By Registering Tran ID in plt so that it will be automaticaly dusring CICS start


5. By ATI (Automatic task initiation)


6.PF & PA keys as defined in PCT

Report Error

View answer Workspace Report Error Discuss

0 2722