Courseiva
Manage applicationshardMultiple ChoiceObjective-mapped

MD-102 Manage applications Practice Question

Exhibit

{
  "kql": "DeviceAppHealth | where DeviceName == 'WIN10-PC' | where Timestamp > ago(1d) | project AppName, AppVersion, InstallationResult, ErrorCode"
}

Refer to the exhibit. A KQL query is run in Microsoft Defender XDR for a device 'WIN10-PC'. The results show that a critical line-of-business app 'ContosoApp' version '2.0.0' has InstallationResult 'Failed' with ErrorCode '0x80073CF6'. What does this error code typically indicate?

⚠ Common exam trap

Candidates often confuse error codes related to package signing (0x80073CF6) with generic installation failures caused by permissions or disk space, but Microsoft specifically uses distinct error codes for each failure type, and the exam expects you to recognize the signature-corruption meaning of this hex value.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The app package is not signed correctly

Error code 0x80073CF6 in Microsoft Defender XDR corresponds to APPX_E_CORRUPT_CONTENT, which indicates that the app package's digital signature is invalid or the package content has been tampered with. This typically occurs when the .appx or .msix package is not signed correctly or the signature does not match the package contents, preventing installation on Windows 10/11 devices.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The app package is not signed correctly

    Why this is correct

    0x80073CF6 means APPX deployment error, often signing.

  • The device does not have internet connectivity

    Why it's wrong here

    Not indicated by this error.

  • The user does not have permission to install apps

    Why it's wrong here

    Not typical for this error.

  • The device has insufficient disk space

    Why it's wrong here

    Different error code.

Go deeper

Related to this question

About these practice questions

Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MD-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MD-102 exam.