Microservices Architecture

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
Microservices-based architecture enforces a Modular structure.
Question 2
Service Instance per Host pattern provides ________________
Question 3
Efficient Utilization and Fast Deployment represents which pattern?
Question 4
The 3Cs of Microservices include the following, except ______________
Question 5
The services communicate with each other internally using _____________
Question 6
Which pattern collects and reports all exceptions to a centralized exception tracking service?
Question 7
Microservices supports different kinds of databases and this is called ____________.
Question 8
__________ is the ability to store something temporarily to reduce the loading times, and I/O of a system.
Question 9
Simple to develop, test, deploy and scale represents __________________
Question 10
In __________, each external request is tagged with a unique identifier which is passed to all services involved in handling the request and included in application logging messages.