Database Network Interview Preparation Guide
Download PDF

Network Frequently Asked Questions in various Database Network Interviews asked by the interviewer. So learn Network with the help of this Database Network Interview questions and answers guide and feel free to comment as your suggestions, questions and answers on any Database Network Interview Question or answer by the comment feature available on the page.

13 Database Network Questions and Answers:

1 :: Explain a Database Server?

With a database server, the client passes SQL requests as messages to the database server. The results of each SQL command are returned over the network. The server uses its own processing power to find the request data instead of passing all the records back to the client and then getting it find its own data. The result is a much more efficient use of distributed processing power. It is also known as SQL engine.

2 :: What is network database?

Network database is a collection of object-oriented, network and semi structured models or as some kind of object database.

3 :: Explain What are the two types of OLTP?

TP lite, based on stored procedures. TP heavy, based on the TP monitors.

4 :: Explain What are called Fat clients and Fat servers?

If the bulk of the application runs on the Client side, then it is Fat clients. It is used for decision support and personal software.
If the bulk of the application runs on the Server side, then it is Fat servers. It tries to minimize network interchanges by creating more abstract levels of services.

5 :: What is building blocks of Client/Server?

The client side building block runs the client side of the application.
The server side building block runs the server side of the application.

6 :: Explain meant by 3-Tier architecture?

In 3-tier Client/Server systems, the application logic (or process) lives in the middle tier and it is separated from the data and the user interface. In theory, the 3-tier Client/Server systems are more scalable, robust and flexible.
Example: TP monitor, Web.

7 :: Explain What is meant by Asymmetrical protocols?

There is a many-to-one relationship between clients and server. Clients always initiate the dialog by requesting a service. Servers are passively awaiting for requests from clients.

8 :: Explain What are the types of Transparencies?

The types of transparencies the NOS middleware is expected to provide are:-

* Location transparency
* Namespace transparency
* Logon transparency
* Replication transparency
* Local/Remote access transparency
* Distributed time transparency
* Failure transparency and
* Administration transparency.

9 :: Explain What are Triggers and Rules?

Triggers are special user defined actions usually in the form of stored procedures, that are automatically invoked by the server based on data related events. It can perform complex actions and can use the full power of procedural languages.
A rule is a special type of trigger that is used to perform simple checks on data.

10 :: Explain What are Super servers?

These are fully-loaded machines which includes multiprocessors, high-speed disk arrays for intervive I/O and fault tolerant features.