Android Online Test
For Jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor Companies
Test candidates with real-world problems and interview the best ones.
Sign Up to Offer this TestAbout the test
The Android online test assesses knowledge of developing Android applications and using functionality provided by the Android operating system.
The assessment includes work-sample tasks such as:
- Configuring UI elements, such as list view and linear layout.
- Understanding the life cycle of an activity and working within it.
- Optimizing applications to maximize battery life.
A good Android app developer needs to effectively use the Android SDK and understand the activity life cycle to design and create quality Android applications.
Sample public questions
Which statements are true for the Parcelable interface?
Consider the following code:
@Override
protected void onResume() {
super.onResume();
mp = MediaPlayer.create(getBaseContext(), R.raw.sound);
Thread timer = new Thread() {
@Override
public void run() {
try {
Thread.sleep(1000);
Intent main = new Intent(Splash.this, MainActivity.class);
startActivity(main);
finish();
} catch (InterruptedException e) {}
}
};
timer.start();
mp.start();
}
@Override
protected void onPause() {
super.onPause();
if (mp != null) {
if (mp.isPlaying()) {
mp.stop();
}
mp.release();
mp = null;
}
}
Select the statements that are correct if the wave file sound is 3 seconds long.
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Android test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
Ready to Interview?
Use these and other questions from our library with our
Code Interview Platform.
16 more premium Android questions
Linear Layout, List View, Text Scaling, Recycler View, Battery Life, Manifest, Fragments, Relative Layout, Results Button, Shopping Details, Layout Terms, Home Workout, Social Life, Moving Steps, Agreement Terms, Live Score.
Skills and topics tested
- Android
- Linear Layout
- UI
- List View
- Responsiveness
- Battery Life Optimization
- Configuration
- Fragments
- Relative Layout
- Life Cycle
- Layout
- Animation
- Activity
- Android Service
For job roles
- Android Developer
- Mobile Developer
Sample candidate report
Need it fast? AI-crafted tests for your job role
TestDome generates custom tests tailored to the specific skills you need for your job role.
Sign up now to try it out and see how AI can streamline your hiring process!
What others say
Simple, straight-forward technical testing
TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.
Jan Opperman, Grindrod Bank
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
From web development and database administration to project management and customer support. See all pre-made tests.
130+ skills
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Multi-skills Test
Mix questions for different skills or even custom questions in one test. See an example.
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports