Azure DevOpsにプライベートプロジェクトがあり、User1とUser2という名前の2人のユーザーがいます。
次の要件を満たすには、User1とUser2をグループに追加する必要があります。
* User1はコードウィキを作成できる必要があります。
* User2はWikiページを編集できる必要があります。
*ソリューションは最小特権の原則を使用する必要があります。
各ユーザーをどのグループに追加する必要がありますか?答えるには、適切なグループを正しいユーザーにドラッグします。各グループは、1回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、分割バーをペイン間でドラッグするか、スクロールする必要がある場合があります。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

Explanation

User1: Project Administrators
You must have the permission Create Repository to publish code as wiki. By default, this permission is set for members of the Project Administrators group.
User2: Contributors
Anyone who is a member of the Contributors security group can add or edit wiki pages.
Anyone with access to the team project, including stakeholders, can view the wiki.
Reference:
https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-create-repo