Question

Difficulty: MediumTroubleshooting Mobile OS Performance and Application Issues

A field technician reports that a specialized telemetry logging app on a company-issued Android tablet takes a long time to start up, stutters when loading local data, and consumes excessive background memory. Other system utilities and mobile apps on the tablet perform normally. Which of the following initial, least-invasive troubleshooting steps should the technician take to resolve this issue? (Select TWO.)

  1. Force stop the telemetry logging application and clear its application cache.Answer
  2. Check for and apply available software updates for the specific application.Answer
  3. C
    Clear the application data directory to wipe local user data and credentials prior to soft resetting.
  4. D
    Perform a complete factory reset of the mobile device OS.
  5. E
    Adjust app installation flags to grant the app system-level root permissions.

Answer

The technician should force stop the application and clear its cache, as well as check for and apply available application updates.
In accordance with standardCompTIA least-invasive troubleshooting practices, isolated mobile application slowness and memory issues should be handled first by non-destructive measures such as force closing the app, clearing its temporary cache, and installing developer-provided app updates.

Step-by-Step Solution

1
Isolate the issue to the application layer
Confirm that only the telemetry logging application is experiencing slowness and background memory issues while the rest of the mobile OS operates normally.
Identifying that the problem is isolated to a single app prevents unnecessary system-wide troubleshooting or destructive OS actions.
2
Apply least-invasive application reset measures
Force stop the app process and clear its temporary cache files from settings.
Clearing temporary cache removes potentially corrupted temporary files and terminates hung execution threads without erasing user accounts or stored data.
3
Verify and apply application updates
Install any pending updates for the application.
Developers release software patches to fix memory leaks and performance glitches in mobile applications.

Key Concept

Least-invasive mobile application troubleshooting methodology
Rate this question