nerdexam
Microsoft

74-697 · Question #65

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…

The correct answer is A. Set the partition Type to Primary. D. Set the partition TypeID to de94bba4-06d1-4d40-al6a-bfd50179d6ac. 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 - The Unified Extensible Firmware Interface…

Perform a Windows Installation

Question

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.)

Options

  • ASet the partition Type to Primary.
  • BSet the partition Type to EFI.
  • CSet the partition TypeID to 0x27.
  • DSet the partition TypeID to de94bba4-06d1-4d40-al6a-bfd50179d6ac
  • ESet the partition Type to MSR.
  • FSet the partition TypeID to 0x07.

How the community answered

(30 responses)
  • A
    73% (22)
  • B
    7% (2)
  • C
    3% (1)
  • E
    13% (4)
  • F
    3% (1)

Explanation

  • 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 - 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.

Topics

#UEFI#Windows RE partition#GPT TypeID#partition configuration

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice