Question - 1
Which company developed android?
- Apple
- Google
- Android Inc
- Microsoft
Solutions
Answer- C
Question - 2
What was the first phone released that ran the Android OS?
- Google gPhone
- T-Mobile G1
- Motorola Droid
- HTC Hero
Solutions
Answer- B
Question - 3
Which among these are NOT a part of Android's native libraries?
- Webkit
- Dalvik
- OpenGL
- SQLite
Solutions
Answer- B
Question - 4
- Frame Layout
- Linear Layout
- Relative Layout
- All the above
Solutions
Answer- D
Question - 5
Which one is NOT related to fragment class?
- dialogFragment
- listFragment
- preferenceFragment
- cursorFragment
Solutions
Answer- D
Question - 6
What are the indirect Direct subclasses of Activity?
- launcherActivity
- tabActivity
- preferenceActivity
- all the above
Solutions
Answer- D
Question - 7
When contentProvider would be activated?
- using Intent
- using SQLite
- using ContentResolver
- None of the above
Solutions
Answer- C
Question - 8
During an Activity life-cycle, what is the first callback method invoked by the system?
- onStop()
- onStart()
- onCreate()
- onRestore()
Solutions
Answer- C
Question - 9
The requests from Content Provider class is handled by method
- onCreate
- onSelect
- onClick
- ContentResolver
Solutions
Answer- D
Question - 10
Which component is not activated by an Intent?
- activity
- services
- contentProvider
- broadcastReceiver
Solutions
Answer- C
Question - 11
The Emulator is identical to running a real phone EXCEPT when emulating/simulating what?
- Telephony
- Applications
- Sensors
- The emulator can emulate/simulate all aspects of a smart phone.
Solutions
Answer- C
Question - 12
Which file specifies the minimum required Android SDK version your application supports?
- main.xml
- AndroidManifest.xml
- strings.xml
- confg.xml
Solutions
Answer- B
Question - 13
What does the src folder contain?
- Image and icon files
- XML resource files
- The application manifest file
- Java source code files
Solutions
Answer- D
Question - 14
What are the indirect Direct subclasses of Services?
- RecognitionService
- RemoteViewsService
- InputMethodService
- SpellCheckerService
Solutions
Answer- C
Question - 15
Android is based on which language.
Answer- C
Question - 16
What does the .apk extension stand for?
- Android Proprietary Kit
- Application Program Kit
- Application Package
- Android Package
Solutions
Answer- C
Question - 17
The XML file that contains all the text that your application uses.
- stack.xml
- text.xml
- strings.xml
- string.java
Solutions
Answer- C
Question - 18
Which of these are not one of the three main components of the APK?
- Dalvik Executable
- Resources
- Webkit
- Native Libraries
Solutions
Answer- C
Question - 19
The android library that provides access to UI pre-built elements such as buttons, lists, views etc. is
- android.text
- android.os
- android.webkit
- android.view
Solutions
Answer- C
Question - 20
How does Gargenta approach the problem of the app acting sluggishly due to network latency?
- Starting over
- Switching API levels
- Multithreading
- Refactoring code
Solutions
Answer- C
Practice more set questions