Android quiz questions

Android interview questions

  • 1.

    A fragment is a part or portion of

    1. an information

    2. a time

    3. an activity

    4. a thing

    Answer
  • 2.

    Is there a case wherein other qualifiers in multiple resources take precedence over locale?

    1. Yes

    2. No

    Answer
  • 3.

    Language which is supported by Android for application development?

    1. PHP

    2. VB.Net

    3. Java

    4. C++

    Answer
  • 4.

    Component which is NOT under the Android application.

    1. Content providers

    2. Resource externalization

    3. Applications

    4. Notifications

    Answer
  • 5.

    Is list data type supported by AIDL?

    1. Yes

    2. No

    Answer
  • 6.

    What is AIDL?

    1. Android Interface Definition Language

    2. Android Intermediate Definition Language

    3. Android Interface Description Language

    4. Android Internal Definition Language

    Answer
  • 7.

    Select invalid state for a process

    1. Backword activity

    2. Foreground activity

    3. Background activity

    4. Visible activity

    Answer
  • 8.

    What is NOT used in monitoring an activity.

    1. Visible lifetime

    2. Background lifetime

    3. Entire lifetime

    4. Foreground lifetime

    Answer
  • 9.

    What is ANR?

    1. Application Not Responding

    2. Application Not Required

    3. Application Not Removing

    4. Application Not Recording

    Answer
  • 10.

    Paused is used

    1. If the activity is at the background and still visible

    2. If the activity is not visible

    3. If the activity is at the foreground and visible

    4. If the activity is at the foreground

    Answer
  • 11.

    Which is NOT state of an activity?

    1. Active

    2. Paused

    3. Stopped

    4. Stored

    Answer
  • 12.

    Adb stands for

    1. Android Drive Bridge.

    2. Android Debug Bridge.

    3. Android Destroy Bridge.

    4. Android Delete Bridge.

    Answer
  • 13.

    Required folder when Android project is created.

    1. build/

    2. build

    3. bin

    4. bin/

    Answer
  • 14.

    What is AAPT?

    1. Android Asset Processing Tool.

    2. Android Asset Providing Tool.

    3. Android Asset Packaging Tool.

    4. Android Asset Packaging Technique.

    Answer
  • 15.

    Select a component which is NOT part of Android architecture.

    1. Android Framework

    2. Libraries

    3. Linux Kernel

    4. Android Document

    Answer
  • 16.

    The DalvikVM core libraries are a subset of which of the following?

    1. Java EE

    2. JAX-WS

    3. Java SE

    4. Java ME

    Answer
  • 17.

    Which of the following Activity methods is invoked when the user clicks on an options menu item?

    1. onltemSelected

    2. onltemClicked

    3. onOptionsItemSelected

    4. onOptionsItemClicked

    Answer
  • 18.

    Which of the following is a valid sequence of invokes to Activity lifecycle methods? (Select Two)

    1. onCreate > onStart > onResume > onPause > onStop > onRestart

    2. onCreate > onStart > onResume > onPause > onStop > onDestroy

    3. onCreate > onStart > onResume > onPause > onStop > onResume

    4. onCreate > onStart > onResume > onPause > onStop > OnCreate

    Answer
  • 19.

    Which of the following is not an Android component (i.e. a point from which the system can enter your application)?

    1. Activity

    2. Content Provider

    3. Layout

    4. Service

    Answer
  • 20.

    Which of the following is true about attribute android:windowSoftInputMode of the <activity> tag in file AndroidManifest.xml?

    1. It adjusts the window orientation

    2. It adjusts how the main window of the activity interacts with keyboard

    3. It adjusts how the window should be launched

    4. It specifies whether the window is in full screen or not

    Answer

© 2017 QuizBucket.org