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

Given an application that implements a basic search function as well as a video upload function, which two load-balancing approaches optimize the application's user experience? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because routing search requests to the endpoint with the lowest round-trip latency will improve response times, enhancing user experience. Option D is also correct as routing video upload requests to the endpoint with the highest data throughput ensures efficient handling of large file uploads. The other options do not effectively optimize for the specific needs of search or video upload functions.