ANDROID QUIZ DESCRIPTION

The sendStickybroadcast(intent) method in android is used to show that the 
intent is - 

  • Optional 

  • Prioritize 

  • Sticky 

  • None of the above 

Android web browser is based on 

  • Firefox 
     

  • Safari 
     

  • Open source Webkit 
     

  •  Chrome 

What is the use of content provider in Android? 

  • For storing the data in the database 

  • For sharing the data between applications 

  • For sending the data from an application to another application 

  • None of the above 

Which of the following class in android executes the task asynchronously 
with your service? 

  • SyncTask 
     

  •  AsyncTask 
     

  • Both of the above 
     

  • None of the above 

Which of these operating systems is used in the form of the Android sack’s 
base? 

  •  XML 
     

  • Java 
     

  •  Windows 
     

  •  Linux 

What is LastKnownLocation in android? 

  • To find the last location of a phone 
     

  • To find the known location of a phone 
     

  • To find the last known location of a phone. 
     

  •  None of the above 

How many threads are there in async Task in android? 

  • Only one 
     

  • Two
     

  •  AsyncTask doesn't have a tread 
     

  • None of the Abov3 

Which media format is not supported by Android? 

  • MIDI 
     

  •  AVI
     

  • MPEG 
     

  • AVI

ANR in android stands for - 

  • Application Not Reacting 
     

  •  Application Not Responding 
     

  • Application Not Rendering 
     

  •  None of the above 

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 in time. 
     

  •  None of the Above 

 In Android studio, which of the following callback is called when an 
activity starts interacting with the user? 

  • onDestroy 

  • onCreate 

  • onResume 

  • onStop 

Why don't we give MIN SDK as 1 in android? 

  • Android deprecated version 
     

  •  There is no value for 1 
     

  •  Android doesn't allow min version 1 
     

  •  None of the above 

Which of the following is the parent class of service? 

  • context 

  • object 

  • contextThemeWrapper 

  • contextWrapper 

APK stands for - 

  • Android Phone Kit 

  • Android Page Kit 

  • Android Package Kit 

  • None of the above 

What does API stand for? 

  • Application Programming Interface 

  • Android Programming Interface 

  • Android Page Interface 

  • Application Page Interface 

Which of the following is a dialog class in android? 

  • AlertDialog 

  • DatePicker Dialog 

  • ProgressDialog 

  • All of the above 

Which of these is NOT an APK file’s component? 

  • Dalvik executable 
     

  •  Native libraries 
     

  •  Resources 
     

  • None of the above 

What are the JSON elements in android? 

  • integer, boolean 
     

  •  boolean 
     

  •  null 
     

  • Number, string, boolean, null, array, and object 

Which of the following is the name of the Android version 1.5? 

  • Eclair 

  • Froyo 

  • Cupcake 

  • Donut 

How do you join two notifications in android? 

  • Give the same id for both notifications 
     

  •  Write notification code two times 
     

  •  It is not possible in android 
     

  • A & B 

Which of the following is not a nickname of any android version? 

  • Donut 

  • Muffin 

  • Honeycomb 

  • Cupcake 

Android is based on which of the following language? 

  • Java 

  • C++

  • None of the above 

What is an activity in android? 

  • android class 

  • android package 

  • A single screen in an application with supporting java code 

  • None of the above 

Which of the following is the name of the Android version 1.6? 

  • Eclair 

  • Froyo 

  • Cupcake 

  • Donut 

For which of the following Android is mainly developed? 

  • Servers 

  • Desktops 

  • Laptops 

  • Mobile devices 

Can a class be immutable in android? 

  • No, it can't 
     

  • Yes, Class can be immutable 
     

  • Can't make the class as final class 
     

  •  None of the above 

What is JSON in android? 

  • JavaScript Object Native 
     

  • Javascript Oriented Notation 
     

  •  Javascript Object Notation 
     

  • None of the Above 

In which state the activity is, if it is not in focus, but still visible on the 
screen? 

  • Stopped state 

  • Destroyed state 

  • Paused state 

  • Running state 

How many sizes are supported by Android? 

  • Android supported all sizes 
     

  •  Android does not support all sizes 
     

  • Android supports small, normal, large, and extra-large sizes 
     

  • Size is undefined in android 

AAPT stands for - 

  • Android Activity Packaging Tool 

  • Android Asset Packaging Tool 

  • Android Action Packaging Tool 

  • None of the above