ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories >> Software >> Client-Server >> Client-Server-General
 
 


 

Back to Questions Page
 
Question
can you give full infromation about infrared technology,
like applications,advantages,disadvatages?
Rank Answer Posted By  
 Question Submitted By :: Madhuri
This Interview Question Asked @   IBM
I also faced this Question!!   © ALL Interview .com
Answer
it is a wire less tech use to transfer data from 1 device to
other.

advantage :  
     * wireless.
     * chip.
disadvantage :
     * only work for small distance( in feet. )
     * can not penetrate wall.

applications :
      * remote based systems.
      * mobiles.
 
0
Naman Patidar
 
 
Question
what is Upsizing,down-sizing?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
I am not exactly no what is Upsizing.
But Down Sizing is nothing but The Process of mo
ving an application from a {main frame ) to cheaper
system, typically a (client-server) system.
 
2
Basheer
 
 
Answer
Even I want to know differences differences between them.
 
0
Ravikanth
 
 
 
Answer
up and down
 
0
Gondu
 
 
Question
What is Remote Procedure Call?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
Remote procedure call is used to mount remote clients to 
the servers.
 
0
Haritha
 
 
Answer
Remote Procedure Call (RPC) is a protocol that one program 
can use to request a service from a program located in 
another computer in a network without having to understand 
network details. (A procedure call is also sometimes known 
as a function call or a subroutine call.) RPC uses the 
client/server model. The requesting program is a client and 
the service-providing program is the server. Like a regular 
or local procedure call, an RPC is a synchronous operation 
requiring the requesting program to be suspended until the 
results of the remote procedure are returned. However, the 
use of lightweight processes or threads that share the same 
address space allows multiple RPCs to be performed 
concurrently. 
When program statements that use RPC are compiled into an 
executable program, a stub is included in the compiled code 
that acts as the representative of the remote procedure 
code. When the program is run and the procedure call is 
issued, the stub receives the request and forwards it to a 
client runtime program in the local computer. The client 
runtime program has the knowledge of how to address the 
remote computer and server application and sends the 
message across the network that requests the remote 
procedure. Similarly, the server includes a runtime program 
and stub that interface with the remote procedure itself. 
Results are returned the same way.
 
0
Alok Misra
 
 
Question
What are  the benefits obtained by using the Client Server 
oriented TP Monitors Client Server applications?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CSC
I also faced this Question!!   © ALL Interview .com
Answer
mich better and faster access.. provision of securuty too..
higher tasks can be done in parallel.
 
0
Harish
 
 
Answer
yah 
ur 
absolutly
correct yar
 
0
Raghu
 
 
Question
What is Load balancing? 
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
load balancing is a process where you will  check the load 
of all the nodes connected to the network and than decide 
where to execute & in which node you want to distribute the 
process for execution so that balance of the whole system 
is maintained.
 
0
Harish Kumar
 
 
Question
What are Triggers and Rules?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
these two are  SQL concepts

TRigger is  a special type of stored procedure that 
automatically takes effect when the data in a specified
table is modified.
triggers invoked in response to an INSERT,UPDATE OR DELETE 
STATEMENT EXECUTED.
TRIGGERS are used to handle some exceptional conditions
if u r moving data 40 MB into data base,But data base having
only 30 mB free space then the trigger fires automatically
and the entire transaction automativcally roll backs.

Rules:
Rules are database objects used to enforce data integrity.
this object bound to column or userdefined  data types.
to ensure that only valid values are allowed to insert in 
to columns.

so trigger acts automatically nad rollbacks the transaction
when error is occured.

rule is used to enforce data integrity on a column or user 
defined data type.
 
are you clear if you want any clarification please mail to 
me.
 
4
Rajendra Prasad Reddy Penumall
 
 
Answer
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. 
 
0
Yamuna.g
 
 
Question
What are the three types of SQL database server 
architecture?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   CSC
I also faced this Question!!   © ALL Interview .com
Answer
Process-per-client Architecture. 
Multithreaded Architecture. 
Hybrid Architecture.
 
0
Vijayakumar
 
 
Question
What are called Non-GUI clients, GUI Clients and OOUI 
Clients?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Wipro
I also faced this Question!!   © ALL Interview .com
Answer
Non-GUI Client: These are applications, generate server 
requests with a minimal amount of human interaction.

GUI Clients: These are applicatoins, where occassional 
requests to the server result from a human interacting with 
a GUI (Example: Windows 3.x, NT 3.5)

OOUI clients : These are applications, which are highly-
iconic, object-oriented user interface that provides 
seamless access to information in very visual formats. 
(Example: MAC OS, Windows 95, NT 4.0)
 
0
Prameela
 
 
Question
What are Super servers?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
server which is handled by the superman is called super server
 
0
Krish
 
 
Answer
krish is the super server
 
0
Sonu
 
 
Answer
These are fully-loaded machines which includes 
multiprocessors, high-speed disk arrays for intervene I/O 
and fault tolerant features.
 
0
Yamuna.g
 
 
Question
What are the building blocks of Client Server?
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
The Building Blocks of Client/Serevr are
1.Client
2.MiddleWare(/)"slash",which ties the client to  the server
3.Server
the basic block architecture can be used from tiny to 
interlgalactic
 
0
Vetrivel.s
 
 
Answer
building blocks of Client Server can be used in 4 types:
1.tiny shops
2.small shops & departments
3.integalactic enterprises
4.a post scarcity world
 
0
Abcd
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com