Sail E0 Webinar

MCQs

Total Questions : 25 | Page 2 of 3 pages
Question 11. What was the first phone released that ran the Android OS?
  1.    Google gPhone
  2.    T-Mobile G1
  3.    Motorola Droid
  4.    HTC Hero
 Discuss Question
Answer: Option B. -> T-Mobile G1




Question 12. Which among these are NOT a part of Android's native libraries?
  1.    Webkit
  2.    Dalvik
  3.    OpenGL
  4.    SQLite
 Discuss Question
Answer: Option B. -> Dalvik




Question 13. During an Activity life-cycle, what is the first callback method invoked by the system?
  1.    onStop()
  2.    onStart()
  3.    onCreate()
  4.    onRestore()
 Discuss Question
Answer: Option C. -> onCreate()




Question 14. Which one is NOT related to fragment class?
  1.    DialogFragment
  2.    ListFragment
  3.    PreferenceFragment
  4.    CursorFragment
 Discuss Question
Answer: Option D. -> CursorFragment




Question 15. A ___________ makes a specific set of the application data available to other applications
  1.    Content provider
  2.    Broadcast receivers
  3.    Intent
  4.    None of these
 Discuss Question
Answer: Option A. -> Content provider




Question 16. What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?
  1.    findViewByReference(int id);
  2.    findViewById(int id)
  3.    retrieveResourceById(int id)
  4.    findViewById(String id)
 Discuss Question
Answer: Option B. -> findViewById(int id)




Question 17. Which among these are NOT a part of Android's native libraries?
  1.    Webkit
  2.    Dalvik
  3.    OpenGL
  4.    SQLite
 Discuss Question
Answer: Option B. -> Dalvik




Question 18. The requests from Content Provider class is handled by method
  1.    onCreate
  2.    onSelect
  3.    onClick
  4.    ContentResolver
 Discuss Question
Answer: Option D. -> ContentResolver




Question 19. What was Google's main business motivation for supporting Android?
  1.    To level the playing field for mobile devices
  2.    To directly compete with the iPhone
  3.    To corner the mobile device application market for licensing purposes
  4.    To allow them to advertise more
 Discuss Question
Answer: Option D. -> To allow them to advertise more




Question 20. What year was the Open Handset Alliance announced?
  1.    2005
  2.    2006
  3.    2007
  4.    2008
 Discuss Question
Answer: Option C. -> 2007




Latest Videos

Latest Test Papers