Question 213 of 1,000
mediummultiple choiceObjective-mapped

220-1102 Practice Question: A technician is troubleshooting a Windows 10…

This 220-1102 practice question tests your understanding of a technician is troubleshooting a windows 10…. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: 0xc0000005 error indicates an Access Violation or memory access issue.. 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.

A technician is troubleshooting a Windows 10 application that crashes with error 'The application was unable to start correctly (0xc0000005).' The technician has already run SFC and DISM without issues. What should the technician try next?

Question 1mediummultiple choice
Full question →

A technician is troubleshooting a Windows 10 application that crashes with error 'The application was unable to start correctly (0xc0000005).' The technician has already run SFC and DISM without issues. What should the technician try next?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Reinstall the application.

Reinstalling may resolve file corruption but is less targeted if SFC and DISM were clean. DEP issues are not fixed by reinstallation.

B

Best answer

Disable DEP for the application.

Adding the application to the DEP exception list in System Properties or using Set-DHCPServer from PowerShell allows the app to run even if it triggers DEP.

C

Distractor review

Update the video driver.

While driver issues can cause crashes, a 0xc0000005 error specifically points to memory access violations, not graphics-related problems.

D

Distractor review

Perform a system restore.

System restore reverts system files and settings but may not address the underlying DEP configuration. It is more appropriate if the issue started after a specific change.

Answer analysis

Why the other options are wrong

Understanding why incorrect options are tempting is as important as knowing the correct answer.

  • Reinstall the application.

    Reinstalling may resolve file corruption but is less targeted if SFC and DISM were clean. DEP issues are not fixed by reinstallation.

  • Update the video driver.

    While driver issues can cause crashes, a 0xc0000005 error specifically points to memory access violations, not graphics-related problems.

  • Perform a system restore.

    System restore reverts system files and settings but may not address the underlying DEP configuration. It is more appropriate if the issue started after a specific change.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Candidates might be tempted by 'Reinstall the application' as a general fix, but it won't address a DEP incompatibility.

Technical deep dive

How to think about this question

The 0xc0000005 error, often referred to as an Access Violation, indicates that an application attempted to access a memory location it was not authorized to access. This is a classic symptom of Data Execution Prevention (DEP) interfering with an application. DEP is a security feature designed to prevent malicious code from running from non-executable memory regions. While beneficial for security, some legitimate older or poorly coded applications might attempt to execute code in a way that triggers DEP, leading to this specific error. Disabling DEP for the problematic application, by adding it to the DEP exception list in System Properties (under Advanced System Settings > Performance Settings > Data Execution Prevention tab) or via PowerShell commands, allows the application to bypass this security check and potentially run correctly. This is a targeted solution directly addressing the memory access violation indicated by the error code, without broadly compromising system security for other applications. In this scenario, SFC and DISM have already confirmed the integrity of system files, ruling out common forms of corruption that might be addressed by a simple reinstallation. Reinstalling the application would not alter how DEP interacts with it, as DEP is a system-level security feature. Updating video drivers, while a good general troubleshooting step for display-related crashes, is not indicated by a 0xc0000005 error, which is fundamentally about memory access, not graphics rendering. A system restore would revert system changes, but if the application itself is inherently incompatible with DEP, a restore might not resolve the issue and is a more drastic step than specifically configuring DEP for one application. Therefore, directly addressing the DEP interaction is the most logical and targeted next step given the specific error code and prior troubleshooting.

KKey Concepts to Remember

  • 0xc0000005 error indicates an Access Violation or memory access issue.
  • Data Execution Prevention (DEP) prevents code execution from non-executable memory.
  • DEP can cause legitimate applications to crash with access violation errors.
  • Applications can be added to a DEP exception list in System Properties.

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

0xc0000005 error indicates an Access Violation or memory access issue.

Related practice questions

Related 220-1102 practice-question pages

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

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

Question 1

A change advisory board (CAB) approved a standard change to update antivirus definitions on all servers. The technician completes the update on a file server and verifies the server is functioning normally. According to change management best practices, what documentation should the technician complete?

Question 2

A company's change management policy requires all server changes to be approved by the Change Advisory Board (CAB). A technician discovers that a critical database server's operating system needs a security patch to comply with a new regulatory requirement that takes effect in one week. The patch has a known risk of causing service downtime. The next scheduled CAB meeting is in two weeks. What should the technician do FIRST?

Question 3

A company is implementing a bring-your-own-device (BYOD) policy and needs to ensure that corporate data on employee mobile devices is protected. Which of the following is the MOST important technical control to implement?

Question 4

A company requires employees to present both a smart card and a PIN to log into their workstations. Which authentication principle is being implemented?

Question 5

A company requires all Windows 10 workstations to be able to join an Active Directory domain. Which edition of Windows 10 must be installed on these workstations?

Question 6

A company wants to allow employees to securely access internal resources from home via the internet. Which method provides the highest level of security for remote desktop connections?

Practice this exam

Start a free 220-1102 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 220-1102 question test?

0xc0000005 error indicates an Access Violation or memory access issue.

What is the correct answer to this question?

The correct answer is: Disable DEP for the application. — The error 0xc0000005 is typically an access violation, often caused by Data Execution Prevention (DEP) blocking execution in a memory region marked as non-executable. Adding the application to the DEP exception list is a logical next step.

What should I do if I get this 220-1102 question wrong?

Review 0xc0000005 error indicates an Access Violation or memory access issue., then practise related 220-1102 questions on the same topic to reinforce the concept.

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

Keep practising

More 220-1102 practice questions

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 220-1102 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 220-1102 exam.