Premium

Associate Android Developer Certification Questions and Answer (Dumps and Practice 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


Correct Answer : Get Lastest Questions and Answer :
Explanation:




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.

Correct Answer : Get Lastest Questions and Answer :
Explanation: The Monkey is a program that runs on your emulator or device and generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system-level events. You can use the Monkey to stress-test applications that you are developing, in a random yet repeatable manner.
The Monkey is a command-line tool that you can run on any emulator instance or on a device. It sends a pseudo-random stream of user events into the system, which acts as a stress test on the application software you are developing.

The Monkey includes a number of options, but they break down into four primary categories:

Basic configuration options, such as setting the number of events to attempt.
Operational constraints, such as restricting the test to a single package.
Event types and frequencies.
Debugging options.
When the Monkey runs, it generates events and sends them to the system. It also watches the system under test and looks for three conditions, which it treats specially:

If you have constrained the Monkey to run in one or more specific packages, it watches for attempts to navigate to any other packages, and blocks them.
If your application crashes or receives any sort of unhandled exception, the Monkey will stop and report the error.
If your application generates an application not responding error, the Monkey will stop and report the error.
Depending on the verbosity level you have selected, you will also see reports on the progress of the Monkey and the events being generated.





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.

Correct Answer : Get Lastest Questions and Answer :
Explanation:


Related Questions


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


Question : Which of these is the correct explanation of the Android Interface Description Language?

 : Which of these is the correct explanation of the Android Interface Description Language?
1. It enables data exchange between different applications.

2. You cannot use Java primitive types as method parameters.

3. Access Mostly Uused Products by 50000+ Subscribers

4. It provides an environment for executing script languages


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

 : Which of these is the incorrect explanation of ProgressDialog?
1. ProgressDialog inherits from the AlertDialog class.

2. ProgressDialog can be set as 2 types of style: STYLEJHORIZONTAL and STYLE_SPINNER.

3. Access Mostly Uused Products by 50000+ Subscribers

4. ProgressDialog can be freely configured to use a Drawable class to display as its progress bar.


Question : Which of these is the correct function of Traceview?

 : Which of these is the correct function of Traceview?
1. Displays a graphical task execution log.

2. Displays graphically a memory acquisition and release log

3. Access Mostly Uused Products by 50000+ Subscribers

4. Displays graphically the Ul state hierarchy


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