Online Exam Quiz

questionQuestion  1 to 30

How do you declare a service in AndroidManifest.xml?

  • <service>
  • <intent>
  • <activity>
  • <receiver>
Mark for review

What is the use of the 'Adapter' class in Android?

  • To handle data binding for views
  • To manage UI components
  • To handle network operations
  • To manage app resources
Mark for review

How can you optimize battery usage in an Android application?

  • Using background services
  • Using JobScheduler and WorkManager
  • Using IntentService
  • Using multiple activities
Mark for review

Which method is used to start an activity for a result in Android?

  • startActivity()
  • startActivityForResult()
  • startResultActivity()
  • startForResultActivity()
Mark for review

Mark for review

How can you access a view by its id in Android?

  • findViewById()
  • getViewById()
  • findView()
  • getView()
Mark for review

Which company developed Android?

  • Apple
  • Google
  • Microsoft
  • IBM
Mark for review

Which component is NOT part of the Android application structure?

  • Activities
  • Fragments
  • Intents
  • Servers
Mark for review

What is the purpose of the 'Looper' class in Android?

  • To manage threads
  • To manage message queues for threads
  • To handle UI rendering
  • To manage network requests
Mark for review

How do you handle long-running operations in Android without blocking the UI?

  • Using background threads
  • Using main thread
  • Using UI thread
  • Using main activity thread
Mark for review

What is an Activity in Android?

  • A screen representation
  • A background service
  • A type of Broadcast Receiver
  • An XML layout file
Mark for review

How can you avoid ANR in Android?

  • Using background threads
  • Using heavy tasks on main thread
  • Blocking UI thread
  • Ignoring system events
Mark for review

Which class is used to play audio in Android?

  • MediaPlayer
  • AudioPlayer
  • SoundPlayer
  • MediaController
Mark for review

Which layout is best for a complex UI with nested elements?

  • LinearLayout
  • RelativeLayout
  • ConstraintLayout
  • FrameLayout
Mark for review

How can you handle different screen sizes in Android?

  • Use of flexible layouts
  • Fixed layouts
  • Using pixel-based dimensions
  • Ignoring the issue
Mark for review

What does APK stand for?

  • Android Phone Kit
  • Android Page Kit
  • Android Package Kit
  • Android Package Keeper
Mark for review

How can you perform network operations in Android?

  • Using AsyncTask
  • Using Handler
  • Using IntentService
  • All of the above
Mark for review

How is a Toast message displayed in Android?

  • Toast.makeText()
  • Toast.show()
  • Toast.display()
  • Toast.create()
Mark for review

What is the default value of a boolean variable in Java?

  • TRUE
  • FALSE
  • null
  • 0
Mark for review

Which keyword is used to define a constant in Java?

  • const
  • final
  • static
  • immutable
Mark for review

What is the use of an Intent in Android?

  • To pass data between activities
  • To draw the UI
  • To handle background tasks
  • To manage the lifecycle
Mark for review

Mark for review

What does the 'R' class in Android represent?

  • Resources
  • Remote Services
  • Resolved Classes
  • Recent Activities
Mark for review

What is Android?

  • Operating System
  • Programming Language
  • Database
  • Web Server
Mark for review

Mark for review

Which method is used to close an activity in Android?

  • finish()
  • stop()
  • close()
  • destroy()
Mark for review

Which method is used to bind a service to a component in Android?

  • bindService()
  • startService()
  • bindComponent()
  • bindStart()
Mark for review

What is the use of RecyclerView in Android?

  • To display a fixed number of items
  • To display a large dataset of items
  • To handle user input
  • To manage network operations
Mark for review

What does the term "ViewModel" refer to in Android Architecture Components?

  • A UI layout
  • A component for managing UI-related data
  • A background process
  • A system service
Mark for review

How do you define a layout in XML for an Android application?

  • <layout>
  • <view>
  • <design>
  • <xml>
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review