0% found this document useful (0 votes)
107 views10 pages

Android Test: What Number Should Replace The Question Mark? 0, 1, 2, 4, 6, 9, 12, 16, ?

Uploaded by

Dinh An Tran
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
107 views10 pages

Android Test: What Number Should Replace The Question Mark? 0, 1, 2, 4, 6, 9, 12, 16, ?

Uploaded by

Dinh An Tran
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 10

Beetech Company Make things easier

ANDROID TEST
FULL NAME:……………………………………………….
Part I: IQ Test
Choose ONE CORRECT ANSWER and mark the appropriate letter
Question 1:
What number should replace the question mark?
0, 1, 2, 4, 6, 9, 12, 16, ?
Question 2:

Question 3:

Question 4:
29, 27, 24, 20, 15,… What is next?
A. 7
B. 9
C. 10
D. 11
Copyright © 2021 BeetechSoft Company. All rights reserved.
Beetech Company Make things easier

Question 5:

Question 6:

Question 7:
Which one of the 5 choices makes the best comparison? PEACH is to HAECP as 46251
is to:

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

A. 25641
B. 26451
C. 12654
D. 51462
E. 15264
Question 8:

Part II: ANDROID TEST QUESTION


Choose ONE CORRECT ANSWER and mark the appropriate letter
Question 1:
Which company developed android?
A. Apple
B. Google
C. Android Inc.
D. Nokia
Question 2:
Why don't we give MIN SDK as 1 in android?
A. Android deprecated version
B. There is no value for 1
C. Android doesn't allow min version 1
D. None of the above
Question 3:
What is contained within the manifest xml file?
A. The permissions the app requires

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

B. The list of strings used in the app


C. The source code
D. All of the above
Question 4:
Which is the latest mobile version of android?
A. 9
B. 10
C. 11
D. 12
Question 5:
In Pause state
A. Activity not in focus, but visible on screen
B. Activity not in focus, not visible on screen
C. Activity is focus, also visible on screen
D. Activity is focus, not visible on screen
Question 6:
What is android?
A. Desktop Operating System
B. Programming Language
C. Mobile Operating System
D. Database
Question 7:
In ___________, sender specifies type of receiver.
A. Implicit intent
B. Explicit intent
C. A and B
D. none of these

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

Question 8:
For creating user interface in Android, you have to use
A. Eclipse
B. Java and XML
C. Java and SQL
D. Java and Pl/sql
Question 9:
For __________ , code used by Android is not a open source
A. Device driver
B. video driver
C. WiFi driver
D. Bluetooth driver
Question 10:
Android provides a few standard themes, listed in__________
A. R.style
B. X.style
C. menifest.xml
D. application
Question 11:
How to kill an activity in Android?
A. finish()
B. stop()
C. kill()
D. None of the Above
Question 12:
What is an activity in Android?
A. Activity performs the actions on the screen

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

B. Manage the Application content


C. Screen UI
D. None of the above
Question 13:
ADB stands for
A. Android Debug Bridge
B. Application Debug Bridge
C. Android data bridge
D. Application data bridge
Question 14:
To insert data into a content provider, you need to use______
1) insert() 2) bulkInsert() 3) getContentProvider() 4)update()
A. 1 and 2
B. 3 and 4
C. 1 and 3
D. none of these
Question 15:
What is an anonymous class in android?
A. Interface class
B. A class that does not have a name but have functionalities in it
C. Java class
D. Manifest file
Question 16:
Typically MIME type will be
A. html
B. text
C. Text/HTML

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

D. Doc
Question 17:
What is the package name of JSON?
A. com.json
B. com.google.json
C. com.android.JSON
D. org.json
Question 18:
On which thread services work in android?
A. Worker Thread
B. Own Thread
C. Main Thread
D. None of the above.
Question 19:
What is breakpoint in android?
A. Breaks the application
B. Breaks the development code
C. Breaks the execution.
D. None of the above.
Question 20:
What is latest version design support library in android?
A. 26
B. 27
C. 28
D. 29
Question 21:
What is a context in android ?

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

A. It is an interface to store global information about an application


B. It is used to create new components.
C. Android has two contexts, those are getContext() and getApplicationContext()
D. All of Above
E. None of Above
Question 22:
Which case : “OnCreate -> OnDestroy” is happened?
A. Call finish() in onCreate()
B. Call finish() in onActivityCreate()
C. putExtra(“data”,”finish”)
D. Not happend
Question 23:
How many sizes are supported by Android?
A. Android supported all sizes
B. Android does not support all sizes
C. Android supports small,normal, large and extra-large sizes
D. Size is undefined in android
Question 24:
While developing Android applications, developers can test their apps on?
A. Emulator included in Android SDK
B. Physical Android phone
C. Third-party Emulators
D. All three options will work
Question 25:
What is different between android.app.Fragment and android.support.v4.app.Fragment ?
A. android.support.v4.app.Fragment have different lifecycle
B. android.support.v4.app.Fragment support older api version

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

C. android.app.Fragment support only api versions below 11


D. it is not different

Copyright © 2021 BeetechSoft Company. All rights reserved.


Beetech Company Make things easier

Copyright © 2021 BeetechSoft Company. All rights reserved.

You might also like