Microservices Interview Questions – 03 Posted on June 15, 2020June 15, 2020 by admin 4 Created on June 15, 2020 By admin Microservices Interview Questions - 03 1 / 10 1. Select true or false.Continuous Delivery (CD) is an approach in which we do not treat every check in to common repository as a release candidate. A. TRUE B. FALSE 2 / 10 2. Select true or false.When we deploy Single Service on a Host, then we get the benefit of avoiding single point of failure. A. TRUE B. FALSE 3 / 10 3. Select true or false.We should have a lot of End to End tests in Microservices architecture. A. TRUE B. FALSE 4 / 10 4. What is a Consumer Driven Contract (CDC)? A. Consumer Driven Contract (CDC) is a pattern for developing Microservices to be used by internal systems. B. Consumer Driven Contract (CDC) is a pattern for developing Microservices to be used by external systems. C. Consumer Driven Contract (CDC) is a framework for developing Microservices to be used by external systems. 5 / 10 5. Select true or false.PACT is a tool to implement Consumer Driven Contract in Microservices. A. TRUE B. FALSE 6 / 10 6. How can we separate Deployment from Release of Microservices? A. Red/Blue Deployent B. Blue/Green Deployment C. Red/Green Deployment 7 / 10 7. What is Canary Releasing? A. Canary Releasing is a technique to direct all the users to newly deployed version to verify that release is working as expected. B. Canary Releasing is a technique to direct a small set of users to newly deployed version to verify that release is working as expected. 8 / 10 8. What is a good tool for monitoring multiple services at a time? A. Top B. Graphite C. AWK 9 / 10 9. Select true or false.Authentication is the process of verifying credentials of a user.Authorization is the process of checking whether a user has access to resources or not. A. TRUE B. FALSE 10 / 10 10. Select true or false.Cross Site Request Forgery (CSRF) is an example of Confused Deputy problem. A. TRUE B. FALSE Your score is The average score is 60% LinkedIn Facebook Twitter 0% Restart quiz