Pass Your Next Certification Exam Fast! - ITBraindumps

Everything you need to prepare, learn & pass your certification exam easily.

70-743 Free Test Questions & 70-743 Latest Exam Questions Pdf

Valid 70-743 Dumps shared by Examslabs for Helping Passing 70-743 Exam! Examslabs now offer the newest 70-743 exam dumps, the Examslabs 70-743 exam questions have been updated and answers have been corrected get the newest Examslabs 70-743 dumps with Test Engine here:
http://https://www.examslabs.com/Microsoft/MCSA-Windows-Server-2016/best-70-743-exam-dumps.html (239 Q&As Dumps, 30%OFF Special Discount: bmzblwH7 )


NEW QUESTION NO: 7
You plan to install a Nano Server on a physical server named Nano1. Nano1 will host several virtual machines that will use live migration. Which package should you install on Nano1?
A. Microsoft-NanoServer-SecureStartup-Package
B. Microsoft-NanoServer-Storage-Package
C. Microsoft-NanoServer-ShieldedVM-Package
D. Microsoft-NanoServer-FailoverCluster-Package
E. Microsoft-NanoServer-Compute-Package
Answer: E

NEW QUESTION NO: 8
You have a failover cluster named Cluster1.
A virtual machine named VM1 is a highly available virtual machine that runs on Cluster1. A custom application named App1 runs on VM1.
You need to configure monitoring on VM1. If App1 adds an error entry to the Application even log, VM1 should be automatically rebooted and moved to another cluster node.
Which tool should you use?
A. Resource Monitor
B. Failover Cluster Manager
C. Server Manager
D. Hyper-V Manager
Answer: B
Explanation/Reference:
Explanation:
Do you have a large number of virtualized workloads in your cluster? Have you been looking for a solution that allows you to detect if any of the virtualized workloads in your cluster are behaving abnormally? Would you like the cluster service to take recovery actions when these workloads are in an unhealthy state? In Windows Server 2012/2016, there is a great new feature, in Failover Clustering called "VM Monitoring", which does exactly that - it allows you monitor the health state of applications that are running within a virtual machine and then reports that to the host level so that it can take recovery actions.
VM Monitoring can be easily configured using the Failover Cluster Manager through the following steps:
Right click on the Virtual Machine role on which you want to configure monitoring

Select "More Actions" and then the "Configure Monitoring" options

You will then see a list of services that can be configured for monitoring using the Failover Cluster

Manager.
References: https://blogs.msdn.microsoft.com/clustering/2012/04/18/how-to-configure-vm-monitoring-in- windows-server-2012/

NEW QUESTION NO: 9
You have two servers named Server1 and Server2 that run Windows Server 2016.
You plan to implement Storage Replica to replicate the contents of volumes on Server1 to Server2.
You need to ensure that the replication traffic between the servers is limited to a maximum of 100 Mbps.
Which cmdlet should you run?
A. Set-NetUDPSetting
B. New-StorageQosPolicy
C. Set-SmbBandwidthLimit
D. Set-NetTCPSetting
E. Set-NetworkController
Answer: C
Explanation/Reference:
Explanation:
PS C:\> Set-SmbBandwidthLimit -Category Default -BytesPerSecond 100MB
This command limits SMB traffic to 100 megabytes per second for traffic that is unrelated to Hyper-V over SMB or Live Migration.
References: https://docs.microsoft.com/en-us/powershell/module/smbshare/set-smbbandwidthlimit?
view=win10-ps

NEW QUESTION NO: 10
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2016. The servers have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2.
What should you do?
A. Install the Failover Clustering feature and create a new cluster resource group.
B. Run Set-DfsrServiceConfiguration and specify the -RPCPort parameter.
C. Run New-SRPartnership and specify the -ReplicationMode parameter.
D. Install the Failover Clustering feature and use Cluster Shared Volumes (CSV).
Answer: C
Explanation/Reference:
Explanation:

-ReplicationMode
Specifies the desired mode of replication for this source and destination pair. The acceptable values for this parameter are:
Synchronous or 1. The synchronous mode requires all writes to commit on the destination server and

on the source server, which guarantees data integrity between computers.
Asynchronous or 2. The asynchronous mode writes to the source server without waiting for the

destination server, which allows for replication over high latency, geographic networks. The default value is synchronous.
The default asynchronous recovery point alert time is 5 minutes. You can modify it by using the SetSRPartnership cmdlet. The alert time has no effect on replication behavior, only on reporting.
References:
https://docs.microsoft.com/en-us/powershell/module/storagereplica/new-srpartnership?view=win10-ps
https://msandbu.wordpress.com/2016/05/13/getting-started-with-storage-replica-in-windows-server-2016/
https://www.starwindsoftware.com/blog/how-to-configure-storage-replication-using-windows-server-2016- part-1

NEW QUESTION NO: 11
You are deploying a small network that has 30 client computers. The network uses the 192.168.1.0/24 address space. All computers obtain IP configurations from a DHCP server named Server1.
You install a server named Server2 that runs Windows Server 2016. Server2 has two network adapters named internal and Internet. Internet connects to an Internet service provider (ISP) and obtains the
131.107.0.10 IP address. Internal connects to the internal network and is configured to use the
192.168.1.250 IP address.
You need to provide Internet connectivity for the client computers.
What should you do?
A. On Server2, select the Internet and Internal network adapters and bridge the connections. From the DHCP console on Server1, authorize Server2.
B. On Server1, stop the DHCP server. On the Internal network adapter on Server 2, enable Internet Connection Sharing (ICS).
C. On Server2 run the New-NetNat -Name NAT1 -InternalIPInterfaceAddressPrefix 1 92.168.1.0/24 cmdlet. Configure Server1 to provide the 003 Router option of 1 31.107.0.10.
D. Install the Routing role service on Server2 and configure the NAT routing protocol. Configure Server1 to provide the 003 Router option of 192.168.1.250.
Answer: B
Explanation/Reference:
References: https://en.wikipedia.org/wiki/Internet_Connection_Sharing

NEW QUESTION NO: 12
You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 has two virtual machines named VM1 and VM2.
You discover that VM1 and VM2 can communicate with Server1 over the network.
You need to ensure that VM1 and VM2 can communicate with each other only. The solution must prevent VM1 and VM2 from communicating with Server1.
Which cmdlet should you use?
A. Enable-VMSwitchExtention
B. Set-NetNeighbor
C. Set-VMSwitch
D. Remove-VMSwitchTeamMember
Answer: C
Explanation/Reference:
The virtual switch needs to be configured as an "Private" switch.
Explanation/Reference: Explanation:
PS C:\> Set-VMSwitch WA -SwitchType Private
This example converts a virtual switch named WA to an Private switch.
-SwitchType
Converts a virtual switch from one type to another. Allowed values are Internal or Private.
The virtual switch needs to be configured as an "Private" switch.

NEW QUESTION NO: 13
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.
You have a Hyper-V host named Server1 that hosts a virtual machine named VM1. Server1 and VM1 run Windows Server 2016. The settings for VM1 are configured as shown in the exhibit below:

You need to ensure that you can use the Copy-VMFile cmdlet on Server1 to copy files from VM1.
Solution: You need to enable the Data Exchange integration service for VM1 Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation/Reference:
Explanation:
Guest Services:
This is a new Integration Services component introduced in Windows Server 2012 R2 that is disabled by default.
Guest Services enables the copying of files to a virtual machine using WMI APIs or using the new Copy- VMFile PowerShell cmdlet

NEW QUESTION NO: 14
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 2016 and a two-node scale-out file server cluster named Cluster1.
A virtual machine named VM1 runs on Server1.
You need to migrate the storage on VM1 to Cluster1.
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
Explanation/Reference:
Explanation:
Hyper-V in Windows Server 2012 introduces support for moving virtual machine storage without downtime by making it possible to move the storage while the virtual machine remains running.
You can perform this task by using a new wizard in Hyper-V Manager or by using new Hyper-V cmdlets for Windows PowerShell.
References: https://technet.microsoft.com/en-us/library/hh831656(v=ws.11).aspx

NEW QUESTION NO: 15
You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 hosts a virtual machine named VM1 that runs Windows Server 2016.
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: D

NEW QUESTION NO: 16
You have a server named Server1.
You enable BitLocker Drive Encryption (BitLocker) on Server1.
You need to change the password for the Trusted Platform Module (TPM) chip.
What should you run on Server1?
A. bdehdcfg-exe
B. Initialize-Tpm
C. Import-TpmOwnerAuth
D. repair-bde.exe
Answer: C

NEW QUESTION NO: 17
Active Directory Recycle Bin is enabled. You discover that a support technician accidentally removed 100 users from an Active Directory group named Group1 an hour ago. You need to restore the membership of Group1.
What should you do?
A. Perform tombstone reanimation.
B. Export and import data by using Dsamain.
C. Perform a non-authoritative restore.
D. Recover the items by using Active Directory Recycle Bin.
Answer: B
Explanation/Reference:
Explanation:
A group has been modified. Nothing has been deleted. Therefore, answers A and D will not work. Answer C would work if it was an authoritative restore, but not a non-authoritative restore.
The solution is to recover an earlier copy of the group from a backup or active directory snapshot by using Dsamain.
References:
https://technet.microsoft.com/en-us/library/cc772168(v=ws.11).aspx https://www.briefmenow.org/microsoft/ you-need-to-restore-the-membership-of-group1-15/

Posted 2018/8/1 16:59:25  |  Category: Microsoft  |  Tag: 70-743 Free Test Questions70-743 Latest Exam Questions Pdf70-743 Latest Exam Questions Explanations70-743Microsoft