Thursday, 21 May 2015

70-417 Sample Question

QUESTION NO: 1

Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server 1. Server1 runs Windows Server 2012 R2. You need to create a 3-TB virtual hard disk (VHD) on Server1. Which tool should you use?

A.    New-StoragePool
B.    Diskpart
C.    File Server Resource Manager (FSRM)
D.    New-StorageSubsytemVirtualDisk

Answer: B

Explanation:

You can create a VHD from either the Disk Management snap-in or the command line (diskpart). From the DiskPart command-line tool at an elevated command prompt, run the create vdisk command and specify the file (to name the file) and maximum (to set the maximum size in megabytes) parameters. The following code demonstrates how to create a VHD file at C:\vdisks\disk1.vdh with a maximum file size of 16 GB (or 16,000 MB).

QUESTION NO:2

You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed. On Server1, you create a virtual machine named VM1. VM1 has a legacy network adapter. You need to assign a specific amount of available network bandwidth to VM1. What should you do first?

A.    Add a second legacy network adapter, and then run the Set-VMNetworkAdaptercmdlet.
B.    Add a second legacy network adapter, and then configure network adapter teaming.
C.    Remove the legacy network adapter, and then run the Set-VMNetworkAdaptercmdlet.
D.    Remove the legacy network adapter, and then add a network adapter.

Answer: D

Explanation:

Add a New network adapter because the legacy network adapter doesn’t support bandwidth management.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.