aiotestking uk

AZ-800 Exam Questions - Online Test


AZ-800 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Want to know Ucertify AZ-800 Exam practice test features? Want to lear more about Microsoft Administering Windows Server Hybrid Core Infrastructure certification experience? Study Printable Microsoft AZ-800 answers to Renewal AZ-800 questions at Ucertify. Gat a success with an absolute guarantee to pass Microsoft AZ-800 (Administering Windows Server Hybrid Core Infrastructure) test on your first attempt.

Also have AZ-800 free dumps questions for you:

NEW QUESTION 1

Your network contains an Active Directory Domain Services (AD DS) forest named contoso.com. The root domain contains the domain controllers shown in the following table.
AZ-800 dumps exhibit
A failure of which domain controller will prevent you from creating application partitions?

  • A. DC1
  • B. DC2
  • C. DC3
  • D. DC4
  • E. DC5

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/troubleshoot/windows-server/identity/fsmo-roles

NEW QUESTION 2

You have an Azure virtual machine named Served that runs a network management application. Server1 has the following network configurations:
• Network interface: Nic1
• IP address. 10.1.1.1/24
• Connected to: VnetVSubnet1
You need to connect Server1 to an additional subnet named Vnet1/Subnet2. What should you do?

  • A. Modify the IP configurations of Nic1.
  • B. Add a network interface to Server1.
  • C. Add an IP configuration to Nic1.
  • D. Create a private endpoint on Subnet2

Answer: D

NEW QUESTION 3
HOTSPOT
You need to sync files from an on premises server named Server1 to Azure by using Azure File Sync.
You have a cloud tiering policy that is configured for 30 percent free space and 70 days. Volume E on Server1 is 500 GB.
A year ago, you configured E:\Data on Server1 to sync by using Azure File Sync. The files that are visible in E:\Data are shown in the following table.
AZ-800 dumps exhibit
Volume E does NOT contain any other files.
Where are File1 and File3 located? To answer, select the appropriate options in the answer area.
AZ-800 dumps exhibitNOTE: Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 4

You have an Azure virtual machine named VM1 that runs Windows Server and has the following configurations:
✑ Size: D2s_v4
✑ Operating system disk: 127-GiB standard SSD
✑ Data disk 128-GiB standard SSD
✑ Virtual machine generation: Gen 2
You plan to perform the following changes to VM1:
✑ Change the virtual machine size to D4s_v4.
✑ Detach the data disk.
✑ Add a new standard SSD.
Which changes require downtime for VM1?

  • A. Detaching the data disk only and adding a new standard SSD.
  • B. Detaching the data disk only.
  • C. Changing the virtual machine size only.
  • D. Adding a new standard SSD only.

Answer: C

Explanation:
Data disks can be added and detached without requiring downtime. Changing the VM size requires the VM to be restarted.

NEW QUESTION 5

You have an on-premises Active Directory Domain Services (AD DS) domain that syncs with an Azure Active Directory (Azure AD) tenant Group writeback is enabled in Azure AD Connect.
The AD DS domain contains a server named Server1 Server 1 contains a shared folder named share1.
You have an Azure Storage account named storage2 that uses Azure AD-based access control. The storage2 account contains a share named shared
You need to create a security group that meets the following requirements:
• Can contain users from the AD DS domain
• Can be used to authorize user access to share 1 and share2 What should you do?

  • A. in the AD DS domain, create a universal security group
  • B. in the Azure AD tenant create a security group that has assigned membership
  • C. in the Azure AD Tenant create a security group that has dynamic membership.
  • D. in the Azure AD tenant create a Microsoft 365 group

Answer: B

NEW QUESTION 6
HOTSPOT
You have a Windows Server container host named Server1 that has a single disk. On Server1, you plan to start the containers shown in the following table.
AZ-800 dumps exhibit
Which isolation mode can you use for each container? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 7

Your network contains an Active Directory Domain Services (AD DS) domain.
You have a Group Policy Object (GPO) named GPO1 that contains Group Policy preferences.
You plan to link GPO1 to the domain.
You need to ensure that the preference in GPO1 apply only to domain member servers and NOT to domain controllers or client computers. All the other Group Policy settings in GPO1 must apply to all the computers. The solution must minimize administrative effort.
Which type of item level targeting should you use?

  • A. Domain
  • B. Operating System
  • C. Security Group
  • D. Environment Variable

Answer: B

Explanation:
Reference:
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn789189(v=ws.11)#operating-system-targeting

NEW QUESTION 8
SIMULATION
Task 3
You need to configure SRV1 as a DNS server. SRV1 must be able resolve names from the contoso.com domain by using DC1. All other names must be resolved by using the root hint servers.


Solution:
One possible solution to configure SRV1 as a DNS server that can resolve names from the contoso.com domain by using DC1 and all other names by using the root hint servers is to use conditional forwarding. Conditional forwarding allows a DNS server to forward queries for a specific domain name to another DNS server, while using the normal forwarding or root hint servers for other queries. Here are the steps to configure conditional forwarding on SRV1:
AZ-800 dumps exhibit✑ On SRV1, open DNS Manager from the Administrative Tools menu or by typing dnsmgmt.msc in the Run box.
✑ In the left pane, right-click on Conditional Forwarders and select New Conditional
Forwarder.
✑ In the New Conditional Forwarder dialog box, enter contoso.com as the DNS Domain name.
✑ In the IP addresses of the master servers box, enter the IP address of DC1, which is the DNS server for the contoso.com domain. You can also click on Resolve to verify the name resolution of DC1.
✑ Optionally, you can check the box Store this conditional forwarder in Active Directory, and replicate it as follows if you want to store and replicate the conditional forwarder in AD DS. You can also select the replication scope from the drop-down list.
✑ Click OK to create the conditional forwarder.
Now, SRV1 will forward any queries for the contoso.com domain to DC1, and use the root hint servers for any other queries. You can test the name resolution by using
the nslookup command on SRV1 or another computer that uses SRV1 as its DNS server. For example, you can run the following commands:
nslookup www.contoso.com nslookup www.microsoft.com
The first command should return the IP address of www.contoso.com from DC1, and the second command should return the IP address of www.microsoft.com from a root hint server.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 9
DRAG DROP
You deploy a single-domain Active Directory Domain Services (AD DS) forest named contoso.com.
You deploy a server to the domain and configure the server to run a service.
You need to ensure that the service can use a group managed service account (gMSA) to authenticate.
Which three PowerShell cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 10
HOTSPOT
Your network contains a two-domain on-premises Active Directory Domain Services (AD DS) forest named Contoso.com. The forest contains the domain controllers shown in the
following table.
AZ-800 dumps exhibit
You create an Active Directory site named Site3. Site1, Site2 and Site3 each has a dedicated site link to the Hub site.
In Site3, you install a new server named Server1.
You need to promote Server1 to an ROOC in child.contoso.com by using the install from Media (IFM) option. The solution must minimize network traffic.
What should you do? To answer select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 11
HOTSPOT
Which groups can you add lo Group3 and Groups? To answer, select the appropriate options in the answer area. NOTE Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 12
HOTSPOT
You have a server named Server1 that runs Windows Server and contains three volumes named C, D, and E. Files are stored on Server1 as shown in the following table.
AZ-800 dumps exhibit
For volume D, Data Deduplication is enabled and set to General purpose file server. You perform the following actions:
• Move File1 to volume D.
• Copy File2 to volume D and name the copy File4.
• Move File3 to volume E
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 13
HOTSPOT
You have an Azure Active Directory Domain Services (Azure AD DS) domain. You create a new user named Admin1.
You need Admin1 to deploy custom Group Policy settings to all the computers in the domain. The solution must use the principle of least privilege.
What should you include in the solution? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 14

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory Domain Services (AD DS) forest. The forest contains three Active Directory sites named Site1, Site2, and Site3. Each site contains two domain controllers. The sites are connected by using DEFAULTIPSITELINK.
You open a new branch office that contains only client computers.
You need to ensure that the client computers in the new office are primarily authenticated by the domain controllers in Site1.
Solution: You create a new site named Site4 and associate Site4 to DEFAULTSITELINK. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 15
DRAG DROP
You have a server named Server1.
You plan to use Storage Spaces to expand the storage available to Server1. You attach eight physical disks to Server1. Four disks are HDDs and four are SSDs.
You need to create a volume on Server1 that will use the storage on all the new disks. The solution must provide the fastest read performance for frequently used files.
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.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 16
HOTSPOT
You have a server named Server1 that runs Windows Server Server1 has a just-a-bunch- of-disks (JBOD) enclosure attached.
You plan to create a storage pool on Server1 and a virtual disk that will use a mirror layout. You are considering whether to use a two-way or a three-way mirror layout.
What is the minimum number of disks required for each type of minor layout? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 17
HOTSPOT
You have an on-premises server named Server1 that runs Windows Server and has internet connectivity.
You have an Azure subscription.
You need to monitor Server1 by using Azure Monitor.
Which resources should you create in the subscription, and what should you install on Server1? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AZ-800 dumps exhibit


Solution:
AZ-800 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 18
......

Recommend!! Get the Full AZ-800 dumps in VCE and PDF From Allfreedumps.com, Welcome to Download: https://www.allfreedumps.com/AZ-800-dumps.html (New 225 Q&As Version)