DRAG DROP
Your network contains an Active Directory domain named contoso.com. The domain
contains a file server named File1. All servers in the domain run Windows Server 2012 R2.
You need to create a new volume on File1.
The new volume must have the following configurations:
Have the drive letter T
Have the FAT32 file system
Be stored on a new virtual hard disk
In which order should you run the Diskpart commands?
To answer, move all the Diskpart commands from the list of commands to the answer area
and arrange them in the correct order.

Answer: pending
1)Create vdisk
2)attach vdisk
3)create partition
4)format
5)assign
https://technet.microsoft.com/en-us/library/gg318052(v=ws.10).aspx
0
0
This article referenced is for 2008 r2 server.
In 2012r2 when you create the volume you are prompted by the gui if you want to format the volume and references it as the next available drive letter.
Other articles found online say that you should assign the drive letter before formatting ?
I would say assign then format
for 2012 r2
0
0
Again another tricky question to try and trip you up under pressure, these exams are full of them – I agree with JoeBob. When you run through the wizard the assign drive letter step comes before the format step.
When I did the exam I intuitively answered the same as Jman did above – I expect I got it wrong
0
0
The correct answer is:
1)Create vdisk
2)attach vdisk
3)create partition
4)assign
5)format
0
0