0% found this document useful (0 votes)
109 views19 pages

Android Online Test 2

lll

Uploaded by

Kumara S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views19 pages

Android Online Test 2

lll

Uploaded by

Kumara S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

4/2/2018 Android Online Test 2 » Engineering Wave

 
Android Online Test 2

Android Online Test 2

Android Test 2

Questions Result & Statistics

Results
Marks : 3 of 20 questions answered correctly

Total number of questions : 20

Number of currect answered : 3

Your time : 00:00:36

You have reached 3 of 20 points, (15%)

Thank you for submitting online test!

https://www.enggwave.com/android-online-test-2 1/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

1. What is the name of the program that converts Java byte code into Dalvik byte code?

A ) Android Interpretive Compiler (AIC)

B ) Dalvik Converter

C ) Dex compiler

D ) Mobile Interpretive Compiler (MIC)

Incorrect

Answer : C

No answer description.

1 points

2. Difference between android api and google api?

A ) The google API includes Google Maps and other Google-specific libraries. The
Android one only includes core android libraries.

B ) The google API one only includes core android libraries. The Android includes Google
Maps and other Google-specific libraries.

C ) Both a&b

D ) None of the above

Incorrect

Answer : A

No answer description.

https://www.enggwave.com/android-online-test-2 2/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

3. How is a simulator different from an emulator?

A ) Emulators are only used to play old SNES games, simulators are used for software
development

B ) The emulator is shipped with the Android SDK and third party simulators are not

C ) The emulator can virtualize sensors and other hardware features, while the simulator
cannot

D ) The emulator imitates the machine executing the binary code, rather than
simulating the behaviour of the code at a higher level

Incorrect

Answer : D

No answer description.

1 points

4. What was the main reason for replacing the Java VM with the Dalvik VM when the project began?

A ) There was not enough memory capability

B ) Java virtual machine was not free

C ) Java VM was too complicated to configure

D ) Java VM ran too slow

Correct

Answer : B

No answer description.

https://www.enggwave.com/android-online-test-2 3/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

5. What will services be used for in the Yamba project?

A ) Recompile the source code

B ) It will update tweets periodically in the background

C ) The services will pause the app

D ) Configures the user interface

Correct

Answer : B

No answer description.

1 points

6. The XML file that contains all the text that your application uses.

A ) stack.xml B ) text.xml

C ) strings.xml D ) string.java

Incorrect

Answer : C

No answer description.

https://www.enggwave.com/android-online-test-2 4/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

7. When the activity is not in focus, but still visible on the screen it is in?

A ) running state B ) stopped state

C ) paused state D ) destroyed state

Correct

Answer : C

No answer description.

1 points

8. What year was the Open Handset Alliance announced?

A ) 2005 B ) 2006

C ) 2007 D ) 2008

Incorrect

Answer : C

No answer description.

https://www.enggwave.com/android-online-test-2 5/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

9. What file is responsible for glueing everything together, explaining what the application consists of, what
its main building blocks are, ext.…?

A ) Layout file B ) Strings XML

C ) R file D ) Manifest file

Incorrect

Answer : D

No answer description.

1 points

10. Which of these are not one of the three main components of the APK?

A ) Dalvik Executable B ) Resources

C ) Native Libraries D ) Webkit

Incorrect

Answer : D

No answer description.

https://www.enggwave.com/android-online-test-2 6/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

11. How does Gargenta approach the problem of the app acting sluggishly due to network latency?

A ) Starting over B ) Switching API levels

C ) Refactoring code D ) Multithreading

Incorrect

Answer : D

No answer description.

1 points

12. While developing Android applications, developers can test their apps on…

A ) Emulator included in Android SDK

B ) Physical Android phone

C ) Third-party Emulators (Youwave, etc.)

D ) All three options will work

Incorrect

Answer : D

No answer description.

https://www.enggwave.com/android-online-test-2 7/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

13. Creating a UI (User Interface) in Android requires careful use of…

A ) Java and SQL B ) XML and Java

C ) XML and C++ D ) Dream weaver

Incorrect

Answer : B

No answer description.

1 points

14. If the UI begins to behave sluggishly or crash while making network calls, this is likely due to…

A ) Network latency

B ) Hardware malfunctions

C ) Virus on the Server

D ) Activity manager contains too much.

Incorrect

Answer : A

No answer description.

https://www.enggwave.com/android-online-test-2 8/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

15. Dialog classes in android?

A ) AlertDialog B ) ProgressDialog

C ) DatePickerDialog D ) All of the above

Incorrect

Answer : D

No answer description.

1 points

16. Which among these are NOT a part of Android’s native libraries?

A ) Webkit B ) Dalvik

C ) OpenGL D ) SQLite

Incorrect

Answer : B

No answer description.

https://www.enggwave.com/android-online-test-2 9/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

17. Which piece of code used in Android is not open source?

A ) Keypad driver B ) WiFi? driver

C ) Audio driver D ) Power management

Incorrect

Answer : B

No answer description.

1 points

18. The Emulator is identical to running a real phone EXCEPT when emulating/simulating what?

A ) Telephony

B ) Applications

C ) Sensors

D ) The emulator can emulate/simulate all aspects of a smart phone.

Incorrect

Answer : C

No answer description.

https://www.enggwave.com/android-online-test-2 10/19
4/2/2018 Android Online Test 2 » Engineering Wave

1 points

19. If you want share the data across the all applications ,you should go for?

A ) Shared Preferences B ) Content provider

C ) Internal Storage D ) SQLite Databases

Incorrect

Answer : B

No answer description.

1 points

20. Android tries hard to _____low-level components, such as the software stack, with interfaces so that
vendor-specific code can be managed easily.

A ) confound B ) absract

C ) modularize D ) compound

Incorrect

Answer : B

No answer description.

https://www.enggwave.com/android-online-test-2 11/19
4/2/2018 Android Online Test 2 » Engineering Wave

Ads by Google

Online Question Test

Answer Question

Interview Question

Exam Question

Register Here

1) BE/ B.Tech Off Campus Registration !!

2) Subscribe to Enggwave.com Via eMail !!

https://www.enggwave.com/android-online-test-2 12/19
4/2/2018 Android Online Test 2 » Engineering Wave

Block title

Follow Us

10,311 Fans LIKE

752 Followers FOLLOW

206 Followers FOLLOW

Popular Jobs

L&T Technology Services Recruitment 2018 | Technical Publication | BE/ B.Tech...


April 1, 2018

Cybertech Recruitment 2018 | Freshers | Software Engineer | Mumbai |...


April 1, 2018

NPCIL Recruitment 2018 | Executive Trainee | 200 Vacancies | Across...


March 30, 2018

Cognizant Off Campus Drive | Freshers | Analyst Trainee | BE/...


March 29, 2018

Reliance Jio Recruitment Drive | Frontend Specialist | Bangalore | April...


April 2, 2018
https://www.enggwave.com/android-online-test-2 13/19
4/2/2018 Android Online Test 2 » Engineering Wave
p ,

IBM Freshers Recruitment Drive | Project Trainee/ Internship | PAN India...


March 29, 2018

 

Popular Online Tests

Interview Questions & Answers

Aptitude Online Test

C Programming Online Test

C++ Programming Online Test

Java Programming Online Test

Android Online Test

Data Structure Online Test

Database System Online Test

Computer Networking Online Test

Electrical Engineering Online Test

Electronics Engineering Online Test

Nuclear Power Plants Online Test

Theory of Machines Online Test

Jobs By Categories

https://www.enggwave.com/android-online-test-2 14/19
4/2/2018 Android Online Test 2 » Engineering Wave

Accounting Jobs

Aerospace Jobs

Apprentice Jobs

Automobile Jobs

Banking Jobs

BPO Jobs

Chemical Jobs

Civil Jobs

Computer (IT) Jobs

DET Jobs

E Commerce Jobs

Electrical Jobs

Electronics Jobs

Freshers Jobs

GET Jobs

Government Jobs

Graduate Trainee Jobs

Instrumentation Jobs

Internship Jobs

Job Fairs

Management Trainee Jobs

Manufacturing Jobs

Mechanical Jobs

Mechatronics Jobs

Metallurgy Jobs

Off Campus Jobs

Oil & Gas Jobs

Online Jobs

Pharmacy Jobs

Piping Jobs

Production Jobs

SAP Jobs

Telecom Jobs

Walk-In Jobs

https://www.enggwave.com/android-online-test-2 15/19
4/2/2018 Android Online Test 2 » Engineering Wave

Jobs By Batch

2018 Batch Jobs

2017 Batch Jobs

2016 Batch Jobs

2015 Batch Jobs

2014 Batch Jobs

2013 Batch Jobs

Jobs By Education

AMIE Jobs

B.Com Jobs

B.Pharm Jobs

B.Sc Jobs

BE/ B.Tech Jobs

BBA Jobs

BCA Jobs

Diploma Jobs

ITI Jobs

M.Com Jobs

M.Pharm Jobs

M.Sc Jobs

ME/ M.Tech Jobs

MCA Jobs

MBA Jobs

Post Graduate Jobs

Ads by Google

Free Online Application Form

Android Application

Online Training Classes

A Test

https://www.enggwave.com/android-online-test-2 16/19
4/2/2018 Android Online Test 2 » Engineering Wave

Jobs By Cities

https://www.enggwave.com/android-online-test-2 17/19
4/2/2018 Android Online Test 2 » Engineering Wave

Across India

Jobs in Ahmedabad

Jobs in Bangalore

Jobs In Baroda

Jobs In Bhopal

Jobs in Bhubhaneshwar

Jobs in Chandigarh

Jobs in Chennai

Jobs in Coimbatore

Jobs In Dehradun

Jobs in Delhi

Jobs In Ghaziabad

Jobs In Faridabad

Jobs In Goa

Jobs In Gwalior

Jobs in Gurgaon

Jobs In Guwahati

Jobs in Hyderabad

Jobs In Haryana

Jobs In Indore

Jobs In Jamshedpur

Jobs In Kanpur

Jobs in Kochi

Jobs in Kolkata

Jobs in Lucknow

Jobs in Ludhiana

Jobs in Mohali

Jobs in Mumbai

Jobs in Noida

Jobs in Pune

Jobs in Ranchi

Jobs In Surat

Jobs In Trivandrum

Jobs in Vizag

https://www.enggwave.com/android-online-test-2 18/19
4/2/2018 Android Online Test 2 » Engineering Wave

Home About Us Privacy Policy Contact Us Subscribe via Email Interview Questions

© Copyright 2010-2017 - Engineering Wave - Connecting Engineers

https://www.enggwave.com/android-online-test-2 19/19

You might also like