ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 339 - 350-901 discussion

Report
Export

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?

A.

Move from synchronous to asynchronous interactions with the service and implement a message queue.

Answers
A.

Move from synchronous to asynchronous interactions with the service and implement a message queue.

B.

Deploy an API gateway to centralize all inbound communication requests and offload authentication

Answers
B.

Deploy an API gateway to centralize all inbound communication requests and offload authentication

C.

Vendor all dependencies into the service that is causing delays to remove external dependency checks.

Answers
C.

Vendor all dependencies into the service that is causing delays to remove external dependency checks.

D.

Leverage serverless architecture instead of containers to gain the advantage of event driven APIs.

Answers
D.

Leverage serverless architecture instead of containers to gain the advantage of event driven APIs.

Suggested answer: A
asked 10/10/2024
Michael Wheeler
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first