Proper study guides for Latest Microsoft Upgrading Your Skills to MCSA: Windows Server 2021 certified begins with Microsoft 70-743 preparation products which designed to deliver the Free 70-743 questions by making you pass the 70-743 test at your first time. Try the free 70-743 demo right now.

Online 70-743 free questions and answers of New Version:

NEW QUESTION 1
HOT SPOT
You install the DHCP Server role on a server1. You create a new scope on Server1. The scope properties are configured as shown in the following exhibit.
70-743 dumps exhibit
70-743 dumps exhibit
Use the drop down menus to select the answer choice that completes each statement based on the information presented in the graphics.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-743 dumps exhibit

NEW QUESTION 2
HOT SPOT
You have a Hyper-V host named Server1 that runs Windows Server 2021. Server 1 has a virtual switch Switch1.
Server1 hosts the virtual machines configured as shown in the following table.
70-743 dumps exhibit
Windows firewall on VM1 and VM2 is configured to allow ICMP traffic. VM1 and VM2 connect to Switch1.
You fail to ping VM1 from VM2.
You need to view the VirtualSubnetid to which VM1 connects. Which cmdlet should you run on Server1.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Get-VMNetworkAdapter-VMName VM1 | forest-list

NEW QUESTION 3
You have a server named Server1 that runs Windows Server 2021. The Docker daemon runs on Server1.
You need to ensure that members of a security group named Docker Administrators can administer Docker.
What should you do?

  • A. Run theSet-Service cmdlet.
  • B. Modify the Security settings of Dockerd.exe.
  • C. Edit the Daemon.json file.
  • D. Modify the Security settings of Docker.ex

Answer: C

Explanation:
References:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configuredocker- daemon
The preferred method for configuring the Docker Engine on Windows is using a configuration file. The configuration file can be found at ‘c:ProgramDatadockerconfigdaemon.json’. If this file does not already exist, it can be created.
This sample configures the Docker Engine to accept incoming connections on port 2375. All other configuration options will use default values.
{
“hosts”: [“tcp://0.0.0.0:2375”]
}
this sample configures the Docker daemon to only accept secured connections over port 2376.
{
“hosts”: [“tcp://0.0.0.0:2376”, “npipe://”], “tlsverify”: true,
“tlscacert”: “C:\ProgramData\docker\certs.d\ca.pem”, “tlscert”: “C:\ProgramData\docker\certs.d\server-cert.pem”, “tlskey”: “C:\ProgramData\docker\certs.d\server-key.pem”,
}
Source: https://docs.microsoft.com/en-us/virtualization/windowscontainers/managedocker/ configure-docker-daemon

NEW QUESTION 4
HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2021.
Server1 has IP Address Management (IPAM) installed. Server2 has the DHCP Server role installed. The IPAM server retrieves data from Server2.
The domain has two users named User1 and User2 and a group named Group1. User1 is the only member of Group1.
Server1 has one IPAM access policy. You edit the access policy as shown in the Policy exhibit. (Click the Exhibit button.)
70-743 dumps exhibit
The DHCP scopes are configured as shown in the Scopes exhibit. (Click the Exhibit button.)
70-743 dumps exhibit
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-743 dumps exhibit

NEW QUESTION 5
Your network contains an Active Directory domain named contoso.com. All servers run Windows Server 2021.
As a domain administrator, you log on to a server named Server2 and open Windows PowerShell. You need to establish an interactive PowerShell session to a server named Server1.
Which command should you run?

  • A. New-PSSession -Name Server1
  • B. Enable -PSRemoting Server1
  • C. Set-PSSessionConfiguration -AccessMode Remote -Nmae Server1
  • D. Enter-PSSession -ComputerName Server1

Answer: D

NEW QUESTION 6
HOT SPOT
Your network contains an Active Directory forest named contoso.com. The forest has three sites named Site1, Site2 and Site3.
Distributed File System (DFS) for the forest is configured as shown in the exhibit.
70-743 dumps exhibit
The forest contains a server named Server2 that hosts the DFS namespace.
\Contoso.comNamespace1Folder2 has the following configuration.
70-743 dumps exhibit
\ContosoNamespace1Folder2 has the targets configured as shown in the following table.
70-743 dumps exhibit
For each of the following statement, Select Yes if Statement is true. Otherwise , select No.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-743 dumps exhibit

NEW QUESTION 7
You have an Active Directory domain named contoso.com. The domain contains servers named Server1 and Server2 that run Windows Server 2021. You install the Remote Access server role on Server1. You install the Network Policy and Access Services server role on Server2. You need to configure Server1 to use Server2 as a RADIUS server. What should you do?

  • A. From Routing and Remote Access, configure the authentication provider.
  • B. From the Connection Manager Administration Kit, create a Connection Manager profile.
  • C. From Server Manager, create an Access Policy.
  • D. From Active Directory Users and Computers, modify the Delegation settings of the Server1 computer account.

Answer: A

NEW QUESTION 8
HOTSPOT
You have a server that runs Windows Server 2021.
70-743 dumps exhibit
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
Box 1: No
The LastWriteTime of DC01.vhd was on June 21, 2021, and the current date is also June 21, 2021, but the MinimumFileAgeDays is 3.
MinimumFileAgeDays specifies a number of days. The deduplication engine optimizes files that users have not accessed in the number of days that you specify. If the last access time is not available, then the deduplication engine uses the last modified time.
Box 2: No
The size of Readme.txt, 12400bytes, is less than the Minimum File size, 32768 bytes. MinimumFileSize specifies the minimum size threshold, in bytes, for files that are optimized. The deduplication engine does not optimize files that do not meet the minimum threshold.
Box 3: Yes
The Software ISO file is both large and old enough for deduplication. References:
https://technet.microsoft.com/en-us/library/hh848438.aspx

NEW QUESTION 9
You have a server named Server1 that runs Windows Server 2021.
Server1 has two network cards. One network card connects to your internal network and the other network card connects to the Internet.
You plan to use Server1 to provide Internet connectivity for client computers on the internal network.
You need to configure Server1 as a network address translation (NAT) server. Which server role or role service should you install on Server1 first?

  • A. Network Controller
  • B. Web Application Proxy
  • C. Routing
  • D. DirectAccess and VPN (RAS)

Answer: C

NEW QUESTION 10
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 questions sets might have more than one correct solutions, 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 forest named contoso.com. The forest has three sites located in London, Paris and Berlin.
The London site contains a web server named Web1 that runs Windows Server 2021.
You need to configure Web1 as an HTTP content server for the hosted cache servers located in the Paris and Berlin sites.
Solution: You install the BranchCache feature, and then you start the BranchCache service. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 11
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 sections, 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 named contoso.com
You need to create a Nano Server image named Nano1 that will be used as a virtualization host. The windows server 2021 source files are located in drive D.
Solution: You run the following cmdlet.
New-NanoServerImage –Edition Datacenter –DeploymentType Most –Compute –Media ‘D:’ – TargetPath c:Nano1Nano1.wim –ComputerNamae Nano1 –DomainName Contoso.com
Does this meet the goal?

  • A. Yes
  • B. NO

Answer: B

NEW QUESTION 12
You have a Hyper-V host named Server1 that runs Windows Server 2021. Server1 hosts a virtual machine named VM1. VM1 is in a workgroup. VM1 is currently in a running state.
You need to create 10 copies of VM1 on Server1 in the least amount of time possible. Which cmdlets should you use?

  • A. Stop-VM, and then Import-VM
  • B. Export-VM, and then Import-VM
  • C. Checkpoint-VM, and then New-VM
  • D. Copy-VMFile, and then New-VM

Answer: B

NEW QUESTION 13
HOT SPOT
Your network contains an Active Directory domain named contoso.com. The Functional level of the forest and the domain is Windows Server 2008 R2. All servers in the domain run Windows server 2021 standard. The domain contains 100 client computers that run either Windows 8.1 or Windows 10. The domain contains nine servers that are configured as shown in the following table.
70-743 dumps exhibit
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-743 dumps exhibit

NEW QUESTION 14
You have an Active Directory domain named Contoso.com. The domain contains servers named Server1 and Server2 that run Windows Server 2021.
You install the Remote Access server role on Server1. You install the Network Policy and Access Services server role on Server2.
You need to configure Server1 to use Server2 as a RADIUS server. What should you do?

  • A. From the Connection Manager Administration Kit, create a Connection Manager profile.
  • B. From Routing and Remote Access, configure the authentication provider.
  • C. From Active Directory Users and Computers, modify the Delegation settings of the Server1 computer account.
  • D. From Server Manager, create an Access Polic

Answer: D

Explanation:
http://www.nyazit.com/configure-network-policy-server-2021/

NEW QUESTION 15
HOTSPOT
You have a four-node Hyper-V cluster named Cluster1.
A virtual machine named VM1 runs on Cluster1. VM1 has a network adapter that connects to a virtual switch named Network1.
You need to prevent a network disconnection on VM1 from causing VM1 to move to another cluster node. What command should you run? To answer, select the appropriate options in the answer area.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-743 dumps exhibit

NEW QUESTION 16
You implement Software Defined Networking (SDN) by using the network Controller server role. You have a virtual network named VNET1 that contains servers used by developers.
You need to ensure that only devices from the 192.168.0.0/24 subnet can access the virtual machine in VNET1.
What should you configure?

  • A. a network security group (NSG)
  • B. role-based access control
  • C. a universal security group
  • D. Dynamic Access Control

Answer: A

NEW QUESTION 17
You have a Hyper-V server named Server1 that runs Windows Server 2021. Server1 has an IP address of 192.168.1.78. Server1 has a container named Container1 that hosts a web application on port 84. Container1 has an IP address of 172.16.5.6. Container1 has a port mapping from port 80 on Server1 to port 84 on Container1. You have a server named Server2 that has an IP address of 192.168.1.79, You need to connect to the web application from Server2. To which IP address and port should you connect?

  • A. 172.16.5.6:80
  • B. 192.168.1.78:80
  • C. 172.16.5.6:84
  • D. 192.168.1.78:84

Answer: C

NEW QUESTION 18
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that
question.
You have a Hyper-V host named Server1 that runs Windows Server 2021. Server1 contains a virtual machine named VM1.
You need to ensure that you can use nested virtualization on VM1. What should you run on Server1?

  • A. the Mount-VHD cmdlet
  • B. the Diskpart command
  • C. the Set-VHD cmdlet
  • D. the Set-VMcmdlet
  • E. the Set-VMHost cmdlet
  • F. theSet-VMProcessor cmdlet
  • G. the Install-WindowsFeature cmdlet
  • H. the Optimize-VHD cmdlet

Answer: F

Explanation:
Configure Nested Virtualization
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true Etc.
References:
https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/user_guide/nesting

NEW QUESTION 19
You plan to deploy several Hyper-V hosts that run Windows Server 2021. The deployment will use Software defined Networking (SDN) and VXLAN.
Which server role should you install on the network to support the planned deployment?

  • A. Network Controller
  • B. Network Policy and Access Services
  • C. Remote Access
  • D. Host Guardian Service

Answer: D

NEW QUESTION 20
You are configuring a Windows Server 2021 failover cluster in a workgroup.
Before installing one of the nodes, you run the ipconfig /all command and receive the following output.
70-743 dumps exhibit
You need to ensure that Server1 can be added as a node in the cluster. What should you do?

  • A. Configure a DNS suffix.
  • B. Enable NetBIOS over TCP/IP.
  • C. Change the Node Type to Broadcast.
  • D. Assign a static IP addres

Answer: A

Explanation:
In addition to the pre-requisites of Single-domain clusters, there are additional pre-requisites for Multi-domain or Workgroup clusters in the Windows Server 2021 including Primary DNS Suffix Requirements.
Note: Failover Clusters can now be created in the following configurations: References:
https://blogs.msdn.microsoft.com/clustering/2015/08/17/workgroup-and-multi-domain-clusters-inwindows- server-2021/

NEW QUESTION 21
DRAG DROP
On a new server, you install Windows Server 2021, and then you install the Hyper-V server role. You need to ensure that you can deploy Windows containers that use an image of the Server Core installation of Windows Server.
Which four commands should you use in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
References:
https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/deploycontainers- on-server

NEW QUESTION 22
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a two-node Hyper-V cluster named Cluster1 at a primary location and a stand-alone Hyper- V host named Server1 at a secondary location.
A virtual machine named VM1 runs on Cluster1.
You configure a Hyper-V Replica of VM1 to Server1. You need to perform a Test Failover of VM1.
Which tool should you use?

  • A. the clussvc.exe command
  • B. the cluster.exe command
  • C. the Computer Management snap-in
  • D. the configurehyperv.exe command
  • E. the Disk Management snap-in
  • F. the Failover Cluster Manager snap-in
  • G. the Hyper-V Manager snap-in
  • H. the Server Manager app

Answer: G

NEW QUESTION 23
You have a Hyper-V host named Server1 that runs Windows Server 2021. Server1 hosts a virtual machine named VM1 that runs Windows Server 2021.
You install the Hyper-V server role on VM1.
You need to ensure that the virtual machines hosted on VM1 can communicate with the virtual machines hosted on Server1.
What should you do?

  • A. On Server1, run the Set-VmNetworkAdapterIsolation cmdlet and specify the –MultiTenantStack Off parameter.
  • B. On VM1, run the Set-VMNetworkAdapter cmdlet and specify the –MacAddressSpoofing Off parameter.
  • C. On VM1, run the Set-VmNetworkAdapterIsolation cmdlet and specify the –MultiTenantStack On parameter.
  • D. On Server1, run the Set-VMNetworkAdapter cmdlet and specify the –MacAddressSpoofing On parameter.

Answer: C

Explanation:
References: https://docs.microsoft.com/en-us/powershell/module/hyper-v/setvmnetworkadapterisolation? view=win10-ps

NEW QUESTION 24
HOT SPOT
You have two servers named Server1 and Server2 that run Windows Server 2021.
Server1 has the DNS Server role installed. The advanced DNS properties for Server1 are shown in the Advanced DNS exhibit. (Click the Exhibit button.)
Server2 is configured to use Server1 as a DNS server. Server2 has the following IP configuration.
70-743 dumps exhibit
70-743 dumps exhibit
70-743 dumps exhibit
Select the appropriate selection if statement is “Yes” or No.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
70-743 dumps exhibit

NEW QUESTION 25
You have two Hyper-V hosts named Server1 and Server2 that run Windows Server 2021. The following virtual switches are configured on the Hyper-V hosts.
70-743 dumps exhibit
The following virtual machines run on the Hyper-V hosts.
70-743 dumps exhibit
All virtual machines have IP addresses from the 192.168.1.0/24 network. VLANs are configured in Hyper-V only. Physical switches are not configured with VLANs.
To which virtual machine or virtual machines can VM1 connect?

  • A. VM2, VM3, VM5 and VM6 only
  • B. VM2, VM3 and VM4 only
  • C. VM2 only
  • D. VM2 and VM5 only

Answer: D

Explanation:
If the port is set to a specific VLAN, then that port becomes a member of that VLAN. Its frames are still untagged, but the switch will only allow that port to communicate with other devices on the same VLAN.
References:
http://www.altaro.com/hyper-v/setting-up-vlans-in-hyper-v/

NEW QUESTION 26
Your network contains an Active Directory domain named contoso.com. The domain contains a domain-based Distributed file System (DFS) namespace named Namespace1 that has access-based enumeration enabled. Namespace1 has a folder named folder1. Folder1 has a target of
\Server1Folder1.
The Permission for folder1 are configured as shown in the following table.
70-743 dumps exhibit
Access-based enumeration is disabled for the share of Folder1.
You need to ensure that both User1 and User2 can see Folder1 when they access
\Contoso.comNameSpace1 What should you do?

  • A. Enable access-based enumeration for Folder1.
  • B. Disable access-based enumeration for Namespace1.
  • C. Assign User1 the read NTFS permission to folder1
  • D. Deny User1 the read DFS permission to Folder1.

Answer: B

NEW QUESTION 27
HOT SPOT
You have four Hyper-V hosts named Server1, Server2, Server3, Server4 that run Windows Server 2021. The hosts are nodes in a failover cluster.
A virtual machine named VM1 is running in the failover cluster. The role for VM1 is configured as shown in the following exhibit.
70-743 dumps exhibit
Use the drop-down menus to select the answer choice that completes each statement based on the Information presented in the graphic.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
References:https://msdn.microsoft.com/en-us/library/aa369665(v=vs.85).aspx

NEW QUESTION 28
Refer to Exhibit:
70-743 dumps exhibit
You plan to implement a VPN. FabRA1 will use the RADIUS proxy for authentication.
You need to ensure that VPN clients can be authenticated and can access internal resources. The solution must ensure that FabRS1 is used as a RADIUS server and FabRPl is used as a RADIUS proxy. Which two actions should you perform? Each correct answer presents part of the solution.

  • A. Create a connection request policy on FabRSl.
  • B. Create a connection request policy on FabRPl.
  • C. Create a network policy on FabRSl.
  • D. Delete the default connection request policy on FabRSl.
  • E. Create a network policv on FabRP

Answer: BC

NEW QUESTION 29
HOTSPOT
Your company has a testing environment that contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2021. Server1 has IP Address Management (IPAM) installed. IPAM has the following configuration.
70-743 dumps exhibit
The IPAM Overview page from Server Manager is shown in the IPAM Overview exhibit. (Click the Exhibit button.)
70-743 dumps exhibit
The group policy configurations are shown in the GPO exhibit. (Click the Exhibit button.) For each of the following statements, select Yes if the statement is true. Otherwise, select No.
70-743 dumps exhibit

  • A. Mastered
  • B. Not Mastered

Answer: A

Explanation:
No domains have been selected in the “Configure Server Discovery” option. Therefore, no automatic discovery will take place. Manual addition of a server will also fail because IPAM needs a domain configured for server verification.

NEW QUESTION 30
......

Thanks for reading the newest 70-743 exam dumps! We recommend you to try the PREMIUM Surepassexam 70-743 dumps in VCE and PDF here: https://www.surepassexam.com/70-743-exam-dumps.html (252 Q&As Dumps)