Free AND-401 Exam Braindumps (page: 21)

Page 21 of 58

Which of the following statements is correct about SQLite?

  1. It is an object database.
  2. It is client-server format.
  3. It is possible to create and access a database by using SQLOpenHelper.
  4. It can be accessed by other applications through ContentProvider.

Answer(s): D

Explanation:

Content providers are one of the primary building blocks of Android applications, providing content to applications. They encapsulate data and provide it to applications through the single ContentResolver interface. A content provider is only required if you need to share data between multiple applications. For example, the contacts data is used by multiple applications and must be stored in a content provider. If you don't need to share data amongst multiple applications you can use a database directly via SQLiteDatabase.


Reference:

http://stackoverflow.com/questions/13542892/android-access-sqlite-database-via-content-provider-orimplement-dao



When including a text file in your application to read from as a resource, what is the recommended location of such file?

  1. res/anim
  2. res/files
  3. res/raw
  4. res/values

Answer(s): C

Explanation:

You should place each type of resource in a specific subdirectory of your project's res/ directory. The raw/ subfolder should contain arbitrary files to save in their raw form.


Reference:

http://developer.android.com/guide/topics/resources/providing-resources.html



Which of the following statements about DDMS is incorrect?

  1. You can display a list of currently running threads and select one to check its stack trace.
  2. You can use it to acquire screenshots of a terminal.
  3. You can forcibly execute garbage collection and check the present heap usage status.
  4. You can do simulations of network zone speed and bandwidth limitations.

Answer(s): B

Explanation:

Note: Android Studio includes a debugging tool called the Dalvik Debug Monitor Server (DDMS), which provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.
Incorrect:
A: LogCat is integrated into DDMS, and outputs the messages that you print out using the Log class along with other system messages such as stack traces when exceptions are thrown.
C: DDMS allows you to view how much heap memory a process is using. This information is useful in tracking heap usage at a certain point of time during the execution of your application.
To view heap usage for a process:
1. In the Devices tab, select the process that you want to see the heap information for.
2. Click the Update Heap button to enable heap information for the process.
3. In the Heap tab, click Cause GC to invoke garbage collection, which enables the collection of heap data. When the operation completes, you will see a group of object types and the memory that has been allocated for each type. You can click Cause GC again to refresh the data.
D: The Telephony Status section of the Emulator controls tab lets you change different aspects of the phone's networks status, speed and latency. The following options are available to you and are effective immediately after you set them:
Voice - unregistered, home, roaming, searching, denied Data - unregistered, home, roaming, searching, denied
Speed - Full, GSM, HSCSD, GPRS, EDGE, UMTS, HSDPA Latency - GPRS, EDGE, UMTS


Reference:

http://developer.android.com/tools/debugging/ddms.html



Which of the following is incorrect about intents?

  1. They can be used to start an Activity
  2. They can be used to start a service
  3. They can be used to start database insertion
  4. They can be used to start a dialog-themed activity.

Answer(s): C

Explanation:

Incorrect:
A, B: An intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested BroadcastReceiver components, and startService(Intent) or bindService(Intent, ServiceConnection, int) to communicate with a background Service.
D: Example:
public static final String ACTION_BATTERY_LOW Added in API level 1
Broadcast Action: Indicates low battery condition on the device. This broadcast corresponds to the "Low battery warning" system dialog.


Reference:

http://developer.android.com/reference/android/content/Intent.html



Page 21 of 58



Post your Comments and Discuss Android AND-401 exam with other Community members:

Nacho commented on November 28, 2024
What a great week. Passed this freaking exam...at last. Now I can enjoy the Thanks Giving. Happy Thanks Giving to all.
UNITED STATES
upvote

Aman commented on November 28, 2024
Passed this exam and got 93%. Valid exam dump.
France
upvote

Traveller69 commented on November 28, 2024
I sat for this exam today. The questions are - I would say around 85% to 90% the same. I got 87% with just 2 weeks of studying from the PDF full version of this exam.
Canada
upvote

AD AD commented on November 28, 2024
thanks for the exact solution
Anonymous
upvote

Lee commented on November 27, 2024
So far so good
UNITED STATES
upvote

Hernandoz commented on November 27, 2024
I am happy to say that I managed to clear this exam. Thanks to this website and great exam content and questions in this dump.
Mexico
upvote

Sakshay commented on November 27, 2024
Not sure if I am the only one who finds this exam super tricky and hard. Looking at these questions I can recall that most of these questions were in the exam. But last time I did not know about these questions so I failed. I think I am going to be okay this time to pass. These questions looks very promising.
INDIA
upvote

Ramparsat commented on November 27, 2024
The full PDF version has way more questions than this free version. I believe if you a good knowledge and understanding of the certification exam then you should be able to pass it using the free version. Otherwise, go with full version and don't take any chance.
Australia
upvote

Fei commented on November 26, 2024
Very good resources
UNITED STATES
upvote

Maruthi commented on November 26, 2024
Good collection of the questions covering all aspects
AUSTRALIA
upvote

Ganapathy commented on November 26, 2024
Cam wr study and pass this Microsoft AZ-900 exam in India
Anonymous
upvote

Maruthi commented on November 26, 2024
Going all good
AUSTRALIA
upvote

Geroge commented on November 26, 2024
Providing this service is much appreciated. This free exam dumps is helping me a lot.
Romania
upvote

Anne commented on November 26, 2024
Took the exam today and I passed. I think I only had one new question, all were from here including the PBQ's
SOUTH AFRICA
upvote

elhassan commented on November 26, 2024
many thanks
Anonymous
upvote

willy commented on November 26, 2024
this web site help me to prepare for my exams
UNITED STATES
upvote

willy commented on November 26, 2024
Much better than the other website. its very helpful
UNITED STATES
upvote

Sigsauer9111 commented on November 26, 2024
I am looking to write the Ms-900, Just want to find out how accurate this exam dump and answers are in relation to the real exam?
Anonymous
upvote

Bright Edet commented on November 26, 2024
Valid dumps
Anonymous
upvote

jijo commented on November 26, 2024
its helpful
INDIA
upvote

sat commented on November 25, 2024
good content
Anonymous
upvote

Sameer Arshad commented on November 25, 2024
Excellent very useful
UNITED KINGDOM
upvote

Jeff commented on November 25, 2024
Wrote the exam and completed it in 15 minutes and pass with flying colours. One question was on what happens to a list when a new field is added to a table.
CANADA
upvote

mirnat Lime commented on November 25, 2024
I passed my exam using this Website. The Best and most accurate exam questions and answers are provided.
Anonymous
upvote

Umang Dhawan commented on November 25, 2024
Useful study material
Anonymous
upvote

precious Sithole commented on November 25, 2024
good quality knowledge
Anonymous
upvote

Sheetal commented on November 24, 2024
Just going through the questions for my understanding of Power Bi
Anonymous
upvote

Ben commented on November 24, 2024
good questions
FRANCE
upvote

Ozzie commented on November 24, 2024
great content
Anonymous
upvote

HAMID YAQUB commented on November 24, 2024
Great knowledge dump
UNITED KINGDOM
upvote

MG commented on November 24, 2024
I love it .Thanks
Anonymous
upvote

MG commented on November 24, 2024
It saved me for my exam preparationg .
Anonymous
upvote

Dev commented on November 24, 2024
Appreciate it very much
Anonymous
upvote

Crypt TH commented on November 24, 2024
its greate resource to prepre for the exam
JORDAN
upvote