Interview Questions

Q:

You are scheduled to leave at 6 pm. Your replacement worker doesn't show up. What would you do?

Answer

If he was unable to make his shift, I would find a replacement, and stay until the replacement came in.

Report Error

View answer Workspace Report Error Discuss

2 3135
Q:

Record set types and Number available in VB?

Answer

3.


1- Dynaset, 0 Table, 2 Snap Shot. 

Report Error

View answer Workspace Report Error Discuss

4 3133
Q:

What do you do to keep current with medical findings and practices?

Answer

Sample Answers :


I stay informed by being active with the American Nurses Association, participating in their continuing education programs, and attending at least one yearly seminar.


I subscribe to several trade publications, which I find to have the latest information on current findings and practices.


I enjoy attending the conventions and seminars that come to our area several times a year, as I find meeting with other nurses in panel discussions and lectures to be informative academically and practically

Report Error

View answer Workspace Report Error Discuss

4 3132
Q:

What do you mean by ‘cheque endorsing’?

Answer

‘Endorsing cheque’ ensures that the cheque get deposited into your account only. It minimizes the risk of theft. Normally, in endorsing cheque, the cashier will ask you to sign at the back of the cheque. The signature should match the payee. The image over here shows the endorsed cheque.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 3126
Q:

What is difference between ARP and RARP?

Answer

The address resolution protocol(ARP) is used to associate the 32 bit IP address with the 48 bit physical address, used by a host or a router to find the physical address of another host on its network by sending a ARP query packet that includes the IP address of the receiver.


The reverse address resolution protocol (RARP) allows a host to discover its Internet address when it knows only its physical address.

Report Error

View answer Workspace Report Error Discuss

0 3125
Q:

What does BUS Schema means ?

Answer

BUS Schema is composed of a master suite of confirmed dimension and standardized definition if facts.

Report Error

View answer Workspace Report Error Discuss

6 3123
Q:

What are Spring beans ?

Answer

The Spring Beans are Java Objects that form the backbone of a Spring application. They are instantiated, assembled, and managed by the Spring IoC container. These beans are created with the configuration metadata that is supplied to the container.
Beans defined in spring framework are singleton beans. There is an attribute in bean tag named "singleton" if specified true then bean becomes singleton and if set to false then the bean becomes a prototype bean. By default it is set to true. So, all the beans in spring framework are by default singleton beans.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

4 3119
Q:

What is the BEST WAY to write test cases?

Answer

1) List down usecases (taken from business cases) from function specs. For each use case write a test case and categorize them into sanity tests, functionality, GUI, performance etc. Then for each test case, write its workflow. 


2) For a GUI application - make a list of all GUI controls. For each control start writing test cases for testing of the control UI, functionality (impact on the whole application), negative testing (for incorrect inputs), performance etc. 


 

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

0 3115