hardMultiple ChoiceObjective-mapped
220-1201 Practice Question: That after a recent iOS update, their banking app…
A user reports that after a recent iOS update, their banking app crashes every time they try to log in. Other apps work fine. The app was working before the update. What is the most likely cause and solution?
⚠ Common exam trap
The 220-1201 exam often tests the concept that app crashes after an OS update are most commonly due to app-OS incompatibility, not data corruption or account issues, and the trap is that candidates mistakenly attribute the crash to corrupted data or security settings changes.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The banking app is not compatible with the new iOS version and needs an update from the developer.
The most likely cause is that the banking app is not yet compatible with the new iOS version. After a major iOS update, apps that rely on specific APIs or frameworks (e.g., Keychain, WebKit, or Secure Enclave) may break if the developer has not updated the app to support the new OS. The solution is for the developer to release an update that targets the new iOS SDK, and for the user to install that update from the App Store.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The iOS update corrupted the app's data; reinstalling the app will fix it.
Why it's wrong here
While reinstalling an application can resolve issues stemming from corrupted local data or configuration files, an iOS update primarily introduces changes to the operating system's core frameworks and APIs. An older app's code, not designed to interact with these new system interfaces, is more likely to encounter an API incompatibility or unexpected system behavior, leading to a crash. Reinstallation would not update the app's underlying code to be compatible with the new iOS version.
- ✓
The banking app is not compatible with the new iOS version and needs an update from the developer.
Why this is correct
Major iOS updates frequently introduce significant changes to system frameworks, deprecate older APIs, and modify security protocols. An older banking application, not yet updated by its developer, may attempt to call functions or interact with the operating system in a way that is no longer supported or has changed behavior in the new iOS version. This incompatibility often results in the application crashing immediately upon attempting a critical function like logging in, as it encounters unexpected system responses.
- ✗
The user's account has been locked due to multiple failed login attempts.
Why it's wrong here
An account lockout is a server-side security measure implemented by the banking institution, not a client-side application crash. If a user's account were locked due to multiple failed login attempts, the banking app would typically successfully communicate with the server, receive an explicit error message (e.g., "Account Locked" or "Too Many Attempts"), and then display that message to the user. It would not cause the application itself to crash unexpectedly before or during the login attempt.
- ✗
The iOS update changed the device's security settings, blocking the app.
Why it's wrong here
iOS security settings, such as app permissions, privacy controls, or enterprise profile restrictions, typically govern an application's ability to launch, access device features (like camera or location), or connect to networks. If security settings were blocking the app, it would likely fail to open at all, display a system-level permission prompt, or show a clear error indicating a restriction. A crash specifically during the login process within the app's interface points to an internal application issue rather than a blanket security block.
Go deeper
Related to this question
About these practice questions
This 220-1201 question is part of Courseiva's 972-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 220-1201 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-1201 exam.