Microservices

engineering

An architectural pattern where an application is structured as a collection of loosely coupled, independently deployable services. Each service owns its data and communicates over lightweight protocols. Expect interview questions about service boundaries, data consistency, and inter-service communication.

相关术语