Free Microsoft Endpoint MD-102 Actual Exam Questions - Question 8 Discussion

Question No. 8

You have a Microsoft 365 E5 subscription that contains 100 iOS devices enrolled in Microsoft Intune. You need to deploy a custom line-of-business (LOB) app to the devices by using Intune. Which extension should you select for the app package file?

Select one option, then reveal solution.
US
HR
Haris R.
2026-02-19

Probably C. You need the Gather task first because it scans the hardware and collects all the info MDT needs for PnP detection. Without it, MDT won’t know which drivers to inject based on the hardware model. Just adding Gather lets the task sequence identify the device specifics before the Inject Drivers step kicks in. This matches what I’ve seen recommended when setting up hardware-specific driver injection in MDT.

0
MM
Mohammad M.
2026-01-22

C/D? Gather collects hardware info needed for PnP, but Validate checks if the system meets prerequisites before proceeding. If detection is the goal, adding Gather first makes more sense.

0
MM
Mohammad M.
2026-01-21

Not B, you actually need to ensure the hardware info is collected first, which means adding the Gather task (C) so MDT can detect the PnP IDs before injecting drivers. Without Gather, driver injection based on hardware won’t work right.

0
IC
Irfan C.
2026-01-19

Maybe C. Without the Gather step, MDT can’t detect hardware details to match drivers properly, so adding it first seems necessary before injecting drivers.

0
MZ
Michael Z.
2026-01-18

Maybe C. The Gather task is what scans the hardware and collects info like PnP IDs, so adding it first makes sense before you can inject drivers based on hardware detection. Without Gather, the deployment won’t know which drivers to pick. Seems more foundational than creating selection profiles or Validate tasks.

0
MZ
Michael Z.
2026-01-16

It’s B

0