Posts

1. Microservices Interview Question

  1. What is Difference between Monolithic and Microservices Architecture ?  However, the Monolithic word derived from the monolith, which normally means an object made from a single large piece of material.  1.  Monolithic Architecture :   In monolithic architecture where all components are combine in single Large Application. The Monolithic arch are build as single unit means all the layer like presentation layer , service layer , Data Access Layer all are those are include in the that single Application and It has single logical executable. Real time Example :  as like Four Brother  of single family living a Single House.  There are several advantages of Monolithic Architecture 1. as like it Simple to Develop ( it dividing into multiple layer and that layers just simplifies the development process). 2. Testing is easy in Monolithic Arc. 3. Simple to scale . (We can perform horizontal scaling by running multiple instances behind a load balancer) There are Several