malalakshmi.hashnode.devTop tricky Microservices Interview Questions You’re Most Likely to Encounter in 2025Q) What are some anti-patterns in microservices, and how do you avoid them? Microservices help in building scalable and flexible applications. But if not used properly, they can cause a lot of problems. These problems are often due to poor design ch...Jul 11, 2025·25 min read
malalakshmi.hashnode.devDeployment Strategies in MicroservicesWhat deployment strategies are commonly employed in the domain of Microservices?How to deploy microservices? Common deployment strategies in the domain of microservices include: Recreate Deployment We stop the old version of the app. Then we deploy...Jul 7, 2025·14 min read
malalakshmi.hashnode.devTransaction Management(2PC & 3PC commit) -- MicroservicesWhat is a Transaction? A transaction is a series of actions that must all be executed successfully. If any one of the actions fails, the entire set of operations is rolled back, leaving the system in its previous stable state. A transaction has the f...Jul 7, 2025·10 min read
malalakshmi.hashnode.devKafka Interview PreparationWhat is Apache Kafka? Apache Kafka is a distributed, fault-tolerant, and high-throughput messaging system based on the publish-subscribe model. It was originally developed at LinkedIn and open-sourced in 2011. Send and receive real-time data → Like...Jul 7, 2025·11 min read
malalakshmi.hashnode.devMicro Services Interview QuestionsWhat are Monolithic Application? A monolithic application is a software design where all components (UI, business logic, and database) are tightly integrated into a single, unified unit. Key Features: The entire application is built as one unit. Al...Jun 15, 2025·27 min read