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                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
What is the Difference between 2 tier and 3 tier 
Applications...Actually what is a tier.. Anybody can body 
can give accurate answer..Thanks in advance..........
 Question Submitted By :: Venkat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 1
Tier will be consider to as a layer in 2 Tier there is 
1 - Web
2 - Database 
main use for tier to provide fast response to client & and 
othere benefit to reduce load on server both(hardware & 
Software)
 
Is This Answer Correct ?    1 Yes 3 No
Keshab
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 2
Two-tier architecture is a client/server architecture , 
where a request to do some task is sent to the server and 
the server responds by performing the task.
where as a three-tier or a multi tier architecture  has 
client, server and database. Where the client request is 
sent to the server and the server in turn sends the request 
to the database. The database sends back the 
information/data required to the server which inturn sends 
it to the client.
 
Is This Answer Correct ?    6 Yes 0 No
Rp626272
 
 
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 3
2 tier architecture is nothing but client and server

Means It consits of client(Presentation layer) and server
(may be database)
Client gives the requests through the browser for HTMl 
pages stored in remoting machine(Server).The server locates 
this files and passes to the Client
Only presentation layer and database server exits

Request are in the form of Http or FTP
Most of the actions done on the client side so client is 
thick and server is thin



Web application consits of Presentation layer( client or 
browser)Business process and database layer

As i mentioned earlier
Presentaion layer is useful for to submit the requests in 
HTTP form

Web server recieves the Request in HTTP form and sends to 
application server. Application server process the Request 
and gets the information from the database and sends back 
to Web server. WEb server sends the recived data in the 
form of HTML to the client.

Most of the action done on the server side
so client is thin

Presentaion laye<-->web server<-->application server<-->data
 
Is This Answer Correct ?    1 Yes 1 No
Sunil Reddy
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 4
In 2 tier applications client requests the server 
directly,there is no intermediate layer between them.

In 3 tier aplications there is middleware (Is nothing but a 
collection of diff. softwares),first client request is 
received by middleware & then it passed to server,after 
that server give response.
 
Is This Answer Correct ?    0 Yes 1 No
Mallikarjun
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 5
In Two Tier application if client hits the server then in 
Server the request goes, verified by the Databse or 
buisness logic as application layer and Database are 
connected in parallel and server replies to the client.
In Three Tier architecture when client hits the server then 
in server there is some temporary database connected in 
parallel with Application layer and after that the main 
Database server is connected with that server in series, 
after verification from the first database server
(Temporary) the data finally goes to second Database server
(Final repository).
This is how the architecture can be increased to n-tier.
 
Is This Answer Correct ?    0 Yes 2 No
Gaumzi
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 6
Two-tier architecture is a client/server architecture , 
where a request to do some task is sent to the server and 
the server responds by performing the task.
where as a three-tier or a multi tier architecture  has 
client, server and database. Where the client request is 
sent to the server and the server in turn sends the request 
to the database. The database sends back the 
information/data required to the server which inturn sends 
it to the client.

In other word you can say that in 3-tier architechure 
business logic,databases & presentation are maintained in 
different files whereas in 2-tier architechure business 
logic &databases are maintained in same layer or file
3-tier architechure in other word u can say fallows MVC 
architure
 
Is This Answer Correct ?    0 Yes 1 No
Suvendu Dalai
 
  Re: What is the Difference between 2 tier and 3 tier Applications...Actually what is a tier.. Anybody can body can give accurate answer..Thanks in advance..........
Answer
# 7
koyyala....the main difference is fake and real 
experience..first be wel prepare on the basis of practical 
oriented
 
Is This Answer Correct ?    1 Yes 2 No
Osama
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
If u have to test the web page application & name, date & email are the important fields then how will u test it in the negative way?  1
how 2 find out nth salary.plz write sql qurires  2
What is meant code review?  2
why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent  3
plz tell me the V model with complete explanation(not definition) Accenture1
WHAT R THE TYPES OF TESTING U KNOW AND U EXPERIENCED?  2
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you  2
at what step sanity testing and smoke testing do?  3
what is verification and validation? MBT17
when tester found bug then where it is assign to developer or testlead  4
3.risk factor ratio in the project?  2
what is system testing?  6
What is Manual Testing?Can I Know the best Institute in Hyderabad & the Best Institute to get Projects?Plz kindly help me ? Iam thinking to learn Testing? My qualification : BCA with MBA . MAHINDRA37
tell me about low severity & low priority bug?  2
Why did u choose testing why not developing. CTS6
contents of test plan CTS6
Please explain test matrices Persistent1
Hi anybody can answer this question with example. giving as it is i faced in interview................. What is TestPhase? What are Entry and Exit Criterias? Should explain with Example. Ness-Technologies4
what is version 1  11
hi frnds, i m Aman.. i was asked some ques. in an interview which r concerned with Web based Testing.. ques were like, URL Tempory in testing, other was smthin like Gateway in testing?? plz tell me answers of these questions as i dont hav knwledge abt web based testing.. thnx in advance.. Net-Solution2
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
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