Question 386 of 512
Applications and SoftwaremediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is a lack of administrative privileges. This is the most likely cause because Windows requires elevated permissions to write to protected system directories like Program Files and to modify critical registry keys; without these privileges, User Account Control (UAC) blocks the installation, generating the specific error. On the CompTIA ITF+ FC0-U61 exam, this scenario tests your understanding of operating system security and user account types, often appearing in a troubleshooting exhibit where a standard user attempts to install software and fails. A common trap is assuming the error is due to corrupt files or insufficient disk space, but the core issue is permission-based. Remember the mnemonic “Admin Access Avoids Aborts” to recall that administrative rights are essential for software installations on Windows.

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

Error log from software installer:
[Error] Failed to register DLL: C:\Program Files\MyApp\helper.dll
HRESULT: 0x80070005
Description: Access is denied.

Refer to the exhibit. What is the most likely cause of this installation error?

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

Error log from software installer:
[Error] Failed to register DLL: C:\Program Files\MyApp\helper.dll
HRESULT: 0x80070005
Description: Access is denied.

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

Lack of administrative privileges

The error message indicates that the installation cannot proceed because the user lacks the necessary permissions to write to protected system directories or registry keys. On Windows, installing software typically requires administrative privileges to modify the Program Files folder, system registry, and other protected resources. Without these privileges, the installer is blocked by User Account Control (UAC) or the operating system's security policies, resulting in this specific error.

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.

  • Lack of administrative privileges

    Why this is correct

    'Access is denied' typically means the user does not have sufficient rights.

    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.

  • Insufficient disk space

    Why it's wrong here

    Disk space issues would show different error codes.

  • Corrupted DLL file

    Why it's wrong here

    Corrupted DLL would show 'bad image' or similar errors.

  • Missing system files

    Why it's wrong here

    Missing files would show 'file not found' errors.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the distinction between permission errors and resource errors, so the trap here is that candidates confuse a privilege-related error with a disk space or file corruption issue, especially when the error message does not explicitly say 'administrator'.

Trap categories for this question

  • Similar concept trap

    Corrupted DLL would show 'bad image' or similar errors.

  • Command / output trap

    Disk space issues would show different error codes.

Detailed technical explanation

How to think about this question

Under the hood, Windows uses integrity levels and access tokens to enforce privilege separation. A standard user token has a low integrity level, preventing writes to high-integrity locations like %ProgramFiles% or HKLM\Software. Installers often call the Windows Installer service (msiexec.exe), which requires elevation via a manifest that specifies 'requireAdministrator' — without it, the call fails with ERROR_ACCESS_DENIED (5) or ERROR_ELEVATION_REQUIRED (740). In real-world scenarios, this commonly occurs in corporate environments where users are given standard accounts without local admin rights, and software deployment is handled via Group Policy or SCCM.

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 junior network technician can log in to a core router but cannot reach the enable prompt or configuration mode. The AAA server is authenticating the login — but the authorisation policy only grants privilege level 1, not 15. Authentication (who you are) is working; authorisation (what you can do) is not.

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: Lack of administrative privileges — The error message indicates that the installation cannot proceed because the user lacks the necessary permissions to write to protected system directories or registry keys. On Windows, installing software typically requires administrative privileges to modify the Program Files folder, system registry, and other protected resources. Without these privileges, the installer is blocked by User Account Control (UAC) or the operating system's security policies, resulting in this specific error.

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 30, 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.