-
GUI testing
When you get a URL,how do you start to test a web based software application?
-
-
Regarding USB
When i Connect my USB system finds it But when i try to open it the system shows thatInsert a Disk in the Drive .What is the problem.Its Properties Shows the device is working fine what is the problem
-
-
-
-
What is a Web server?
This new model of Client/Server consists of thin, protable, "universal" clients that talk to superfat servers. In the simplet form, a web server returns documents when clients ask for them by name. The clients and server communicate using an RPC-like protocol called HTTP.
-
What is the difference between trigger and rule?
The triggers are called implicitly by database generated events, while stored procedures are called explicitly by client applications.
-
Domain Group Policy
Does Group Policy that is associated with one domain automatically propagate to other domains in the forest? Why or why not?
-
-
Server Recovery Options
What are the recovery options for a server that won't boot?
-
What is Load balancing?
If the number of incoming clients requests exceeds the number of processes in a server class, the TP Monitor may dynamically start new ones and this is called Load balancing.
-
-
What is 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...
-
-
What is a File server?
File servers are useful for sharing files across a network. With a file server, the client passes requests for file records over nerwork to file server.
-
-
What is meant by Transparency?
Transparency really means hiding the network and its servers from the users and even the application programmers.
-
What is meant by Middleware?
Middleware is a distributed software needed to support interaction between clients and servers. In short, it is the software that is in the middle of the Client/Server systems and it acts as a bridge between the clients and servers. It starts with the API set on the client side that is used to invoke a service and it covers the transmission of the request over the network and the resulting response.It...
-
What are the two broad classes of middleware?
General middlewareService-specific middleware
Client Server Interview Questions
Ans