220-1102 · Question #134
An Android user reports that when attempting to open the company's proprietary mobile application, it immediately closes. The user states that the issue persists, even after rebooting the phone. The a
The correct answer is D. Clear the application cache.. As the application is crashing but contains critical data, the first troubleshooting step should be to clear the application cache, which can resolve app instability without affecting stored user data.
Question
An Android user reports that when attempting to open the company's proprietary mobile application, it immediately closes. The user states that the issue persists, even after rebooting the phone. The application contains critical information that cannot be lost. Which of the following steps should a systems administrator attempt FIRST?
Options
- AUninstall and reinstall the application.
- BReset the phone to factory settings.
- CInstall an alternative application with similar functionality.
- DClear the application cache.
How the community answered
(27 responses)- A7% (2)
- B11% (3)
- C4% (1)
- D78% (21)
Why each option
As the application is crashing but contains critical data, the first troubleshooting step should be to clear the application cache, which can resolve app instability without affecting stored user data.
Uninstalling and reinstalling the application would likely delete critical application data if it's stored within the app's private data directory, which contradicts the requirement that information cannot be lost.
Resetting the phone to factory settings would erase all user data, applications, and settings on the device, resulting in significant data loss and should only be a last resort.
Installing an alternative application does not resolve the issue with the existing proprietary application and may not contain the critical information that cannot be lost.
Clearing an application's cache on Android removes temporary data that the app uses for faster loading and operation, but it does not delete user data or application settings. Corrupted cache data can often cause applications to crash or behave unexpectedly, so clearing it is a non-destructive first step that frequently resolves such issues without risking critical information.
Concept tested: Android application troubleshooting (crashing apps)
Source: https://support.google.com/android/answer/3254924?hl=en
Topics
Community Discussion
No community discussion yet for this question.