Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Android AND-403 Monetize Android Applications Exam Practice Test

Page: 1 / 8
Total 76 questions

Monetize Android Applications Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Which one of these methods makes the ADT emulator a testing device? Note that “request” is an instance of class AdRequest.

Options:

A.

request.addTestDevice(AdRequest.TEST_DEVICE);

B.

request.addDevice(AdRequest.TEST_EMULATOR);

C.

request.addTestDevice(AdRequest.TEST_EMULATOR);

D.

request.makeTestRequest();

Question 2

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

Options:

A.

Signing in to your testing account from your devices’ browser.

B.

Set static responses returned by the licensing server.

C.

Adding test accounts.

D.

Disable all accounts syncing on your device.

Question 3

Which of the following is not required to test application licensing before it is published using the tools provided by Google Play’s developer console?

Options:

A.

Test responses

B.

Test accounts

C.

A run-time environment that has a user singed in to one of the test accounts

D.

Google Play Test Licensing Service

Question 4

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?

Options:

A.

onActivityResult.

B.

onResultReturned.

C.

onPurchaseFinished.

D.

OnIabPurchaseFinished

Question 5

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

Options:

A.

Google Play Licensing Library.

B.

Google Play Billing Library.

C.

Google Play APK Expansion Library.

D.

Google USB Driver.

Question 6

Which of the following is not included in the purchase details sent by Google Play?

Options:

A.

Order Number

B.

Application size

C.

Order date and time

D.

Price paid

Question 7

Which of the following is not the mobile advertising network?

Options:

A.

AdMob

B.

AdMarvel

C.

OneRiot

D.

Google Play

Question 8

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

Options:

A.

User is provided with a list of similar products in Google Play.

B.

The application is closed and a sale confirmation message is sent to user.

C.

The application runs from the same place it was left.

D.

User is asked to provide an application review on Google Play.

Question 9

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

Options:

A.

Promote your application using demo videos on the Play store.

B.

Listen to the users suggestions in the application reviews.

C.

Always ask for users review when the application starts up.

D.

Prepare a good marketing campaign for your application.

Question 10

Which of the following is the last step in the application development process for a specific version of an application?

Options:

A.

Testing and debugging an application.

B.

Monetizing an application.

C.

Publishing an application.

D.

Choosing the method of distribution.

Question 11

What does the following code snippet do?

mHelper.launchPurchaseFlow(this, ITEM_SKU, 10001,

mPurchaseFinishedListener, "");

Options:

A.

Inform Google Play to add a product to the product list.

B.

Send the purchased item to the application.

C.

Launches and finishes the purchase process.

D.

Starts the purchase process.

Page: 1 / 8
Total 76 questions