EMT Practice Test
1. Question Content...
Question1: Which file specifies the minimum required Android SDK version your application supports?
Question2: Which method is used to close an activity?
Question3: Which of the following statements about DDMS is incorrect?
Question4: Which of the following is NOT true about a content provider?
Question6: Which of the following applies to the onDraw( ) method of class View? (Choose two)
Question8: How to enable JavaScript in WebView?
Question9: Which of the following is the base class of all layout UI widgets?
Question11: Which of the following are constants for Location providers?
Question14: Which of the following is NOT true about onMeasure() method of class View?
Question15: Which of the following WebView methods allows you to manually load custom HTML markup?
Question17: Which configuration file holds the permission to use the internet?
Question19: What method you should override to use Android menu system?
Question21: Which of the following options are true for ConstraintLayout?
Question22: android:scheme is added in which of the following tags?
Question23: GPS provider requires a physical device and cannot be tested on an Emulator.
Question25: Which one of the following is not a valid name for process state?
Question29: Which of the following functions does not belong to LocationListener?
Question30: Which of the following is incorrect about ProgressDialog?
Question31: Which of the following is NOT true about SQLiteOpenHelper class? (Choose two)
Question36: Which of the following are NOT correct about Normal Permissions? (Choose two)
Question38: Javascript is enabled by default in a WebView
Question39: Which of the following best explains the Android context menus?
Question40: What Eclipse plugin is required to develop Android application?
Question41: Which of the following is NOT true about class DefaultHttpClient?
Question42: Which of the following is true about the Dialog class? (Choose two.)
Question43: Which of the following is not true about using a WebView in your application?
Question47: Which of the following is NOT correct about deep linking?
Question48: Which of the following methods is used to close an activity?
Question51: Which of the following permission is necessary for capturing geo-coordinates?
Question52: Which of the following sets the entire Activity window as a WebView?
Question55: During an Activity life-cycle, what is the first callback method invoked by the system?
Question59: How many constraint handles are available to us as part of the ConstraintLayout?
Question60: Which of the following is not an Activity lifecycle call-back method?
Question61: Which of the following adds a click listener to items in a ListView?
Question62: Which folder contains the Android project Java files?
Question63: What is the location of APK generated by the build system of Android Studio?
Question64: What package is FloatingActionButton part of?
Question65: CardView extends from which of the following:
Question66: How is the lifecycle of Service connected to the component that started it?
Question70: Which of following is incorrect about the Toast class?
Question71: Which of these files contains text values that you can use in your application?
Question74: What does the src folder contain?
Question75: Which of the following interfaces is necessary to access Google Maps once it is ready?
Question77: Which of the following is correct about XML layout files?
Question78: To add a new Activity to your application, you need to perform the following steps:
Question79: Which of the following is a valid attribute of ConstraintLayout?
Question80: Which of the following is correct about file access in the Android system?
Question81: Which of the following methods are invoked when a Broadcast Receiver receives a message?
Question83: Which of the following is NOT the built-in layout manager provided by RecyclerView?
Question84: Which version of Android Studio introduced the "Instant Run" feature?
Question85: In which Android version were Runtime permissions added?
Question87: Which of these is the incorrect method for an Application to save local data?
Question89: Which of the following makes a ListView Clickable?
Question90: What does the Android project folder "res/" contain?
Question91: An AsyncTask can be cancelled anytime from any thread.
Question92: Which of the following applies a context menu on a ListView (Choose two)?
Question93: What two methods you have to override when implementing Android option menus?
Question98: The DalvikVM core libraries are a subset of which of the following?
Question99: What are the main two types of threads in Android?
Question100: Which of these is the correct function of Traceview?
Question103: Which of the following Classes is responsible for capturing the location using GPS?
Question104: Which of the following is NOT correct about CardView?
Question105: Which of the following is used to group messages in bundled notifications?
Question106: Which of the following is not true about <activity> tag in AndroidManifest file?
Question108: Which of the following add a click listener to items in a listView?
Question109: Which of the following statements is true about Google Map API key?
Question111: Which of the following is NOT correct about the Gradle build system of Android Studio?
Question112: What existing layout is closest to ConstraintLayout in terms of functionality?
Question113: Which of these is the incorrect explanation of the Android SDK and AVD Manager?
Question114: Which is not included in the Android application framework?
Question116: In order to perform a shared element transition, we need to :
Question118: Which of the following statements is correct about SQLite?
Question119: What is not true about the AndroidManifest.xml file?
Question121: Custom views for notifications are allowed in Android.
Question123: How many snackbars can be displayed at a time?
Question124: What is the name of the class used by Intent to store additional information?
Question127: Which of the following methods can we call in Notification.Builder to add an action?
Question129: Which of the following is a correct Android Manifest statement?
Question131: Which of the following is incorrect about intents?
Question132: Which of the following is NOT true about method getWindow() of class Dialog?
Question133: Which of the following you cannot achieve by creating your own View sub-classes?
Question134: A developer can create a custom view by extending class Activity.
Question135: Which of the following is not a ContentProvider provided natively by Android?
Question137: Which of the following is not included in the Android application framework?
Question138: Which of the following features CANNOT be controlled through CardView's properties?
Question139: Which of the following is incorrect about the LogCat tool?
Question140: Which of the following is correct about Runtime permissions?
Question141: What is direct reply in Android 7?
Question142: Which of the following is NOT a feature provided by the Material Theme?
Question143: What is the name of the folder that contains the R.java file?
Question144: Which one of the following statements is NOT a function of the Action Bar?
Question145: Which of the following is NOT a feature of Android Studio?
Question146: Which of the following tools creates certificates for signing Android applications?
Question147: Which of the following is NOT correct about Battery Historian tool?
Question149: On which of the following thread does a Service run?
Question150: Which of the following is not a valid Android resource file name?
Question151: Which of the following is NOT true about the R.java file?
Question152: Which of the following is added as intent action for deep linking?
Question154: Which of the following is NOT true about class ListActivity?
Question156: The values of which of the following classes cannot be mapped in a Bundle object?
Question157: Which of the following is true about implicit intents? (Choose two)
Question158: Which of the following lines of codes adds zoom controls to a WebView?
Question159: Which of the following best explains the Android option menus?
Question160: Which of the following best defines an Android fragment?
Question161: When is the intent resolution process triggered?
Question162: Which of the following Activity life-cycle methods is invoked when a dialog is shown?
Question163: Which of the following information cannot not be included in the Manifest file?
Question164: Which of the following is the base class of all UI components?
Question167: Which of the following lines of code is used to pass a value to the next activity?
Question168: Which of the following methods invoke a Snackbar?
Question169: Which of these is not defined as a process state?
Question173: Which of the following make RecyclerView a better option to use for larger data sets?
Question174: Which of the following is true about method startActivity?
Question175: What work is suitable for Android Services?
Question176: Which of the following statements are correct about the Action Bar? (Choose two.)
Question177: You can create a custom view by extending class:
Question178: Which of the following is NOT true about onMeasure( ) method of class View?
Question179: Which Method allows setting action to snackbars?
Question182: Which of the following is correct dependency for adding CardView?
Question184: Which of the following is the correct syntax for adding CardView to a layout file?
Question185: What two methods you have to override when implementing Android context menus?
Question190: Which of the following best explains the Android popup menus?
Question191: Which of the following are NOT types of Runtime permission? (Choose two)
Question192: Which of the following is NOT true about the SharedPreferences interface?
Question193: Which of the following is a Java call-back method invoked when a view is clicked?
Question195: Which of the following is NOT true about the MenuItem interface?
Question198: What is a correct statement about an XML layout file?
Question200: What is the default background color of FloatingActionButton?
Question202: Which of the following is NOT true about class AsyncTask?
Question203: Which of the following statements is NOT correct about Android fragments?
Question205: Which of the following is the correct way to add access permission to your application?
Question206: Which of the following is correct about application file access in the Android system?
Question207: Which of the following is NOT a valid usage for Intents?