This page was exported from Braindump2go Free Exam Dumps with PDF and VCE Collection [ https://www.mcitpdump.com ] Export date:Wed Apr 24 10:47:35 2024 / +0000 GMT ___________________________________________________ Title: December/2018 70-740 PDF Dumps 295Q Instant Download in Braindump2go[Q277-Q287] --------------------------------------------------- December/2018 Braindump2go 70-740 Exam Dumps with PDF and VCE New Updated Today! Following are some new 70-740 Real Exam Questions:1.|2018 Latest 70-740 Exam Dumps (PDF & VCE) 295Q&As Download:https://www.braindump2go.com/70-740.html2.|2018 Latest 70-740 Exam Questions & Answers Download:https://drive.google.com/drive/folders/0B75b5xYLjSSNYXZ2ZlFjOHRhREU?usp=sharingQUESTION 277You have a server named Server1 that runs Windows Server 2016. Server1 has two network adapters that support single root I/O virtualization (SR-IOV). The network adapters are from two different vendors.You plan to install the Hyper-V server role on Server1, and then to create a virtual machine named VM1 that runs Windows Server 2016. VM1 will use SR-IOV.You need to ensure that VM1 can use both network adapters for load balancing and failover.What should you do?A. On Server1, create two virtual switches without embedded teaming. On VM1, create one NIC team.B. On Server1, create one virtual switch without embedded teaming. On VM1, create one NIC team.C. On Server1, create one NIC team. On VM1, create one NIC team.D. On Server1, create one virtual switch that has embedded teaming. On VM1, create two NIC teams.Answer: AQUESTION 278You have a server named Server1 that runs Windows Server 2016.Server1 is a Docker host.You are creating a Dockerfile to build a Docker image.You need to add a file named File1.txt from Server1 to C:Folder1 in the Docker image.What are two possible commands that you can use to achieve the goal? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.A. COPY file1.txt c:/folder1/B. copy-item file1.txt folder1file1.txtC. ROBOCOPY file.txt folder1D. XCOPY file1.txt c:folder1E. ADD file1.txt /folder1/Answer: AEExplanation:https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfileQUESTION 279Note: 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.You are a server administrator at a company named Contoso, Ltd.Contoso has a Windows Server 2016 Hyper-V environment configured as shown in the following table. All of the virtual switches are of the external type.You need to ensure that you can move virtual machines between the hosts without causing the virtual machines to disconnect from the network.Solution: You implement live migration by using Host1 and Host3.Does this meet the goal?A. YesB. NoAnswer: AQUESTION 280You have a server named Server1 that runs Windows Server 2016. Windows Defender is enabled on Server1.Server1 runs an application named App1 that stores various types of files in Microsoft OneDrive for Business, Microsoft OneDrive, and Microsoft SharePoint Online. App1 also interacts with several local services.You need to prevent Windows Defender from scanning any files opened by App1.What should you do on Server1?A. Run the Set-ExecutionPolicy cmdlet.B. Run the New-AppLockerPolicy cmdlet.C. Modify the real-time protection settings in Windows Defender.D. From the Windows Defender settings, configure a process exclusion.Answer: DQUESTION 281You have a server named Server1 that runs Windows Server 2016.You need to install the DNS Server role on Server1.What should you run?A. the dnscmd.exe commandB. the Enable-WindowsOptionalFeature cmdletC. the dns.exe commandD. the setup.exe commandAnswer: BQUESTION 282Your network contains an Active Directory domain named adatum.com. The domain contains a Network Load Balancing (NLB) cluster as shown in the exhibit.(Click the Exhibit button.) Which hosts will respond to requests sent to nlb.adatum.com?A. Server1 onlyB. Server2 onlyC. Server1 and Server2 onlyD. Server1, Server2, and Server3Answer: BQUESTION 283You have a server named Server1 that runs Windows Server 2016.The server has an application named App1. App1 writes entries to the Application event log when errors are encountered. The events have IDs of either 111 or 112.You need to restart the service whenever either of these events is logged.What should you do?A. From Windows PowerShell, run the Get-SMServerEvent cmdlet and pipe the output to the Start-NetEventSession cmdlet.B. From Event Viewer, create a subscription that has a filter for the event IDs.C. From Event Viewer, use the Create Basic Task Wizard for each event ID.D. From Windows PowerShell, run the Get-Event cmdlet and pipe the output to the Start-NetEventSession cmdlet.Answer: CQUESTION 284You have a Network Load Balancing (NLB) cluster that contains two nodes named Server1 and Server2. The nodes run Windows Server 2016.The NLB cluster has the following configuration. You deploy the Web Server (IIS) server role identically to both servers.You need to configure NLB to load balance requests between the web servers. HTTP requests must be stateless. HTTPS requests must be stateful.What should you do? Each correct answer presents part of the solution.A. Modify the Cluster operation mode.B. Suspend the cluster.C. Drainstop the cluster.D. Add a new port rule.E. Edit the existing port rule.Answer: CDExplanation:https://www.ntweekly.com/2017/09/04/failover-nlb-cluster-host-member/https://docs.microsoft.com/en-us/windows-server/networking/technologies/network-load-balancingQUESTION 285You have a server named Server1 that runs Windows Server 2016. Windows Defender is enabled on Server1.Server1 runs an application named App1 that stores various types of files in Microsoft OneDrive for Business, MicrosoftOneDrive, and Microsoft SharePoint Online. App1 also interacts with several local services.You need to prevent Windows Defender from scanning any files opened by App1.What should you do on Server1?A. Run the Set-ExecutionPolicy cmdlet.B. Run the New-AppLockerPolicy cmdlet.C. Modify the real-time protection settings in Windows Defender.D. Run the Add-MpPreference cmdlet.Answer: DExplanation:https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-antivirus/configure-process-opened-file-exclusions-windows-defender-antivirusQUESTION 286You plan to deploy three servers that will run Windows Server 2016. The servers will be configured as shown in the following table. You need to ensure that you can use all of the available space on each disk.What is one of the disks that you must initialize as a GPT disk?A. Disk1 on Server2B. Disk2 on Server2C. Disk1 on Server1D. Disk2 on Server1Answer: DExplanation:https://docs.microsoft.com/en-us/windows-server/storage/disk-management/initialize-new-disks#about-partition-styles-GPT-and-MBRQUESTION 287You have a server named Server1 that runs Windows Server 2016.You need to install the DNS Server role on Server1.What should you run?A. the Add-WindowsPackage cmdletB. the dnscmd.exe commandC. the optionalfeatures.exe commandD. the Add-WindowsFeature cmdletAnswer: DExplanation:The Add-WindowsFeature cmdlet installs one or more roles, role services, or features on either the local or a specified remote server that is running Windows Server 2008 R2. This cmdlet has been replaced by the Install-WindowsFeature cmdlet in Windows Server 2012 R2.https://docs.microsoft.com/en-us/powershell/module/servermanager/install-windowsfeature?view=winserver2012r2-ps!!!RECOMMEND!!!1.|2018 Latest 70-740 Exam Dumps (PDF & VCE) 295Q&As Download:https://www.braindump2go.com/70-740.html2.|2018 Latest 70-740 Study Guide Video: YouTube Video: YouTube.com/watch?v=mh7SB9F6T7I --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2018-12-27 08:05:51 Post date GMT: 2018-12-27 08:05:51 Post modified date: 2018-12-27 08:05:51 Post modified date GMT: 2018-12-27 08:05:51 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com