exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 2 question 27 discussion

Actual exam question from Microsoft's AZ-800
Question #: 27
Topic #: 2
[All AZ-800 Questions]

DRAG DROP
-

Your network contains an Active Directory Domain Services (AD DS) domain. The domain contains two servers named Server1 and Server2 that run Windows Server 2022.

You plan to deploy an app named App1 that will be load balanced between Server1 and Server2.

You need to create an identity that will be used to run App1 on Server1 and Server2. The solution must meet the following requirements:

• The password for the identity must be changed regularly.
• Administrative effort must be minimized.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
stonwall12
5 months, 2 weeks ago
Answer: 1. Create a Key Distribution Services (KDS) root key 2. Create a group managed service account (gMSA) 3. Install the service account on Server1 and Server2 1. The KDS root key must be created first as it's a prerequisite for creating gMSAs. It enables the domain to generate and distribute passwords for gMSAs. 2. Next create the gMSA after the KDS root key is in place. 3. Finally, install the gMSA on both servers where App1 will run. This allows the servers to retrieve and use the gMSA's credentials. Reference: https://learn.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/getting-started-with-group-managed-service-accounts
upvoted 1 times
...
Krayzr
7 months, 1 week ago
Given answer correct Create a Key Distribution Services (KDS) root key: This is necessary for creating group managed service accounts (gMSAs). Create a group managed service account (gMSA): gMSAs are designed to be used across multiple servers and automatically handle password management. Install the service account on Server1 and Server2: This step ensures that both servers can use the gMSA to run App1.
upvoted 1 times
...
Ksk08
8 months, 1 week ago
Answer is correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...