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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   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 4 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 ?    8 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 ?    2 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 2 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 4 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
 
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests EDventures6
1.Difference between System Testing and UAT 2.Difference between Load, Stress, Volume and Performance Testing. 3.Difference Between Integration testing and System Testing 4.Difference between Bug and Defect 5.Difference between Use Case and Test Case 6.Difference between Test Plan and Test Strategy 7.Difference between Test Scenario and Test Case 8.Difference between SRS and FRS 9.What are the difference b/w client & server? 10.explain test case template? 11.explain test plan template? 12.explain testing process? 13.explain bug report template? 14.what is scenario? 15.what is criteria?What are test entry and test exit criteria? 16.what is test strategy? 17.what is baseline? 18.what is hotfix? 19.what is Inspection,Walkthrough,Review,Audits 20.what is Stress Testing,Volume Testing,Sanity Testing 21.what is QA and QC? 22.Explain V-Model and Stages? What is Adv And DisAdv? 23.What is Boundary Value Analysis? 24.What is Equivalence Partitioning? 25.What is Error Guessing ? 26.What is Cause Effect Graphing techniques? 27.What is Bug , Defect and Error? 28.How will you report the bug? 29.What are the different test deliverables? Which deliverable we need to submit at the end of testing? 30.What methodologies have you used to develop test cases? 31.How you will close the defect? 32.What is meant by the bug state "Reproduce"? 33.What is change request?How do you handle change requests ? 34.what type of documents do u prepare during testing? 35.what are the testing methodologies? 36.What is release notes? 37.what is Response Time? 38.What report u generate after completing testing? 39.What is Test Bed? 40.Example for a bug having high severity and low priority? 41.Give me examples for high priority and low severity defects? Nous5
TELL ABOUT CMM & ISO LEVELS ? its URGENT plz  3
What is exact meaning of Standalone application?  1
Software life Cycle models CSC7
5 positive and 5 negative test cases for yahoo login window IBM2
what is the difference between Test-bed, Test-lab & Test-environment ? explain it briefly ? TCS3
Hi! pl. suggest a good book for manual testing..to attend interviews in manual testing with 3+ yrs of experience  2
prepare test cases for file copy paste. Approva5
How to test check boxes  6
please give me the template of tracebility matrix ? i need whicch is commanly used in real time...  2
How can a tester ensure that his\her test cases covers all the functionalities of a particular application? Accenture5
What is the diff. b/w Basline and Tracability matrix? Magna-Infotech3
What is a test condition ?  2
what is the importance of test data while testing the application? and how hard it is to set up the test data?  2
what is boundary value analysis?  2
I am pranu(frm hyderabad) new commer for this site? I have some doubt's pls clarify it..... I finished my B.Tech 2003 pased out(ECE),(pranati_434@yahoo.co.in) and S/w Testing Course Now iam serarching a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.,. 3.5 yrs gap , consultancy..,  2
how can you define Priority and severity HCL12
Hi,please help me out with my ques:when a bug araises how will we send the bug report to developer in which way?if through mail means how which way?first to who we need to send the report?  3
how 2 find out nth salary.plz write sql qurires  3
 
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