EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following type of accounts is required to upload paid applications on Google Play?

Question2: Which of the following is not true about the subscription monetizing technique?

Question3: What is ad mediation?

Question4: Which two permissions are required in your application to use Google Analytics service?

Question5: What is application licensing?

Question6: Upon completion of a purchase using Google Play in-app billing, the result is returned to your activity.
Which method you should override to handle the returned result?

Question7: Which of the following is not a monetization technique?

Question8: Which of the following cannot be done using the Developer Console?

Question9: What modification should be made to an application's manifest file to enable AdMob ads?

Question10: Which of the following cannot be done using Google Play Licensing?

Question11: Which of the following is NOT true about the products sold from inside the application?

Question12: When building your Android application, which library is required to use in-app billing?

Question13: Which of the following tags is required to enable advertisements in your application using AdMob?

Question14: Which of the following contains the tools necessary to build and sign a release version of an application?

Question15: Which of the following is a requirement to use In-App Billing service on Google Play? (Choose three)

Question16: Which of the following are administrative tasks a developer might perform when using Google Play's in-app billing services? (Choose two)

Question17: Which of the following are needed to get a license key for your application from Google Play? (Choose two)

Question18: Under Eclipse, to add a library to your application's build path, you should:

Question19: In which of the following sections on Google Play Developer Console you can see an application's license key?

Question20: Which two of the following are required to add a list of in-app products on Google Play? (Choose two)

Question21: Which of the following is the correct location of License Verification Library (LVL) in Android SDK?

Question22: What Google helper class is used to setup communication with Google Play's in-app billing in your activity's onCreate method?

Question23: Which of the following method is called when the result of the purchase will be received in "In-app billing" technique?

Question24: Which of the following are required to publish your Android application on Google Play? (Choose two)

Question25: What does the following code snippet do?
iabHelper.startSetup(new
IabHelper.OnIabSetupFinishedListener() {
public void onIabSetupFinished(IabResult result)
{
if (!result.isSuccess()) {
......
} else {
......
}
}
});

Question26: To create an Android emulator that supports Google Play License services, which package is needed?

Question27: Once you publish your application as a free application on Google Play, you cannot make it paid

Question28: Which of the following happens after an in-app purchase is completed?

Question29: Assuming <SDK-Path> refers to the installation path of Android SDK, which of the following is the correct installation path for Google Play Billing Library?

Question30: Which of the following is true about eCPM?

Question31: Which of the following is not a proper method to publish your Android application?

Question32: Which of the following is valid usage of Google Play Licensing Service? (Choose two)

Question33: When tracking the errors in your application using a mobile analytics service, which of the following is NOT a correct type of information you can collect?

Question34: What are the types of products provided using in-app billing?

Question35: Which of the following is not true about the Ad Mediator?

Question36: Which of the following is NOT true about the in-app billing?

Question37: What does the following code snippet do?
AdRequest request = new AdRequest();
request.setGender(AdRequest.Gender.FEMALE);
request.setLocation(location);
request.setBirthday("19850101");

Question38: Which of the following is required to set a testing environment for licensing services? (Choose two)

Question39: Which of the following does NOT apply to interstitial ads?

Question40: Which of the following is not recommended to promote your paid application?

Question41: Which of the following is not a billing method used to buy through Google Play?

Question42: Which of the following can only be performed before an application release and not after? (Choose two)

Question43: Which of the following are the types of products can be sold through in-app billing technique? (Choose two)

Question44: Which of the following is an invalid payment method on Google Play:

Question45: Which of the following is true about the stthe ate of the running application when user starts buying product using in-app billing technique?