1-What is Microservices Architecture? How is it different from Monolithic Architecture?
2-How do you design a Microservice from scratch?
3-What is the API Gateway Pattern and what are its advantages?
4-Inter-service Communication – REST vs Messaging
5-Load Balancing in Microservices using Spring Cloud LoadBalancer
6-How does Spring Cloud Config help in centralized configuration management?
7-What is Service Discovery and how does Eureka work?
8-How does Authentication & Authorization work in Microservices (JWT & OAuth2)?
9-How are Distributed Transactions handled in Microservices? (Saga Pattern)
10-What is Event-Driven Architecture and what is the role of Kafka in Microservices?