Question 91 of 1,000
mediummultiple choiceObjective-mapped

220-1102 Practice Question: That a 64-bit business application on Windows 10…

This 220-1102 practice question tests your understanding of that a 64-bit business application on 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: dEP (Data Execution Prevention) is a security feature preventing code execution from non-executable memory.. 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 user reports that a 64-bit business application on Windows 10 Pro crashes immediately after launch with error code 0xc0000005 (Access Violation). The technician has already reinstalled the application, applied all Windows updates, and run both System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM) with no issues found. Which of the following should the technician do NEXT to troubleshoot the crash?

Question 1mediummultiple choice
Full question →

A user reports that a 64-bit business application on Windows 10 Pro crashes immediately after launch with error code 0xc0000005 (Access Violation). The technician has already reinstalled the application, applied all Windows updates, and run both System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM) with no issues found. Which of the following should the technician do NEXT to troubleshoot the crash?

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

Run a memory diagnostic tool such as Windows Memory Diagnostic or Memtest86+

Memory problems can cause access violations, but since the crash is immediate on launch and consistent, and other diagnostics are clean, memory is less likely. This could be a later step.

B

Best answer

Check the Data Execution Prevention (DEP) settings and add an exception for the application

0xc0000005 often occurs when DEP blocks an application. Adding an exception to allow the application to run is a common fix.

C

Distractor review

Use the Event Viewer to review Application logs for additional details

Event Viewer can provide clues, but the technician should first try a direct configuration fix like DEP. Viewing logs is a valid step but not the most targeted next action.

D

Distractor review

Rebuild the Boot Configuration Data (BCD) using bootrec /rebuildbcd

Rebuilding BCD is for boot issues, not application crashes. This is unrelated to the problem.

Answer analysis

Why the other options are wrong

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

  • Run a memory diagnostic tool such as Windows Memory Diagnostic or Memtest86+

    Memory problems can cause access violations, but since the crash is immediate on launch and consistent, and other diagnostics are clean, memory is less likely. This could be a later step.

  • Use the Event Viewer to review Application logs for additional details

    Event Viewer can provide clues, but the technician should first try a direct configuration fix like DEP. Viewing logs is a valid step but not the most targeted next action.

  • Rebuild the Boot Configuration Data (BCD) using bootrec /rebuildbcd

    Rebuilding BCD is for boot issues, not application crashes. This is unrelated to the problem.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Candidates might be tempted by 'C. Use the Event Viewer to review Application logs' as it's a general good practice, but DEP is a more targeted fix for 0xc0000005.

Technical deep dive

How to think about this question

The core concept tested here is Data Execution Prevention (DEP), a security feature designed to prevent malicious code from running in non-executable memory regions. When an application attempts to execute code from a memory area marked as non-executable, DEP intervenes, resulting in an access violation error like 0xc0000005. For legitimate applications, particularly older ones or those with specific coding practices, this can lead to crashes. The immediate and consistent nature of the crash upon launch, coupled with the error code 0xc0000005, strongly points to DEP as a likely culprit, especially since other common troubleshooting steps like reinstallation, updates, SFC, and DISM have already been exhausted without success. Adding an exception for the application in DEP settings tells the operating system to allow that specific program to execute code from memory regions that would otherwise be blocked, often resolving the issue without compromising overall system security significantly, as DEP remains active for other processes. While other options like checking Event Viewer (C) or running memory diagnostics (A) are valid troubleshooting steps in different contexts, they are less targeted as the *next* action given the specific error code and symptoms. Event Viewer would provide more detail, but the technician should first attempt a direct configuration fix for a known cause of 0xc0000005. Memory diagnostics are typically pursued when crashes are more random, intermittent, or affect multiple applications, rather than a single application consistently failing immediately on launch. Rebuilding the BCD (D) is entirely unrelated to application crashes, being a solution for boot-related problems. Therefore, directly addressing DEP is the most efficient and logical next step to resolve this particular application crash scenario.

KKey Concepts to Remember

  • DEP (Data Execution Prevention) is a security feature preventing code execution from non-executable memory.
  • Error code 0xc0000005 (Access Violation) is a common indicator of DEP blocking an application.
  • DEP can be configured in System Properties > Advanced > Performance Settings > Data Execution Prevention.
  • Adding an exception allows a specific application to bypass DEP restrictions.

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

DEP (Data Execution Prevention) is a security feature preventing code execution from non-executable memory.

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?

DEP (Data Execution Prevention) is a security feature preventing code execution from non-executable memory.

What is the correct answer to this question?

The correct answer is: Check the Data Execution Prevention (DEP) settings and add an exception for the application — Error 0xc0000005 indicates an access violation, often caused by memory corruption or DEP (Data Execution Prevention) blocking execution. Since basic reinstallation and system file checks are clean, the next step is to check DEP settings. If DEP is preventing the application from running, adding an exception for the application can resolve the issue. Running a memory test (memtest) is a good idea for hardware memory issues, but the user hasn't reported blue screens or other symptoms, and the application consistently crashes on launch, pointing more to software configuration. Event Viewer may provide more details, but checking DEP is a more direct troubleshooting step for this specific error. Rebuilding the BCD is unrelated to application launch crashes.

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

Review dEP (Data Execution Prevention) is a security feature preventing code execution from non-executable memory., 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.