Client Server Architecture Interview Preparation Guide
Download PDF

Client Server Architecture frequently Asked Questions in various Client Server Architecture job Interviews by interviewer. Get preparation of Client Server Architecture job interview

12 Client Server Architecture Questions and Answers:

1 :: What is Suns Open Network Computing Architecture?

Open Network Computing (ONC) is the Sun architecture, with
third party alliances providing the missing pieces. Sun's
RPC is licensed by more than 300 companies, including DEC,
IBM, and Apple Computer. It is a lean, efficient RPC that
is particularly effective for installations not requiring
WAN support. Transport Independent Remote Procedure
Calls (TI-RPC) were co-developed by Sun and AT&T. TI-RPC
runs independent of the underlying network transport,
allowing applications to run unmodified over multiple
transport protocols including NetWare,PCNFS, AIX/6000,
Solaris, UNIX/SVR4, AIX/ESA. NetWise developed the
TI-RPC Application Toolkit source code generation
technology.

2 :: What is APPLEs VITAL architecture?

VITAL provides a way of building information systems
constructed from generalized modules that can be reused and
shared.It specifies how to construct and provide interfaces
for these modules. A cornerstone of Apple's client/server
architecture is Data Access Language (DAL). DAL
consists of software components for the client and the
server (Macintosh System 7 includes the client component,
DOS and Windows clients are sold separately). DAL sits
between the client and server components.
This approach allows varied clients to communicate with
many different servers. With DAL, a change in the DBMS
does not affect the front-end;
it simply requires the appropriate DAL link.

3 :: What are Cognos BI0-112(report Author) & BI0-122(admin) Dumps?

Latest updated Cognos dumps are here
BI0-112
BI0-122
BI0-135

4 :: What are the three tiers of a three-tiered architecture?

The tiers of a three-tiered system consist of the client
(user interface) tier, business logic tier, and data storage
tier.

5 :: What is size of NTDS.DIT in win server 2000 and 2003?

In win NT Database is going to store in SAM[security
accounts manager]and the size of data base is 40MB,That's
the reason we can create 40 thousand object in winNT


But in win 2000/2003 database is going ot store in NTDS and
the size of the data box is 12MB and it is extendable, In
win 2003 we can create 1 billion objects

7 :: What is 3 tier, 2 tier and n tier client server architecture?

In three tier system 1st tier is user interface usually
webpages,2nd tier is application server it may be oracle
application server,java application server,3rd tier is
database in which data is stored.
In 2 tier system application server is missing.
In single tier system only server part is present
client part is missing or not present.

8 :: What is client server architecture and is it always two tire architecture?

CLIENT SERVER MODEL IS A COMMUNICATION MODEL USED IN NETWORKING
BY THIS MODEL WE SHARE THE WORK LOAD B/W 2 PARTIES -->CLIENT AND SERVER

USUALLY A CLIENT AND SERVER MAY RESIDE ON DIFF. MACHINES BUT IT IS NOT NECESSARY ,THEY MAY ALSO BE PRESENT ON THE SAME MACHINE

IT IS NOT NECESSARY THAT A CLIENT SERVER MODEL IS 2 TIER ,IT CAN ALSO BE 3TIER

9 :: Can we execute Truncate from inside a procedure?

We can execute Truncate from inside a procedure using
EXECUTE_IMMEDIATE.

10 :: How to connect 2 Domain controller using AD sites? What are the requirements?

We can connect two AD by using Sites and Services.
Requirements:
1. two servers installed with win 2000/2003 server
2. installed and configured AD to these servers.