Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

Explain the three services model (three-tier application)

+1 vote
what are different tiers often present in an application?
asked 1 year ago by tarantula (490 points)

1 Answer

0 votes
The 3 tiers are UIlayer, Business layer, Data layer:

- UI layer: Requests the data form Business layer

- Business layer : Acts according Business rules fetch or  insert data through the Data Layer.

- Data Layer: Responsible for all Data base operations
requests from business layer
answered 1 year ago by anonymous

Related questions