Courseiva
hardMultiple ChoiceObjective-mapped

FC0-U71 Practice Question: An IT administrator applies the software…

Exhibit

Refer to the exhibit.
```json
{
  "SoftwareRestrictionPolicy": {
    "DefaultLevel": "Disallowed",
    "Paths": [
      {
        "Path": "C:\\Users\\*\\AppData\\Local\\Temp\\*",
        "Level": "Disallowed"
      },
      {
        "Path": "C:\\Program Files\\*",
        "Level": "Unrestricted"
      }
    ]
  }
}
```

An IT administrator applies the software restriction policy shown in the exhibit. What is the intended effect of this policy?

⚠ Common exam trap

Many exam-takers assume the 'Disallowed' default rule blocks everything, overlooking that a path rule for Program Files creates an explicit exception, making option D correct rather than option C.

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

Allows executables in Program Files to run, but blocks others.

The software restriction policy shown in the exhibit uses a 'Disallowed' default rule, which blocks all executables by default. It then creates an 'Unrestricted' path rule for `%ProgramFiles%`, which explicitly allows executables in that folder to run. Therefore, executables in Program Files are allowed, while all others (e.g., in Temp, AppData, or Downloads) are blocked.

Answer analysis

Option-by-option breakdown

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

  • Allows executables in the Temp folder to run.

    Why it's wrong here

    The Temp folder is set to Disallowed.

  • Blocks executables in Program Files but allows in AppData.

    Why it's wrong here

    Program Files is unrestricted; AppData Temp is blocked.

  • Blocks all executables on the system.

    Why it's wrong here

    Program Files is explicitly allowed, so not all are blocked.

  • Allows executables in Program Files to run, but blocks others.

    Why this is correct

    Default is disallowed, but Program Files is unrestricted.

About these practice questions

One of 988 original FC0-U71 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 FC0-U71 practice question is part of Courseiva's free CompTIA 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 FC0-U71 exam.