exam questions

Exam 74-697 All Questions

View all questions & answers for the 74-697 exam

Exam 74-697 topic 1 question 6 discussion

Actual exam question from Microsoft's 74-697
Question #: 6
Topic #: 1
[All 74-697 Questions]

Your company is introducing a new line of computers.
All of the computers use Unified Extensible Firmware Interface (UEFI).
You need to create a partition that includes the Windows Recovery Environment (Windows RE).
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

  • A. Set the partition Type to Primary.
  • B. Set the partition Type to EFI.
  • C. Set the partition TypeID to 0x27.
  • D. Set the partition TypeID to de94bba4-06d1-4d40-al6a-bfd50179d6ac
  • E. Set the partition Type to MSR.
  • F. Set the partition TypeID to 0x07.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️
* rem == 1. Windows RE tools partition ===============
create partition primary size=300
format quick fs=ntfs label="Windows RE tools"
assign letter="T"
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
gpt attributes=0x8000000000000001
Note:
* The Unified Extensible Firmware Interface (UEFI) is a specification that defines a software interface between an operating system and platform firmware. UEFI is meant to replace the Basic Input/Output System (BIOS) firmware interface, present in all IBM PC-compatible personal computers. In practice, most UEFI images provide legacy support for BIOS services. UEFI can support remote diagnostics and repair of computers, even without another operating system.
Reference: Sample: Configure UEFI/GPT-Based Hard Drive Partitions by Using Windows PE and DiskPart

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...