Вы находитесь на странице: 1из 112

No.

QUESTION DIFF WEIGHTTYPE


1 OOPP paradigm based on the concept of Easy 1 Evaluation-A
2 Class often known as Easy 1 Evaluation-A
3 Functions often known as Easy 1 Evaluation-Android
4 objects have a notion of Easy 1 Evaluation-A
5 Objects can _____ with one another Easy 1 Evaluation-A
6 OOP first languages Easy 1 Evaluation-A
7 Android uses Easy 1 Evaluation-A
8 Defining web pages and handling the HTTPrequests using Easy 1 Evaluation-A
9 As a subcategory of web frameworks, view-layer frameworks often ___ Easy 1 Evaluation-A
10 Java web applications are Easy 1 Evaluation-A
11 Web-based software libraries provides Easy 1 Evaluation-A
12 OOP Concepts are Easy 1 Evaluation-A
13 Abstraction is the concept of Easy 1 Evaluation-A
14 Java are Easy 1 Evaluation-A
15 There are many ways to achieve abstraction in object oriented programmEasy 1 Evaluation-A
16 Abstraction in object oriented programming Easy 1 Evaluation-A
17 Encapsulation is the technique used to implement ____ in object orie Easy 1 Evaluation-A
18 Encapsulation in java is achieved using Easy 1 Evaluation-A
19 Encapsulation is used for access restriction to Easy 1 Evaluation-A
20 Access modifier ____ are used for encapsulation in object oriented pr Easy 1 Evaluation-A
21 Access modifier Easy 1 Evaluation-A
22 Polymorphism is the concept where an object behaves _____ in differentEasy 1 Evaluation-A
23 There are ___ types of polymorphism Easy 1 Evaluation-A
24 Polymorphism occur in Easy 1 Evaluation-A
25 Compile time polymorphism is achieved by Easy 1 Evaluation-A
26 Runtime polymorphism is implemented when we have __ relationship bEasy 1 Evaluation-A
27 Runtime polymorphism occur in Easy 1 Evaluation-A
28
___ has to override the superclass method for runtime polymorphism Easy 1 Evaluation-A
29
Subclass has to override the ___ method for runtime polymorphism Easy 1 Evaluation-A
30 If we are working in terms of superclass, the actual implementation classEasy 1 Evaluation-A
31 Compiler is not able to decide which class method will be invoked wh Easy 1 Evaluation-A
32 Dynamic method dispatch at Medium 1 Evaluation-A
33 This ___ is done at runtime Easy 1 Evaluation-A
34 Inheritance is the object oriented programming concept where an objecEasy 1 Evaluation-A
35 The object that is getting inherited is called Easy 1 Evaluation-A
36 Inheritance is the mechanism of code Easy 1 Evaluation-A
37 Superclass is Easy 1 Evaluation-A
38 The object that inherits the superclass is called Easy 1 Evaluation-A
39 We use ___ keyword in java to implement inheritance Easy 1 Evaluation-A
40 How many class can be extends for a class Easy 1 Evaluation-A
41 How many class can be implements for a class Easy 1 Evaluation-A
42 Association is the OOPS concept to define the ____ between objects Medium 1 Evaluation-A
43 Association defines the ____ between objects Easy 1 Evaluation-A
44 Aggregation is a special ___ of association Easy 1 Evaluation-A
45 In aggregation, objects have their own life cycle but there is an Medium 1 Evaluation-A
46 “HAS-A” relationship between objects and ownership then it’s a ___ of Easy 1 Evaluation-A
47 Composition is a ___ of aggregation Easy 1 Evaluation-A
48 Composition is a _____ form of aggregation Easy 1 Evaluation-A
49 Data type specifies Easy 1 Evaluation-A
50 Java language is ____ in its data types Easy 1 Evaluation-A
51 Data types in Java are classified into ___ types Easy 1 Evaluation-A
52 Primitive type— which include Easy 1 Evaluation-A
53 Array is a ___ type Easy 1 Evaluation-A
54 Non-primitive, which is not included Easy 1 Evaluation-A
55 An integer Easy 1 Evaluation-A
56 String is basically an _____ that represents sequence of char value Easy 1 Evaluation-A
57 ______ type is a double-precision 64-bit IEEE 754 floating point Easy 1 Evaluation-A
58 Data type should never be used for ____ such as currency Easy 1 Evaluation-A
59 There are _____ main categories of control flow statements Easy 1 Evaluation-A
60 Selection statements: Easy 1 Evaluation-A
61 Loop statements: Easy 1 Evaluation-A
62 Transfer statements: Easy 1 Evaluation-A
63 Use ____ when we want to change the default sequential order of execEasy 1 Evaluation-A
64 “if” statement in Java works _____ like in most programming languagesEasy 1 Evaluation-A
65 Using “if” you can choose to execute a specific block of code when a prEasy 1 Evaluation-A
66 Java provides _____ repetition statements/loop statements Easy 1 Evaluation-A
67 Repetitively performing a set of statements as long as the continuation Easy 1 Evaluation-A
68 looping statements are Easy 1 Evaluation-A
69 for statements perform the repetition Easy 1 Evaluation-A
70 while’ statements perform the repetition Easy 1 Evaluation-A
71 ‘do...while’ loop is ____ Easy 1 Evaluation-A
72 A ___ statement allows a variable to be tested for equality against a listEasy 1 Evaluation-A
73 In switch, each value is Easy 1 Evaluation-A
74 The ‘break’ statement in Java programming _____ usages Easy 1 Evaluation-A
75 The‘break’ statement is encountered inside then, the loop is
immediately Easy 1 Evaluation-A
76 The ‘continue’ keyword can be used in any of the ____ control structureEasy 1 Evaluation-A
77 For ‘continue’ keyword immediately _____ of the loop Easy 1 Evaluation-A
78 Method is a collection of ______ that are grouped together to perform Easy 1 Evaluation-A
79 Constructed data types you define yourself using Medium 1 Evaluation-A
80 A typedef can be used to assign a ____ to a specific type Medium 1 Evaluation-A
81 In java short, long , int all are called……….? Expert 1 Input,
Variables, Operations
82 What are the functionalities in asyncTask in Easy 1 Input,
android? Variables, Operations

83 What is the default value of int variable? Easy 1 Input,


84 Static binding uses which information for binding? Medium 1 Variables,
Input, Operations
85 Which of the following is a marker interface? Hard 1 Variables,
Input, Operations
86 Size of an integer can be……? Easy 1 Variables,
Input, Operations
87 As an Android programmer, what version of Android should Easy 1 Variables,
Input, Operations
88 youuse
What isastheyour
JSONminimum development
exception in android?target? Hard 1 Variables,
Input, Operations
89 How many levels of securities are there in android? Expert 1 Variables,
Input, Operations
90 Which of these is used to perform all input & output operations in Medium 1 Variables,
Input, Operations
91 Java? of these classes are used by Byte streams for input and
Which Medium 1 Variables,
Input, Operations
output operation? Variables, Operations
92 Which exception is thrown by read() method? Medium 1 Input,
93 Which of these class is used to read characters and strings in Java Medium 1 Variables,
Input, Operations
94 from console?
Which of these class is implemented by FilterInputStream class? Medium 1 Variables,
Input, Operations
95 Which of these method of class StringBuffer is used to reverse Easy 1 Variables,
Input, Operations
96 sequence
What are theof characters?
functionalities in asyncTask in android? Hard 1 Variables,
Input, Operations
97 If the UI begins to behave sluggishly or crash while making Hard 1 Variables,
Input, Operations
98 network calls, this is likely due to…
What is contained within the manifest xml file? Hard 1 Variables,
Input, Operations
99 What type of language java is? Medium 1 Variables,
Input, Operations
100 What us the size of int in android? Easy 1 Variables,
Input, Operations
101 What is the smallest int type? Medium 1 Variables,
Input, Operations
102 Android is licensed under which open source licensing Hard 1 Variables,
Input, Operations
103 license?
What was the first phone released that ran the Android OS? Medium 1 Variables,
Input, Operations
104 Which of these classes are used by character streams for input and Medium 1 Variables,
Input, Operations
105 output of
Which operations?
these classes are used by Byte streams for input and Medium 1 Variables,
Input, Operations
106 output of
Which operation?
these class is used to create an object whose character Easy 1 Variables,
Input, Operations
107 sequence is mutable?
Which of these classes are used by character streams output Easy 1 Variables,
Input, Operations
108 operations?
Is it possible activity without UI in android? Easy 1 Variables,
Input, Operations
109 If you want share the data across the all applications ,you should Hard 1 Variables,
Input, Operations
110 go for?developing for the Android OS, Java byte code is compiled Hard
When 1 Variables,
Input, Operations
111 Which component is not activated by an Intent? Hard 1 Variables,
Input, Operations
112 What is Parent class of Activity? Medium 1 Variables,
Input, Operations
113 What was the main reason for replacing the Java VM with the Easy 1 Variables,
Input, Operations
114 Dalvik VM when the project began?
Which piece of code used in Android is not open source? Medium 1 Variables,
Input, Operations
115 Which among these are NOT a part of Android’s native libraries? Easy 1 Variables,
Input, Operations
116 How many primtive datatype in android? Hard 1 Variables,
Input, Operations
117 Which type autometic conversion will possible? Hard 1 Variables,
Input, Operations
118 What is the size of short variable? Expert 1 Variables,
Input, Operations
119 A type of service provided by android that Medium 1 Variables,
Input, Operations
120 shows messages
Although and alerts
most people’s tothought
first user is….?
when they think of Android Expert 1 Variables,
Input, Operations
121 isGoogle,
What does Android is notfor?
AWT stands actually owned by Google. Who owns Easy 1 Variables,
Input, Operations
Variables, Operations
122 Which of these is a type of stream in Java? Medium 1 Input,
123 How to store heavy structured data in android? Easy 1 Variables,
Input, Operations
Variables, Operations

124 What is APK in android? Easy 1 Input,


125 Status data will be exposed to the rest of the Android system via Hard 1 Variables,
Input, Operations
126 whichinstalled
Once one ? on a device, each Android application lives Medium 1 Variables,
Input, Operations
127 in_______?
You can shut down an activity by calling its _______ method Medium 1 Variables,
Input, Operations
128 When contentProvider would be activated? Hard 1 Variables,
Input, Operations
129 How many ways to start services? Easy 1 Variables,
Input, Operations
130 Creating a UI (User Interface) in Android requires careful use of? Expert 1 Variables,
Input, Operations
131 What is the name of XML file that contains all the text that your Expert 1 Variables,
Input, Operations
132 application
When uses? is not in focus, but still visible on the screen it isEasy
the activity 1 Variables,
Input, Operations
133 in?
The Emulator is identical to running a real phone EXCEPT when Medium 1 Variables,
Input, Operations
134 emulating/simulating
What is the name of the what?
program that converts Java byte code into Medium 1 Variables,
Input, Operations
135 Dalvik byte code?
Which of the following is not an valid Expert 1 Variables,
Input, Operations
136 declaration of an array?
For which of the following data types the Medium 1 Variables,
Input, Operations
137 ValueOf() method is NOT overloaded in
Which method is handled Requests from Content Provider class? Hard 1 Variables,
Input, Operations
138 What Android component that manages appearance and format Expert 1 Variables,
Input, Operations
139 on screenlibrary
Android ? that provides access to UI Easy 1 Variables,
Input, Operations
140 pre-built elements such as buttons, lists,
What is the main difference between set and list in android? Easy 1 Variables,
Input, Operations
141 Which of these class is used to read from byte array? Medium 1 Variables,
Input, Operations
142 Which of these is used to read a string from the input stream? Medium 1 Variables,
Input, Operations
143 Which of these class contains the methods print() & println()? Medium 1 Variables,
Input, Operations
144 Which of these methods can be used to writing console output? Easy 1 Variables,
Input, Operations
145 What are the wake locks available in android? Easy 1 Variables,
Input, Operations
146 Fragment in Android can be found through Easy 1 Variables,
Input, Operations
147 How do you join two notifications in android? Easy 1 Variables,
Input, Operations
148 How to move services to foreground in android? Hard 1 Variables,
Input, Operations
149 The fields in an interface are implicitly specified as…? Hard 1 Variables,
Input, Operations
150 What does AOAP stands for? Hard 1 Variables,
Input, Operations
151 Which of these are not one of the three main components of the A Hard 1 Variables,
Input, Operations
152 How does Gargenta approach the problem of the app acting Hard 1 Variables,
Input, Operations
153 sluggishly due to network latency?
Which of the following is NOT a state in the lifecycle of a service?Hard 1 Variables,
Input, Operations
154 Which one is NOT related to fragment class? Hard 1 Variables,
Input, Operations
155 What are the indirect Direct subclasses of Activity? Easy 1 Variables,
Input, Operations
156 What are the indirect Direct subclasses of Services? Expert 1 Variables,
Input, Operations
157 Which are the screen densities in Android? Easy 1 Variables,
Input, Operations
158 What are the Direct subclasses of Activity? Expert 1 Variables,
Input, Operations
159 W is the dialog classes in android? Expert 1 Variables,
Input, Operations
160 While developing Android applications, developers can test their aMedium 1 Variables,
Input, Operations
Variables, Operations
161 Icon and
Decision
to create image as an app icon it should be stored in Easy 1
making
Control
162 Icon and
Decision
the android platform supports __ broad categories of sensors Easy 1
making
Control
163 Which of these method of class StringBuffer is used to reverse
Easy 1 Evaluation-
sequence of characters?
164 What operating system is used as the base of Android stack? Easy 1 Evaluation-
165 In android studio, currently open file location can be shown by Easy 1 Evaluation-
166 A type of layout element that allows its children relative position dEasy 1 Evaluation-
167 Icon and
android:layout_centerHorizontal="true" is define that view Decision
Easy 1
will appear horizontally at making
Control
168 Which of these class is used to create an object whose character
Easy 1 Evaluation-
sequence is mutable?
169 Which of these classes are used by character streams output
Easy 1 Evaluation-
operations?
170
Is it possible activity without UI in android? Easy 1 Evaluation-
171 What year was development on the Dalvik virtual machine started Easy 1 Evaluation-
172 In android studio, tab in which memory usage of app is shown is caEasy 1 Evaluation-
173 Tab that shows system and error messages is Easy 1 Evaluation-
174 Icon and
Decision
to change app icon color which xml file it should be defined Easy 1
making
Control
175
How to store heavy structured data in android? Easy 1 Evaluation-

176
What is APK in android? Easy 1 Evaluation-
177 The emulator is identical to running a real phone expect when emulEasy 1 Evaluation-
178 In android studio, service that provides client-server interface is Easy 1 Evaluation-
179 Which method downloads content in Async Task? Easy 1 Evaluation-
180 JSON reader is __. Fill the gap Easy 1 Evaluation-
181 Which of these methods can be used to writing console output? Easy 1 Evaluation-
182
What are the wake locks available in android? Easy 1 Evaluation-
183
Fragment in Android can be found through Easy 1 Evaluation-

184
How do you join two notifications in android? Easy 1 Evaluation-
185 Which one is a android state? Easy 1 Evaluation-
186 What is the name of the AI inside Android? Easy 1 Evaluation-
187 Android is based on Linux for the followoing reasons Easy 1 Evaluation-
188 Broadcast that displays information of low battery Easy 1 Evaluation-
189 Required android tools for development is called Easy 1 Evaluation-
190 Icon and
Decision
to declare app name where it should be written Expert 1
making
Control
191 Icon and
android:layout_below="@+id/imageView" is used to Decision
Expert 1
define that the view will appear making
Control
192 What is a base adapter in android? Expert 1 Evaluation-
193 Which method to use for copying data into clipbord? Expert 1 Evaluation-
194 The R file is a generated file Expert 1 Evaluation-
195 An activity can be thought of as corresponding to what? Expert 1 Evaluation-
196 In which way , JSON reader permits to read string values? Expert 1 Evaluation-
197 Icon and
to create a view as big as its parent view which property should Decision
Expert 1
be used making
Control
198 Icon and
From which API level the view property "fill_parent" is Decision
Expert 1
depreacated and replaced it by "match_parent" making
Control
199 To create a unit of code within a method signature that can be exte Expert 1 Evaluation-
200 What is a Sticky Intent? Expert 1 Evaluation-
201 What role does Dalvik play in Android development? Expert 1 Evaluation-
202 Icon and
Which file the activity name should be declared to start as launch Decision
Expert 1
activity when app is running? making
Control
203 Android library that provides access to content, its publishing a Expert 1 Evaluation-
204 Icon and
first which method used to instantiate Decision
Hard 1
the object of SensorManager class making
Control
205 Icon and
Decision
android:layout_width="wrap_content" is used to define view widt Hard 1
making
Control
206
What are the functionalities in asyncTask in android? Hard 1 Evaluation-
207 Which method updates the percent progress in Async Task? Hard 1 Evaluation-
208
If you want share the data across the all applications ,you should
Hard 1 Evaluation-
go for?

209 What is the functionality of MODE_WORLD_WRITEABLE in shar


Hard 1 Evaluation-
210 Icon and
Decision
the basic attribute of RadioButton is___ Hard 1
making
Control
211 To generate custom intents in android, method is used is Hard 1 Evaluation-
212 Which method works to read next element from JSON array? Hard 1 Evaluation-
213
How to move services to foreground in android? Hard 1 Evaluation-

214
The fields in an interface are implicitly specified as…? Hard 1 Evaluation-
215
What does AOAP stands for? Hard 1 Evaluation-
216 Which of these are not one of the three main components of the
Hard 1 Evaluation-
APK?
217 Icon and
Decision
which file should be define minSDK and target SDK version Medium 1
making
Control
218 Icon and
Decision
android:id="@+id/textView2" it define Medium 1
making
Control
219
Which exception is thrown by read() method? Medium 1 Evaluation-
220
Which of these class is used to read characters and strings in Java
Medium 1 Evaluation-
from console?

221
Which of these class is implemented by FilterInputStream class? Medium 1 Evaluation-
222 Which method is used for garbage collection? Medium 1 Evaluation-
223 To minimize loss, how large numeric values should be written in Medium 1 Evaluation-
224 To maintain precision, how large numeric values should be read i Medium 1 Evaluation-
225 What is the "Result" parameter type of Async Task? Medium 1 Evaluation-
226 Icon and
to create image as an app icon which file it's source path should Decision
Medium 1
be stored in making
Control
227 Which of these classes are used by character streams for input
and Medium 1 Evaluation-
output operations?
228 Which of these classes are used by Byte streams for input and
Medium 1 Evaluation-
output operation?
229 Which among these are NOT a part of Andriod native libraries Medium 1 Evaluation-
230 A class that allows to display messages on logcat windows is Medium 1 Evaluation-
231 In android studio, callback that is when activity is no longer visibleMedium 1 Evaluation-
232 How many JSON streams a JSON reader should read? Medium 1 Evaluation-
233 Icon and
to uniquely defined every view by it's id of Decision
Medium 1
Xml component which method skould be used? making
Control
234 Which of these are not one of the three main componenet of the A Medium 1 Evaluation-
235 What is the "Params" parameter type of Async Task? Medium 1 Evaluation-
236 Icon and
Decision
which sensor android platform support ? Medium 1
making
Control
237
Which of these class is used to read from byte array? Medium 1 Evaluation-
238 Which of these is used to read a string from the input stream? Medium 1 Evaluation-
239
Which of these class contains the methods print() & println()? Medium 1 Evaluation-

240 What is the "Progress" parameter type of Async Task? Medium 1 Evaluation-
241 How to declare an integer array in Android Medium 1 Evaluation
242 How to Assign a single value to a fixed position of an a Medium 1 Evaluation
243 How to assign multiple values to an array Hard 1 Evaluation
244

Which class contains various methods for manipulating arHard 1 Evaluation


245 What is the function of static <T> List<T> asList(T... a) Hard 1 Evaluation
246
A type of service provided by android that allows sharingEasy 1 Evaluation
247 What data types are supported by AIDL? Easy 1 Evaluation
248 Which of the following Java classe related to the use of Medium 1 Evaluation
249 Which of the following is correct for array in android Easy 1 Evaluation
250 An ARRAYLIST in android is variable length data structEasy 1 Evaluation
251

WHICH OF THE FOLLOWING METHODS IS BETTER


Expert 1 Evaluation
252
Android library that provides access to UI pre-built elemen
Hard 1 Evaluation
253 Which one is NOT related to fragment class? Easy 1 Evaluation
254 Which provides more advantages Medium 1 Evaluation
255 Which accept any type of content within its cell without Medium 1 Evaluation
256 What are the Direct subclasses of Activity? Easy 1 Evaluation
257 What is contained within the manifest xml file? Easy 1 Evaluation
258 Which of the following can be used to bind data from an Medium 1 Evaluation
259 What is the main difference between set and list in androEasy 1 Evaluation
260 What are the functionalities of HTTP Client interface in Easy 1 Evaluation
261 What is an HTTP client class in android? Easy 1 Evaluation
262 How to get current location in android? Easy 1 Evaluation
263 Lists and adapters are more organizational aids than user Medium 1 Evaluation
264 Which is the correct explanation of ListView? Easy 1 Evaluation
265 The values of which of the following classes cannot be mEasy 1 Evaluation
266
Which of the following is not a ContentProvider
provided natively by Android?

Easy 1 Evaluation
267 In which Activity life-cycle method you should do all of yEasy 1 Evaluation
268 Which of the following best explains the Android option Easy 1 Evaluation
269 Which of the following applies a context menu on a List Easy 1 Evaluation
270 Which of the following methods updates a ListView whenHard 1 Evaluation
271 What does the following code achieve? Intent intent = new Expert 1 Evaluation
272 What is a base adapter in android? Easy 1 Evaluation
273 Android doesn't support which format. Easy 1 Evaluation
274 Web browser available in android is based on Easy 1 Evaluation
275 Is list data type supported by AIDL? Easy 1 Evaluation
276

Which of the following is true about object


arrayAdapter declared in the code below?

String[] items = {"Item 1","Item 2","Item 3");

ArrayAdapter<String> arrayAdapter = new


ArrayAdapter<String>(this,
android.R.layout.simple_list_item_1, items);

listView.setAdapter(arrayAdapter); Expert 1 Evaluation


277 Which of the following is NOT a correct constructer for Hard 1 Evaluation
278 Which of the following add a click listener to items in a Hard 1 Evaluation
279 Which of the following is NOT a correct constructer for Hard 1 Evaluation
280 To create a customized Adapter for a compound list item Hard 1 Evaluation
281 Which of the following makes a ListView Clickable? Medium 1 Evaluation
282 in which Activity life-cycle method you should do all of yMedium 1 Evaluation
283 Which of the following browser android support? Easy 1 Evaluation
284 RecyclerView does not contain setOnItemClickListener aHard 1 Evaluation
285 What is ListView? Medium 1 Evaluation
286 The list items are automatically inserted to the list using Medium 1 Evaluation
287

How to initialize a adapter (ArrayAdapter) Expert 1 Evaluation


288

How to connect a adapter ((ArrayAdapter)) to a ListViewExpert 1 Evaluation


289

How to create a static array of strings in Android

Expert 1 Evaluation
290

How to print an array in Android Log output

Expert 1 Evaluation
291

How to Define a String Array Resources Using String ReExpert 1 Evaluation


292

How to Load a String Array Resources ProgrammaticallyExpert 1 Evaluation


293

How to Reference an Array Resources in Simple SpinnerExpert 1 Evaluation


294

How to Define a ListView in xml file Expert 1 Evaluation


295
What is the class name of List in android Hard 1 Evaluation
296

Which of the following is valid to store a string (R.string)


Hard 1 Evaluation
297

How to initialize a new ArrayAdapter using a constructorHard


t 1 Evaluation
298

How to call setAdapter() on your ListView object after crExpert 1 Evaluation


299 What is the name of the base class for dialogs Easy 1 Evaluation
300 A dialog that can show a title, up to three buttons, a list Easy 1 Evaluation
301
Which dialog class shows a dialog with a progress bar. Easy 1 Evaluation
302 Which is used in a layout if you want to indicate loadingEasy 1 Evaluation
303

What are the functionalities of Dialog classes Easy 1 Evaluation


304 Which class provides all controls required to create a dia Easy 1 Evaluation
305 Which class allows you to reuse a dialog's UI as an em Easy 1 Evaluation
306

How to create an AlertDialog Hard 1 Evaluation


307
How to create an AlertDialog object Hard 1 Evaluation
308
How to return an AlertDialog object Hard 1 Evaluation
309

How to show a dialog in a figure Hard 1 Evaluation


310

Which Class provides APIs that allow you to create an AlHard 1 Evaluation
311

How to Instantiate an AlertDialog.Builder with its constr Hard 1 Evaluation


312

How to Get a AlertDialog from create() Hard 1 Evaluation


313

When onListItemClick method will be called Hard 1 Evaluation


314

How to declare onListItemClick method Expert 1 Evaluation


315

What is the general structure of switch in android Expert 1 Evaluation


316
What is An Intent in android Easy 1 Evaluation
317

What is An Activity Medium 1 Evaluation


318

Whan is A Service Medium 1 Evaluation


319 How many types of Intent are Easy 1 Evaluation
320 Which of the followings are intent type Medium 1 Evaluation
321

What is the name of the activity allows itself to be start Medium 1 Evaluation
322
What if Flags in Intent Hard 1 Evaluation
323

Which of the following is an activity declaration with an Expert 1 Evaluation


324

What is the function of ACTION_MAIN Medium 1 Evaluation


325

How to create a Intent launching the Browser From YourMedium 1 Evaluation


326

Which of the following is done to enable Web Searches Medium 1 Evaluation


327

What is the function of Layout Easy 1 Evaluation


328
Which objects are responsible to build all elements in a l Easy 1 Evaluation
329
a ViewGroup is Easy 1 Evaluation
330

The syntax for an ID, inside an XML tag is: Medium 1 Evaluation
331
What is the name of the APIs used to play audio and video
Medium 1 Evaluation
332 What is retrofit android ? Easy 1 Evaluation-A
333 What is the aim of Retrofit? Easy 1 Evaluation-A
334 What is by default being leaveraged by Retrofit 2? Medium 1 Evaluation-A
335 In which, OkHttp works as a networking layer? Hard 1 Evaluation-A
336 What is Volley? Medium Evaluation-A
337 What is the advantage of volley in android? Medium Evaluation-A
338 Which service isn't offered by Volley? Hard Evaluation-A
339 Which service is offered by Volley? Expert Evaluation-A
340 UI is populated by Volley using __ fill the gap Medium Evaluation-A
341 How a page of search is fetched by Volley? Hard Evaluation-A
342 Which uses HTTP as an underlying protocol? Medium Evaluation-A
343 Which are methods of HTTP ? Easy Evaluation-A
344 Which method of HTTP requests data? Easy Evaluation-A
345 Which method of HTTP submits data? Easy Evaluation-A
346 Which method of HttpURLConnection obtain a new HttpURLConnectioHard Evaluation-A
347 What are included in URI. Request headers metaData? Medium Evaluation-A
348 With which, instances of URLConnection class must be initialized if theMedium Evaluation-A
349 Which method returns the stream which is used by URLConnection classHard Evaluation-A
350 Which isn't imcluded in response headers metadata? Hard Evaluation-A
351 Which are included in response headers metadata? Medium Evaluation-A
352 What is returned by getInputStream if response has no body? Medium Evaluation-A
353 Which method closes the HTTPURLConnection? Medium Evaluation-A
354 How many redirects HttpURLConnection will follow up to? Hard Evaluation-A
355 Which method configures the connection for uploading data to a web serMedium Evaluation-A
356 When body length of data is known, which method should be called wheMedium Evaluation-A
357 When body length of data is not known, which method should be called Medium Evaluation-A
358 InputStream and OutputStream returned by HttpURLConnnection class ar Easy Evaluation-A
359 What HttpURLConnection class should do for reducing latency? Medium Evaluation-A
360 HTTP connections may be held __ longer than necessary. Fill the gap Easy Evaluation-A
361 What the disconnect method of HTTP connection might return? Easy Evaluation-A
362 What type of compression is requested by the HttpURLConnection to theMedium Evaluation-A
363 Which method of HttpURLConnection is used for data decompression? Medium Evaluation-A
364 How Gzip compression can be disabled? Medium Evaluation-A
365 What getInputStream returns when the string is exhausted? Hard Evaluation-A
366 Which method returns the number of bytes transferred? Medium Evaluation-A
367 Which method tests connection redirection? Medium Evaluation-A
368 Which method triggers the receiving of response headers? Hard Evaluation-A
369 Which class includes all extensible cookie manager ? Expert Evaluation-A
370 Where the default cookie manager keeps all the accepted cookies? Medium Evaluation-A
371 What the cookies must have set to be included in headers? Medium Evaluation-A
372 What is the cookie version should be set for compatibility with most ser Medium Evaluation-A
373 Which method is used by HttpURLConnection by default? Medium Evaluation-A
374 Which method causes the HttpURLConnection to use POST method ? Hard Evaluation-A
375 Which method is used to use a proxy? Medium Evaluation-A
376 Which version of android includes a response cache? Medium Evaluation-A
377 With what type of servers, new instances of cookies work? Hard Evaluation-A
378 What should be Implemented to define a custom cookie store? Hard Evaluation-A
379 Which one is a HTTP method? Medium Evaluation-A
380 Which one is not a HTTP method? Medium Evaluation-A
381 In array handling of JSON streams which method should be called first?Hard Evaluation-A
382 In array handling of JSON streams which method should be called to reaHard Evaluation-A
383 In object handling of JSON streams which method should be called first Hard Evaluation-A
384 In object handling of JSON streams which method should be called to reHard Evaluation-A
385 Which method is common in both array handling and object handling ofMedium Evaluation-A
386 When an unknown name is encountered, what strict parsers should do? Hard Evaluation-A
387 Which method checks if a value is null? Easy Evaluation-A
388 Which method consumes null literals? Easy Evaluation-A
389 Which method sorks alike nextNull? Medium Evaluation-A
390 How JSON reader reads numeric values? Expert Evaluation-A
391 In which way , JSON reader permits to read string values? Expert Evaluation-A
392 Which method works to read next element from JSON array? Hard Evaluation-A
393 To minimize loss, how large numeric values should be written in JSON?Medium Evaluation-A
394 To maintain precision, how large numeric values should be read in JSO Medium Evaluation-A
395 How many JSON streams a JSON reader should read? Medium Evaluation-A
396 JSON reader is __. Fill the gap Easy Evaluation-A
397 Which one helps us to perform background tasks without altering threadMedium Evaluation-A
398 Which method is invoked on Uithread before any task is executed? Medium Evaluation-A
399 How many kinds of parameters are there for Async Task? Medium Evaluation-A
400 What is the "Params" parameter type of Async Task? Medium Evaluation-A
401 What is the "Progress" parameter type of Async Task? Medium Evaluation-A
402 What is the "Result" parameter type of Async Task? Medium Evaluation-A
403 Which method downloads content in Async Task? Easy Evaluation-A
404 Which method updates the percent progress in Async Task? Hard Evaluation-A
405 Which method computes the total number of bytes in Async Task? Easy Evaluation-A
406 Who is responsible for handling messages and runables? Medium Evaluation-A
407 What the "@Path" annotation in retrofit denotes for? Medium Evaluation-A
408 What the "@Query" annotation in retrofit denotes for? Medium Evaluation-A
409 What the "@Body" annotation in retrofit denotes for? Medium Evaluation-A
410 Headers can be added to a request using an Interceptor Medium Evaluation-A
411 Which of the following is not an extra field in android email? Medium Evaluation-A
412

What is SQLite? Easy 1 Android


413 What is the meaning of Self Contained? Medium 1 Android
414 What is SQLite transaction? Hard 1 Android
415 SQLite is written in Expert 1 Android
416 What does mean of DDL? Hard 1 Android
417 What is the command of DDL? Medium 1 Android
418 What is SQLiteManager? Easy 1 Android
419 What does the mean Of DQL? Easy 1 Android
420 What is the command for DQL? Expert 1 Android
421 Which of the following command is “DROP”? Hard 1 Android
422 Which of the following meaning is DML? Medium 1 Android
423
<standard_prefix>://<authority>/<data_path>/<id>
What you will write in place of <standard_prefix>?
Hard 1 Android
424

Choose the correct option according to the given option.


Statement 1: A content provider behaves very much like a database —
you can query it, edit its content, as well as add or delete content.

Statement 2: Content providers let you centralize content in one place


and have many different applications access it as needed.

Statement 3: A content provider does not provide the facility to


centralize content.

Hard 1 Android
425 Which of the following is the meaning of “CRUD”? Expert 1 android
426
If you want to share the data from one application to other
applications,
which of the following you will use?
Easy 1 Android
427
To share data across packages in Android which one you will prefer? Hard 1 Android
428 Identifies data in a provider- Medium 1 Android
429 Which of the following statement is True? Easy 1 Android
430
For Creating your own content provider which class you will prefer? Medium 1 Android
431 How many frequency of Applet? Medium 1 Android
432 What is the uses of cursor loader? Medium 1 Android
433 What is/are storage option available in android? Expert 1 Android
434 What is Loader? Hard 1 Android
435 Why does loader run on separate thread? Easy 1 Android
436 How does the Loaders simplify a thread management? Hard 1 Android
437 What does we do to prevent duplicate queries? hard 1 Android
438 Which of the following statement is true? Expert 1 Android
439 Characteristics of the Loaders? Easy 1 Android
440 What is cloud storage? easy 1 Android
441 What touse Google security to file uploads and downloads for your
Firebase apps? Medium 1 Android
442 What will you use to store images, audio, video, or other user-
generated content? Medium 1 Android
443 What will use to access the same files on the server? Midium 1 Android
444 What is SDK? Easy 1 Android
445 The Firebase Real-time database is a- Hard 1 android
446

What is Fairbase Real-time database? Easy 1 Android


447 How we can store firebase? Expert 1 Android
448 The Realtime Database provides Medium 1 Android
449 The Realtime Database example is Easy 1 Android
450 “JSON” stands for Expert 1 Android
451 Firebase Authentication provides- Medium 1 Android
452 FCM stands for Hard 1 Android
453 What is FCM? Hard 1 Android
454 Which one is use of sending notification messages to drive user re-
engagement and retention? Easy 1 Android
455 What is Google Analytics for Firebase? Medium 1 Android
456 Which of the following statement is true? Easy 1 Android
457
How many distinct events that you can define using the Firebase SDK? Easy 1 Android
458 How does analytics work? Hard 1 Android
459 How many types of Google Analytics for firebase? Medium 1 Android
460 Analytics reports help- Easy 1 Android
461 What is AdMob? Hard 1 Android
462 How AdMob can be displayed? Expert 1 Android
463 Admob uses – Medium 1 Android
464 Which helps app developers gain insights about their users, drive more
in-app purchases, and maximize ad revenue. Medium 1 Android
465 Apps can import the Google Mobile Ads SDK with a Gradle
dependency that points to_______________ repository Expert 1 Android
466 Google Mobile Ads SDK support across- Easy 1 Android
467 Which is a technical discussion regarding the Android Google Mobile
Ads SDK in google play service Easy 1 Android
468 What is Unity and Cocos2d-x? Easy 1 Android
469 Once installed on a device, each Android application lives in_________ Medium 1 Android
470 What are the Direct subclasses of Activity? Medium 1 Android
471 When content Provider would be activated? Medium 1 Android
472 What is the function of AdMob? Easy 1 Android
473 How Ads can be displayed using AdMob? Expert 1 Android
474 What is the unique identifier of AdMob Account? Hard 1 Android
475 What does AdMob use? Easy 1 Android
476 How Google Mobile Ads SDK helps app developers? Expert 1 Android
477 What type of information Mobile Ads SDK collect? Hard 1 Android
478 How Google Mobile Ads SDK helps app developers? Expert 1 Android
479 Which uses the path part of the content uri developers? Medium 1 Android
480 What does Content Uri identifies? Easy 1 Android
481 Why projection is used? Easy 1 Android
482 What does selection command specifies? Easy 1 Android
483
What type of dependency is required to import an android app? Easy 1 Android
484 What does google analytics provide for firebase? Easy 1 Android
485 What is google analytics? Easy 1 Android
486 How many features provide when you use the Firebase SDK? Medium 1 Android
487
Which of the following features is integrated with Google Analytics? Medium 1 Android
488 How google analytics help you to make your app better? Expert 1 Android
489 What does FCM stands for? Easy 1 Android
490 What does Firebase Authentication provide? Hard 1 Android
491 What does Firebase Authentication Supports? Hard 1 Android
492 Which IDE is used for Android development? Easy 1 Evaluation-A
493 What is the name of Android version 8? Easy 1 Evaluation-A
494 What is the API level of Oreo? Easy 1 Evaluation-A
495 Which level allows high level interaction with andoird system? Medium 1 Evaluation-A
496 Which language is used for native Android development? Easy 1 Evaluation-A
497 Which one is a OOP feature? Easy 1 Evaluation-A
498 What is Excapsulation? Easy 1 Evaluation-A
499 What is abstraction? Easy 1 Evaluation-A
500 What is polymorphism? Easy 1 Evaluation-A
501 What is aggregation? Medium 1 Evaluation-A
502 Which is the type of data-types? Easy 1 Evaluation-A
503 Which is a transfer statement? Medium 1 Evaluation-A
504 Which is a selection statement? Medium 1 Evaluation-A
505 What is the type of double? Easy 1 Evaluation-A
506 Which component belongs to Android architecture? Medium 1 Evaluation-A
507 Which notification style does Android support? Easy 1 Evaluation-A
508 What is An android manifest file? Easy 1 Evaluation-A
509 What does ADT stands for? Easy 1 Evaluation-A
510 Which tool can be found inside ADT? Hard 1 Evaluation-A
511 What is toast notification? Easy 1 Evaluation-A
512 What is ADB? Medium 1 Evaluation-A
513 What is shared preferences in android? Medium 1 Evaluation-A
514 What is the name of the Andoid core? Easy 1 Evaluation-A
515 Where layouts are placed in android? Medium 1 Evaluation-A
516 Which one is an Android exception? Easy 1 Evaluation-A
517 Which one is the storage available in android? Easy 1 Evaluation-A
518 What is singleton class in android? Medium 1 Evaluation-A
519 What is Android ? Easy 1 Evaluation-A
520 Which kernal is used in android? Easy 1 Evaluation-A
521 What is Android activity? Easy 1 Evaluation-A
522 What is the category of Android GUI element? Medium 1 Evaluation-A
523 Which files describe GUI layouts? Easy 1 Evaluation-A
524 How many layers are there in Android architecture? Easy 1 Evaluation-A
525 Which android layer handles keyboard driver? Hard 1 Evaluation-A
526 Who originally developed Android? Medium 1 Evaluation-A
527 Who launched first Android Phone? Medium 1 Evaluation-A
528 What is widgets? Easy 1 Evaluation-A
529 What is Android Services? Easy 1 Evaluation-A
530 When Google bought Android? Easy 1 Evaluation-A
531 Which one of these is used to make a Toast message? Medium 1 Evaluation-A
532 Which one of these is an Android feature? Easy 1 Evaluation-A
533 Where to put permissions for special purposes? Easy 1 Evaluation-A
534 Which class is required to get the location? Medium 1 Evaluation-A
535 Which devices support Android? Easy 1 Evaluation-A
536 What is AVD? Easy 1 Evaluation-A
537 What is drawable folder in android? Easy 1 Evaluation-A
538 What is a ContentProvider? Hard 1 Evaluation-A
539 What type of gestures do Android support? Easy 1 Evaluation-A
540 Which listener to use for detecting Gesture? Medium 1 Evaluation-A
541 What is the use of broadcast receivers in Android? Medium 1 Evaluation-A
542 When to use putExtra()? Easy 1 Evaluation-A
543 What is the name of first Android version? Easy 1 Evaluation-A
544 Which one of these is a feature of android? Easy 1 Evaluation-A
545 What are the life cycle methods of android activity? Easy 1 Evaluation-A
546 Explain the use of 'bundle' in android? Medium 1 Evaluation-A
547 Can the bytecode be written in java be run on android? Easy 1 Evaluation-A
548 What is the implicit intent in android? Easy 1 Evaluation-A
549 What is AAPT? Medium 1 Evaluation-A
550 What is NDK? Medium 1 Evaluation-A
551 Which class is required for multithreading? Medium 1 Evaluation-A
552 What is the functionality of LinearLayout? Hard 1 Evaluation-A
553 What is the functionality of RelativeLayout ? Hard 1 Evaluation-A
554 What is the functionality of ConstraintLayout ? Hard 1 Evaluation-A
555 What is the functionality of FrameLayout? Hard 1 Evaluation-A
556 Which one is a depricated layout? Hard 1 Evaluation-A
557 How to go back to previous activity? Hard 1 Evaluation-A
558 What is a context in android ? medium 1 Evaluation-A
559 What is a base adapter in android? Expert 1 Evaluation-A
560 How to fix crash using log cat in android? medium 1 Evaluation-A
561 How many levels of securities are there in android? Expert 1 Evaluation-A
562 What is the main difference between set and list in android? Hard 1 Evaluation-A
563 What is SQLite? Easy 1 Evaluation-A
564 What is ANR? Hard 1 Evaluation-A
565 Which one is a android state? Easy 1 Evaluation-A
566 What role does Dalvik play in Android development? Expert 1 Evaluation-A
567 Which method is used for garbage collection? Medium 1 Evaluation-A
568 What is the functionality of MODE_WORLD_WRITEABLE in shared prefeHard 1 Evaluation-A
569 Which method to use for copying data into clipbord? Expert 1 Evaluation-A
570 What is the name of the AI inside Android? Easy 1 Evaluation-A
571 What is a Sticky Intent? Expert 1 Evaluation-A
572 Which one is the offcial language for Android? 1 Evaluation-A
573
Which one is the official integrated development environment (IDE) for
Google's
Android operating system? 1 Evaluation-A
574 Android studio is built in __________ 1 Evaluation-A
575 Android studion is a replacement for _______ 1 Evaluation-A
576 Eclipse IDE provides ________________ controls. 1 Evaluation-A
577 Which windows version is suitable for android studio? 1 Evaluation-A
578 Which windows version is suitable for android studio? 1 Evaluation-A
579
What is the minumum ram needed for Android studio in Windows? 1 Evaluation-A
580
How much ram is recommended for Android studio in windows? 1 Evaluation-A
581 How much ram is needed for Android emulator in windows? 1 Evaluation-A
582 What is the minimum disk space needed for Android studio in
windows? 1 Evaluation-A
583
How much disk space is recommended for Android studio in windows? 1 Evaluation-A
584 Minimum screen resolution needed for Android studio in windows
__________ 1 Evaluation-A
585 1 Evaluation-Android
586 Which mac version is suitable for android studio? 1 Evaluation-A
587 1 Evaluation-Android
588 What is minumum ram needed for Android studio in mac? 1 Evaluation-A
589 How much ram is recommended for Android studio in mac? 1 Evaluation-A
590 How much ram is needed for Android emulator in mac? 1 Evaluation-A
591
What is the minimum disk space need for Android studion in mac? 1 Evaluation-A
592
How much disk space is recommended for Android studio in mac? 1 Evaluation-A
593 Minimum screen resolution needed for Android studio in mac is
__________ 1 Evaluation-A
594 1 Evaluation-Android
595 What is the minumum ram needed for Android studio in linux? 1 Evaluation-A
596 How much ram is recommended for Android studio in linux? 1 Evaluation-A
597 How much ram is needed for Android emulator in linux? 1 Evaluation-A
598
What is the minimum disk space need for Android studion in linux? 1 Evaluation-A
599
How much disk space is recommended for Android studio in linux? 1 Evaluation-A
600 Minimum screen resolution needed for Android studio in linux is
__________ 1 Evaluation-A
601 Which GNU C Library version is suitable for android studio? 1 Evaluation-A
602 Google Play App Store was previously called ___________ 1 Evaluation-A
603 To sign an application which one is needed? 1 Evaluation-A
604
Why is End User License Agreement (EULA) is needed? 1 Evaluation-A
605 When you are finished preparing your application for release you will
have a ___________ file 1 Evaluation-A
606 How much money is needed to open an account in google play
console? 1 Evaluation-A
607 Which one is a third party app store? 1 Evaluation-A
608 ________________ is the general process that makes your Android
applications available to users. 1 Evaluation-A
609 Which one is the latest version of Android studio? 1 Evaluation-A
610 Package of compiled Java codes with some other resources is called
_________ 1 Evaluation-A
611 In android studio, currently open file location can be shown by
________ 1 Evaluation-A
612 In android studio, callback that is called when activity interaction with
user is started is 1 Evaluation-A
613 One of operating systems that cannot be used for android application
development is 1 Evaluation-A
614 One of the recent android versions is __________ 1 Evaluation-A
615 Required Java environment for development is called 1 Evaluation-A
616
By default in android studio during app development, the file that
holds information about the app's fundamental features and
components is 1 Evaluation-A
617 Underlying operating system for android is 1 Evaluation-A
618 Android component that works like database is 1 Evaluation-A
619 In android emulator mode, the left-hand side of smartphone area
elements is called 1 Evaluation-A
620
Android component that shows part of an activity on screen is called 1 Evaluation-A
621 In android Studio, TODO tab is actually used for 1 Evaluation-A
622
Android component that manages app's configuration file is called 1 Evaluation-A
623 Right way to write java comments is 1 Evaluation-A
624 Required android tools for development is called 1 Evaluation-A
625 A part of android system, DVM is actually a 1 Evaluation-A
626 Android is actually using whole bunch of 1 Evaluation-A
627 Official IDE released for android development is called 1 Evaluation-A
628 Most common environment to run Java programs written for PC only is
called 1 Evaluation-A
629
In android, compiled code is executed by part of android system called 1 Evaluation-A
630 A part of android studio, that work as a simulator for android devices is
called 1 Evaluation-A
631
Code that provides easy way to use all android features is called 1 Evaluation-A
632
Android component that controls external elements of files is called 1 Evaluation-A
633 One of the operating systems that cannot be used for android
application development is 1 Evaluation-A
634 Android's understandable form of code is called 1 Evaluation-A
635 Android is licensed under which open source licensing license? 1 Evaluation-A
636 As an Android programmer, what version of Android should you use as
your minimum development target? 1 Evaluation-A
637

What was Google’s main business motivation for supporting Android? 1 Evaluation-A
638
Once installed on a device, each Android application lives in_______ 1 Evaluation-Android
639

What is Manifest.xml in android? 1 Evaluation-A


640
Which features are considered while creating an android application? 1 Evaluation-A
641 How many ports are allocated for a new emulator? 1 Evaluation-A
642
What does APK stand for? 1 Evaluation-A
643 When you distribute your application commercially, you'll want to sign
it with your own key. 1 Evaluation-A
644
Android applications must be signed 1 Evaluation-A
645 The android sdk ships with an _______________ 1 Evaluation-A
646
To create an emulator, you need an AVD. What does AVD stand for? 1 Evaluation-A
647
What does adb stand for? 1 Evaluation-A
648 Which kernel is used in android? 1 Evaluation-A
649 Android libraries are written in 1 Evaluation-A
650 Which type of kernel is used in android? 1 Evaluation-A
651 Which API returns high-quality images of a place? Hard 1 Evaluation-an
652 Which API allows users to select a place on an interactive map? Easy 1 Evaluation-an
653 A service is stopped itself when it calls which method? Expert 1 Evaluation-an
654 A service is started when it calls which method? Medium 1 Evaluation-an
655 Which service is used to play an audio track? Medium 1 Evaluation-an
656 Android service API provides user interface. Statement is ….? Easy 1 Evaluation-an
657 What are the functionalities in asyncTask in android? Expert 1 Evaluation-an
658 How to access the context in android content provider? Medium 1 Evaluation-an
659 What is the 9 patch tool in android? Easy 1 Evaluation-an
660 How to fix crash using log cat in android? Expert 1 Evaluation-an
661 What is the JSON exception in android? Easy 1 Evaluation-an
662 How many levels of securities are there in android? Hard 1 Evaluation-an
663 What is the main difference between set and list in android? Hard 1 Evaluation-an
664 Package of compiled Java codes with some other resources is called Medium 1 Evaluation-an
665 When classes are divided into many parts to achieve different functionalit Medium 1 Evaluation-an
666 Property that is used for formatting font is Easy 1 Evaluation-an
667 In android studio, currently open file location can be shown by Easy 1 Evaluation-an
668 Considering following statement <br>protected void onCreated(Bund save Expert 1 Evaluation-an
669 A type of service provided by android that shows messages and alerts toHard user is 1 Evaluation-an
670 Broadcast that includes information about battery state, level, etc. is Hard 1 Evaluation-an
671 One of application component, that manages application's background se Medium 1 Evaluation-an
672 In android studio, callback that is called when activity interaction with usEasy 1 Evaluation-an
673 Tab that can be used to do any task that can be done from DOS window Easy 1 Evaluation-an
674 Space outside of widget can be customized using Easy 1 Evaluation-an
675 Tab that shows hierarchy of project is Easy 1 Evaluation-an
676 In android, compiled code is executed by part of android system called Expert 1 Evaluation-an
677 A part of android studio, that work as a simulator for android devices is Hard 1 Evaluation-an
678 Code that provide easy way to use all android features is called Easy 1 Evaluation-an
679 If a button is clicked whose method in Java is not defined then android aMedium 1 Evaluation-an
680 Android content provider architecture, component that does not residesMedium 1 Evaluation-an
681 Android calculates pixels density of mobile (currently using app) using Easy 1 Evaluation-an
682 In android studio, each new activity created must be defined in Easy 1 Evaluation-an
683 Android component that controls external elements of file is called Hard 1 Evaluation-an
684 A type of service provided by android that controls application lifespan an Hard 1 Evaluation-an
685 One of operating system that cannot be used for android application de Easy 1 Evaluation-an
686 Activity is needed to be stopped by doing any operation until resumed call Easy 1 Evaluation-an
687 In android studio, a service that is started and cannot be stopped even cal Expert 1 Evaluation-an
688 Android understandable form of code is called Expert 1 Evaluation-an
689 One of operating system that cannot be used for android application de Easy 1 Evaluation-an
690 A class that allows to display messages on logcat windows is Easy 1 Evaluation-an
691 One of recent android version is Easy 1 Evaluation-an
692 Required Java environment for development is called Easy 1 Evaluation-an
693 In android studio, virtual console type tab that is used as command line M i edium 1 Evaluation-an
694 BroadcastReceiver's subclass overrides method Expert 1 Evaluation-an
695 Dalvik Virtual Machine (DVM) actually uses core features of Expert 1 Evaluation-an
696 Space between edge to of widget content of widget can be customized Expert 1 Evaluation-an
697 Button option can be choose from palette category Easy 1 Evaluation-an
698 In android studio, tab in which error is shown is called Easy 1 Evaluation-an
699 Requests from Content Provider class is handled by method Hard 1 Evaluation-an
700 A type of class that will be responsible to design main screen activity on Easy 1 Evaluation-an
701 Method is called when service was created first-time using onStartCommEasy 1 Evaluation-an
702 Underlying operating system for android is Easy 1 Evaluation-an
703 On implementing method of onBind(), service must provide an interfaceHard f 1 Evaluation-an
704 Android component that manages appearance and format on screen is cMedium 1 Evaluation-an
705 In android UI, <code>onClick</code> is actually a Expert 1 Evaluation-an
706 SendStickyBroadcast(Intent) method is used to show that Intent is Expert 1 Evaluation-an
707 Required android environment for development is called Medium 1 Evaluation-an
708 In android studio, quick options can be accessed from Hard 1 Evaluation-an
709 In android studio, tab in which CPU usage of app is shown is called Hard 1 Evaluation-an
710 A method that is used to handle what happens after clicking a button is Expert 1 Evaluation-an
711 Method that is used to produce log messages in android is Hard 1 Evaluation-an
712 In android studio, main activity for application must be declared in Medium 1 Evaluation-an
713 Android component that works like database Medium 1 Evaluation-an
714 By default in android studio during app development, directory made forEasy 1 Evaluation-an
715 A type of layout elements that allows all included elements in order is Easy 1 Evaluation-an
716 Tab that stores history of most visited places is Hard 1 Evaluation-an
717 In android, functionality of one class can be used in other class by using Hard 1 Evaluation-an
718 A class that displays a toast-shaped message for user is Medium 1 Evaluation-an
719 One of application component, that manages database issues is called Medium 1 Evaluation-an
720 Android library that provides access to model of application is Easy 1 Evaluation-an
721 In android emulator mode, left-hand side of smartphone area elements Ei asy 1 Evaluation-an
722 Broadcast of device reboot is Hard 1 Evaluation-an
723 Android component that shows part of an activity on screen is called Expert 1 Evaluation-an
724 Layout or design of an android application is saved in Easy 1 Evaluation-an
725 For specialized layout elements, palette element used is Hard 1 Evaluation-an
726 Method that is called to clean up any resources used by services is Hard 1 Evaluation-an
727 UI design hierarchy and individual design elements can be seen using Hard 1 Evaluation-an
728 Multiple inheritance concept is indirectly used by using Expert 1 Evaluation-an
729 Android library that provides access to graphics is Medium 1 Evaluation-an
730 In android Studio, TODO tab is actually used for Expert 1 Evaluation-an
731 Android component that shows part of an activity on screen is called Easy 1 Evaluation-A
732 Layout or design of an android application is saved in Medium 1 Evaluation-A
733 For specialized layout elements, palette element used is Hard 1 Evaluation-A
734 Method that is called to clean up any resources used by services is Expert 1 Evaluation-A
735 UI design hierarchy and individual design elements can be seen using Medium 1 Evaluation-A
736 Multiple inheritance concept is indirectly used by using Easy 1 Evaluation-A
737 Android library that provides access to graphics is Medium 1 Evaluation-A
738 In android Studio, TODO tab is actually used for Hard 1 Evaluation-A
739 In android, logcat is also referred as Easy 1 Evaluation-A
740 One of option that is not part of palette elements is Medium 1 Evaluation-A
741 By default in android studio during app development, file that holds infoEasy 1 Evaluation-A
742 In android, right way to declare a package is Medium 1 Evaluation-A
743 Android library that provides text manipulation and rendering of applicatEasy 1 Evaluation-A
744 One of application component, that manages interaction between operat Expert 1 Evaluation-A
745 Android library that provides access to standard functions of an operatinHard 1 Evaluation-A
746 What method you should override to use Android menu system? Medium 1 Evaluation-A
747 What Activity method you use to retrieve a reference to an Android viewMedium 1 Evaluation-A
748 Which of the following is not an Android component (i.e. a point from
which the system can enter your application)? Easy 1 Evaluation-A
749 During an Activity life-cycle, what is the first callback methodinvoked b Medium 1 Evaluation-A
750 Which configuration file holds the permission to use the internet? Easy 1 Evaluation-A
751 Which of the following is NOT a valid usage for Intents? Medium 1 Evaluation-A
752 Which of the following is not a valid Android resource file name? Hard 1 Evaluation-A
753 Which of these is not defined as a process state? Easy 1 Evaluation-A
754 What is the name of the folder that contains the R.java file? Expert 1 Evaluation-A
755 What is a correct statement about an XML layout file? Easy 1 Evaluation-A
756 What does the src folder contain? Medium 1 Evaluation-A
757 What is the parent class of all Activity widgets? Hard 1 Evaluation-A
758 What is the name of the class used by Intent to store additional informaEasy 1 Evaluation-A
759 Which is not included in the Android application framework? Medium 1 Evaluation-A
760
What Eclipse plugin is required to develop Android application? Easy 1 Evaluation-A
761 Which of these files contains text values that you can use in your applic Easy 1 Evaluation-A
762 What does the Android project folder “res/” contain? Medium 1 Evaluation-A
763 Which of the following is a Java call-back method invoked when a view isEasy 1 Evaluation-A
764 Which of the following is not an Activity lifecycle call-back method? Easy 1 Evaluation-A
765
Which method is used to close an activity? Easy 1 Evaluation-A
766 Which of the following Activity life-cycle methods is called once the activity is no lo 1 Evaluation-A
767
Which of the following is a correct Android Manifeststatement? Easy 1 Evaluation-A
768 Which of the following is not a ContentProvider provided natively by AnMedium 1 Evaluation-A
769 Which of the following is incorrect about the LogCat tool? Easy 1 Evaluation-A
770 Which of the following information is not included in the Manifest file? Hard 1 Evaluation-A
771 Which method should you use to start a sub-activity? Medium 1 Evaluation-A
772 Which package of the following does not have classes needed for Android network 1 Evaluation-A
773 Which of the following tools creates certificates for signing Android applMedium 1 Evaluation-A
774 Which manifest file permission you should add to allow your applicationEasy 1 Evaluation-A
775 You can create a custom view by extending class: Expert 1 Evaluation-A
776 In which Activity life-cycle method you should do all of your normal statiEasy 1 Evaluation-A
777 Which of the following lines of code starts activity Activity2 from a curreEasy 1 Evaluation-A
778 Which of the following methods is called in an Activity when another actExpert 1 Evaluation-A
779 What is not true about the AndroidManifest.xml file? Easy 1 Evaluation-A
780 If your application is throwing exception android.content.ActivityNotFouExpert 1 Evaluation-A
781 Which of the following you cannot achieve by creating your own View s Hard 1 Evaluation-A
782 What are the main two types of thread in Android? Medium 1 Evaluation-A
783 Which of the following AsyncTask methods is NOT executed on the UI t Medium 1 Evaluation-A
784 Which of the following is a NOT valid form of notification invoked by t Easy 1 Evaluation-A
785 Which of the following a Notification object must contain? (Choose threHard 1 Evaluation-A
786 A type of service provided by android that allows sharing and publishingExpert 1 Evaluation-A
787 Android library that provides access to UI pre-built elements such as buttoEasy 1 Evaluation-A
788 Android component that manages app's configuration file is called Medium 1 Evaluation-A
789 Tab that shows system and error messages is Easy 1 Evaluation-A
790 In android studio, tab in which memory usage of app is shown is called Easy 1 Evaluation-A
791 In android studio, service that provides client-server interface is Easy 1 Evaluation-A
792 To generate custom intents in android, method is used is Hard 1 Evaluation-A
793 Android library that provides access to content, its publishing and me Expert 1 Evaluation-A
794 Broadcast that displays information of low battery Easy 1 Evaluation-A
795 In android studio, callback that is when activity is no longer visible is Medium 1 Evaluation-A
796 A type of layout element that allows its children relative position depictiEasy 1 Evaluation-A
797 To create a unit of code within a method signature that can be extend orExpert 1 Evaluation-A
798 Required android tools for development is called Easy 1 Evaluation-A
799 Android sizes fonts of mobile (currently using app) using unit of measu Hard 1 Evaluation-A
800 Broadcast of call to someone targeted by data is Expert 1 Evaluation-A
801 Tab that navigate back to project explorer is Easy 1 Evaluation-A
802 Tab that shows completed events logs is Easy 1 Evaluation-A
803 A part of android system, DVM is actually a Hard 1 Evaluation-A
804 Broadcast of pressing call button to call someone is Easy 1 Evaluation-A
805 Android is actually using whole bunch of Medium 1 Evaluation-A
806 Most usable area of android studio is Medium 1 Evaluation-A
807 In android studio, callback that is called when activity is visible is Easy 1 Evaluation-A
808 Broadcast of changed date is Easy 1 Evaluation-A
809 Android library that provides access to database is Hard 1 Evaluation-A
810 How you can share code and resources between modules ? Easy 1 Evaluation-A
811 Which rectangle box simply responds to the user's actions? Easy 1 Evaluation-A
812 Which in the below is under the view action? Easy 1 Evaluation-A
813 which defines the visual structure for a user interface? Easy 1 Evaluation-A
814 Declare UI elements in XML belongs under which user interface? Easy 1 Evaluation-A
815 Which xml file must have in every app project? Easy 1 Evaluation-A
816 Which file describes essential information about your app to the AndroiMedium 1 Evaluation-A
817 Testing in the Emulator you have to create.. Medium 1 Evaluation-A
818 What is an activity in Android? Medium 1 Evaluation-A
819 What are the layouts available in android? Medium 1 Evaluation-A
820 How to access the context in android content provider? Expert 1 Evaluation-A
821 What is JNI in android? Expert 1 Evaluation-A
822 What does httpclient.execute() returns in android? Expert 1 Evaluation-A
823 In android studio, callback that is when activity is no longer visible is Expert 1 Evaluation-A
824 A type of layout element that allows its children relative position depictiExpert 1 Evaluation-A
825 To create a unit of code within a method used Easy 1 Evaluation-A
826 Required android tools for development is called Easy 1 Evaluation-A
827 In Java, blueprint created for an object is called Medium 1 Evaluation-A
828 Android sizes fonts of mobile (currently using app) using unit of measu Medium 1 Evaluation-A
829 Tab that navigate back to project explorer is Medium 1 Evaluation-A
830 Tab that shows completed events logs is Medium 1 Evaluation-A
831 A part of android system, DVM is actually a Medium 1 Evaluation-A
832 Android is actually using whole bunch of Expert 1 Evaluation-A
833 Most usable area of android studio is Expert 1 Evaluation-A
834 Tab that test different version of currently developing app is Expert 1 Evaluation-A
835 Official IDE released for android development is called Easy 1 Evaluation-A
836 Transformation process of Java into android readable form is called Medium 1 Evaluation-A
837 To go back to android window, tab used is Medium 1 Evaluation-A
838 Most common environment to run Java programs written for PC only is cMedium 1 Evaluation-A
839 Element of palette that holds multiple elements of specific purpose is caExpert 1 Evaluation-A
840 In android studio, callback that enable system to destroy an activity is Medium 1 Evaluation-A
841 Android library that provides access user interfaces' building blocks is Expert 1 Evaluation-A
842 In android studio, callback that is called when activity is first time createExpert 1 Evaluation-A
843 Package of compiled Java codes with some other resources is called Expert 1 Evaluation-A
844 When classes are divided into many parts to achieve different functionalit Expert 1 Evaluation-A
845 Property that is used for formatting font is Expert 1 Evaluation-A
846 In android studio, currently open file location can be shown by Expert 1 Evaluation-A
847 A type of service provided by android that shows messages and alerts toMedium 1 Evaluation-A
848 One of application component, that manages application's background se Expert 1 Evaluation-A
849 In android studio, callback that is called when activity interaction with usExpert 1 Evaluation-A
850 Tab that can be used to do any task that can be done from DOS window Medium 1 Evaluation-A
851 Space outside of widget can be customized using Medium 1 Evaluation-A
852 Tab that shows hierarchy of project is Medium 1 Evaluation-A
853 In android, compiled code is executed by part of android system called Easy 1 Evaluation-A
854 A part of android studio, that work as a simulator for android devices is Medium 1 Evaluation-A
855 Code that provide easy way to use all android features is called Medium 1 Evaluation-A
856 If a button is clicked whose method in Java is not defined then android aExpert 1 Evaluation-A
857 Android content provider architecture, component that does not residesExpert 1 Evaluation-A
858 Android calculates pixels density of mobile (currently using app) using Expert 1 Evaluation-A
859 In android studio, each new activity created must be defined in Expert 1 Evaluation-A
860 Android component that controls external elements of file is called Expert 1 Evaluation-A
861 A type of service provided by android that controls application lifespan an
Expert 1 Evaluation-A
862 Activity is needed to be stopped by doing any operation until resumed call
Medium 1 Evaluation-A
863 One of operating system that cannot be used for android application de Easy 1 Evaluation-A
864 In android studio, a service that is started and cannot be stopped even cal
Medium 1 Evaluation-A
865 Android understandable form of code is called Easy 1 Evaluation-A
866 Required Java environment for development is called Easy 1 Evaluation-A
867 Android component that manages appearance and format on screen is cEasy 1 Evaluation-A
868 A method that is used to handle what happens after clicking a button is Medium 1 Evaluation-A
869 What is the first phone released that ran the Android OS Easy 1 Evaluation-A
870 Which piece of code used in Android is not open source Easy 1 Evaluation-A
871 Which among these are NOT a part of Andriod native libraries Medium 1 Evaluation-A
872 Android is based on Linux for the followoing reasons Easy 1 Evaluation-A
873 What operating system is used as the base of Android stack? Easy 1 Evaluation-A
874 What year was development on the Dalvik virtual machine started ? Easy 1 Evaluation-A
875 Which of these are not one of the three main componenet of the APK Medium 1 Evaluation-A
876 The emulator is identical to running a real phone expect when emulatin Easy 1 Evaluation-A
877 The R file is a generated file Expert 1 Evaluation-A
878 An activity can be thought of as corresponding to what? Expert 1 Evaluation-A
879 In android studio, currently open file location can be shown by Easy 1 Evaluation-A
880 A class that allows to display messages on logcat windows is Medium 1 Evaluation-A
881 In android studio, virtual console type tab that is used as command line Mi edium 1 Evaluation-A
882 In android studio, tab in which error is shown is called Medium 1 Evaluation-A
883 SendStickyBroadcast(Intent) method is used to show that Intent is Expert 1 Evaluation-A
884 In android studio, tab in which CPU usage of app is shown is called Expert 1 Evaluation-A
885 Android component that works like database Expert 1 Evaluation-A
886 A type of layout elements that allows all included elements in order is Expert 1 Evaluation-A
887 Tab that stores history of most visited places is Expert 1 Evaluation-A
888 In android emulator mode, left-hand side of smartphone area elements Ei xpert 1 Evaluation-A
889 Layout or design of an android application is saved in Easy 1 Evaluation-A
890 Dalvik Virtual Machine (DVM) actually uses core features of Easy 1 Android
891 A type of service provided by android that allows sharing and publishing o Easy 1 Android
892 Android library that provides access to UI pre-built elements such as butto Easy 1 Android
893 A type of service provided by android that shows messages and alerts to Easy 1 Android
894 A type of service provided by android that controls application lifespan and Easy 1 Android
895 BroadcastReceiver's subclass overrides method Easy 1 Android
896 On implementing method of onStartCommand(), service must be stopped Easy 1 Android
897 Space between edge to of widget content of widget can be customized u Easy 1 Android
898 Button option can be choose from palette category Easy 1 Android
899 What is the main difference between set and list in android? Medium 1 Android
900 Android component that works like database Medium 1 Android
901 SendStickyBroadcast(Intent) method is used to show that Intent is Medium 1 Android
902 Broadcast of device reboot is Medium 1 Android
903 To generate custom intents in android, method is used is Medium 1 Android
904 Android content provider architecture, component that does not resides o Medium 1 Android
905 What are important steps to make BroadcastReceiver works for the syst Medium 1 Android
906 Sticky broadcast containing the charging state, level, and other informat Medium 1 Android
907 Indicates low battery condition on the device. Medium 1 Android
908 Indicates the battery is now okay after being low. Medium 1 Android
909 This is broadcast once, after the system has finished booting. Hard 1 Android
910 Show activity for reporting a bug. Hard 1 Android
911 Perform a call to someone specified by the data. Hard 1 Android
912 The user pressed the "call" button to go to the dialer or other appropriate Hard 1 Android
913 The date has changed. Hard 1 Android
914 Have the device reboot. Expert 1 Android
915 This method is called when the provider is started Expert 1 Android
916 This method receives a request from a client. The result is returned as a Expert 1 Android
917 This method inserts a new record into the content provider Expert 1 Android
918 This method deletes an existing record from the content provider. Expert 1 Android
919 This method updates an existing record from the content provider Expert 1 Android
920 This method returns the MIME type of the data at the given URI Expert 1 Android
921 The fragment instance is associated with an activity instance Expert 1 Android
922 he system calls this method when creating the fragment Expert 1 Android
923 when the host activity is created Easy 1 Android
924 This method is called once the fragment gets visible Medium 1 Android
925 Fragment becomes active Hard 1 Android
926 The system calls this method as the first indication that the user is leavi Expert 1 Android
927 Fragment going to be stopped Expert 1 Android
928 Fragment view will destroy after call this method Expert 1 Android
929 called to do final clean up of the fragment's state but Not guaranteed to Expert 1 Android
930 Basically fragments are divided as Expert 1 Android
931 Which frame is using for hand hold devices like mobiles, here we can s Expert 1 Android
932 fragments having special list view is called as list fragment Hard 1 Android
933 Using with fragment transaction. we can move one fragment to another Hard 1 Android
934 The Intent object is passed to this method to launch a new activity or ge Hard 1 Android
935 The Intent object is passed to this method to initiate a service or deliver Hard 1 Android
936 The Intent object is passed to this method to deliver the message to all Hard 1 Android
937 Display information about the person whose identifier is "1" Easy 1 Android
938 How many types of intents supported by Android ? Easy 1 Android
939 Display the phone dialer with the person filled in Easy 1 Android
940 Display the phone dialer with the given number filled in Easy 1 Android
941 Display the phone dialer with the given number filled in Easy 1 Android
942 Edit information about the person whose identifier is "1". Easy 1 Android
943 Display a list of people, which the user can browse through. Medium 1 Android
944 Show settings for choosing wallpaper Medium 1 Android
945 It going to be synchronous the data,Constant Value is and Medium 1 Android
946 It will start the platform-defined tutorial Medium 1 Android
947 It intimates when time zone has changed Medium 1 Android
948 It is used to run default uninstaller Medium 1 Android
949 Which layout view group that aligns all children in a single direction, verti Hard 1 Android
950 Which Layout is a view group that displays child views in relative positio Hard 1 Android
951 Which Layout is a view that groups views into rows and columns? Hard 1 Android
952 Which Layout enables you to specify the exact location of its children? Hard 1 Android
953 Which Layout is a placeholder on screen that you can use to display a s Hard 1 Android
954 Which View is a view group that displays a list of scrollable items? Hard 1 Android
955 Which View is a ViewGroup that displays items in a two-dimensional, scro Hard 1 Android
956 This is the bottom padding filled for the layout Easy 1 Android
957 This is the top padding filled for the layout Easy 1 Android
958 This is the right padding filled for the layout Easy 1 Android
959 This is the left padding filled for the layout Easy 1 Android
960 This specifies how child Views are positioned. Easy 1 Android
961 A service is started when an application component, such as an activity, st Easy 1 Android
962 A service is bound when an application component binds to it by calling Easy 1 Android
963 The system calls this method when another component, such as an activit Expert 1 Android
964 The system calls this method when another component wants to bind with Expert 1 Android
965 The system calls this method when all clients have disconn Expert 1 Android
966 The system calls this method when the service is first created using on Expert 1 Android
967 The system calls this method when the service is no longer used and is Expert 1 Android
968 Which is not a layout? Expert 1 Android
969 Specifies how child Views are positioned Expert 1 Android
CORRECT OPTION1 OPTION2
b) objects a)functions b)objects
a) signature a)signature b)methods
valuation-Android a)signature b)methods
c) both a)this b)self
b) interact a)define b)interact
c) simula a)smalltalk b)c++
c) both a)java b)xml
c) both a) view technologies b)frameworks
a) overlap a)overlap b)extend
d) all a)Java Servlets. b) Core Java
c) all a)user interface b)view-layer
d) all a)Inheritance b)Association
c) both a)hiding the internal detailb)describing things in sim
b) platform independent a)platform dependent b)platform independent
c) both a)encapsulation b)inheritance
a) esential a)esential b)optional
c) Abstraction a)Aggregation b)Association
d) all a)private b)protected
c) both a)class members b)methods
a) keywords a) keywords b)symbols
d) all a)private b)protected
b) differently a)identically b)differently
2 a)1 b)2
c) both a)compile time b)runtime
b) method overloading a)operator overloading b)method overloading
a) IS-A a)IS-A b)IS-B
a) Inheritance a)Inheritance b)method overloading

a) subclass a)subclass b)baseclass

c) both a)superclass b)baseclass


b) runtime a)compile time b)runtime
b) runtime a)compile time b)runtime
b) runtime a)compile time b)runtime
b) decision a)offer b)decision
a) object a)object b)method
a) superclass a)subclass b)superclass
b) reuse a)recycle b)reuse
c) base class a)derived class b)main class
c) subclass a)base class b)superclass
b) extends a)implements b)extends
1 a)1 b)2
d) all a)1 b)2
b) relationship a)access b)relationship
b) multiplicity a)simplicity b)multiplicity
a) type a)type b)case
a) ownership a)ownership b)membership
b) case a)type b)case
b) special case a)general case b)special case
b) more restrictive a)general b)more restrictive
c) both a)size b)type
c) rich a)medium b)same as C++
2 a)2 b)3
d) all a)Integer b)Character
b) Non-primitive a)Primitive b)Non-primitive
d) none a)Classes b)Interfaces
d) all a)0 b)-2048
b) object a)variable b)objects
b) double data a)float data b)double data
b) precise values a)large value b)precise values
b) 3 a)2 b)3
c) both a)if b)switch
d) all a)while b)do-while
d) all a)break b)return
b) control statement a)break b)control statement
b) exactly a)little bit same b)exactly
d) all a)1 b)met
b) 3 a)2 b)3
a) for a)for b)do .. while
d) none a)for b)while
d) all a)zero b)one
a) zero a)zero b)always one
a) slightly different a)slightly different b)same as while
d) switch a)for b)while
b) constant a)variable b)constant
b) 2 a)1 b)2

b) terminate a)skip current b)terminate


b) loop a)condition b)loop
b) jump to the next iteration a)terminate b) jump to the next iterati
statements a)variables b)class
c) both a)structs b)unions
b) name a)variable b)name
a) signed a) signed b) unsigned
d) onPostExecution() a) onPreExecution() b) doInBackground()

a) 0 a) 0 b) 0.0
a) type a) type b) object
a) serializable a) serializable b) comparable
a) -2^31 to 2^31-1 a) -2^31 to 2^31-1 b) 0 to -2^16
a) Versions 1.6 or 2.0 a) Versions 1.6 or 2.0 b) Versions 1.0 or 1.1
a) JSon Exception a) JSon Exception b) Json Not found excep
a) App level security and kernel level security a) App level security andb) Android level securit
a) streams a) streams b) Variables
a) InputStream a) InputStream b) InputOutputStream

a) IOException a) IOException b) InterruptedException


a) BufferedReader a) BufferedReader b) StringReader
a) FileInputStream a) FileInputStream b) BufferedInputStream
a) reverse() a) reverse() b) reverseall()
a) onPostExecution() a) onPostExecution() b) onProgressUpdate()
a) Network latency a) Network latency b) Hardware malfunctio
a) The permissions the app requires a) The permissions the ab) The list of strings use
b) strongly a) weakly b) strongly
b) 32 bits a) 16 bits b) 32 bits
b) byte a) short b) byte
b) Apache/MIT a) Gnu’s GPL b) Apache/MIT
b) T-Mobile G1 a) Google gPhone b) T-Mobile G1
b) Writer a) InputStream b) Writer
b) InputStream a) Reader b) InputStream
b) StringBuffer() a) String() b) StringBuffer()
b) Writer a) ReadStream b) Writer
b) Yes,it's possible a) No, it's not possible b) Yes,it's possible
b) Content provider a) Shared Preferences b) Content provider
b) Dalvik byte code a) Java source code b) Dalvik byte code
b) contentProvider a) activity b) contentProvider
b) context a) Object b) context
b) Java virtual machine was not free a) There was not enoughb) Java virtual machine
b) WiFi driver a) Keypad driver b) WiFi driver
b) Dalvik a) Webkit b) Dalvik
c) 8 a) 6 b) 7
c) int to long a) short to int b) byte to int
c) 32 bits a) 8 bits b) 16 bits
c) Notifications Manager a) Content Providers b) View System
c) Open Handset Alliance a) Oracle Technology b) Dalvik
c) Abstract Window Toolkit a) All Window Tools b) All Writing Tools
c) Byte stream a) Integer stream b) Short stream
c) SQlite database a) Shared Preferences b) Cursor

c) Android packaging kit a) Android packages b) Android pack


c) A content provider a) Intents b) Network receivers
c) security sandbox a) device memory b) external memory
c) finish() a) onDestory() b) finishActivity()
c) using ContentResolver a) using Intent b) using SQLite
c) a & b a) Started b) bound
c) XML and Java a) Java and SQL b) XML and C++
c) strings.xml a) stack.xml b) text.xml
c) paused state a) running state b) stopped state
c) Sensors a) Telephony b) Applications
c) Dex compiler a) Android Interpretiv b) Dalvik Converter
d) int [ ] [ ] a = new int [ ] [3] a) int [ ] a = new int [3] b) int a [ ] [ ] = new int
d) none a) Float b) Boolean
d) ContentResolve a) on View b) onSelect
d) view a) fragment b) intent
d) android) webkit a) android.text b) android.os
d) B & C a) Both are same b) Set can't contain dupl
d) ByteArrayInputStream. a) InputStream b) BufferedInputStream
d) read_line() a) get() b) getl_ine()
d) PrintStream a) System b) System.out
d) all a) print() b) println()
d) FULL_WAKE_LOCK a) PARTIAL_WAKE_Lb) SCREEN_DIM_WA
d) FragmentManager.findFragmentByID() a) findByID() b) findFragmentByID()
d) A & C a) Give same id for bothb) Write notification co
d) startFordgroud a) Services always workb) No,We can't do this q
d) none a) static only b) protected
d) Android open source project a) Android open stack b) Android open system
d) Webkit a) Dalvik Executable b) Resources
d) Multithreading a) Starting over b) Switching API levels
d) pasued a) Starting b) Running
d) cursorFragment a) dialogFragment b) listFragment
d) all the above a) launcherActivity b) preferenceActivity
d) inputMethodService a) recognitionService b) remoteViewsService
d) all of the above a) low density b) medium density
d) all the aove a) ListActivity b) ActivityGroup
d) All of the above a) AlertDialog b) ProgressDialog
d) All three options will work a) Emulator included i b) Physical Android pho
a) drawable a) drawable b) mipmap

a) three a) three b) two

a) reverse() a) reverse() b) reverseall()


a) Linux a) Linux b) windows
a) navigation bar a) navigation bar b) tool bar
a) RelativeLayout a) RelativeLayout b) TextviewLayout

b) center a) top b) center

b) StringBuffer() a) String() b) StringBuffer()

b) Writer a) ReadStream b) Writer

b) Yes,it's possible a) No, it's not possible b) Yes,it's possible


b) 2005 a) 2003 b) 2005
b) memory a) CPU b) memory
b) messages a) terminal b) messages

c) colors a) strings b) styles

c) SQlite database a) Shared Preferences b) Cursor

c) Android packaging kit a) Android packages b) Android pack


c) Sensors a) Telephone b) Application
c) startService() a) bindService() b) onStart()
c) doInBackground() a) onProgressUpdate() b) publishProgress()
c) not threadsafe a) thread vulnurable b) thread safe
d) all a) print() b) println()
a) b)
d) FULL_WAKE_LOCK PARTIAL_WAKE_LO SCREEN_DIM_WAK
CK E_LOCK
b)
d) FragmentManager.findFragmentByID() a) findByID()
findFragmentByID()

a) Give same id for b) Write notification


d) A & C
both notifications code two times
d) All of the above a) Foreground b) Visible
d) Google assistant a) Siri b) Home
d) all of the above a) Security b) Portability
d) android) intent.action.BATTERY_LOW a) android.intent.acti b) android.intent.ac
d) SDK a) APK b) JDK

a) values a) values b) layout

a) below of Image
a) below of Image View b) top of Image View
View

a) Base Adapter is a common class for any adapta) Base Adapter is a co b) A kind of adapter
a) ClipData a) ClipData b) GlobalMemory
a) automatically a) automatically b) manually
a) Java class a) Java class b) java project
a) as numbers a) as numbers b) as array

b) match_parent a) wrap_content b) match_parent

b) API level 8 a) API level 9 b) API level 8

b) {} a) [] b) {}
c) broadcast from sendStickyBroadcast() methoda) Create widget b) Create sticky note
c) Virtual Machine a) API b) Services

d) AndroidManifest a) AndroidTest b) UnitTest

d) android) content a) android.app b) android.database

a) getSystemService() a) getSystemService() b) getDefaultSensor()


a) as big as to enclose b) as big as to enclose
a) as big as to enclose its view content
its view content its child view content

a) onPostExecution() a) onPostExecution() b) onProgressUpdate()


a) onProgressUpdate() a) onProgressUpdate() b) publishProgress()

b) Content provider a) Shared Preferences b) Content provider

b) Allow other application to write the preferenca) Application can writeb) Allow other applicat

b)
c) android:checkedButton a) android:text
android:layout_width

c) broadcastIntent() a) broadcastCreate() b) broadcastReceive()


c) both a & b a) nextInt b) nextString
a) Services always
b) No,We can't do this
d) startFordgroud work in Foreground
query
only

d) none a) static only b) protected

a) Android open stack b) Android open


d) Android open source project
programming system programming

d) Webkit a) Dalvik Executable b) Resources

a) build.gradle a) build.gradle b) settings.gradle

a) TextView Id a) TextView Id b) EditText Id

b)
a) IOException a) IOException
InterruptedException

a) BufferedReader a) BufferedReader b) StringReader

b)
a) FileInputStream a) FileInputStream
BufferedInputStream
a) system.gc() a) system.gc() b) Activity#garbage()
a) as string a) as string b) as array
a) as string a) as string b) as array
a) Bitmap a) Bitmap b) HashMap

b) AndroidManifest a) MainActivity b) AndroidManifest

b) Writer a) InputStream b) Writer

b) InputStream a) Reader b) InputStream


b) Dalvik a) WebKit b) Dalvik
b) Log class a) Toast Class b) Log class
b) onStop a) onDestroy b) onStop
b) single JSON stream a) double stream b) single JSON stream

b)
c) findViewById() a) finalize()
setFeatureDrawable()

c) Webkit a) Dalvik Resources


c) string a) array b) integer

d) all of the above a) Motion b) Environmental

b)
d) ByteArrayInputStream. a) InputStream
BufferedInputStream
d) read_line() a) get() b) getl_ine()

d) PrintStream a) System b) System.out

d) void a) array b) integer


a) int[] IntegerArray = new int[5]; a) int[] IntegerArra b) int IntegerArray
b) IntegerArray[3] = 4; a) IntegerArray = 4; b) IntegerArray[3] =
c) int[] IntegerArray = new int[] {1,2,3,4,5 int[] IntegerArray b) int[] IntegerArr
java.lang.Class

b) java.util.Arrays b) java.util.Arrays
a)Returns a fixed-size list backed by the spa)Returns a fixed-sizb) Replace a fixed-siz
b) Content
b) Content Providers a) View System
Providers
d) all of them a. string b) charSequence
b) all of them a. Sensor b) all of them
a) An Array is a fixed-length data structur a) An Array is a fixe b) An Array is a var
b) True a) False b) True

b) public void one()


{
int sum = 0;
Foo[] localArray =
a) public void mArray;
zero() { int len =
int sum = 0; localArray.length;
for (int i = 0; i < for (int i = 0; i <
c) public void two() { mArray.length; ++i) len; ++i) {
int sum = 0; { sum +=
for (Foo a : mArray) { sum += localArray[i].mSpla
sum += a.mSplat; mArray[i].mSplat; t;
} } }
} } }

a) android.webkit a) android.text b) android.os

d) cursorFragment a ) dialogFragment b) listFragment


b) RecycleView a) ListView b) RecycleView
b) RecycleView a) ListView b) RecycleView
d) all the aove a ) ListActivity b) ActivityGroup
a) The permissions the app requires a) The permissions b) the app
Therequires
list of strings used in the app
b) SimpleCursorAdapter a ) SimpleCursor b) ) SimpleCursorAdapter
d) B & C a) Both are same b) Set can't contain duplicate values
d) All of the above a) Connection management
b) Cookies management
a) httprequest(get/post) and returns response
a) httprequest(get/post)
from the server b) and Cookies
returns
management
response from the serv
c) A & B a) Using with GPRSb) Using location provider
a) True a) True b) False
d) ListView has a function to display a li a) It is necessary to b) You cannot use a
d) Context a) Parcelable b) String
d) The application list a) The contacts list b) The telephone lo
c) onCreate() a) onResume() b) onStart()
c) It is the primary collection of menu it a) It is a popup menub) It is a floating
d) B & C a. ListView lv = get b) ListView lv= get
c) notifyDataSetChanged( ) a) notify( ) b) notifyAll( )
b) Starts a sub-activity a. Starts a browser acb) Starts a sub-activ
a) Base Adapter is a common class for anyBase Adapter is a cob) A kind of adapter
c) AVI a) MP4 b) MPEG
c) Open-source Webkit a) Chrome b) Firefox
a) Yes a) Yes b) No

d) It creates a TextView for each String in a) It creates four vie b) It creates Buttons
c)ArrayAdapter (Context context, int resoa) ArrayAdapter (Cont b) ArrayAdapter (Con
b) onItemClickListener a) onItemClicked b) onItemClickListen
c) ArrayAdapter (Context context, int res a) ArrayAdapter (Cont b) ArrayAdapter (Con
c) Extend class android.widget.Adapter ora) Extend class androb) Extend class andr
a) setEnabled(true) a) setEnabled(true) b) SetItemsEnabled(t
d) onCreate() a) onStart() b) onPause()
a) A and D a) Dolphin Browser b) Chrome
a) True a) True b) False
b) ListView is a view group that displays aa) ListView is a viewb) ListView is a view
c) Adapter a) Array b) Object
a) b)
ArrayAdapter<Strin ArrayAdapter<Strin
g> itemsAdapter = g> itemsAdapter =
new old
ArrayAdapter<Strin ArrayAdapter<Strin
a) ArrayAdapter<String> itemsAdapter = g>(this, g>(this,
new ArrayAdapter<String>(this, android.R.layout.si android.R.layout.si
android.R.layout.simple_list_item_1, mple_list_item_1, mple_list_item_1,
items); items); items);

a) ListView ListView listView =


listView = (ListView)
(ListView) findViewById(R.id.
b) ListView listView = (ListView) findViewById; lvItems);
findViewById(R.id.lvItems); listView.setAdapter listView.setAdapter
listView.setAdapter(itemsAdapter); (itemsAdapter); (itemsAdapter);
version="1.0" version="1.0"
encoding="utf-8"?> encoding="utf-8"?>
<resources> <resources>
<string-array <string-array
name="my_books" name="my_books"
> >
<item>Scala <item>Scala
Cookbook</item> Cookbook</item>
<item>Play <item>Play
Framework Framework
a) <?xml version="1.0" encoding="utf- Recipes</item> Recipes</item>
8"?> <item>How I <item>How I
<resources> Sold My Business: Sold My Business:
<string-array name="my_books"> A Personal A Personal
<item>Scala Cookbook</item> Diary</item> Diary</item>
<item>Play Framework <item>A <item>A
Recipes</item> Survival Guide for Survival Guide for
<item>How I Sold My Business: A New New
Personal Diary</item> Consultants</item> Consultants</item>
<item>A Survival Guide for New </string-array> </string-array>
Consultants</item> </resources> </resources>
</string-array>
</resources> Resources res = Resources res =
getResources(); getResources();
Resources res = getResources(); String[] myBooks = String[] myBooks =
String[] myBooks = res.getStringArray( getStringArray(R.ar
res.getStringArray(R.array.my_books); R.array.my_books); ray.my_books);

a) b)
Log.i("MyAndroid Log("MyAndroidCl
Class", ass",
a) Log.i("MyAndroidClass", Arrays.toString(arr) Arrays.toString(arr)
Arrays.toString(arr)); ); );
version="1.0" version="1.0"
encoding="utf-8"?> encoding="utf-8"?>
<resources> <resources>
<string-array <string-array

name="races_array name="races_array
"> ">

<item1>@string/ra <item>@string/race
ce_goblin</item> _goblin</item>

<item2>@string/ra <item>@string/race
ce_orc</item> _orc</item>
b) <?xml version="1.0" encoding="utf-
8"?> <item3>@string/ra <item>@string/race
<resources> ce_elf</item> _elf</item>
<string-array
name="races_array"> <item4>@string/ra <item>@string/race
<item>@string/race_goblin</item> ce_human</item> _human</item>
<item>@string/race_orc</item>
<item>@string/race_elf</item> <item5>@string/ra <item>@string/race
<item>@string/race_human</item> ce_troll</item> _troll</item>
<item>@string/race_troll</item>
<item6>@string/ra <item>@string/race
<item>@string/race_halfling</item> ce_halfling</item> _halfling</item>
</string-array> </string-array> </string-array>
</resources> </resources> </resources>

d) String cRaces =
d) String[] cRaces = getResources().getS
getResources().getStringArray(R.array.ra tringArray(R.array.r b) String[] cRaces
ces_array); aces_array); = getResources();
c) <Spinner> b) <Spinner>

android:layout_heig android:layout_heig
ht="wrap_content" ht="wrap_content"
c) <Spinner
android:layout_wid android:layout_wid
android:layout_height="wrap_content" th="match_parent" th="match_parent"

android:layout_width="match_parent" android:id="@+id/s android:id="@+id/s


pinnerOfCharacter pinnerOfCharacter
android:id="@+id/spinnerOfCharacterRa Races" Races"
ces"
android:entries="@ android:entries="@
android:entries="@array/races_array"> array/races_array"> array/races_array">
</Spinner> </Spinner> <Spinner>

a) <ListView b) <ListView>

android:id="@+id/l android:id="@+id/l
ist" ist"

a) <ListView android:layout_heig android:layout_heig


android:id="@+id/list" ht="wrap_content" ht="wrap_content"

android:layout_height="wrap_content" android:layout_wid android:layout_wid


th="match_parent" th="match_parent"
android:layout_width="match_parent"> > >
</ListView> </ListView> </ListView>
a) import
d) import java.util.List; java.util.io; b) import util.List;
b) List<String> list
a) List<String> list = new
= new ArrayList<String>(
b) List<String> list = new ArrayList<String>( );
ArrayList<String>(); );
list.add(getResourc
list.add(getResources().getString(R.strin list.add(getResourc es().getString(R.stri
g.helloworld)); es().getString(R)); ng.helloworld));

c) ArrayAdapter b) ArrayAdapter
adapter = adapter = new
c) ArrayAdapter adapter = new ArrayAdapter<Strin ArrayAdapter<Strin
ArrayAdapter<String>(this,R.layout.List g>(this,R.layout.Lis g>(R.layout.ListVie
View,StringArray); tView,StringArray); w,StringArray);

a) ListView b) ListView
listView = listView =
(ListView) (ListView)
findViewById(R.id. findViewById(R.id.
a) ListView listView = (ListView) listview); listview);
findViewById(R.id.listview); listView.setAdapter setAdapter(adapter)
listView.setAdapter(adapter); (adapter); ;
a) Dialog a) Dialog b) FirstDialog
a) True a) True b) False
b)
c) ProgressDialog a) AlertDialog DatePickerDialog
b) ProgressBar a) Progress & Activity
b) ProgressBar
b) define the style
b) define the style and structure for a and structure for a
dialog a) Assign a dialog dialog
d) DialogFragment a) ManageDialog b) ControllDialog
d) DialogFragment a) ManageDialog b) ControllDialog
a)
AlertDialog.Builder b) AlertDialog=
builder = new new
a) AlertDialog.Builder builder = new AlertDialog.Builder AlertDialog.Builder
AlertDialog.Builder(getActivity()); (getActivity()); (getActivity());

b) builder.create(); a) make.create(); b) builder.create();


a) return b) return
b) return builder.create(); AlertDialog; builder.create();

a) call by show() b) call by display()


a) call by show() function function function

a)
a) AlertDialog.Builder AlertDialog.Builder b) ProgressDialog

a)
AlertDialog.Builder b) AlertDialog =
builder = new
c) AlertDialog.Builder builder = new AlertDialog.Builder AlertDialog.Builder
AlertDialog.Builder(getActivity()); (getActivity()); (getActivity());

a) AlertDialog = b) AlertDialog
c) AlertDialog dialog = builder.create(); builder.create(); dialog = builder();
b) when an item in
the list is
d) when an item in the list is selected a) None of them disselected

a) protected void b) protected void


d) protected void onListItemClick onListItemClick onListItemClick (
(ListView l, (ListView l, View v,
View v, int int
int position, position, position,
long id) long id) long id )
b)
switchForAndroid(i
a) switch(index){ ndex){
case 0: case 0:
//Do this and //Do this and
this break; this break;
a) switch(index){ case 1: case 1:
case 0: //Do this and //Do this and
//Do this and this break; this break; this break;
case 1: case 2: case 2:
//Do this and this break; //Do this and //Do this and
case 2: this: break; this: break;
//Do this and this: break; default: //For all default: //For all
default: //For all other cases, do this other cases, do this other cases, do this
break; break; break;
} } }
b) a messaging
b) a messaging object a) a view object object

a) An Activity
represents a b) An Activity
b) An Activity represents a single screen multiple screens in represents a single
in an app an app screen in an app

a) A Service is a b) A Service is a
component that component that
performs operations performs operations
a) A Service is a component that in the background in the background
performs operations in the background without a user with a user
without a user interface. interface. interface.
d) 2 3 4
a) A and C a) Explicit intents b) Modern intents
a)
CATEGORY_BRO
a) CATEGORY_BROWSABLE WSABLE b) CATEGORY_LAUNCHER
a) Metadat for an b) Metadat for an
b) Metadat for an intent intent Bundle

b) <activity
android:name="Sha
a) <activity> reActivity">
<intent-filter> <intent-filter>
b) <activity <action <action
android:name="ShareActivity"> android:name="and android:name="and
<intent-filter> roid.intent.action.S roid.intent.action.S
<action END"/> END"/>
android:name="android.intent.action.SE <category <category
ND"/> android:name="and android:name="and
<category roid.intent.category. roid.intent.category.
android:name="android.intent.category.D DEFAULT"/> DEFAULT"/>
EFAULT"/> <data <data
<data android:mimeType android:mimeType
android:mimeType="text/plain"/> ="text/plain"/> ="text/plain"/>
</intent-filter> </intent-filter> </intent-filter>
</activity> </activity> </activity>

a) to indicates main b) to indicates


entry point and main entry point
a) to indicates main entry point and does does not expect any and expects any
not expect any intent data intent data intent data

b) Intent
a) Intent launchBrowser =
launchBrowser = new
b) Intent launchBrowser = new Intent(Intent.ACTI Intent(Intent.ACTI
Intent(Intent.ACTION_VIEW, uriUrl); ON_VIEW, uriUrl); ON_VIEW, uriUrl);
b) Intent search =
a) Intent search = new
b) Intent search = new Intent(Intent.ACTI Intent(Intent.ACTI
Intent(Intent.ACTION_WEB_SEARCH) ON_WEB_SEARC ON_WEB_SEARC
; H); H);

a) to defines the
structure for a user b) to defines the
a) to defines the structure for a user interface in your structure for an
interface in your app app intent in your app
a) View and
a) View and ViewGroup ViewGroup b) View and Scene

c) an invisible container a visible container b) All of them


a) b)
android:id="+id/my android:id="@+id/
b) android:id="@+id/my_button" _button" my_button"

d) MediaPlayer APIs a) CDPLayer APIs b) Player APIs


a) type safe REST Client a) type safe REST Client b) Type safe client
b) consume restful services a) consume all services b) consume restful service
c) OKHttp a) Http b) Https
d)Retrofit 2 a)RetroFit b)Retro
b) Http Library a) Http Library b) Https Library
b. Networking a) Graphics b) Networking
d) Auto Ordering a) Auto Scheduling b) Multiple Connections
c) Debugging & tracing a) Transparent Schedulingb) Multiple Cancellation
b) RPC type operations a) RPC type operations b) PPC type operations
c) Structured Data a) Structured array b) String data
c) World Wide Web a) World Wide Wan b) World Wide Wap
b.POST & GET a) POST & RETURN b) POST & GET
b.GET a) POST b) GET
b) POST a) POST b) GET
b.URL.openConnection a) POST b) URL.openConnection
d) all of three a) credentials b) preferred content type
b) setDoOutput(true) a) setDoOutput(true) b) setDoInput(true)
c) getOutputStream a) getOutput b) getInputStream
d) Response Body History a) Response Body Contentb) Response Body Type
d) all of three a) Response Body Contentb) Response Body Type
b.empty stream a) ouput Stream b) empty stream
c) disconnect a) disclose b) close
b) 5 a) 5 b) 6
d) setDoOutput a) setOutput b) setUpload
c) setFixedLengthStreamingMode a) setFixedLengthMode b) setFixedStreamingMod
c) setChunkedStreamingMode a) setChunkedLengthModb) setStreamingMode
c) unbuffered a) buffered b) serialized
c) borh a & b a) use same socket for maub) use same socket for mul
b.open a) closed b) open
b) socket a) socket b) JSON array
d) gzip a) gasip b) zip
b) getInputStream a) getInputStream b) getOutputStream
b) acceptable encodings in header a) acceptable encodings inb) acceptable stream
b.-1 a) 0 b) -1
b.UIImage a) getLength b) length
b) getURL a) getURL b) getHttp
c) both a & b a) getHeaderFields b) getInputStream
b.HttpURLConnection a) HttpURL b) HttpURLConnection
d) memory a) server b) file
d) both a & b a) domain properties b) path properties
b.0 a) 11 b) 0
b) GET a) GET b) POST
c) setDoOutput a) setDO b) setOutput
b) URL.openConnection(Proxy) a) URL.openConnection(Pb) URL.Connection(Proxy
c) Android 4 a) Android 1 b) Android 2
b) that support RFC 2965 cookies a) that support RFC 2965 b) that support RFC 2695
d) CookieStore a) store b) cookieServer
d) all of three a) GET b) DELETE
d) TAIL a) HEAD b) DELETE
b) beginArray a) beginArray b) startArray
b) endArray(). a) endArray(). b) finishArray().
c) beginObject a) begin b) startObject
d) endObject() a) end(). b) finishObject.
d) hasNext a) beginArray b) beginObject
b.Fail a) Continue b) Fail
b) peek a) peek b) nullFinder
c) nextNull a) nextPeek b) peek
b.skipValue a) getNull b) skipValue
c) both a & b a) usual way b) as string
b) as numbers a) as numbers b) as array
c) both a & b a) nextInt b) nextString
b) as string a) as string b) as array
b) as string a) as string b) as array
b.single JSON stream a) double stream b) single JSON stream
c) not threadsafe a) thread vulnurable b) thread safe
d) AsyncTask a) resyncTask b) threadTask
b) onPreExecute() a) onPreExecute() b) onExecute()
b.3 a) 2 b) 3
c) string a) array b) integer
d) void a) array b) integer
b) Bitmap a) Bitmap b) HashMap
c) doInBackground() a) onProgressUpdate() b) publishProgress()
b) onProgressUpdate() a) onProgressUpdate() b) publishProgress()
c) doInBackground() a) onProgressUpdate() b) publishProgress()
b.handler a) thread b) handler
b) variable substitution for the API endpoint a) variable substitution fo b) variable path for the A
b) specifies the query key name a) specifies the query key b) specifies the query nam
c) payload for the POST call a) payload for call b) payload for the GET cal
d) Interceptor a) Inceptor b) Interruptor
d) EXTRA_BODY a) EXTRA_TITLE b) EXTRA_TEXT

b) It is a temporary file
and then replacing the
current document
c) It is an in-process which is a Zero configured, self a) It is an automatically i
d) No external dependencies a) Self Dependencies b) External dependcies
b) ACID compliant a) UNIX process b) ACID compliant
c) ANSI C a) C++ b) JAVA
d) Data Definition Language a) Data Decline Language b) Data Distribution Lang
b) ALTER a)INSERT b) ALTER
a) a database manager for SQLite database a) a database manager forb) a database manager for
a)Data Query Language a)Data Query Language b) Data Qualification Lan
d) SELECT a) UPDATE b) DELETE
b) DDL a) DQL b)DDL
b) Data Manipulation Language a) Data Manipulate Langub)Data Manipulation Lang

a) Content a) Content b) Object


c) Option 1and 2 is correct. a) Option 1 is correct. b) Option 2 is correct.
b) create, retrieve, update, and delete a) create, retrieve, updateb) create, retrieve, update

c) Content Provider a) SQLiteDatabases b) Internal Storage

b) Content Provider a) Shared Preference b) Content Provider


c) Content URI a) Content provider b) Data Provider
c) a and b is true a) TheContentResolver canb) The ContentProvider use

b) Content Provider a) Content b) Content Provider


b) 225 a) 220 b) 225
d) A subclass of AsyncTask Loader for accessing Cont a) A callback interface y b) The base class for all lo
d) All of the above a) SharedPreference b) SQLiteDatabase
a) Loading data a content provider or other data soura) Loading data a content b) Changing and encapsula
b) To prevent janky or unresponsive UI a) To prevent from a dangb) To prevent janky or unr
b) By providing callback methods when event occur a) By providing receiver b) By providing callback
b) Loaders persist to prevent janky or unresponsive Ua) Loaders persist a callb b) Loaders persist to prev
a) Loading data a content provider or other data soura) Loading data a content b) Loaders can implement
d) All of the above a) They are available to e b) They provide asynchron
a) A powerful, simple and cost-effective object storage
a) A powerful, simple and b)
c It is a monitor which is

b) Firebase SDKs a) Security key b) Firebase SDKs

a) SDK a) SDK b) Storage device


b) Google cloud storage a) Local storage b) Google cloud storage
c) Software Development kit a) Software Development b) Software Development
c) Cloud hosted database a) SDK b) Cloud storage
a) A powerful , simple b) A content provider or
and cost –effective other data source for
object storage service display in an Fragment
built for Google scale Activity or fragment
b) A content provider or c) Is synced across all
c) Is synced across all clients in realtime and remain other data source for clients in realtime and
d) JSON a) DDL b) SSD
a) Flexible a) Flexible b) Hard
c) NoSQL a) Dynamic database b) MySql
a) JavaScript Object Notation a) JavaScript Object Notatb) JavaScript Oriented Not
a) Backend services, easy to use SDKs and readymadea) Backend services, easy b) An implementation that
c) Firebase Cloud Messaging a) Firebase Control Machi b) Firebase Cloud Machin
d) is a cross –platform messaging solution that lets y a) a free app measurement b) is making sign in easy

c) FCM a) FRM b) FMC


a) Is a free app measurement solution that provides a) Is a free app measuremb) Is a trusted environmen
a) At the heart of Firebase is Google Analytics for Fir a) At the heart of Firebaseb) The Loader API lets you

c) 500 events a) 300 events b) 400 events


c) helps you understand how people use your iOS or Android app. b) Encapsulating the value
a) 2 a) 2 b) 3
a) Understand user behavior and view live usage dataa) Understand user behavio b) Understand clients pro
c) Is a google ‘s platform which is moving on side fr a) Is Google’s advertisin b) Is a free app measureme
d) as banner ads, interstitial ads, video ads, or native a) As audio, picture and d b) Movie, maps, poems et
c) Google Mobile Ads SDK. a) Mobile ads b) SDK

a) Google Mobile Ads SDK a) Google Mobile Ads SD b) DDL

b) Google's Maven a) Google Mobile Ads SDKb) Google's Maven


d) All of the above a) Android b) Ios

a) Android Android b) Ios


c) Game engine a) Ios b) Android
c) security sandbox a) device memory b) external memory
d) All of the above a) Account Authenticator Ab) Activity Group
c)Using ContentResolver a)Using Intent b)Using SQLite
a)Monetizing mobile app a)Monetizing mobile app b) Purchasing mobile app
d)All of the above a)Banner Ads b) Video Ads
a) Ad Unit Ids a) Ad Unit Ids b) Mob Unit Ids
b)Google Mobile Ads SDK a)Windows Mobile Ads SDb)Google Mobile Ads SDK
d)All of the above a)Gaining insight about thb)Driving more in app pur
c)Both a &b a)Device information b)App purchase informati
d)All of the above a)Gaining insight about thb)Driving more in app pur
d)Content Provider a)Content Resolver b)Content URI
a)Data a)Data b)Path
b)Retriving each row a)Retriving each column b)Retriving each row
d)Selecting rows a)Retriving rows b)Retriving columns

b)Gradle Dependency a)App Building Dependen b)Gradle Dependency


c)User engagement a)Driving more app in purb)Maximizing and Revenu
a)Free App Measurement Solution a)Free App Measurement a)Paid App Measurement
a)About 500 a)About 700 a)About 300

c) Firebase a)Mongo DB b)MS SQL Server


d)All of the above a)Interaction of the user b)Informing decision abou
c)Firebase Cloud Messaging a)Firebase Clone Messaginb)Firebase Cloud Manage
d) Both b & c a)Frontend Services b)Backend Services
d) Both a &b a)Password b)Phone Number
d) a & b a) Eclipse b) Andoroid Studio
b) Oreo a) Nougat b) Oreo
a) 26 a) 26 b) 22
c) Application Framework a) Runtime b) Libraries
b) Java a) C# b) Java
d) All of the above a) Abstraction b) Polymorphism
a) Everything inside an unit a) Everything inside an unib) Inherit all criteria from
c) Hiding internal details a) Everything inside an unib) Inherit all criteria from
b) Object behaving differently in different situaltions a) Everything inside an unib) Object behaving differen
c) Both a) Association b) HAS-A relation
c) Both a) Primitive b) Non-primitive
a) continue a) continue b) do-while
d) b & c a) continue b) switch
c) Primitive a) Non-primitive b) Array
d) All of the above a) Intent b) Services
d) All of the above a) Light b) LED
a) Information the system must have before it can ru a) Information the system b) Information need to sho
c) Android development toolkit a) Android description toolb) Analysis of detailed te
d) All of the above a) DDMS b) AAPT
b) Pop-up notification a) Blinking LED b) Pop-up notification
a) Link between emulator and IDE a) Link between emulator b) Link between emulator
d) b & c a) Communication betweeb) Simplest mechanism to
a) Linux kernel a) Linux kernel b) C language
b) Layout folder with XML files a) Properties folder b) Layout folder with XML
c) All of the above a) InflateException b) Surface.OutOfResource
d) All of the above a) Shared preferences Sqlite
b) A class which can create only an object, that objecta) User Interface b) A class which can create
c) Both a) OS b) Framework
b) Linux a) Java b) Linux
b) GUI component a) Networking componentb) GUI component
d) All of the above a) Activities b) View
c) XML a) Java b) Javascript
a) 4 a) 4 b) 3
c) Linux Kernal a) Application b) Libraries
d) All of the above a) Rich Miner b) Andy Rubin
b) HTC a) Samsung b) HTC
a) GUI component that can be run outside an activitya) GUI component that canb) Home screen controller
a) Background processes a) Background processes b) Notification controller
a) 2005 a) 2005 b) 2006
a) Toast.makeText a) Toast.makeText b) Messagebox.show
c) Both a) Screen Capture b) Notification
b) Manifest a) Build xml b) Manifest
b) LocationManager a) GPSTracker b) LocationManager
d) All of the above a) Phone b) Laptop
b) Android virtual device a) Android virtual develo b) Android virtual device
b) GUI components a) Startup components b) GUI components
a) Access to structured data a) Access to structured dab) Media content
d) All of the above a) Pinch b) Scroll
a) GestureDetector.SimpleOnGestureListener a) GestureDetector.Simpl b) GestureDetector.Gestur
a) Allows you to register for system or application ev a) Allows you to register f b) Gesture detection
c) To add extra information into an intent a) To add extra parameterb) To call various methods
b) Aestro a) Cupcake b) Aestro
d) All of the above a) Platform independent b) Open source
d) a & b a) onCreate b) onResume
a) Pass the required data to various subfolders a) Pass the required data b) Build the core
b) No a) Yes b) No
a) Invoke the system components. a) Invoke the system com b) Invoke the activity class
a) Android asset packaging tool a) Android asset packagingb) Android activity packag
d) Neative Development Kit a) National Developed Kerb) National Development K
b) AsyncTask a) TreadCreator b) AsyncTask
a) Align views one by one (vertically/ horizontally) a) Align views one by one b( ) Relation of views from
b) Relation of views from its parents and other viewsa) Align views one by one b( ) Relation of views from
c) Uses relations to position and size widgets a) Align views one by one b( ) Relation of views from
d) Load child one above another, like cards inside a f a) Align views one by one b( ) Relation of views from
d) Absolute a) Linear b) Relative
b) finish() a) goBack() b) finish()
d) All of the above a) It is an interface to st b) It is used to create ne
a) Base Adapter is a common class for any adapter, wa) Base Adapter is a commb) A kind of adapter
b)log cat contains the exception name along with th a) Gmail b)log cat contains the ex
c) Java level security a) App level security and kb) Android level security
d) B & C a) Both are same b) Set can't contain duplic
b) Open source relational database a) Open source networkinb) Open source relational
c) Application not responding a) Android news report b) Application not recogni
d) All of the above a) Foreground b) Visible
c) Virtual Machine a) API b) Services
a) System.gc() a) system.gc() b) Activity#garbage()
b) Allow other application to write the preferences i a) Application can write i b) Allow other application
a) ClipData a) ClipData b) GlobalMemory
d) Google assistant a) Siri b) Home
c) broadcast from sendStickyBroadcast() method a) Create widget b) Create sticky note
c) Hands-on a) Python b) Kotlin

c) Android Studio a) Xcode b) Android Office


d) JetBrains' IntelliJ IDEA a) Brains' IntelliJ IDEA b) Jet IDEA
a) Eclipse a) Eclipse b) Xcode
c) Hands-on a) instant b) software
d) All of the above a) Windows 7 b) Windows 8
d) All of the above a) Windows 7 32 bit b) Windows 7 64 bit

b) 3GB a) 2GB b) 3GB

c) 8GB a) 2GB b) 4GB


d) 1GB a) 8GB b) 4GB

a) 2GB a) 2GB b) 4GB

a) 4GB a) 4GB b) 8GB

d) 1280*800 a) 1200*720 b) 720*1200


valuation-Android
d) All of the above a) Mac OS X 10.10 b) Mac OS X 10.2
valuation-Android
b) 3GB a) 2GB b) 3GB
c) 8GB a) 2GB b) 4GB
d) 1GB a) 8GB b) 4GB

a) 2GB a) 2GB b) 4GB

a) 4GB a) 4GB b) 8GB

d) 1280*800 a) 1200*720 b) 720*1200


valuation-Android
b) 3GB a) 2GB b) 3GB
c) 8GB a) 2GB b) 4GB
d) 1GB a) 8GB b) 4GB

a) 2GB a) 2GB b) 4GB

a) 4GB a) 4GB b) 8GB

d) 1280*800 a) 1200*720 b) 720*1200


d) 2.19 a) 2.16 b) 2.17
a) Android App Market a) Android App Market b) App Store
b) Priavte key a) Digital Signature b) Priavte key
a) to protect your
d) All of the above person b) to protect organization

a) signed .apk a) signed .apk b) Unsigned.apk

d) $25 a) $10 b) $15


d) All of the above a) Mobile9 b) 1Mobile Market

d) Publishing a) Signing b) Removing


b) 3.1.4 a) 3.1.2 b) 3.1.4

d) apk a) ide b) jdk

a) navigation bar a) navigation bar b) tool bar

c) onResume a) onStart b) onStop

d) contiki a) windows b) Mac OS X 10.2


c) pie a) marshmallow b) nougat
a) jdk a) jdk b) dex

d) AndroidManifest.xml a) res/values b) Build.gradle


c) Linux a) Windows b) Mac OS X 10.2
d) Content Providers a) Services b) Activities

a) palette a) palette b) widgets

b) fragment a) intent b) fragment


b) comments a) storage b) comments

d) manifest a) fragment b) view


b) //it is a comment a) \it is a comment b) //it is a comment
b) sdk a) jdk b) sdk
d) software a) server b) hardware
c) java code a) python code b) c code
c) Android studio a) Eclipse b) Netbeans

b) jre a) jdk b) jre

b) dvm a) dex b) dvm

a) emulator a) emulator b) driver

c) api a) dex b) apk

b) resource a) intent b) resource

d) cooja a) eclipse b) Netbeans


b) dex a) jdk b) dex
a) apache/mit a) apache/mit b) oss

a) 1.6 or 2.0 a) 1.6 or 2.0 b) 1.0 or 1.1

a) To level the playing b) To directly compete


d) To allow them to advertise more field for mobile devices with the iPhone

valuation-Android a) device memory b) external memory

a) It has information b) It has the information


about layout in an about activities in an
c) It has all the information about an application application application

d) All of the above a) Screen Size b) Input configuration


a) 2 a) 2 b) 4
a) application program
d) application package kit b) android proprietary kit

a) True a) True b) False


b) before they are
b) before they are installed a) after they are installed installed
b) emulator a) apk b) emulator

c) android virtual device a) android virtual display b) active virtual device


b) android development
c) android debug bridge a) android device bridge bridge
c) linux a) windows b) mac
d) c & c++ a) java b) c
c) micro a) hybrid b) monolithic
b)place photos a) place picher b) place photos
c)Place Picker a)place locker b)place locator
a)Stopself() a)stopSelf() b)SartService()
b) startService() a)StopService() b)SartService()
c)foreground a)background b)bound
a) False a) true b)false
d) onPostExecution() a) onPreExecution() b) doInBackground()
d) a & c a) Using getContext() in o b) Using intent()
a) Using with tool, we can redraw images in 9 sectiona) Using with tool, we canb) image extension tool
b) log cat contains the exception name along with th a) gmail b) log cat contains the e
a) JSon Exception a) JSon Exception b) Json Not found excepti
a) App level security and kernel level security a) App level security and kb) Android level security
d) b & c a) Both are same b) Set can't contain duplic
b) APK a) IDE b) APK
d) mehods a) classes b) objects
b) typeface a) color b) typeface
a) navigation bar a) navigation bar b) tool bar
b) method name a) method declaration b) method name
c) Notifications Manager a) Content Providers b) View System
a) android.intent.action.BATTERY_CHANGED a) android.intent.actio b) android.intent.action
c) Services a) Activities b) Broadcast Receivers
c) onResume a) onStart b) onStop
c) terminal a) TODO b) messages
d) margins a) padding b) height
b) structure a) Build variants b) structure
b) DVM a)DEX b) DVM
b) emulator a) driver b) emulator
a) API a) API b) DEX
b) crash a) donothing b) crash
d) content provider a) internet b) Sqlite
c) DP a) CP b) SP
d) AndroidManifest.xml a) res/layout b) res/values
b) resource a) internet b) resource
a)Activity Manager a) Activity Manager b) View System
b) Cooja a) Eclipse b) Cooja
a) onPause a) onPause b) onDestroy
d) bindService() a) startService() b) onStop()
b) DEX a) JDK b) DEX
d) Contiki a) Windows b) MAX
b) Log class a) Toast Class b) log class
b) Marshmallow a) Kitkat b) Marshmallow
a) JDK a)JDK b) DEX
d) ADB logs a) memory b) CPU
d) onReceive() a) OnCreate() b) onStart()
c) Linux a) Windows b) Mac
c) padding a) margins b) height
c) widgets a) textfields b) containers
a) logcat a) logcat b) memory
d) ContentResolver a) onCreate b) onSelect
a) Activity class a) Activity class b) Parent class
b) onCreate() a) onStart() b) onCreate()
a) Linux a) Linux b) Windows
a) Ibinder a) Ibinder b) Intent
d) layout a) fragment b) intent
c) property a) class b) button
d) sticky a) prominent b) prioritized
a) SDK a) SDK b) IDE
b) menu bar a) tool bar b) menu bar
c) CPU a) ADB logs b) memory
c) onClick a) OnCreate b) onSelect
a) Log.d() a) Log.d() b) Log.D()
b) <intent-filter> a) <intent> b) <intent-filter>
d) Content Providers a) Services b) Activities
b) res/values a) res/layout b) res/values
c) LinearLayout a) ConstraintLayout b) TextviewLayout
a) Favorites a) Favorites b) Structure
a) extends a) extends b) extended
d) Toast class a) Log class b) makeTest class
b) Content Providers a) Services b) Content Providers
c) android.app a) android.opengl b) android.content
a) palette a) palette b) widgets
b) android.intent.action.REBOOT a) android.intent.action b) android.intent.action.
b) fragment a) intent b) fragment
d) .xml file a) .text file b) .java file
a) custom a) custom b) textfields
c) onDestroy() a) stopSelf() b) onStop()
c) component tree a) properties b) terminal
c) sub class a) public class b) child class
b) android.opengl a) android.content b) android.opengl
a) comments a) comments b) storage
b) fragment a) intent b) fragment
d) .xml file a) .text file b) .java file
a) custom a) custom b)textfields
(c)onDestroy() (a)stopSelf() (b)onStop()
b)component tree a)properties b)component tree
c)sub class a)public class b)child class
b)android.opengl a)android.content b)android.opengl
a)comments a)comments b)storage
c)Console a)Verbos b)Info
d)default a)layouts b)containers
a)Build.gradle a)Build.gradle b)res/values
d)package com.newpak a)package com-newspeakb)package com+newpak
c)android.text a)android.view b)android.webkit
a)Broadcast Receivers a)Broadcast Receivers b)Content Providers
a)android.os a)android.os b)android.text
a)onCreateOptionsMenu() a)onCreateOptionsMenu()b)onCreateMenu()
b)findViewById(int id) a)findViewByReference(intb)findViewById(int id)

c)Layout a)Service b)Activity


c)onCreate() a)onStop() b)onStart()
d)Manifest file a) Layout file b)Property file
d)Activate a SQLite DB Connection. a)Activate and Activity b)Activate a Service
b)myLayout.xml a)mylayout.xml b)myLayout.xml
a)Non-visible a)Non-visible b)Visible
d)gen a)src b)res
b)A file used to draw the content of an Activity a)A layout PNG image file b)A file used to draw the c
d)Java source code files a)Image and icon files b)XML resource files
c)View a)ViewGroup b)Layout
c)Bundle a)Extra b)Parcelable
c)DialerManager a)WindowManager b)NotificationManager
a)J2EE
c)Android Development Tools b)Android Software Devel
d)res/values/strings.xml a)AndroidManifest.xml b)res/Text.xml
b)Resource files a)Java Activity classes b)Resource files
d)OnClickListener a)Detector b)OnTapListener
d)onBackPressed a)onStart b)onCreate
a)Destroy( )
b)Finish( ) b)Finish( )
a)onStop a)onStop b)onPause

d)<uses-permission android:name =”android. permissa)<uses-permission androb)<uses-permission andro


d)The application list a)The contacts list b)The telephone log
d)Only one of your application can create log entries a)A LogCat view is availablb)You can create a log in y
d)The handset model compatible with your applicati a)The activities contained b)The permissions require
b)startActivityForResult(Intent intent) a)startActivity(Intent intenb)startActivityForResult(In
c)android.location a)java.net b)org.apache.http
c)keytool a)adb b)logcat
d)READ_CONTACTS a)READ_ADDRESS_DATA b)READ_PHONE_STATE
c)android.view.View a) android.widget.View b)android.widget.LinearLa
c)onCreate() a)onResume() b)onStart()
d)Intent intent = new Intent(this,Activity2.class);starta)Intent intent = new Intent
b)Intent intent = new Inten
b)onPause( ) a)onStop( ) b)onPause( )
a)It declares the views used within the application a)It declares the views us b)It declares user permiss
d)Add the activity to the AndroidManifest a)Create a new activity Javb)Rename your activity
c)Specify when to destroy an activity and all its viewsa)Create a completely newb)Combine a group of Vie
a)Main thread and worker threads. a)Main thread and workerb)Main thread and UI thre
c)publishProgress() a)onPreExecute() b)onPostExecute()
d)A SMS sent. a)A Flashing LED. b)A persistent icon in the s
a)A small icon. a)A small icon. b)A detail text.
b)Content Providers a)View System b)Content Providers
d)android.webkit a)android.text b)android.os
a)manifest a)manifest b)fragment
b)messages a)terminal b)messages
b)memory a)CPU b)memory
c)startService() a)bindService() b)onStart()
c)broadcastIntent() a)broadcastCreate() b)broadcastReceive()
d)android.content a)android.app b)android.database
d)android.intent.action.BATTERY_LOW a)android.intent.action. b)android.intent.action
b)onStop a)onDestroy b)onStop
a)RelativeLayout a)RelativeLayout b)TextviewLayout
b){} a)[] b){}
d)SDK a)APK b)JDK
a)SP a)SP b)DP
b)android.intent.action.CALL a)android.intent.action. b)android.intent.action.C
a)Project a)Project b)Favorites
a)event log a)event log b)terminal
b)software a)server b)software
a)android.intent.action.CALL_BUTTON a)android.intent.action. b)android.intent.action
c)Java code a)Python code b)C code
d)editor a)menu bar b)navigation bar
d)onStart a)onCreate b)onDestroy
a)android.intent.action.DATE_CHANGED a)android.intent.action b)android.intent.action
a)android.database a)android.database b)android.content
b)using library a)uing APK b)using library
a) View a) View b) LayOut
d)all of the above a)EditText b)Button
b) LayOut a) View b) LayOut
b) LayOut a) View b) LayOut
b)AndroidManifest a) Android object b)AndroidManifest
b)Manifest a) object b)Manifest
a)AVD a)AVD b)SDK
a) performs actions a) performs actions b) Manage Application
d)all of the above a)Linear Layout b)Frame Layout
c)A & C a)Using getContext() b)Using intent()
d)Java native interface. a)Java network interface b)Java interface
b)Http response a)Http entity b)Http response
b)onStop a)onDestroy b)onStop
a)RelativeLayout a)RelativeLayout b)TextviewLayout
b){} a)[] b){}
d)SDK a)APK b)JDK
d)a class a)an object b)a function
a)SP a)SP b)DP
a)Project a)Project b)Favorites
a)event log a)event log b)terminal
b)software a)server b)software
c)Java code a)Python code b)C code
d)editor a)menu bar b)navigation bar
c)Build variants a)Structure b)Favorites
c)Android studio a)Eclipse b)Net beans
a)compiling a)compiling b)linking
c)android a)terminal b)TODO
a)JRE a)JRE b)JDK
b)containers a)widgets b)containers
d)onDestroy a)onRestart b)onCreate
b)android.view a)android.webkit b)android.view
b)onCreate a)onRestart b)onCreate
b)APK a)IDE b)APK
d)methods a)classes b)objects
b)typeface a)Color b)typeface
a)navigation bar a)navigation bar b)tool bar
c)Notifications Manager a)Content Providers b)View System
c)Services a)Activities b)Broadcast Receivers
c)onResume a)onStart b)onStop
c)terminal a)TODO b)messages
d)margins a)padding b)height
b)Structure a)Build variants b)Structure
b)DVM a)DEX b)DVM
b)emulator a)driver b)emulator
a)API a)API b)DEX
b)crash a)do nothing b)crash
d)content provider a)Internet b)SQLite
c)DP a)CP b)SP
d)AndroidManifest.xml a)res/layout b)res/values
b)resource a)intent b)resource
a)Activity Manager a)Activity Manager b)View System
a)onPause a)onPause b)onDestroy
b)Cooja a)Eclipse b)Cooja
d)bindService() a)startService() b)onStop()
b)DEX a)JDK b)DEX
a)JDK a)JDK b)DEX
d)layout a)fragment b)intent
c)onClick a)OnCreate b)onSelect
b)T- Mobile G1 a)google phone b)T- Mobile G1
b)WiFi Driver a)Keypad driver b)WiFi Driver
b)Dalvik a)WebKit b)Dalvik
d)all of the above a)Security b)Portability
a)Linux a)Linux b)windows
b)2005 a)2003 b)2005
c)Webkit a)Dalvik Resources
c)Sensors a)Telephone b)Application
a)automatically a)automatically b)manually
a)Java class a)Java class b)java project
a)navigation bar a)navigation bar b)tool bar
b)Log class a)Toast Class b)Log class
d)ADB logs a)memory b)CPU
a)logcat a)logcat b)memory
d)sticky a)prominent b)prioritized
c)CPU a)ADB logs b)memory
d)Content Providers a)Services b)Activities
c)LinearLayout a)ConstraintLayout b)TextviewLayout
a)Favorites a)Favorites b)Structure
a)palette a)palette b)widgets
d).xml file a).text file b).java file
c) Linux a) Windows b) Mac
b) Content Providers a) View System b) Content Providers
d) android.webkit a) android.text b) android.os
c) Notifications Manager a) Content Providers b) View System
a) Activity Manager a) Activity Manager b) View System
d) onReceive() a) BroadcastReceiver's sub) onStart()
c) stopSelf() or stopService() a) stopSelf() b) stopService()
c) padding a) margins b) height
c) widgets a) textfields b) containers
d) B & C a) Both are same b) Set can't contain duplic
c) Content Providers a) Services b) Activities
a) sticky a) sticky b) prioritized
d) android.intent.action.REBOOT a) android.intent.action.C b) android.intent.actio
b) broadcastIntent() a) broadcastStart() b) broadcastIntent()
a) content providers a) content providers b) Files
c) Both a) Registering Broadcast b) Creating the Broadcast
a) android.intent.action.BATTERY_CHANGED a) android.intent.actio b) android.intent.acti
d) android.intent.action.BATTERY_LOW a) android.intent.actio b) android.intent.acti
c) android.intent.action.BATTERY_OKAY a) android.intent.actio b) android.intent.acti
b) android.intent.action.BOOT_COMPLETED a) android.intent.actio b) android.intent.acti
b) android.intent.action.BUG_REPORT a) android.intent.actio b) android.intent.actio
c) android.intent.action.CALL a) android.intent.actio b) android.intent.actio
b) android.intent.action.CALL_BUTTON a) android.intent.actio b) android.intent.action
b) android.intent.action.DATE_CHANGED a) android.intent.actio b) android.intent.actio
a) android.intent.action.REBOOT a) android.intent.action b) android.intent.actio
a) onCreate() a) onCreate() b) query()
b) query() a) onCreate() b) query()
b) insert() a) onCreate() b) insert()
c) delete() a) onCreate() b) insert()
b) update() a) onCreate() b) update()
c) getType() a) onCreate() b) update()
d) onAttach() a) onCreate() b) update()
b) onCreate() a) onCreate() b) onCreate()
a) onCreateView() a) onCreateView() b) onCreate()
c) onStart() a) onCreateView() b) onCreate()
d) onResume() a) onCreateView() b) onCreate()
a) onPause() a) onPause() b) onCreate()
b) onStop() a) onPause() b) onStop()
b) onDestroyView() a) onPause() b) onDestroyView()
c) onDestroy() a) onPause() b) onDestroyView()
c) Three a) One b) Two
b) Single frame fragments a) Double frame fragment b) Single frame fragments
a) List fragments a) List fragments b) Single frame fragments
c) Fragments transaction a) List fragments b) Single frame fragments
b) Context.startActivity() a) List fragments b) Context.startActivity()
d) Context.startService() a) List fragments b) Context.startActivity()
a) Context.sendBroadcast() a) Context.sendBroadcast(b) Context.startActivity()
a) ACTION_VIEW content://contacts/people/1 a) ACTION_VIEW content:/
b) a)ACTION_VIEW content
b) Two a) One b) Two
b) ACTION_DIAL content://contacts/people/1 a) b)ACTION_DIAL content
b) ACTION_DIAL content:/
b) ACTION_VIEW tel:123 a) b)ACTION_DIAL content
b) ACTION_VIEW tel:123
c) ACTION_DIAL tel:123 a) b)ACTION_DIAL content
b) ACTION_EDIT content:/
b) ACTION_EDIT content://contacts/people/1 a) b)ACTION_DIAL content
b) ACTION_EDIT content:/
a) ACTION_VIEW content://contacts/people/1 a) ACTION_VIEW content:/
b) ACTION_EDIT content:/
d) ACTION_SET_WALLPAPER a) ACTION_UNINSTALL b) ACTION_EDIT content:/
b) ACTION_SYNC a) ACTION_UNINSTALL b) ACTION_SYNC
c) ACTION_SYSTEM_TUTORIAL a) ACTION_UNINSTALL b) ACTION_SYNC
b) ACTION_TIMEZONE_CHANGED a) ACTION_UNINSTALL b) ACTION_TIMEZONE_
a) ACTION_UNINSTALL_PACKAGE a) ACTION_UNINSTALL b) ACTION_TIMEZONE_
b) LinearLayout a) Relative Layout b) LinearLayout
a) Relative Layout a) Relative Layout b) LinearLayout
c) Table Layout a) Relative Layout b) LinearLayout
b) Absolute Layout a) Relative Layout b) Absolute Layout
c) Frame Layout a) Relative Layout b) Absolute Layout
b) List View a) Relative Layout b) List View
d) Grid View a) Relative Layout b) List View
a) android:paddingBottom a) android:paddingBottomb) android:paddingTop
b) List View a) android:paddingBottomb) android:paddingTop
c) Frame Layout a) android:paddingBottomb) android:paddingTop
d) android:paddingLeft a) android:paddingBottomb) android:paddingTop
a) android:layout_gravity a) android:layout_gravity b) android:paddingTop
b) startService() a) onUnbind() b) startService()
c) bindService() a) onUnbind() b) startService()
b) onStartCommand() a) onUnbind() b) onStartCommand()
c) onBind() a) onUnbind() b) onStartCommand()
a) onUnbind() a) onUnbind() b) onStartCommand()
c) onCreate() a) onUnbind() b) onStartCommand()
b) onDestroy() a) onUnbind() b) onDestroy()
d) All of them a) Linear Layout b) Absolute Layout
b) layout_gravity a) Linear Layout b) layout_gravity
OPTION3 OPTION4
c)statements d) all
c)all d) none
c)model d) none
c)both d) none
c)initialize d) none
c)simula d) java
c)both d) none
c)both d) none
c)inherit d) none
c)JavaServer Pages d) all
c)all d) none
c)Aggregation d) all
c)both d) none
c)both d) none
c)both d) none
c)user dependent d) problem dependent
c)abstraction d) none
c)public d) all
c)both d) none
c)notations d) mechanisms
c)public d) all
c)intelligently d) all
c)3 d) 4
c)both d) none
c)both d) none
c)IS-C d) IS-E
c)both d) none

c)both d) none

c)both d) none
c)both d) none
c)both d) none
c)both d) none
c)choice d) none
c)both d) none
c)derived class d) all
c)optimization d) none
c)base class d) all
c)subclass d) all
c)both d) none
c)multiple d) all
c)multiple d) all
c)both d) none
c)access d) all
c)instance d) all
c)both d) none
c)both d) none
c)general type d) special type
c)special d) all
c)both d) none
c)rich d) poor
c)4 d) 8
c)Boolean d) all
c)Basic d) none
c)Arrays d) none
c)10 d) all
c)both d) none
c)long float data d) none
c)small value d) none
c)4 d) 5
c)both d) none
c)for d) all
c)try-catch d) all
c)continue d) none
c)differently d) none
c)TRUE d) all
c)4 d) 5
c)both d) none
c)do...while d) none
c)infinite d) all
c)always mone than oned) all
c)same as for d) none
c)if d) switch
c)both d) none
c)3 d) 4

c)go next d) all


c)both d) none
c)both d) none
c)models d) all
c)both d) none
c)constant d) all
c) both d) none
c) onProgressUpdate()d) onPostExecution()

c) null d) not defined


c) both d) none
c) cloneable d) none
c) -2^8 to 2^8-1 d) -2^15 to 2^15-1
c) Versions 1.2 or 1.3 d) Versions 2.3 or 3.0
c) Input not found exc d) None of the above
c) Java level security d) None of the above
c) classes d) Methods
c) Reader d) All of the mentioned

c) SystemException d) InterruptedException
c) BufferedStreamReadd) InputStreamReader
c) InputStream d) none
c) Reverse() d) reverseAll()
c) onPreExecution() d) doInBackground()
c) Virus on the Serverd) Activity manager contains too much.
c) The source code d) All other choices
c) modarate d) none
c) 64 bits d) depends on situation
c) bit d) none
c) OSS d) Sourceforge
c) Motorola Droid d) HTC Hero
c) ReadStream d) InputOutputStream
c) InputOutputStream d) All of the mentioned
c) Both of the mentiond) None of the mentioned
c) InputStream d) InputOutputStream
c) We can't say d) None of the above
c) Internal Storage d) SQLite Databases
c) Dalvik application d) C source code
c) services d) broadcastReceiver
c) activityGroup d) contextThemeWrapper
c) Java VM was too comd) Java VM ran too slow
c) Audio driver d) Power management
c) OpenGL d) SQLite
c) 8 d) 9
c) int to long d) long to int
c) 32 bits d) 64 bits
c) Notifications Managd) Activity Manager
c) Open Handset Allia d) none
c) Abstract Window Tod) Abstract Writing Toolkit
c) Byte stream d) Long stream
c) SQlite database d) Not possible

c) Android packaging d) None of the above.


c) A content provider d) none
c) security sandbox d) none of the above
c) finish() d) none of the above
c) using ContentResolvd) none of the above
c) a & b d) messenger
c) XML and Java d) Dream weaver
c) strings.xml d) string.java
c) paused state d) destroyed state
c) Sensors d) The emulator can emulate/simulate all
c) Dex compiler d) Mobile Interpretive Compiler (MIC)
c) int [ ] [ ] a = new intd) int [ ] [ ] a = new int [ ] [3]
c) Object d) none
c) onClick d) ContentResolve
c) view d) view
c) android.view d) android) webkit
c) List may contain dupd) B & C
c) ArrayInputStream. d) ByteArrayInputStream.
c) read() d) read_line()
c) BUfferedOutputStr d) PrintStream
c) write() d) all
c) FULL_WAKE_LO d) FULL_WAKE_LOCK
c) findFragmentByID(d) FragmentManager.findFragmentByID()
c) It is not possible in d) A & C
c) Using startService(Ind) startFordgroud
c) both static and finald) none
c) Android open sourced) Android open source project
c) Native Libraries d) Webkit
c) Refactoring code d) Multithreading
c) Destroyed d) pasued
c) preferenceFragmentd) cursorFragment
c) tabActivity d) all the above
c) spellCheckerServiced) inputMethodService
c) extra high density d) all of the above
c) FragmentActivity d) all the aove
c) DatePickerDialog d) All of the above
c) Third-party Emulatod) All three options will work
c) values d) layout

c) four d) five

c) Reverse() d) reverseAll()
c) java d) XML
c) menu bar d) editor tab
c) LinearLayout d) ConstraintLayout

c) bottom d) none

c) Both of the d) None of the


mentioned mentioned

c) InputStream d) InputOutputStream

c) We can't say d) None of the above


c) 2007 d) 2006
c) ADB logs d) logcat
c) TODO d) comments

c) colors d) activity_main

d) Not possible
c) SQlite database

c) Android
d) None of the above.
packaging kit
c) Sensors d) Emulator
c) startService() d) onCreate()
c) doInBackground() d) Progress()
c) not threadsafe d) risky
c) write() d) all
c)
d)
FULL_WAKE_LOC
FULL_WAKE_LOCK
K
d)
c)
FragmentManager.findFr
findFragmentByID()
agmentByID()
c) It is not possible in
d) A & C
android
c) Background d) All of the above
c) Google secretary d) Google assistant
c) Networking d) all of the above
c) android.intent.ac d) android) intent.action.BATTERY_LOW
c) IDE d) SDK

c) drawable d) mipmap

c) align of Image
d) none
View

c) Data storage space d) None of the above.


c) Clipbord d) SharedPreferences
c) Emulated d) None of the above.
c) java method d) an object filed
c) as structure d) none

c) 10dp d) none

c) API level 7 d) API level 6

c) () d) ||
c) broadcast from sen d) push notifications
c) Virtual Machine d) Debugger

c) Gradle d) AndroidManifest

c) android.opengl d) android) content

c) getOrientation() d) none
c) as big as to
enclose its parent d) none
view content

c) onPreExecution() d) doInBackground()
c) doInBackground() d) Progress()

c) Internal Storage d) SQLite Databases

c) Aone of the above d) Database manipulation permission

c)
android:checkedButto d) android:onClick
n

c) broadcastIntent() d) broadcastStart()
c) both a & b d) none
c) Using
startService(Intent d) startFordgroud
intent)
c) both static and
d) none
final
c) Android open d) Android open source
source protocol project

c) Native Libraries d) Webkit

c) AndroidManifest d) none

c) Button Id d) none

c) SystemException d) InterruptedException

c)
BufferedStreamReade d) InputStreamReader
r

c) InputStream d) none
c) garbage() d) gc()
c) as it is d) none
c) as structure d) as ponter
c) String d) Void

c) AndroidTest d) UnitTest

c) ReadStream d) InputOutputStream

c)
d) All of the mentioned
InputOutputStream
c) OpenGL d) Sqlite
c) makeTest class d) Show class
c) onRestart d) onResume
c) mixed data stream d) null stream

c) findViewById() d) none

c) Webkit d) Libraries
c) string d) structure

c) position d) all of the above

d)
c) ArrayInputStream.
ByteArrayInputStream.
c) read() d) read_line()
c)
BUfferedOutputStrea d) PrintStream
m
c) string d) void
c) int[] IntegerArrad) All of them
c) IntegerArray(3])d) int a=4
c) int[] IntegerAr d) int IntegerArray = new int[] {1,2,3,4,5,6,7,8,9};
c)
java.lang.nullpoint d) java.lang.ClassNotFoundException
erexception
c) Remove a fixed-si
d) Pass a fixed-size list from one to another.
c) Activity d) Notifications
Manager Manager
c) List d) all of them
c) SensorManager d) SensorEvent
c) None of them d) All of them

c) public void
two() {
int sum = 0;
for (Foo a :
mArray) {
sum += a.mSplat;
}
}
d) All of them
c) android.view d) android.webkit

c) preferenceFragment
d) cursorFragment
c) All of them d) None of them
c) All of them d) None of them
c) FragmentActivityd) all the aove
c) The source code d) All other choices
c) SimpleAdapterd) SQLiteCursor
c) List may containd)duplicate
B & C values
c) Authentication management
d) All of the above
c) Authentication management
d) None of the above
c) A & B d) Network servers

c) When displayingd) ListView has a function to display a list of uniquely defined Views other than T
c) ArrayList d) Context
c) The bookmarks d) The application list
c) onCreate() d) onPause()
c) It is the primar d) It is a type of List Activity with predefined headers and footers for special com
c) ListView lv = ( d) B & C
c) notifyDataSetChd) notifyDataSetInvalidate( )
c) Starts an activit d) Sends results to another activity.
c) Data storage spa d) None of the above.
c) AVI d)MIDI
c) Open-source Webd) Opera

c) It replaces the l d) It creates a TextView for each String in array items.


c) ArrayAdapter (Co d) ArrayAdapter (Context context)
c) onListItemClickLd) onClickListener
c) ArrayAdapter (Co d) ArrayAdapter (Context context)
c) Extend class andd) Extend class android.widget.Adapter or any of its descendants, then override m
c) setClickable(trued) setVisibility(View.Visible)
c) onResume() d) onCreate()
c) Opera d) Ecosia browser

c) ListView is a vied) ListView is a view group that insert a list of scrollable items.
c) Adapter d) None of them
c) itemsAdapter = d)
new ArrayAdapter<String
ArrayAdapter<Stri > itemsAdapter =
ng>(this, <String>(this,
android.R.layout.s android.R.layout.sim
imple_list_item_1, ple_list_item_1,
items); items);

d) ListView listView
ListView listView = (ListView)
= (ListView) findViewById(R.id.lv
findViewById(R.i Items);
d.lvItems); setAdapter(itemsAda
pter);
<resources>
<string-array
name="my_books
">
<item>Scala
Cookbook</item>
<item>Play
Framework
Recipes</item>
<item>How I
Sold My Business:
A Personal
Diary</item>
<item>A
Survival Guide for
New
Consultants</item
>
</string-array>
</resources>

Resources res =
getResources();
String myBooks =
res.getStringArray
(R.array.my_book
s); d) All of them

c)
print("MyAndroid
Class",
Arrays.toString(ar
r)); d) None of them
encoding="utf-8"? d) <?xml
> version="1.0"
<resources100> encoding="utf-8"?>
<string-array <resources>
<string-array
name="races_arra
y"> name="races_array">

<item>@string/rac <item>@string/race_
e_goblin</item> goblin

<item>@string/rac <item>@string/race_
e_orc</item> orc

<item>@string/rac <item>@string/race_
e_elf</item> elf

<item>@string/rac <item>@string/race_
e_human</item> human

<item>@string/rac <item>@string/race_
e_troll</item> troll

<item>@string/rac <item>@string/race_
e_halfling</item> halfling
</string-array> </string-array>
</resources> </resources>

c) String[] cRaces d) String[] cRaces =


=getStringArray(R getResources().getStr
.array.races_array) ingArray(R.array.race
; s_array);
c) <Spinner

android:layout_hei
ght="wrap_conten
t"

android:layout_wi
dth="match_paren
t"

android:id="@+id
/spinnerOfCharact
erRaces"

android:entries="
@array/races_arra
y">
</Spinner> All of them

c) <ListView

android:id="id/list
"

android:layout_hei
ght="wrap_conten
t"

android:layout_wi
dth="match_paren
t">
</ListView> None of them
c) import d) import
java.util.Lang; java.util.List;
c) None of them d) All of them

c) ArrayAdapter
adapter = new
ArrayAdapter<Stri d) adapter = new
ng>(this,R.layout. ArrayAdapter<String
ListView,StringAr >(this,R.layout.ListVi
ray); ew,StringArray);

c) ListView
listView =
(ListView)
findViewById(list
view);
listView.setAdapte
r(adapter); d) B & C
c) DialogClass d) None of them

c) ProgressDialog d) TimePickerDialog
c) ProgressDialog d) None of them
d) define the
c) define the style structure for a dialog
for a dialog only only
c) Dialog d) DialogFragment
c) Dialog d) DialogFragment
c) d)
AlertDialog.Build AlertDialog.Builder
er builder = new builder = new
Builder(getActivit AlertDialog(getActiv
y()); ity());

c) builder.ready(); d) All of them


c) return
maker.create(); d) None of them
c) call by
showing()
function d) None of them

d)
c) ProgressDialog.Builder
AlertDialog.Maker

c)
AlertDialog.Build d)
er builder = new AlertDialog.Builder
AlertDialog.Build builder = new
er(getActivity()); AlertDialog.Builder;
c) AlertDialog
dialog = d) AlertDialog
builder.create(); dialog = create();
c) when an item
to be deleted from d) when an item in
a list the list is selected

d) protected void
c) protected void onListItemClick
onListItemClick (ListView l,
(ListView l, View v,
View v, int position,
) long id)
c) switch(index){
Androidcase 0:
//Do this and
this break;
Androidcase 1:
//Do this and
this break;
Androidcase 2:
//Do this and
this: break;
default: //For all
other cases, do this
break;
} d) None of them

A and B d) None of them

c) An Activity
represents exactly
two screens in an
app d) All of them

c) A Service is a
component that
performs d) A Service is a
operations in the component that
foreground performs operations
without a user in the foreground
interface. with a user interface.
c) 5 d) 2
c) Implicit intents d) Call intents

c) CATEGORY_BROWSE
d) All of them

c) All of them d) one of them

c) <activity d) <activity
android:name="Sh android:name="Share
areActivity"> Activity">
<intent-filter/>
<action <action
android:name="an android:name="andro
droid.intent.action. id.intent.action.SEN
SEND"/> D"/>
<category <category
android:name="an android:name="andro
droid.intent.catego id.intent.category.DE
ry.DEFAULT"/> FAULT"/>
<data <data
android:mimeType android:mimeType="
="text/plain"/> text/plain"/>
<//intent-filter>
</activity> </activity>

c) to indicates any d) to indicates any


entry point and entry point and does
expects any intent not expect any intent
data data

c) Intent = new
Intent(Intent.ACTI
ON_VIEW,
uriUrl); d) All of them
c) search = new
Intent(Intent.ACTI
ON_WEB_SEAR
CH); d) None of them

c) to defines the
structure for a
storyboard in your
app d) None of them
d) ViewGroup and
c) View and Intent scene
c) an invisible
container d) None of them
c)
android:id="id/my
_button" d) All of them
c) AudioVideo
APIs d) MediaPlayer APIs
c)Client d) Session
c) consume web servicesd) none
c) OkHttp d) SMTP
c)Retrofit 1 d)Retrofit 2
c) SMTP library d) retrofit library
c) File Transfer d) Image
c) Debugging & tracing d) Auto Ordering
c) Debugging & tracing d) Auto Ordering
c) API type operations d) both a & b
c) Structured Data d) none
c) World Wide Web d) Email
c) GET & RETURN d) RETURN
c) RETURN d) None
c) RETURN d) None
c) URL.connection d) GET
c) session cookies d) all of three
c) setOutput(true) d) setInput(true)
c) getOutputStream d) getInput
c) response body Lengthd) Response Body History
c) response body Lengthd) all of three
c) input stream d) null
c) disconnect d) disrupt
c) 3 d) 4
c) setDoUpload d) setDoOutput
c) setFixedLengthStrea d) setFixedMode
c) setChunkedStreamin d) setChunkedMode
c) unbuffered d) unserialized
c) borh a & b d) none
c) partially open d) ppartially closed
c) Unicode Character arrd) NSMUtableString
c) rar d) gzip
c) getInput d) None
c) special encodings at hd) none
c) 3 d) 1
c) contentLength d) getContentLength
cURI d) getURI
c) both a & b d) none
c) HttpHeader d) none
c) cache d) memory
c) server properties d) both a & b
c) 1 d) -1
c) RETURN d) None
c) setDoOutput d) set
c) URL.open(Proxy) d) URL.(Proxy)
c) Android 4 d) Android 3.2
c) that support RFC 266 d) both a &b
c) cookieDepot d) CookieStore
c) TRACE d) all of three
c) TRACE d) TAIL
c) readArray d) array
c) end(). d) Array
c) beginObject d) object
c) endObj(). d) endObject()
c) endObject d) hasNext
c) Pass d) None
c) read d) hasNext
c) nextNull d) none
c) nextValue d) getNext
c) both a & b d) as structure
c) as structure d) none
c) both a & b d) none
c) as it is d) none
c) as structure d) as ponter
c) mixed data stream d) null stream
c) not threadsafe d) risky
c) syncTask d) AsyncTask
c) onReExecute() d) onPriExecute()
c) 4 d) 5
c) string d) structure
c) string d) void
c) String d) Void
c) doInBackground() d) Progress()
c) doInBackground() d) Progress()
c) doInBackground() d) Progress()
c) compiler d) operating system
c) variable for the API e d) path substitution for the API endpoint
c) specifies the key nam d) specifies the name
c) payload for the POST d) payload for the POST
c) Interpretor d) Interceptor
c) EXTRA_SUBJECT d) EXTRA_BODY

d) It is a library that
implements a lightweight
embedded relational
Database
c) It is an in-process wh
c) Self motivation d) No external dependencies
c) LINUX process d) None .
c) ANSI C d) PHP
c) Data Transfer of Distr d) Data Definition Language
c) SELECT d) None
c) It is control the all d) No one.
c) Data Manipulate Langd)none
c) VIEW d) SELECT
c) DML d)none
c) Data Device Manipulad) Data Magnification language.

c) ContentProvider d) No one.
c) Option 1and 2 is corred) Option 2 and 3 is correct.
c) create, return, unite, d)none

c) Content Provider d) None of the above

c) Data provider d) None of the above


c) Content URI d) Shared Preference
c) a and b is true d)none

c) Object d) None of the above


c) 250 d) 255
c) An implementation thad) A subclass of AsyncTask Loader for accessing ContentProvider Data
c) ContentProvider d) All of the above
c) Converting a group of d) None of the above
c) Option b is false d) Option a is true
c) By providing calling d) All of the above
c) Loaders persist and cad) Which of the following
c) Option 1 is false b) Option 2 is false
c) They monitor the sourd) All of the above
c) Provides a useful stor d) None of the mentioned

c) Software d) a and b

c) Local storage d) All of the above


c) Sandbox d) Local Driver
c) Software Developmentd) Software Development ket
c) Cloud hosted databas d) b and c
c) Is synced across all c d) Is synced across all clients in realtime and remains available when your app goes offline and online
c) SDK d) JSON
c) Simple d) None
c) NoSQL d) Oracle
c) Option 1 is false d) a and b is true
c) that makes sign in easd) None of the above
c) Firebase Cloud Messa d) Fairbase Cloud Machine
c) is a monetize your mod) is a cross –platform messaging solution that lets you reliably deliver messages at no cost

c) FCM d) JSON
c) Is an iOS, Android, o d)none
c) Data is synced across d) All of the above

c) 500 events d) 600 events


c) helps you understand d) None of the above
c) 4 d) 5
c) Identifying the proble d) a and b is both
c) Is a google ‘s platfor d) C is true
c) Audio, maps, poems, d) as banner ads, interstitial ads, video ads, or native ads
c) Google Mobile Ads SDd) Video ads

c) DML d) Provider

b) Google's Maven d) None


c) Game engine d) All of the above

c) Game engine d) All of the above


c) Game engine d) Google mobile ads sdk
c) security sandbox d) None of the above
c) Fragment Activity d) All of the above
c)Using Content Resolve d)none of the above
c)Modifying mobile app d)Creating mobile app
c)Native Ads d)All of the above
c)Native Ids d) None of the above
c)Both a &b d) None of the above
c)Maximizing &Revenue d)All of the above
c)Both a &b d)None of the above
c)Maximizing &Revenue d)All of the above
c)Data Dictionary d)Content Provider
c)Both a &b d) None of the above
c)Selecting rows d)Selecting columns
c)Selecting columns d)Selecting rows

c)Both a &b d) None of the above


c)User engagement d)Retriving information
c)Both a &b d) None of the above
a)About 400 a)About 500

c)Firebase d) None of the above


c)Optimizing performan d)All of the above
c)Firebase Cloud Messagd) None of the above
c)Readymade UI librariesd) Both b & c
c) ID Card d) Both a &b
c) Netbeans d) a & b
c) Marshmallow d) Kitkat
c) 25 d) 21
c) Application Framewo d) None of the above
c) HTML, Javascript d) PhoneGap
c) Inheritence d) All of the above
c) Take any relevant for d) None of the above
c) Hiding internal detailsd) All of the above
c) Hiding internal detailsd) Inherit all criteria from parent
c) Both d) None of the above
c) Both d) None of the above
c) if-else d) switch
c) if-else d) b & c
c) Primitive d) None of the above
c) Notifications d) All of the above
c) Sound d) All of the above
c) Information that needd) None of the above
c) Android development d) Android developers plot
c) ADB d) All of the above
c) Alarm d) None of the above
c) IDE cleaner d) Link between logcat and source code
c) Saving data in XML d) b & c
c) Machintosh d) None of the above
c) Layout folder with JSOd) Online
c) All of the above d) None of the above
c) Shared preferences d) All of the above
c) A piece of activity, i d) None of the above
c) Both d) None of the above
c) Kotilin d) None of the above
c) Web content d) Radio layer component
c) ViewGroups d) All of the above
c) XML d) manifest
c) 2 d) 6
c) Linux Kernal d) Application framework
c) Nick Sears d) All of the above
c) Motorola d) Nokia
c) GUI component to prod) None of the above
c) Reminder d) Networking component
c) 2007 d) 2008
c) Notification.builder d) None of the above
c) Both d) None of the above
c) GUI xml d) Java files
c) GlobalLocation d) Coordinates
c) TV d) All of the above
c) Android verbal devel d) android variety device
c) Networking componend) GPS components
c) Working with file d) Database
c) Long press d) All of the above
c) GestureDetector.Pinc d) All of the above
c) GPS location d) None of the above
c) To add extra informatid) To add an event
c) Blender d) Donut
c) Dalvik Virtual Machin d) All of the above
c) None d) a & b
c) Push notifications d) None of the above
c) With extra libraries d) With other languages
c) Push notifications d) Reminder
c) Android activity provi d) None of the above
c) Native Development Kd) Neative Development Kit
c) TaskClass d) AsyncCreator
c) Uses relations to posi d) Load child one above another, like cards inside a frame
c) Uses relations to posi d) Load child one above another, like cards inside a frame
c) Uses relations to posi d) Load child one above another, like cards inside a frame
c) Uses relations to posi d) Load child one above another, like cards inside a frame
c) Frame d) Absolute
c) stop() d) None of the above
c) Android has two conted) All of the above
c) Data storage space d) None of the above.
c) Google Search d) None of the above
c) Java level security d) none of the above
c) List may contain dupli d) B & C
c) Open source GUI for d) All of the above
c) Application not respo d) None of the above
c) Background d) All of the above
c) Virtual Machine d) Debugger
c) garbage() d) gc()
c) Aone of the above d) Database manipulation permission
c) Clipbord d) SharedPreferences
c) Google secretary d) Google assistant
c) broadcast from sendS d) push notifications
c) Objective C d) All of the above

c) Android Studio d) Codeblocks


c) Brains' IntelliJ IDEA d) JetBrains' IntelliJ IDEA
c) Visual Studio d) Codeblocks
c) Hands-on d) None of the above
c) Windows 10 d) All of the above
c) Windows 10 64 bit d) All of the above

c) 4GB d) 8GB

c) 8GB d) 16GB
c) 2GB d) 1GB

c) 8GB d) 16GB

c) 16GB d) 32GB

c) 1024*768 d) 1280*800

c) Mac OS X 10.2 d) All of the above

c) 4GB d) 8GB
c) 8GB d) 16GB
c) 2GB d) 1GB

c) 8GB d) 16GB

c) 16GB d) 32GB

c) 1024*768 d) 1280*800

c) 4GB d) 8GB
c) 8GB d) 16GB
c) 2GB d) 1GB

c) 8GB d) 16GB

c) 16GB d) 32GB

c) 1024*768 d) 1280*800
c) 2.18 d) 2.19
c) Play Store d) Game Store
c) Android Pen d) Signature

c) to protect intellectual d) All of the above

c) release.apk d) final.apk

c) $20 d) $25
c) SlideME d) All of the above

c) Oragnizing d) Publishing
c) 3.1.5 d) 3.3

c) jde d) apk

c) menu bar d) editor tab

c) onResume d) onDestroy

c) linux d) contiki
c) pie d) oreo
c) jvm d) api

c) res/layout d) AndroidManifest.xml
c) Linux d) Contiki
c) Broadcast Receivers d) Content Providers

c) design d) button

c) view d) manifest
c) classes d) function

c) intent d) manifest
c) /it is a comment d) it is a comment
c) apk d) ide
c) firmware d) software
c) java code d) c# code
c) Android studio d) Java

c) ide d) sdk

c) jdk d) apk

c) stub d) firmware

c) api d) dvm

c) view d) manifest

c) Android Studio d) cooja


c) dvm d) api
c) gnu's gpl d) sourceforge

c) 2.1 or 2.3 d) 3.1 or 4.0

c) To corner the mobile


device application
market for licensing d) To allow them to
purposes advertise more

c) security sandbox d) None of the above

c) It has all the


information about an
application d) None of the above

c) Platform Version d) All of the above


c) 10 d) 0

c) android package d) application package

d) within two weeks of


c) never installation
c) driver d) None of the above
c) android virtual d) Application virtual
device display

c) android debug bridge d) None of the above


c) linux d) iOS
c) c++ d) c & c++
c) micro d) None of the above
c) photo picker d) both a and b
c) place picker d) None
c)StopService d) none of the above
c)BeganService d) none of the above
c) foreground d) none
c) partially true d)all
c) onProgressUpdate() d) onPostExecution()
c) Using getApplicationCd) a & c
c) image editable tool d) Device features
c) Google search d) None of the above.
c) Input not found excepd) None of the above
c) Java level security d) None of the above
c) List may contain dupli d) b & c
c) JDK d) IDE
c) stubs d) methods
c) ImageView d) Mip Map
c) menue bar d) editor tab
c) method signature d) method call
c) Notifications Managerd) Activity Manager
c) android.intent.actio d) android.intent.action.CALL_BUTTON
c) Services d) Content Providers
c) onResume d) onDestroy
c) terminal d) comments
c) weight d) margins
c) Favorites d) project
c) JDK d) API
c) stubs d) firmware
c) DVM d) JDK
c) show black screen d) get hang
c) Files d) content provider
c)DP d) GP
c) Build.gradle d) AndroidManifest.xml
c) view d) manifest
c) Notifications Managerd) Content Providers
c) Netbeans d) Android studio
c) onResume d) onRestart
c) onDestroy() d) bindService()
c) DVM d) API
c) Linux d) Contiki
c) makeTest class d) Show class
c) Lolipop d) Jelly Bean
c) DVM d) API
c) logcat d) ADB logs
c) onRestart() d) onReceive()
c) Linux d) Contiki
c) padding d) weight
c) widgets d) layouts
c) ADB logs d) CPU
c) onClick d) ContentResolver
c) Child class d) Inherited class
c) onRestart() d) startService()
c) Contiki d) Ubuntu
c) R d) Layout
c) view d) layout
c) property d) function
c) optional d) sticky
c) APK d) JDK
c) navigation bar d) editor tab
c) CPU d) logcat
c) onClick d) onDo
c) Log.R() d) Log.r()
c) <intent-layout> d) <intent-activity>
c) Broadcast Receivers d) Content Providers
c) AndroidManifest.xml d) Build.gradle
c) LinearLayout d) RelativeLayout
c) Build variants d) Project
c) extending d) extend
c) Show class d) Toast class
c) Broadcast Receivers d) Activities
c) view d) android.database
c) design d) button
c) android.intent.acti d) android.intent.action.CALL
c) view d) manifest
c) .dex file d) .xml file
c) containers d) widgets
c) onDestroy() d) stopService()
c) component tree d) layout
c) sub class d) super class
c) android.app d) android.database
c) classes d) function
c) view d) manifest
c) .dex file d) .xml file
c) containers d) widgets
(c)onDestroy() (d)stopService()
c)layout d)terminal
c)sub class d)super class
c)android.app d)android.database
c)classes d)function
c)Console d)Method
c)date and time d)default
c)res/layout d)AndroidManifest.xml
c)package com/newpak d)package com.newpak
c)android.text d)android.os
c)Activities d)Services
c)android.view d)android.webkit
c)onMenuCreated() d)onCreateContextMenu()
c)retrieveResourceById(in
d)findViewById(String id)

c)Layout d)Content Provider


c)onCreate() d)onRestore()
c)Java source file d)Manifest file
c)Activate a Broadcast red)Activate a SQLite DB Connection.
c)my_layout.xml d)mylayout1.xml
c)Foreground d)Background
c)bin d)gen
c)A file that contains al d)A file that contains a single activity widget.
c)The application manifesd)Java source code files
c)View d)Widget
c)Bundle d)DataStore
c)DialerManager d)PackageManager

c)Android Development d)Web Development Tools


c)res/layout/Main.xml d)res/values/strings.xml
c)Java source code d)Libraries
c)OnClickDetector d)OnClickListener
c)onPause d)onBackPressed

c)Stop( ) d)Close( )
c)onDestroy d)onHide

c)<uses-permission andrd)<uses-permission android:name =”android. permission .Internet”/>


c)The bookmarks d)The application list
c)Each log message has ad)Only one of your application can create log entries, and it should be component class
c)The application’s mini d)The handset model compatible with your application.
c)startService(Intent inted)startSubActivity(Intent intent)
c)android.location d)android.net
c)keytool d)certgen
c)READ_PHONE_CONTACd)READ_CONTACTS
c)android.view.View d)android.content.Context
c)onCreate() d)onPause()
c)Intent intent = new Inted)Intent intent = new Intent(this,Activity2.class);startActivity(intent);
c)onDestroy( ) d)onExit( )
c)It declares applicatio d)It declares hardware and software features used within the application
c)Create the activity layod)Add the activity to the AndroidManifest
c)Specify when to destroy d)Override the way that an existing component is displayed on the screen.
c)Activities and services.d)Main thread and background process.
c)publishProgress() d)onProgressUpdate()
c) A sound played d)A SMS sent.
c)A notification sound. d)A title.
c)Activity Manager d)Notifications Manager
c)android.view d)android.webkit
c)view d)intent
c)TODO d)comments
c)ADB logs d)logcat
c)startService() d)onCreate()
c)broadcastIntent() d)broadcastStart()
c)android.opengl d)android.content
c)android.intent.action d)android.intent.action.BATTERY_LOW
c)onRestart d)onResume
c)LinearLayout d)ConstraintLayout
c)() d)||
c)IDE d)SDK
c)CP d)GP
c)android.intent.action d)android.intent.action.BATTERY_CHANGED
c)Build variants d)Structure
c)messages d)TODO
c)hardware d)firmware
c)android.intent.action. d)android.intent.action.REBOOT
c)Java code d)C sharp code
c)tool bar d)editor
c)onStop d)onStart
c)android.intent.action. d)android.intent.action.REBOOT
c)android.app d)android.opengl
c) using SDK d) None
c)both d) None
c)CheckBox d)all of the above
c)both d) None
c)both d) None
c) Android bin d) none
c)bin d) exe file
c)APK d)none
c) Screen UI d)none
c)Table Layout d)all of the above
c) A & C d)none
c) Image editable tool d)Java native interface.
c)Http result d)None of the above.
c)onRestart d)onResume
c)LinearLayout d)ConstraintLayout
c)() d)||
c)IDE d)SDK
c)a program d)a class
c)CP d)GP
c)Build variants d)Structure
c)messages d)TODO
c)hardware d)firmware
c)Java code d)C sharp code
c)tool bar d)editor
c)Build variants d)Project
c)Android studio d)Java
c)debugging d)testing
c)android d)messages
c)IDE d)SDK
c)textfields d)layouts
c)onStop d)onDestroy
c)android.os d)android.text
c)onStop d)onDestroy
c)JDK d)IDE
c)stubs d)methods
c)ImageView d)Mip Map
c)menu bar d)editor tab
c)Notifications Manager d)Activity Manager
c)Services d)Content Providers
c)onResume d)onDestroy
c)terminal d)comments
c)weight d)margins
c)Favorites d)Project
c)JDK d)API
c)stub d)firmware
c)DVM d)JDK
c)show black screen d)get hang
c)Files d)content provider
c)DP d)GP
c)Build.gradle d)AndroidManifest.xml
c)view d)manifest
c)Notifications Manager d)Content Providers
c)onResume d)onRestart
c)Netbeans d)Android studio
c)onDestroy() d)bindService()
c)DVM d)API
c)DVM d)API
c)view d)layout
c)onClick d)onDo
c)Motorola Dorid d) HTC Hero
c)Audio Driver d)power management
c)OpenGL d)Sqlite
c)Networking d)all of the above
c)java d)XML
c)2007 d)2006
c)Webkit d)Libraries
c)Sensors d)Emulator
c)Emulated d)None of the above.
c)java method d)an object filed
c)menu bar d)editor tab
c)makeTest class d)Show class
c)logcat d)ADB logs
c)ADB logs d)CPU
c)optional d)sticky
c)CPU d)logcat
c)Broadcast Receivers d)Content Providers
c)LinearLayout d)RelativeLayout
c)Build variants d)Project
c)design d)button
c).dex file d).xml file
c) Linux d) Contiki
c) Activity Manager d) Notifications Manager
c) android.view d) android.webkit
c) Notifications Managerd) Activity Manager
c) Notifications Managerd) Content Providers
c) onRestart() d) onReceive()
c) stopSelf() or stopServid) endService()
c) padding d) weight
c) widgets d) layouts
c) List may contain dupli d) B & C
c) Content Providers d) Broadcast Receivers
c) None d) optional
c) None d) android.intent.action.REBOOT
c) broadcastReceive() d) broadcastCreate()
c) SQLite d) Internet
c) Both d) None
c) android.intent.acti d) android.intent.action.BATTERY_LOW
c) android.intent.acti d) android.intent.action.BATTERY_LOW
c) android.intent.acti d) android.intent.action.BATTERY_LOW
c) android.intent.acti d) android.intent.action.BATTERY_LOW
c) android.intent.acti d) android.intent.action.BATTERY_LOW
c) android.intent.action d) android.intent.action.BATTERY_LOW
c) android.intent.action d) android.intent.action.BATTERY_LOW
c) android.intent.action d) android.intent.action.BATTERY_LOW
c) android.intent.action d) android.intent.action.BATTERY_LOW
c) delete() d) getType()
c) delete() d) getType()
c) delete() d) getType()
c) delete() d) getType()
c) delete() d) getType()
c) getType() d) delete()
c) getType() d) onAttach()
c) getType() d) onAttach()
c) getType() d) onAttach()
c) onStart() d) onAttach()
c) onStart() d) onResume()
c) onStart() d) onResume()
c) onStart() d) onResume()
c) onStart() d) onResume()
c) onDestroy() d) onResume()
c) Three d) Four
c) Multiple frame fragmed) None
c) Multiple frame fragmed) None
c) Fragments transactiond) None
c) Fragments transactiond) None
c) Fragments transactiond) Context.startService()
c) Fragments transactiond) Context.startService()
c) a)ACTION_VIEW conte
d) None
c) Three d) Four
c) b)ACTION_DIAL conten
d) None
c) ACTION_DIAL tel:122d) ACTION_SET_WALLPAPER
c) ACTION_DIAL tel:123d) ACTION_SET_WALLPAPER
c) ACTION_DIAL tel:124d) ACTION_SET_WALLPAPER
c) ACTION_DIAL tel:125d) ACTION_SET_WALLPAPER
c) ACTION_DIAL tel:126d) ACTION_SET_WALLPAPER
c) ACTION_DIAL tel:127d) ACTION_SET_WALLPAPER
c) ACTION_SYSTEM_T d) ACTION_SET_WALLPAPER
c) ACTION_SYSTEM_T d) ACTION_SET_WALLPAPER
c) ACTION_SYSTEM_T d) ACTION_SET_WALLPAPER
c) Table Layout d) Grid View
c) Table Layout d) Grid View
c) Table Layout d) Grid View
c) Table Layout d) Grid View
c) Frame Layout d) Grid View
c) Frame Layout d) Grid View
c) Frame Layout d) Grid View
c) android:paddingRight d) android:paddingLeft
c) android:paddingRight d) android:paddingLeft
c) android:paddingRight d) android:paddingLeft
c) android:paddingRight d) android:paddingLeft
c) android:paddingRight d) android:paddingLeft
c) bindService() d) None
c) bindService() d) None
c) bindService() d) None
c) onBind() d) None
c) onBind() d) All of them
c) onCreate() d) All of them
c) onCreate() d) All of them
c) Frame Layout d) All of them
c) Frame Layout d) All of them
efined Views other than TextView.
nd footers for special commands.

cendants, then override method getAdapterView()


our app goes offline and online

messages at no cost
component class

Вам также может понравиться