Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
GIAC (SANS) logo

GIAC Mobile Device Security Analyst

Domain 2Objective 1

Analyzing Mobile Applications GMOB Practice Questions (Page 1)

Part of the Mobile Application Analysis and Assessment domain, which makes up ~32% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 120-minute exam (~50–80 total, ~16–26 in this domain), expect 5–9 from this objective — we provide 57 practice questions to prepare you well beyond it. (estimate)

57questions here
12free pages
12concepts

Questions 1–5

  1. 1application · medium

    During a code review of an Android app, you find the following code snippet: ```java SharedPreferences prefs = getSharedPreferences("user_prefs", MODE_PRIVATE); prefs.edit().putString("auth_token", token).apply(); ``` The app also uses a WebView that loads `https://example.com` and has JavaScript enabled. Which security issue is most directly indicated by the code?

    Select an answer first
  2. 2application · medium

    A mobile app development team wants to integrate a static analysis tool into their CI/CD pipeline. They are concerned about false positives and want to prioritize findings that are exploitable in the context of the app's architecture. Which approach should the security team recommend?

    Select an answer first
  3. 3expert · hard

    You are performing dynamic analysis on an Android app that uses root detection and emulator detection. The app crashes when it detects Frida. You need to bypass these protections to continue your analysis. Which approach is most effective?

    Select an answer first
  4. 4foundation · easy

    What is the primary purpose of dynamic analysis in a mobile application security assessment?

    Select an answer first
  5. 5application · medium

    You are assessing an Android app that checks for root access and refuses to run if it detects root. You need to bypass this check to continue dynamic analysis. Which approach is most appropriate?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GMOB” is a trademark of its owner, used for identification only.