List of questions
Related questions
Question 339 - 350-901 discussion
An application is made up of multiple microservices, each communicating via APIs. One service is beginning to be a bottleneck for the application because it can take a lot of time to complete requests. An engineer tried adding additional instances of this service behind the load balancer, but it did not have any effect. Which application design change must be implemented m this scenario?
Move from synchronous to asynchronous interactions with the service and implement a message queue.
Deploy an API gateway to centralize all inbound communication requests and offload authentication
Vendor all dependencies into the service that is causing delays to remove external dependency checks.
Leverage serverless architecture instead of containers to gain the advantage of event driven APIs.
0 comments
Leave a comment first