Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 343

Which action reduces latency in a microservices application?

Answer options

Correct answer: A

Explanation

Running microservices at the edge brings them closer to users, which minimizes the time it takes for data to travel, thereby reducing latency. Merging microservices can improve performance but does not inherently lower latency as it may introduce complexity. A stateful design can lead to higher latency due to the need for maintaining session information. Minimizing HTTP header metadata may slightly improve performance, but it is not as effective as deploying services at the edge.