Microservices Interview Questions – 02 Posted on June 15, 2020June 15, 2020 by admin 3 Created on June 15, 2020 By admin Microservices Interview Questions - 02 1 / 10 1. Select true or false.Every change in Microservice should not become a breaking change for client. A. TRUE B. FALSE 2 / 10 2. Select true or false.It is ok to change the interface of a Microservice on upgrading the version of programming language. A. TRUE B. FALSE 3 / 10 3. What is the preferred type of communication between Microservices? Synchronous or Asynchronous?. A. Synchronous B. Asynchronous C. Both Synchronous and Asynchronous 4 / 10 4. Select true or false.Orchestration is a tightly coupled approach for integrating Microservices. A. TRUE B. FALSE 5 / 10 5. Select true or false.Choreography based systems are more flexible and easy to change than Orchestration based systems. A. TRUE B. FALSE 6 / 10 6. Select true statement. A. Orchestration is often done by asynchronous calls. B. Choreography is done by synchronous calls. C. Orchestration is often done by synchronous calls. 7 / 10 7. Can we create Microservices as State Machines? A. Yes B. No 8 / 10 8. What is DRY? A. Do Refactoring Yearly B. Don't Repeat Yourself C. Design Repeat Yet again 9 / 10 9. In Semantic versioning, Major version increment means that the changes to software are backward compatible. A. Yes B. No 10 / 10 10. Select true or false.Continuous Integration provides the benefit of early feedback for any code that is developed and merged into common repository. A. TRUE B. FALSE Your score is The average score is 47% LinkedIn Facebook Twitter 0% Restart quiz