Download 70-740 MCSA: Windows Server 2016 updated version and more Exams Advanced Education in PDF only on Docsity!
1 / 64
70-740 MCSA: Windows Server 2016 updated
version
- You have a failover cluster comprised of 6 servers running Windows Server 2016. You need to add additional storage from an iSCSI SAN to the failover cluster. You have already changed the LUN masking to expose the storage to each cluster node. Which Windows PowerShell cmdlet should you run? a. Add-ClusterResourceType b. Add-ClusterDisk c. Add-ClusterResource d. Add-ClusterResourceDependency: b. Add-ClusterDisk, Used to make a disk available to be added to a failover cluster. Requires that the disk already be exposed to all cluster nodes by changing the LUN masking. Any disks being added to a failover cluster should be configured as basic disks, and should not be accessible to any other servers outside of the failover cluster.
- Your organization contains a Hyper-V host Failover Cluster named VMClus- ter1. You need to create a copy of a VM and move it to a new cluster node. Solution: With the virtual machine still running you use the Move-VM Windows PowerShell cmdlet. Does this meet the goal? a. Yes b. No: b. No, the 'Move-VM' cmdlet allows you to move a VM and all its associated files to a new Hyper-V host. This command would not create a copy of a VM, it simply places the VM on a new host and removes it from the previous host. 'Export-VM' and 'Import-VM' will create a copy of a VM
- You have a server running Windows Server 2016 with the Multipath I/O
2 / 64 feature installed. This server has four seperate paths to an iSCSI SAN. You need to configure load balancing between these paths and ensure that one path is reserved and only used if all other paths become unavailable. Which Microsoft DSM policy setting would you use? a. Least Queue Depth b. Failover Only c. Round Robin with Subset d. Least Blocks: c. Round Robin with Subset, provides load balancing between active paths, while creating one or more standby paths. These paths are only used if all active paths become unavailable. Once one or more acive paths become available, DSM will stop using the standby paths
- You are monitoring the workloads for a Windows Server 2016 in Performance Monitor. The display shows a large number of counters making it difficult to see what is being displayed. Solution: You change the view to the histogram bar graph to fix this issue. Does this meet the goal? a. Yes b. No: a. Yes, The "Change Graph Type" toolbar button in Performance monitor allows you to change the display to a view that helps meet your goals.
- Your organization contains several servers running Windows Server 2016 that are configured in a failover cluster. Several cluster networks have been automatically created between cluster nodes. You need to remove the second cluster network. Solution: You disable each NIC that is connected to the second cluster network. Does this meet the goal? a. Yes b. No: a. Yes, Cluster networks are automatically created by the Cluster Service for any subnets that it
4 / 64 PowerShell cmdlet. Does this meet the goal? a. No b. Yes: a. No, The Reset-Cluster VMMonitoredState cmdlet is used to reset the status of a virtual machine when it is in an Application Critical state. You would use the 'Add-ClusterVMMonitoredItem' to configure monitoring for a service or event on a virtual machine.
- You have a SMB share named FinanceDocs on a file server. You want to remove access for the Everyone group to this SMB share. The Finance group also has Full Control permissions to this SMB share, and must retain access. Solution: You run the Block-SmbShareAccess -Name FinanceDocs - Account- Name "Everyone" Windows PowerShell cmdlet. Does this meet the goal? a. Yes b. No: b. No, The "Block-SmbShareAccess" Windows PowerShell cmdlet places a deny Access Control Entry (ACE) in the Discretionary Access Control List (DACL) for the specified SMB share. This would deny access to all of the users in the Everyone group. Since the members of the Finance group are also members of the Everyone group, Deny permissions override Allow permissions, which would also deny access to the Finance group.To remove access to the Everyone group while not attecting the Finance group, you can run the Revoke-SmbShareAccess -Name FinanceDocs - AccountName "Everyone" cmdlet. This would simply remove any ACEs for the Everyones group, while maintaining access for the Finance group.
- You have a file server running Windows Server 2016 that contains a folder in D:\Policies. Members of the HR group currently have read access to this folder and all its contents. You need to prevent the HR group from accessing one of the folders within D:\Policies. Solution: You disable inheritance for D:\
5 / 64 Policies Does this meet the goal? a. Yes b. No: b. No, Disabling inheritance for D:\Policies would prevent the HR group from having read access to any subfolders within the D:\Policies folder. As this scenario only requires you to prevent the HR group from accessing on of the folders within D:\Policies, this would not be an acceptable solution. To prevent access to a single folder within D:\Policies, you can explicitly configure deny priveleges for the HR group to that single folder. As an explicit deny will override an inherited allow, this will prevent the HR group from accessing the folder, while still allowing other files and subfolders within D:\Policies to be accessed.
- Your network contains several iSCSI devices. You need to provide a way for iSCSI initiators to automatically detect iSCSI targets in the network. Solution: You run the Install-WindowsFeature -name isns Windows PowerShell cmdlet. Does this meet your goal? a. Yes b. No: a. Yes, An Internet Storage Name Service (iSNS) server allows iSCSI initiators to automatically detect iSCSI targets on their network. You can run the Install-WindowsFeature -name isns cmdlet to install the iSNS server feature on Windows Server 2016. Once the iSNS server feature is installed, you would need to specify the iSNS server's IP address on each iSCSI device, and register each iSCSI initiator with the iSNS server. iSCSI initiator registration can be performed from the Discovery tab of the iSCSI Initiator Properties window.
- You need to configure Windows Update clients to receive updates from specific WSUS groups. When a client computer initially connects to the WSUS server, to which groups will the client computer be added by default? (Choose all that apply.) a. Administrators b. Workstations c. Servers
7 / 64
- Your network contains an Active Directory-detached cluster that is config- ured to use DNS for cluster network name and cluster role name registration. You are asked to recommend which workloads should be placed on the Active Directory-detached cluster. Which cluster workload should you recommend? a. Hyper-V b. SQL Server c. File server d. MSMQ: b. SQL Server, Active Directory-detached clusters use NTLM when authenticating the cluster network name, and as a result, cluster workloads that require Kerberos authentication are generally not recommended. SQL Server is a recommended cluster workload for Active Directory- detached clusters, and it is recommended to use SQL Server Authentication as the authentication method.
- You are deploying a new Hyper-V server on a Windows Server 2016 platform. You would like to enable VMQ to allow for faster network traffic management for iSCSI in your VMs. Which NIC speed will allow Hyper-V to enable VMQ automatically? a. 100Mbits b. 10Gbps c. It will never be automatically enabled d. 1Gbps: b. 10Gbps Virtual machine queue (VMQ) is a network feature that allows for eflcient transfer of network traflc, such as iSCSI ro FCoE, to a virtualized host OS. VMQ can also classify packets received by using the destination MAC address to route packets to ditterent queues.
- You have a server running Windows Server 2016. You have been using Docker PowerShell module to manage Containers on your server. You need to get the latest version of the Docker module Solution: You run the following command get-command -module
8 / 64 docker Does this meet the goal? a. No
10 / 64
- You are using Windows Server 2016 as a base for a Hyper-V server. It is using Dynamic Memory and the Smart Paging feature to allocate memory for the hosts on the server. At what times will Hyper-V use Smart Paging to allow for the least performance impact? (Choose three.)
11 / 64 a. A virtual machine is failing over in Hyper-V clusters. b. No memory can be reclaimed from other virtual machines running on the host. c. There is no available physical memory d. Oversubscribing memory for a running virtual machine is required. e. The virtual machine is being restarted. f. A virtual machine is being started from an "off state", instead of a restart.: b. No memory can be reclaimed form other virtual machines running on the host. c. There is no available physical memory e. The virtual machine is being restarted Dynamic Memory allows you to set the minimum and maximum memory that a virtual machine (VM) can use, as well as the available memory after startup, so the minimum memory setting allows Hyper-V to reclaim any unused memory. As a result, if too many VMs are deployed on the Hyper-V host and a VM requires a restart, there may be insuflcient memory available. Smart Paging is a feature of Hyper-V's Dynamic Memory that allows the host to compensate when memory usage has been overcommitted. When a host lacks the memory to restart the VM, it will use space on the disk.
- You need to migrate a virtual machine to a non-clustered Hyper- V server without causing service interruption. You have configured identical virtual switches for each Hyper-V server and you want to perform a shared nothing live migration. Solution: You run the Move Wizard and select the option to Move the virtual machine's data to a single location. Does this meet the goal? a. Yes b. No: a. Yes, A shared nothing live migration allows you to migrate a virtual machine's memory and system state to a new Hyper-V host, while also migrating the virtual machine's storage. Shared nothing live migrations can only be performed between non-clustered Hyper-V servers in the same domain, and each server must use the same processor family. You cannot migrate from an Intel server to an AMD server, or vice versa.
13 / 64 a. Supports CHKDSK repair without downtime b. Supports FSRM c. Supports Active-Active file shares
14 / 64 d. Supports DFS Replication: Scale-out file server: c. Supports Active-Active file shares a. Supports CHKDSK repair without downtime Clustered file server: d. Supports DFS Replication b. Supports FSRM Clustered file servers are designed for scenarios that only require shares to be online on one node at a time, while scale-out file servers are designed for clustered applications such as Hyper-V and SQL Server. Scale-out file servers are considered Active-Active, as all cluster nodes are online. Scale-out file servers utilize Clustered Shared Volumes (CSV), which allows CHKDSK to be used without bringing nodes offline. Distributed File System (DFS) Replication and File Server Resource Manager (FSRM) is only supported on clustered file servers, not scale-out file servers.
- Your organization hosts several roles in a failover cluster. Each cluster node is running Windows Server 2016. You need to ensure a specific role is loaded first when a cluster comes online. What should you do? a. Run the (Get-Cluster).ResiliencyLevel cmdlet b. Change the priority value c. Change the order of preference d. Run the (Get-Cluster). QuarantineDuration cmdlet: b. Change the priority value The priority value of a role determines in what order roles are started on a cluster. The priority values can be High, Medium, Low, or No Auto Start. By configuring a role with a priority value of High and configuring all other roles with a priority value of Medium or lower, you can ensure the role will be started first. The order of preference is used to specify which cluster nodes should be preferred owners of the role. If you specify multiple preferred owners, you would order them in their desired preference. The (Get-Cluster).ResiliencyLevel cmdlet allows you to specify how a cluster node is placed in an
16 / 64 You need to configure SMB Transparent Failover for a file share that will allow users to view files for which they have read permissions. Which share settings should you enable? (Each correct answer presents part of the solution. Choose two) a. Allow caching of share b. Encrypt data access c. Enable BranchCache on the file share d. Enable access-based enumeration e. Enable continuous availability: d. Enable access-based enumeration e. Enable continuous availability Selecting the Enable continuous availability setting enables SMB Transparent Failover for the file share. SMB Transparent Failover allows client sessions to be transferred to another failover cluster node without any interruption. Access-based enumeration ensure that users can only view files or folders for which they have read or equivalent permissions, these files and folders are hidden from view. The Allow caching of share setting is used to provide offline access to the contents of the file share. The Enable BranchCache on the file share setting allows BranchCache for Network Files role is installed. The Encrypt data access setting provides encryption when data is written or read on the share.
- You are configuring your company's Windows 2016 Server to ensure the host has access to 1 GB of memory while 4 containers can share up to 8 GB of memory. Which command satisfies the goal for the host? a. docker run -memory-reservation 8m b. docker run -memory-reservation 1g c. docker run -m 9g d. docker run -m 1k e. docker run -memory-reservation 9k f. docker run -m 8m: b. docker run -memory-reservation 1g The docker run command can be used when setting memory constraints for containers and hosts. The -m parameter is used with the docker run command when setting a memory limit for a container. The -
17 / 64 memory-reservation parameter is used to specify a soft limit that is reserved by the host for the container in situations where multiple containers are
19 / 64 b. Install the DockerMsftProvider module c. Run the Install-Package command d. Restart the computer with the 'Restart-Computer -force' command
20 / 64 The Docker application is not part of Windows Server 2016. To be able to install Docker the first step is to access the cloud-based package manager called OneGet. To access OneGet the DockerMsftProvider module needs to be installed and the Install-Module command run. Then, the Install-Package command is run to download and install Docker. After Docker is installed the Restart-Computer -force command is executed to restart the computer.
- You are using the Microsoft Assessment and Planning Toolkit to identify items on your network. Match the Microsoft Assessment and Planning reports with their corresponding definitions. ( ) Use the workload discovery to identify Microsoft workloads deployed on VMware guests for migration to Hyper-V. ( ) Identifies already-virtualized servers running under VMware that can be managed with the Microsoft System Center Virtual Machine Manage ( ) Displays information about Windows and Linux servers and the efficiency gained through consolidating. a. Server Discovery Report b. Server Consolidation Report c. VMware Consolidation Report d. Microsoft Workload Discovery e. VMware Discovery Report f. Server Workload Discovery: (d) Use the workload discovery to identify Microsoft workloads deployed on VMware guests for migration to Hyper-V. (e) Identifies already-virtualized servers running under VMware that can be managed with the Microsoft System Center Virtual Machine Manage (b) Displays information about Windows and Linux servers and the eflciency gained through consolidating.
- You are an administrator for your companies Hyper-V cluster. Your cluster is running Windows Server 2016, and all virtual