Premium

Associate Android Developer Certification Questions and Answer (Dumps and Practice Questions)



Question : Which function is not supported by the "android" command?

 : Which function is not supported by the
1. The SDK Update function

2. Functions to create and edit an Android Virtual Device (AVD)

3. Access Mostly Uused Products by 50000+ Subscribers

4. Functions to create and delete an Android project

Correct Answer : Get Lastest Questions and Answer :
Explanation:




Question : Which is the permission added to the Android manifest file in order to access GPS?

 : Which is the permission added to the Android manifest file in order to access GPS?
1. ACCESS_FINE_LOCATION

2. ACCESS_COARSE_LOCATION

3. Access Mostly Uused Products by 50000+ Subscribers

4. ACCESS MOCK LOCATION

Correct Answer : Get Lastest Questions and Answer :
Explanation: String ACCESS_CHECKIN_PROPERTIES Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded.
String ACCESS_COARSE_LOCATION Allows an app to access approximate location.
String ACCESS_FINE_LOCATION Allows an app to access precise location.
String ACCESS_LOCATION_EXTRA_COMMANDS Allows an application to access extra location provider commands.
String ACCESS_NETWORK_STATE Allows applications to access information about networks.
String ACCESS_NOTIFICATION_POLICY Marker permission for applications that wish to access notification policy.
String ACCESS_WIFI_STATE Allows applications to access information about Wi-Fi networks.




Question : Which of these is the incorrect explanation of the adb command?

 : Which of these is the incorrect explanation of the adb command?
1. The "adb start-server" command starts the adb server.

2. The "adb devices" command lists connected handsets and emulators.

3. Access Mostly Uused Products by 50000+ Subscribers

4. You install an apk with the "adb install" command

Correct Answer : Get Lastest Questions and Answer :
Explanation: The Android Debug Bridge (adb) provides a Unix shell that you can use to run a variety of commands on an emulator or connected device. The command binaries are stored in the file system of the emulator or device, at /system/bin/...


Related Questions


Question : When executing android.content.Context.openFileOutput("sample.txt", ), which path is the file stored in?


 : When executing android.content.Context.openFileOutput(
1. /data/app//files

2. /data/data//files

3. Access Mostly Uused Products by 50000+ Subscribers

4. /system/data//files



Question : Which of these is the correct explanation of the Ul/Application Exerciser Monkey (Monkey tool)?

 : Which of these is the correct explanation of the Ul/Application Exerciser Monkey (Monkey tool)?
1. It can execute tests covering all events.

2. It can execute stress tests and sometimes discover new bugs.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Since it reduces the interval between events as much as possible, it operates in a heavilyloaded state.


Question : Which of these is the correct explanation regarding the following methods?
(1 )android.content.Context.sendBroadcast
(2)android.content.Context.startActivity

 : Which of these is the correct explanation regarding the following methods?
1. Both methods are defined by overloading

2. Both methods throw an exception.

3. Access Mostly Uused Products by 50000+ Subscribers

4. Both methods are able to broadcast an Intent.


Question : Which of these is the incorrect role for an Intent?

 : Which of these is the incorrect role for an Intent?
1. Start an Activity

2. Start a BroadcastReceiver

3. Access Mostly Uused Products by 50000+ Subscribers

4. Start a Service


Question : Which is not included in the Android application framework?

 : Which is not included in the Android application framework?
1. WindowManager

2. NotificationManager

3. Access Mostly Uused Products by 50000+ Subscribers

4. PackageManager


Question : Which is of these is the incorrect explanation of layoutopt?

 : Which is of these is the incorrect explanation of layoutopt?
1. It is a tool used on the command line and does not have GUI.

2. It helps optimize application layout and layout hierarchy.

3. Access Mostly Uused Products by 50000+ Subscribers

4. It can be used as an SDK tool from revision 4 and later