MCQOPTIONS
Saved Bookmarks
This section includes 108 Mcqs, each offering curated multiple-choice questions to sharpen your Technical Programming knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
The requests from Content Provider class is handled by method |
| A. | onCreate |
| B. | onSelect |
| C. | onClick |
| D. | ContentResolver |
| Answer» E. | |
| 102. |
What was Google’s main business motivation for supporting Android? |
| A. | To level the playing field for mobile devices |
| B. | To directly compete with the iPhone |
| C. | To corner the mobile device application market for licensing purposes |
| D. | To allow them to advertise more |
| Answer» E. | |
| 103. |
What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML? |
| A. | findViewByReference(int id); |
| B. | findViewById(int id) |
| C. | retrieveResourceById(int id) |
| D. | findViewById(String id) |
| Answer» C. retrieveResourceById(int id) | |
| 104. |
During an Activity life-cycle, what is the first callback method invoked by the system? |
| A. | onStop() |
| B. | onStart() |
| C. | onCreate() |
| D. | onRestore() |
| Answer» D. onRestore() | |
| 105. |
Which among these are NOT a part of Android’s native libraries? |
| A. | Webkit |
| B. | Dalvik |
| C. | OpenGL |
| D. | SQLite |
| Answer» C. OpenGL | |
| 106. |
A ___________ makes a specific set of the application data available to other applications |
| A. | Content provider |
| B. | Broadcast receivers |
| C. | Intent |
| D. | None of these |
| Answer» B. Broadcast receivers | |
| 107. |
Which one is NOT related to fragment class? |
| A. | DialogFragment |
| B. | ListFragment |
| C. | PreferenceFragment |
| D. | CursorFragment |
| Answer» E. | |
| 108. |
What was the first phone released that ran the Android OS? |
| A. | Google gPhone |
| B. | T-Mobile G1 |
| C. | Motorola Droid |
| D. | HTC Hero |
| Answer» C. Motorola Droid | |