Topic 1 Question 198
Your company has decided to make a major revision of their API in order to create better experiences for their developers. They need to keep the old version of the API available and deployable, while allowing new customers and testers to try out the new API. They want to keep the same SSL and DNS records in place to serve both APIs.
What should they do?
Configure a new load balancer for the new version of the API
Reconfigure old clients to use a new endpoint for the new API
Have the old API forward traffic to the new API based on the path
Use separate backend pools for each API path behind the load balancer
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
This solution allows you to meet all the requirements in a clean and maintainable way
👍 4JamesKarianis2024/08/27 - 正解だと思う選択肢: D
D is the correct answer as two versions (Old and New) have to be maintained with a single end point exposed to the developers.
👍 3f9bc58e2024/09/09
シャッフルモード