Microservices Architecture Q&A
Microservices Architecture Q&A
Microservices Architecture Q&A
Separating components with conflicting resource requirements falls under the bucket
of _____________
Microservices -- Correct
***********************************************************************************
*********************************
Scenarios where client takes onus & are responsible for determining the network
locations of available service instances
Client-side -- Correct
The client expects a timely response from the service and might even block while it
waits represents__________client service interaction styles
Synchronous -- Correct
_____________ helps to control & limit the number of consecutive request failures
crosses a threshold,
Circuit breaker -- Correct
***********************************************************************************
*********************************
***********************************************************************************
*********************************
Which of these represent the drawback of Multiple Services per Host pattern
faulty deployment -- Correct
***********************************************************************************
*********************************
In Microservices, the API Gateway takes care of the security aspect by rendering
________________
Access tokens -- Correct
Which pattern collects & reports all exceptions to a centralized exception tracking
service
Exception tracing -- Correct
***********************************************************************************
*********************************
When any single application function or component fails, then the entire
application goes down. (Single point of failure ) This is primary disadvantage of
________________
Monolithic -- Correct