Olete.in
Articles
Mock Tests
🧪 Android MCQ Quiz Hub
Android MCQ Questions and Answers
Choose a topic to test your knowledge and improve your Android skills
1. Android Is Developed By
Apple
Microsoft
Google
Android Inc
2. Android Web Browser Is Based On
Chrome
Open-source Webkit
Safari
Firefox
3. Which Media Format Is Not Supported By Android
MP4
AVI
MIDI
MPEG
4. In Which Directory XML Layout Files Are Stored
/assets
/src
/res/values
/res/layout
5. Which Code Used By Android Is Not A Open Source.
Video Driver
WiFi Driver
Device Driver
Bluetooth Driver
6. How Many Levels Of Securities Are In Android?
Android Level Security
App And Kernel Level Security
Java Level Security
None Of The Above
7. Which Of The Following Does Not Belong To Transitions?
ViewFlipper
ViewAnimator
ViewSwitcher
ViewSlider
8. What Are The Functionalities In AsyncTask In Android?
OnPreExecution()
OnPostExecution()
DoInBackground()
OnProgressUpdate()
9. What Does AAPT Stands For?
Android Asset Processing Tool
Android Asset Providing Tool.
Android Asset Packaging Tool.
Android Asset Packaging Technique
10. Which Broadcast In Android Includes Information About Battery State Leve
Android.intent.action.BATTERY_CHANGED
Android.intent.action.BATTERY_LOW
Android.intent.action.BATTERY_OKAY
Android.intent.action.CALL_BUTTON
11. View Pager Is Used For
Swiping Activities
Swiping Fragments
Paging Down List Items
View Pager Is Not Supported By Android SDK
12. What Is JNI In Android?
Java Interface
Java Native Interface
Java Network Interface
Image Editable Tool
13. What Is LastKnownLocation In Android?
To Find The Last Location Of A Phone
To Find Known Location Of A Phone
To Find The Last Known Location Of A Phone.
None of the above
14. Which Programming Language Is Used For Android Application Development?
NodeJs
PHP
JSX
Java
15. Action Bar Can Be Associated To
Only Fragments
Only Activities
Both Activities And Fragments
None Of The Above
16. Android Is Based On Which Kernal
Linux
Windows
Mac
Redhat
17. Adb Stands For
Android Debug Bridge.
Android Drive Bridge
Android Delete Bridge
Android Destroy Bridge.
18. What is Manifest.xml in android?
It has information about layout in an application
It has all the information about an application
It has the information about activities in an application
None of the above
19. In which technique, we can refresh the dynamic content in android?
Ajax
Java
Android
None of These
20. What is an interface in android?
Interface is a class.
Interface acts as a bridge between class and the outside world.
Interface is a layout file
None of the above
21. What is APK in android?
Android pack
Android packages
Android Package Kit
None of These
22. What is the name of the program that converts Java byte code into Dalvik byte code?
Dex compiler
Dalvik Converter
Android Interpretive Compiler (AIC)
Mobile Interpretive Compiler (MIC)
23. Jelly Bean is an incremental update, with the primary aim of improving the .............
functionality
user interface
performance
All of the above
24. What is the latest version of android?
Android 8
Android 9
Android 10
Android 11
25. Android is -
an operating system
a web browser
a web server
None of These
26. GCM in android stands for -
Google Cloud Messaging
Google Count Messaging
Google Center Messaging
None of these
27. What is the nine-patch images tool in android?
It is an image extension tool.
It is used to change the bitmap images into nine sections
Both (a) and (b)
None of the above
28. What is the default value of the orientation attribute in LinearLayout? None of the above
Horizontal
Vertical
There is no default value of orientation attribute in LinearLayout
None of the above
29. Which of the following layout in android aligns all children either vertically or horizontally?
RelativeLayout
TableLayout
FrameLayout
LinearLayout
30. Which of the following layout in android arranges its children into rows and columns?
RelativeLayout
TableLayout
FrameLayout
None of the above
31. Which of the following class in android executes the task asynchronously with your service?
SyncTask
AsyncTask
Both of the above
None of the above
32. All layout classes are the subclasses of -
andandroid.view.View
android.view.ViewGroup
android.widget
None of the above
33. Which of the following method is used by services to clean up any services?
onStop() method
stopService() method
onDestroy() method
stopSelf() method
34. ANR in android stands for -
Application Not Reacting
Application Not Responding
Application Not Rendering
None of the above
35. Which of the following android version is named Jelly Bean? 3.1 2.1
3.1
2.1
1.1
4.1
36. In which year OHA (Open Handset Alliance) is announced?
2005
2007
2006
None of the above
37. Which of the following android component displays the part of an activity on screen?
View
Manifest
Intent
Fragment
38. Which of the following is not a state in the service lifecycle? Start Paused
Destroyed
Start
Paused
Destroyed
39. What is Pending Intent in android?
It is a kind of an intent
It is used to pass the data between activities
It will fire at a future point of time
None of the Above
40. What is Manifest.xml in android?
It has information about layout in an application
It has the information about activities in an application
It has all the information about an application
None of the above
41. What is the difference between services and thread in android?
Services performs functionalities in the background. By default services run on main thread only
Thread and services are having same functionalities.
Thread works on services
None of the above
42. What is the difference between content values and cursor in android SQlite?
Content values are key pair values, which are updated or inserted in the database
Cursor is used to store the temporary result.
A & B
Cursor is used to store data permanently.
43. What is the 9 patch tool in android?
Using with tool, we can redraw images in 9 sections.
image extension tool
image editable tool
Device features
44. How many ports are allocated for new emulator?
2
0
10
None of the above
45. Data can be read from local source XML in android through
XML resource parser
XML pull parsing
DOM parsing
None of the above
46. How many orientations does android support?
4
10
2
None of the above
47. Is it possible activity without UI in android?
No, it's not possible
Yes,it's possible
We can't say
None of the above
48. What is anchor view?
Same as list view
provides the information on respective relative positions
Same as relative layout
None of the above
49. Although most people’s first thought when they think of Android is Google, Android is not actually owned by Google. Who owns the Android platform?
oracle technology
dalvik
open handset alliance
the above statement is and android is owned by google
50. What was the first phone released that ran the Android OS?
google gphone
t-mobile g1
motorola droid
htc hero
51. From a phone manufacturer’s point of view, what makes Android so great?
aside from some specific drivers, it provides everything to make a phone work
it makes the hardware work better
it allows them to compete with apple’s iphone
it allows users to create apps, generating revenue for the companies
52. Android tries hard to ______________ low-level components, such as the software stack, with interfaces so that vendor-specific code can be managed easily.
confound
absract
modularize
compound
Submit