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

Tuesday 31 July 2018

Microsoft 70-743 Question Answer

You have a Nano Server named Nano1.
You deploy several containers to Nano1 that use an image named Image1.
You need to deploy a new container to Nano1 that uses Image1.
What should you run?


A. the Install-WindowsFeature cmdlet
B. the docker run command
C. the docker load command
D. the Install-NanoServerPackage cmdlet

Answer: B



You have a server named Server1 that runs Windows Server 2016.
You plan to deploy Internet Information Services (IIS) in a Windows container.
You need to prepare Server1 for the planned deployment.
Which three actions should you perform? Each answer presents part of the solution.


A. Install the Container feature.
B. Install Docker.
C. Install the Base Container Images.
D. Install the Web Server role.
E. Install the Hyper-V server role.

Answer: ABC

Tuesday 27 February 2018

Microsoft 70-743 Question Answer

You have a virtual machine named VM1 that runs Windows Server 2016. VM1 hosts a service that requires high network throughput. VM1 has a virtual network adapter that connects to a Hyper-V switch named vSwitch1. vSwitch1 has one network adapter. The network adapter supports Remote Direct Memory Access (RMDA), the single root I/O virtualization (SR-IOV) interface, Quality of Service (QoS), and Receive Side Scaling (RSS). You need to ensure that the traffic from VM1 can be processed by multiple networking processors. Which Windows PowerShell command should you run in the host of VM1?

A. Set-NetAdapterRss
B. Set-NetAdapterRdma
C. Set-NetAdapterSriov
D. Set-NetAdapterQoS

Answer: A


You have a server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host that hosts a virtual machine named VM1. Server1 has three network adapter cards that are connected to virtual switches named vSwitch1, vSwitch2 and vSwitch3. You configure NIC Teaming on VM1 as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that VM1 will retain access to the network if a physical network adapter card fails on Server1. What should you do?


A. From Hyper-V Manager on Server1, modify the settings of VM1.
B. From Windows PowerShell on VM1, run the Set-VmNetworkAdapterTeamMapping cmdlet.
C. From Windows PowerShell on Server1, run the Set-VmNetworkAdapterFailoverConfiguration cmdlet.
D. From Windows PowerShell on Server1, run the Set-VmSwitch cmdlet.

Answer: B