100-140 · Question #24
Which action should be taken when an application repeatedly crashes?
The correct answer is A. Clear application cache. When an application repeatedly crashes, clearing the application cache is the appropriate first troubleshooting step because corrupted or stale cached data is a common cause of instability.
Question
Options
- AClear application cache
- BReplace the hardware
- CReinstall the operating system
- DDisconnect from the network
How the community answered
(32 responses)- A81% (26)
- B3% (1)
- C13% (4)
- D3% (1)
Why each option
When an application repeatedly crashes, clearing the application cache is the appropriate first troubleshooting step because corrupted or stale cached data is a common cause of instability.
Application caches store temporary data to speed up performance, but these files can become corrupted or outdated, causing the application to fail when it attempts to read invalid cached data. Clearing the cache forces the application to rebuild its temporary files from a clean state, resolving crashes tied to data corruption without affecting user data or requiring reinstallation. This is a low-risk, non-destructive first response that addresses the most common software-level cause of repeated crashes.
Repeated application crashes are a software-level symptom; replacing hardware is an extreme and unwarranted action without evidence of a hardware fault.
Reinstalling the entire operating system is a disproportionate response to a single application crashing and would not be appropriate before simpler application-specific fixes are attempted.
Disconnecting from the network does not address the application's internal state or cached data, and network connectivity is not the cause of most application crash scenarios.
Concept tested: Application crash troubleshooting and cache management
Source: https://support.microsoft.com/en-us/windows/repair-apps-and-programs-in-windows-e90eefe4-d0a2-7c1b-dbd7-ff548ed99a6c
Topics
Community Discussion
No community discussion yet for this question.