Friday 21 December 2018

Microsoft 70-743 Questions Answers

You have a Hyper-V host named Server1 that runs Windows Server 2016.
Server1 has a virtual machine named VM1. VM1 is configured to run the Docker daemon.
On VM1, you have a container network that uses transparent mode.
You need to ensure that containers that run on VM1 can obtain IP addresses from DHCP.
What should you do?


A. On VM1, run docker network connect.
B. On Server1, run docker network connect.
C. On VM1, run Get-VMNetworkAdapter VMName VM1 | Set-VMNetworkAdapter MacAddressSpoofing On.
D. On Server1, run Get-VMNetworkAdapter VMName VM1 | Set-VMNetworkAdapter MacAddressSpoofing On.

Answer: C


You have a server named Server1 that runs Windows Server 2016. You install the Docker daemon on Server1. You need to configure the Docker daemon to accept connections only on TCP port 64500.
What should you do?


A. Edit the configuration.json file.
B. Run the Set-Service Windows PowerShell cmdlet.
C. Edit the daemon.json file.
D. Modify the routing table on Server1.

Answer: C