🧪 Microservice MCQ Quiz Hub

Microservices MCQ

Choose a topic to test your knowledge and improve your Microservice skills

1. Microservice could be considered as subset of __________




2. A monolithic application is _________




3. Single point failure examples is __________




4. Agile development and deployment is difficult in case of _________




5. Complexity of developing testing and deploying distributed system and handling partial failures account to the disadvantage of _________




6. The decomposition of microservices is based on two categories, namely _________




7. Software built as microservices can by definition be broken down into multiple component services. The statement is:




8. Simple to develop test deploy scale represents __________




9. The benefits of microservices include _______




10. Separating components with conflicting resource requirements falls under the bucket of __________




11. Microservices architecture adapts which of the following concepts?




12. Microservice is considered as a subset of SOA. This statement is:




13. API gateway in microservices is liable for _________




14. ________ acts as a database of services their instances and corresponding location.




15. Netflix OSS is an example of ____________




16. AWS Elastic load balancer (elb) is an example of __________




17. External clients communicate with microservices using ____________




18. Scenarios where client takes onus and are responsible for determining the network location of the available service instances is ___




19. The two types of service discovery includes client-side discovery and server-side discovery. The above statement is:




20. Which ensures to insulate the applications by acting as a barrier?




21. The services communicate with each other internally using _________




22. Which acts as a database of services __________




23. _________ helps to control and limit the number of consecutive request failure that cross a threshold.




24. The client expects a timely response from the service and might even block while it waits. This represents the ___________ client service interaction style.




25. API gateway ensures ___________




26. Microservices supports different kinds of databases and this is called ___________




27. Queries in microservices architecture are implemented through _________




28. CQRS stands for in microservices _________




29. Amazon EC2 container service is an example of ____________




30. The transaction that span across multiple services are handled by __________




31. Microservices based architecture prefers __________




32. The two components of CQRS include _________




33. Microservices based architecture enforces a modular structure. The above statement is:




34. ______ is example of service instance per host pattern.




35. Which of the following is popular docker clustering framework?




36. In docker each service instance is _________




37. IDL stands for ________




38. Service instance per host pattern provides __________




39. Efficient utilization and fast deployment represents which pattern?




40. _______ is an example of service instance per container pattern.




41. _____ is the ability to store something temporarily to reduce the loading times and i/o of a system.




42. Which pattern collects and reports all exceptions to a centralized exception tracking service?




43. Microservice chassis takes care of the following except ________




44. Caching helps in improving the performance of the system. The above statement is:




45. The following are all caching types except ___________




46. Which among these helps in developing a microservice quickly __________




47. Spring boot is example of _________




48. In microservices the api gateway takes care of the security aspect by rendering __________




49. Functional decomposition is an example of ____________




50. Which of these is a drawback of multiple services per host pattern?




51. Which ensures to insulate the applications by acting as a barrier?




52. Limited efficient utilization & slow deployment represent in microservices ___________




53. Service instance per container pattern includes the following except __________




54. packer.io and boxful represent ____________




55. Kubernetes and marathon are examples of __________