Topic 1 Question 77
Your development team has created a new version of their service's API. You need to deploy the new versions of the API with the least disruption to third-party developers and end users of third-party installed applications. What should you do?
Introduce the new version of the API. Announce deprecation of the old version of the API. Deprecate the old version of the API. Contact remaining users of the old API. Provide best effort support to users of the old API. Turn down the old version of the API.
Announce deprecation of the old version of the API. Introduce the new version of the API. Contact remaining users on the old API. Deprecate the old version of the API. Turn down the old version of the API. Provide best effort support to users of the old API.
Announce deprecation of the old version of the API. Contact remaining users on the old API. Introduce the new version of the API. Deprecate the old version of the API. Provide best effort support to users of the old API. Turn down the old version of the API.
Introduce the new version of the API. Contact remaining users of the old API. Announce deprecation of the old version of the API. Deprecate the old version of the API. Turn down the old version of the API. Provide best effort support to users of the old API.
ユーザの投票
コメント(17)
A. Introduce new API ahead
👍 15Dreamingjin2021/11/01- 正解だと思う選択肢: A
Let's start with Eliminating, as I see a lot of you are confused here. You cannot deprecate or announce depreciation before introducing the newer version. This easily eliminates B and C options. Now between A and D, A fully follows the pattern of API deprecation. Deprecate, but have not stopped yet, trying to provide support till it is totally closed. No support after that. Go with A. Hope this helps all.
👍 10KyubiBlaze2022/01/16 https://cloud.google.com/migrate/compute-engine/support/lifecycle B is correct, announce must be first, best effort support to the last because after API sunset, no more patch to be released to support only based on best effort
👍 4MF2C2021/11/06
シャッフルモード