Question 305 of 512
Applications and SoftwaremediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the policy does not include a path rule for D:\Apps. This is correct because Software Restriction Policies enforce a default-deny security model: any application not explicitly allowed by a defined path rule is automatically blocked. In the exhibit, the policy only contains path rules for C:\Program Files and C:\Windows, leaving the custom application in D:\Apps without an explicit allow rule, so the system prevents it from running. On the CompTIA ITF+ FC0-U61 exam, this scenario tests your understanding of how path rules work as a security control—a common trap is assuming that all drives are covered by default, when in fact each path must be individually specified. To remember this, think of the mnemonic “No Path, No Pass”: if a folder’s path is not listed in the policy, the application inside it cannot run.

FC0-U61 Applications and Software Practice Question

This FC0-U61 practice question tests your understanding of applications and software. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

{
  "name": "AppLocker Policy",
  "enforcement": "Enforce",
  "rules": [
    {
      "type": "Path",
      "path": "C:\\Program Files\\*",
      "action": "Allow"
    },
    {
      "type": "Path",
      "path": "C:\\Windows\\*",
      "action": "Allow"
    },
    {
      "type": "Publisher",
      "publisher": "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US",
      "action": "Allow"
    }
  ]
}

Refer to the exhibit. A technician is troubleshooting why a user cannot run a custom application installed in D:\Apps. Based on the exhibit, what is the MOST likely reason?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummultiple choice
Full question →

Exhibit

{
  "name": "AppLocker Policy",
  "enforcement": "Enforce",
  "rules": [
    {
      "type": "Path",
      "path": "C:\\Program Files\\*",
      "action": "Allow"
    },
    {
      "type": "Path",
      "path": "C:\\Windows\\*",
      "action": "Allow"
    },
    {
      "type": "Publisher",
      "publisher": "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US",
      "action": "Allow"
    }
  ]
}

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 policy does not include a rule for D:\Apps.

The exhibit shows a software restriction policy that includes path rules for C:\Program Files and C:\Windows, but no rule for D:\Apps. Since the policy does not explicitly allow the custom application installed in D:\Apps, it is blocked by default. This is the most likely reason the user cannot run the application.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 path rule for C:\Program Files is too broad.

    Why it's wrong here

    Even if broad, it does not affect apps in D:\Apps.

  • The policy does not include a rule for D:\Apps.

    Why this is correct

    No rule allows execution from D:\Apps, so the custom app is blocked.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The publisher rule is incorrect.

    Why it's wrong here

    The publisher rule is valid for Microsoft-signed apps, but it does not apply to the custom app.

  • The enforcement mode is set to Enforce, blocking all unlisted apps.

    Why it's wrong here

    While enforcement matters, the specific reason is the lack of a rule for D:\Apps.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may assume 'Enforce' mode blocks all unlisted apps, but the actual issue is the missing path rule for D:\Apps, not the enforcement mode itself.

Detailed technical explanation

How to think about this question

Software Restriction Policies (SRP) in Windows use path rules, hash rules, certificate rules, and zone rules to control application execution. When a path rule is defined, it applies to all files in that path unless a more specific rule overrides it. In this case, the absence of a rule for D:\Apps means the application is subject to the default 'Disallowed' security level, which blocks execution. A real-world scenario is when IT administrators forget to add rules for custom installation directories, causing applications to fail silently.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related FC0-U61 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free FC0-U61 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this FC0-U61 question test?

Applications and Software — This question tests Applications and Software — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The policy does not include a rule for D:\Apps. — The exhibit shows a software restriction policy that includes path rules for C:\Program Files and C:\Windows, but no rule for D:\Apps. Since the policy does not explicitly allow the custom application installed in D:\Apps, it is blocked by default. This is the most likely reason the user cannot run the application.

What should I do if I get this FC0-U61 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This FC0-U61 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-U61 exam.