ASSOCIATE-ANDROID-DEVELOPER Exam Details

  • Exam Code
    :ASSOCIATE-ANDROID-DEVELOPER
  • Exam Name
    :Associate Android Developer (Kotlin and Java)
  • Certification
    :Google Certifications
  • Vendor
    :Google
  • Total Questions
    :128 Q&As
  • Last Updated
    :Jul 14, 2026

Google ASSOCIATE-ANDROID-DEVELOPER Online Questions & Answers

  • Question 111:

    Choose the most correct statement.

    A. Android is a closed source, Linux-based software stack created for a wide array of devices and form factors.
    B. Android is a closed source, Windows-based software stack created for a wide array of devices and form factors.
    C. Android is an open source, Linux-based software stack created for a wide array of devices and form factors.
    D. Android is an open source software stack created for a highly limited array of devices and form factors.

  • Question 112:

    By executing an allowMainThreadQueries() method to the room database builder RoomDatabase.Builder, we can:

    A. set the database factory
    B. handle database first time creation
    C. handle database opening
    D. disable the main thread query check for Room

  • Question 113:

    By adding a RoomDatabase.Callback to the room database builder RoomDatabase.Builder (method addCallback(RoomDatabase.Callback callback)), we can: (Choose two.)

    A. set the database factory
    B. handle database first time creation
    C. handle database opening
    D. disable the main thread query check for Room

  • Question 114:

    What is a correct part of an Implicit Intent for sharing data implementation?

    A. Intent sendIntent = new Intent(this, UploadService.class) sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);
    B. Intent sendIntent = new Intent(); sendIntent.setType(Intent.ACTION_SEND);
    C. Intent sendIntent = new Intent(this, UploadService.class) sendIntent.setData(Uri.parse(fileUrl));
    D. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND);

  • Question 115:

    When your code execution reaches the breakpoint, Android Studio pauses execution of your app. You can then use the tools in the Debugger tab to identify the state of the app. With Step Over

    you can

    A. examine the object tree for a variable; expand it in the Variables view.
    B. evaluate an expression at the current execution point
    C. advance to the next line in the code (without entering a method)
    D. advance to the first line inside a method call
    E. advance to the next line outside the current method
    F. continue running the app normally

  • Question 116:

    To build a debug APK, you can open a command line and navigate to the root of your project directory. To initiate a debug build, invoke the assembleDebug task:

    gradlew assembleDebug

    This creates an APK named [module_name]-debug.apk in

    [project_name]/[module_name]/build/outputs/apk/

    Select correct statements about generated file. (Choose all that apply.)

    A. The file is already signed with the debug key
    B. The file is already aligned with zipalign
    C. You can immediately install this file on a device.

  • Question 117:

    For example, we have a file in our raw folder app/src/main/res/raw/sample_teas.json. To get an InputStream for reading it, from out Context context, we can do this:

    A. val input = context!!.openRawResource(R.raw.sample_teas)
    B. val input = context!!.getRawResource(R.raw.sample_teas)
    C. val input = context!!.resources.openRawResource(R.raw.sample_teas)

  • Question 118:

    What statements about InputStreamReader (java.io.InputStreamReader) are correct? (Choose two.)

    A. An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset. The charset that it uses may be specified by name or may be given explicitly, or the platform's default charset may be accepted.
    B. An InputStreamReader is a bridge from character streams to byte streams: It reads characters using a specified charset and encodes them into bytes. The charset that it uses may be specified by name or may be given explicitly, or the platform's default charset may be accepted.
    C. Each invocation of one of an InputStreamReader's read() methods may cause one or more bytes to be read from the underlying byte-input stream. To enable the efficient conversion of bytes to characters, more bytes may be read ahead from the underlying stream than are necessary to satisfy the current read operation.
    D. No any invocation of one of an InputStreamReader's read() methods can cause some bytes to be read from the underlying byte-input stream.

  • Question 119:

    Building your app from the command line, if you have a "demo" product flavor, then you can build the debug version with the command:

    A. gradlew assembleDemoDebug
    B. gradlew installDemoDebug
    C. both variants are correct.

  • Question 120:

    DRAG DROP

    In a common Paging Library architecture scheme, move instances to the correct positions.

    Select and Place:

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Google exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your ASSOCIATE-ANDROID-DEVELOPER exam preparations and Google certification application, do not hesitate to visit our Vcedump.com to find your solutions here.