Q.1:
How can Android applications "borrow" functionality from other applications?L
A.
Application lifecyle methods
B.Intent objects
C.
No Option
D.
No Option
Q.2:
What is likely to cause the UI to behave sluggishly or crash while making network calls?X
A.Network Latency
B.
Virus on the server
C.
Hardware malfunction
D.
Activity Manager contains too much"
Q.3:
Which API should you use to bring the data over to the device asynchronously if you have a fragment which displays a ListViewContaining query results?
A.android.app.LoaderManager
B.
android.app.ListActivity
C.
No Option
D.
No Option
Q.4:
Which of these Activity lifecycle events is when the activity is about to become visible to the user from a hidden state?y
A.
Start()
B.
onCreate()
C.onStart()
D.onStart()
Q.5:
Which is the name of component used to display web pages in the application?L
A.WebView
B.
WebBrowser
C.
BrowserView
D.
Browser
Q.6:
Which of the following is the correct way to get pass string in an Intent, where key and value are both string variables?y
A.
intent.putString(key,value);
B.
intent.putKey(key,value);
C.intent.putExtra(key,value);
D.
intent.putValue(key,value);
Q.7:
Which extension does the Android Manifest file have?4
A.
.jar
B..xml
C.
.apk
D.
.java
Q.8:
Which folder should the App Icon be kept under?/
A.
src
B.
anim
C.
No Option
D.
No Option
Q.9:
Which database is available for developers in Android?6
A.
SQL Server
B.
NoSQL
C.SQLite
D.
Oracle
Q.10:
What version(s) will you NOT be able to run the app if you set min sdk version to be 8 for an app?b