Free MCSA: Microsoft 70-410 Question and Answers — Questions and Answers
Question 1: Windows Server 2012 R2 is installed on a server you have named Server1. The Hyper-V server role is set up on Server1. <br> There is an iSCSI SAN accessible across the network. <br> The four virtual machines on Server 1 are VM1, VM2, VM3, and VM4. <br> To host the virtual hard drive files for the virtual machines, you construct a LUN on the SAN. <br> For VM1, you must set up a 3-TB virtual hard disk on the LUN. If the LUN runs out of disk space, the problem must stop VM1 from pausing. <br> On the LUN, what kind of virtual hard disk should you create?
- Fixed-size VHD
- Dynamically expanding VHD
- Fixed-size VHDX (Correct answer)
- Dynamically expanding VHDX
Correct answer: Fixed-size VHDX
The requirement that VM1 must *not* pause if the LUN runs out of disk space necessitates a fixed-size virtual hard disk. Fixed-size VHDs pre-allocate all their specified storage space, preventing host storage exhaustion from impacting the VM. Additionally, for virtual disks larger than 2 TB, such as the 3-TB disk required for VM1, the VHDX format is mandatory, making 'Fixed-size VHDX' the correct choice.
Question 2: Two Hyper-V hosts running Windows Server 2012 R2 are part of your network. There are multiple virtual machines running Windows Server 2012 on the Hyper-V hosts. <br> R2. <br> The virtual machines have the Network Load Balancing functionality installed. <br> The virtual machines must be set up to handle Network Load Balancing (NLB). <br> What virtual machine settings ought to be set up?
- MAC address (Correct answer)
- DHCP guard
- Port mirroring
- Router guard
Correct answer: MAC address
For Network Load Balancing (NLB) to function correctly within a Hyper-V environment, MAC address spoofing must be enabled on the virtual network adapters of the NLB cluster nodes. This setting allows the virtual machines to send and receive network traffic using the NLB cluster's virtual MAC address. Without MAC address spoofing, the Hyper-V switch would block the NLB traffic, preventing proper load distribution.
Question 3: Windows Server 2012 R2 is installed on a print server with the name Server1. <br> You find that the system disk periodically runs out of free space when there are numerous pending print jobs. <br> You upgrade Server 1's hard drive, and you make a new NTFS volume. <br> You must stop print jobs from using up valuable disk space on the system volume. <br> What has to be changed?
- The properties of each shared printer
- The properties on the new volume
- The properties of the Print Spooler service
- The Print Server Properties (Correct answer)
Correct answer: The Print Server Properties
Explanation: <br> As print jobs are processed, Windows by default spools them to the following directory: %SystemRoot%\SYSTEM32\SPOOL\PRINTERS. <br> If, for instance, there is a concern for disk space, the administrator of a Windows print server can explicitly tell Windows where to put the spool files.
Question 4: The domain adatum.com in Active Directory is present on your network. A computer called Server1 that runs Windows Computer 2012 R2 is part of the domain. <br> You run a Windows Server 2012 R2 Server Core Installation on a server called Core1. You register Core1 with the domain adatum.com. <br> You must make sure that Event Viewer on Server1 may be used to view the Core1 event logs. <br> On Core1, what should you do?
- Install Windows Management Framework
- Run the Disable NetFirewallRule cmdlet
- Run the Enable-Com + Network Access Firewall Rule (Correct answer)
- Install Remote Server Administration Tools (RSAT)
Correct answer: Run the Enable-Com + Network Access Firewall Rule
Explanation: <br> The Event Viewer has details about IPsec policy modifications, among other things. Therefore, you must make the NetFirewallRule command available. You'll be able to see the event logs as a result.
Question 5: Windows Server 2012 R2 is installed on two servers in your network called Server1 and Server2. A workgroup consists of servers Server1 and Server2. <br> You establish a local user account called Admin1 and add it to the local Administrators group on Servers 1 and 2. Admin1 has the same password on both systems.<br> You sign in as Admin1 to Server1. You launch Computer Management and link up with Server2. <br> Access Denied alerts appears whenever you try to create a scheduled job, view the event logs, or manage shared folders. <br> You must make sure that using Computer Management, you may remotely manage Server2 from Server1. <br> What settings ought to be made on Server2?
- From Registry Editor, configure the LocalAccountTokenFilterPolicy registry value.. (Correct answer)
- From Windows Firewall, modify the Windows Management Instrumentation (WMI) firewall rule
- From Local Users and Groups, modify the membership of the Remote Management Users group
- From Server Manager, modify the Remote Management setting
Correct answer: From Registry Editor, configure the LocalAccountTokenFilterPolicy registry value..
Explanation: <br> Administrator credentials used for remote computer administration are affected by the LocalAccountTokenFilterPolicy setting.
Question 6: An Active Directory domain with the name contoso.com is present on your network. You have a domain-linked Group Policy Object (GPO) called GP1 in your possession. A software restriction policy in GP1 prohibits the use of an application with the name App1. <br> You have a Windows 8-powered workgroup PC named Computer1. On Computer1, a local Group Policy contains an application control policy that permits <br> App1. <br> Computer1 is added to the domain. <br> You must stop App1 from operating on Computer1. <br> What ought you to do?
- From Group Policy Management, enable the Enforced option on GP1
- In the local Group Policy of Computer1, configure a software restriction policy
- From Group Policy Management, add an application control policy to GP1 (Correct answer)
- From Computer1, run gpupdate/force
Correct answer: From Group Policy Management, add an application control policy to GP1
Explanation: <br> On devices running an operating system that supports AppLocker, AppLocker policies take precedence over SRP policies. The GPO's AppLocker policies are implemented, and they take precedence over any local AppLocker policies or SRP-generated GPO policies.
Question 7: An Active Directory domain with the name contoso.com is present on your network. Accounts for client computers are all contained in the organizational unit (OU) AllComputers. <br> Windows 7 or Windows 8.1 are both used by client computers. <br> You produce GP1 as a Group Policy Object (GPO). <br> To the AllComputers OU, you link GP1. <br> You must make sure that GP1 only applies to machines with more RAM than 8 GB. <br> What settings should you make?
- The Security settings of AllComputers
- The WMI filter for GP1 (Correct answer)
- The Security settings of GP1
- The Block Inheritance option for AllComputers
Correct answer: The WMI filter for GP1
Explanation: <br> You can dynamically decide the scope of Group Policy objects (GPOs) depending on the characteristics of the target computer using Windows Management Instrumentation (WMI) filters. <br> When a GPO connected to a WMI filter is used on the target machine, the WMI filter is assessed there. If the WMI filter returns a false evaluation, the Unless Windows Server is installed on the client computer, in which case the filter is disregarded and the GPO is always applied. The GPO is applied if the WMI filter returns a true result. Similar to GPOs, WMI filters are saved per domain. A WMI filter must be in the same domain as the GPO it is tied to.
Windows Server 2012 R2 is installed on a server you have named Server1.
The Hyper-V server role is set up on Server1.
There is an iSCSI SAN accessible across the network.
The four virtual machines on Server 1 are VM1, VM2, VM3, and VM4.
To host the virtual hard drive files for the virtual machines, you construct a LUN on the SAN.
For VM1, you must set up a 3-TB virtual hard disk on the LUN.
If the LUN runs out of disk space, the problem must stop VM1 from pausing.
On the LUN, what kind of virtual hard disk should you create?