mcsa exam study meterials for 70 - 410 , Exercises of Computer Networks

mcsa first paper 70 - 410 question and answer

Typology: Exercises

2016/2017

Uploaded on 07/20/2017

stmarys
stmarys 🇮🇳

5

(2)

1 document

1 / 545

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
http://www.gratisexam.com
70-410.examcollection.premium.exam.470q
Number: 70-410
Passing Score: 800
Time Limit: 120 min
File Version: 27.0
http://www.gratisexam.com/
70-410
Installing and Configuring Windows Server 2012
Version 27.0
Sections
1. Volume A
2. Volume B
3. Volume C
4. Volume D
5. Volume E
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c
pf5d
pf5e
pf5f
pf60
pf61
pf62
pf63
pf64

Partial preview of the text

Download mcsa exam study meterials for 70 - 410 and more Exercises Computer Networks in PDF only on Docsity!

http://www.gratisexam.com

70-410.examcollection.premium.exam.470q

Number

Passing Score

Time Limit

: 120 min

File Version

http://www.gratisexam.com/

Installing and Configuring Windows Server 2012

Version 27.

Sections 1.

Volume A

Volume B

Volume C

Volume D

Volume E

Exam AQUESTION 1 You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed.An iSCSI SAN is available on the network.Server1 hosts four virtual machines named VM1, VM2, VM3, and VM4.You create a LUN on the SAN to host the virtual hard drive files for the virtual machines.You need to create a 3-TB virtual hard disk for VM1 on the LUN. The solution must prevent VM1 from being paused if the LUN runs out of disk space.Which type of virtual hard disk should you create on the LUN? A.

Dynamically expanding VHDX B.

Fixed-size VHDX C. Fixed-size VHD D. Dynamically expanding VHD Correct Answer:

B

Section: Volume AExplanationExplanation/Reference: Explanation:The virtual disk needs to be a VHDX file since it is going to be over 2TB in size and it must be fixed-size so that the space is already taken on the server (that waythe server does not run out of space as the volume grows) even if the actual virtual disk does not yet hold that amount of data. QUESTION 2 Your network contains an Active Directory domain named adatum.com. The domain contains a member server named Host1. Host1 runs Windows Server 2012 R2and has the Hyper-V server role installed.Host1 hosts two virtual machines named VM5 and VM6. Both virtual machines connect to a virtual switch named Virtual1.On VM5, you install a network monitoring application named Monitor1.You need to capture all of the inbound and outbound traffic to VM6 by using Monitor1.Which two commands should you run from Windows PowerShell? (Each correct answer presents part of the solution. Choose two.)

C.

Create a new virtual switch on Server 1. D. Modify the properties of vSwitch1 and vSwitch2. Correct Answer:

A

Section: Volume AExplanationExplanation/Reference:QUESTION 4 Your network contains two Hyper-V hosts that run Windows Server 2012 R2. The Hyper-V hosts contain several virtual machines that run Windows Server 2012R2.

http://www.gratisexam.com/

You install the Network Load Balancing feature on the virtual machines.You need to configure the virtual machines to support Network Load Balancing (NLB).Which virtual machine settings should you configure? A.

DHCP guard B.

Port mirroring C. Router guard D. MAC address Correct Answer:

D

Section: Volume AExplanationExplanation/Reference: Explanation:http://social.technet.microsoft.com/Forums/windowsserver/en-US/5b3a0a9d-26a2-49ba-bbbe- 29d11fcbb7ce/nlb-on-hyperv?forum=winserverhyperv

For NLB to be configured you need to enable MAC address spoofing. QUESTION 5 You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed. Server1 is connected to two Fibre ChannelSANs and is configured as shown in the following table. You have a virtual machine named VM1.You need to configure VM1 to connect to SAN1.What should you do first? A.

Add one HBA B.

Create a Virtual Fibre Channel SAN. C. Create a Hyper-V virtual switch. D. Configure network adapter teaming. Correct Answer:

B

Section: Volume AExplanationExplanation/Reference: Explanation:You need your virtualized workloads to connect easily and reliably to your existing storage arrays.Windows Server 2012 provides Fibre Channel ports within the guest operating system, which allows you to connect to Fibre Channel directly from within virtualmachines. This feature protects your investments in Fibre Channel, enables you to virtualize workloads that use direct access to Fibre Channel storage, allows youto cluster guest operating systems over Fibre Channel, and provides an important new storage option for servers hosted in your virtualization infrastructure.With this Hyper-V virtual Fibre Channel feature, you can connect to Fibre Channel storage from within a virtual machine. This allows you to use your existing FibreChannel investments to support virtualized workloads.Support for Fibre Channel in Hyper-V guests also includes support for many related features, such as virtual SANs, live migration, and MPIO.

You need to recommend a solution to minimize the amount of disk space used for the checkpoint of VM1.What should you do before you create the checkpoint? A.

Run the Resize-VHD cmdlet. B.

Convert Disk1.vhd to a dynamically expanding disk. C. Shut down VM1. D. Run the Convert-VHD cmdlet. Correct Answer:

C

Section: Volume AExplanationExplanation/Reference: Explanation:Changing between a fixed and dynamic disk type does not alter the size of a SNAPSHOT much at all.However, since a snapshot is a record of a VMs state at the exact time that the snapshot was taken, shutting down the VM before taking the snapshot prevents thesnapshot from having to contain all of the data in RAM (as there is no data in memory when a machine is powered down).The question states that the solution should minimize the amount of disk space used for the checkpoint of VM1. If the checkpoint is taken while VM1 is running,there will be two attritional files present at the checkpoint location; a .VSV with VM1 saved state files and a .BIN file which contains VM1's memory contents. If,however, VM1 is shut down first, these files will not be created, thus saving disk space.In order to convert Disk1.vhd to a dynamically expanding disk, VM1 still have to be shut down. QUESTION 7 HOTSPOTYou have a Hyper-V host named Hyperv1 that runs Windows Server 2012 R2. Hyperv1 hosts a virtual machine named Server1. Server1 uses a disk namedServer1.vhdx that is stored locally on Hyperv1.You stop Server1, and then you move Server1.vhdx to an iSCSI target that is located on another server.You need to configure Server1 to meet the following requirements:

Ensure that Server1 can start by using Server1.vhdx. Prevent Server1.vhdx from consuming more than 500 IOPS on the iSCSI target. Which two objects should you configure?To answer, select the appropriate two objects in the answer area. Hot Area:

Section: Volume AExplanationExplanation/Reference:QUESTION 8 You have a print server named Server1 that runs Windows Server 2012 R2.You discover that when there are many pending print jobs, the system drive occasionally runs out of free space.

http://www.gratisexam.com/

You add a new hard disk to Server1.You create a new NTFS volume.You need to prevent the print jobs from consuming disk space on the system volume.What should you modify? A.

The properties on the new volume B.

The properties of the Print Spooler service C. The Print Server Properties D. The properties of each shared printer Correct Answer:

C

Section: Volume AExplanationExplanation/Reference: Explanation:Windows spools print jobs by default to the following directory as they are processed:%SystemRoot%\SYSTEM32\SPOOL\PRINTERS.It is possible for the administrator of a Windows print server to manually instruct Windows the location for placing the spool files, if for example there is a concernfor disk space.

Correct Answer: Section: Volume AExplanationExplanation/Reference: Explanation:

  • The printer is paused.* Jobs can always be permitted (even if the printer is paused, or printer not started).Note: StartTime Date and time that a printer can start to print a job -- if the printer is limited to print at specific times. This value is expressed as the time elapsed since 12:00 AMGMT (Greenwich Mean Time).This is sort of a trick question. As it stands, when the PowerShell script was executed, the printer is in "Paused" status, so any submitted job will go to the queueand remain there until the status is "Available". As for the ability to submit a job, a user can SUBMIT the job at any time. If it is outside of the printer's availabilityrange, it will simply remain in the queue until the printer's start time is reached. QUESTION 10 HOTSPOTYour network contains an Active Directory domain named contoso.com. The domain contains a print server named Server1 that runs Windows Server 2012 R2.You share several printers on Server1.You need to ensure that you can view the printer objects associated to Server1 in Active Directory Users and Computers.Which option should you select?To answer, select the appropriate option in the answer area. Hot Area:

Section: Volume AExplanationExplanation/Reference: Explanation:You can view printer objects in Active Directory by clicking Users, Groups, and Computers as containers from the View menu in the Active Directory Users andComputers snap-in. By default, printer objects are created under the machine object in which they are shared. After you turn on the Users, Groups, and Computersas containers option, you can see printers by expanding the printer's host computer.Reference: http://support.microsoft.com/kb/235925 QUESTION 11 HOTSPOTYou have a shared folder named Share1. The folder permissions of Share1 are configured as shown in the Folder Permissions exhibit.

The Share permissions of Share1 are configured as shown in the Share Permissions exhibit.

Select Yes if the statement can be shown to be true based on the available information; otherwise select No. Each correct selection is worth one point. Hot Area:

Correct Answer: