March Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Android AND-403 Monetize Android Applications Exam Practice Test

Demo: 11 questions
Total 76 questions

Monetize Android Applications Questions and Answers

Question 1

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 2

Which of the following is NOT true about publishing an application?

Options:

A.

Publishing is the process that allows users to install an application on their Android powered devices.

B.

Publishing is the process that allows developers to configure Google License service with application.

C.

Preparing your application for release by building an APK file of the release version is one of the steps of publishing process of application.

D.

Releasing the application to users is one of the steps of publishing process of application.

Question 3

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

Options:

A.

One-time billing products

B.

Automated, recurring billing (Subscriptions).

C.

Sell Ad campaigns through your application.

D.

Monthly phone services bill payments for mobile providers.

Question 4

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 5

What does the following code snippet do?

AdRequest request = new AdRequest();

request.setGender(AdRequest.Gender.FEMALE);

request.setLocation(location);

request.setBirthday("19850101");

Options:

A.

Customize an ad request to improve Google’s targeted ads

B.

Send authentication information to the ads server.

C.

Provider registration information about current user to enable ads account.

D.

Set obligatory info required by ads server

Question 6

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

Options:

A.

One-time billing products

B.

Automated, recurring billing (Subscriptions).

C.

Free applications

D.

Products that can be given to the user for testing it first before paying for them. Such products are paid after user gets convinced with it.

Question 7

Which of the following is true about eCPM?

Options:

A.

It represents the estimated earnings you would accumulate per 100 impressions your advertisement receives.

B.

It represents the estimated earnings you would accumulate per 1000 impressions your advertisement receives.

C.

It represents the estimated earnings you would accumulate per 10,000 impressions your advertisement receives.

D.

It represents the estimated earnings the advertiser would accumulate per 1000 impression your advertisement receives.

Question 8

Which of the following is correct about adding permissions to your application to use in-app billing?

Options:

A.

Add to every layout resource in your application.

B.

Add to AndroidManifest.xml.

C.

Add to AndroidManifext.xml

D.

Add to every layout resource in your applicaiton.

Question 9

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 10

What does “this” keyword refer to in the following line of code?

IabHelper mHelper = new IabHelper(this, base64EncodedPublicKey);

Options:

A.

The Context of the activity.

B.

Another instance of IabHelper.

C.

The current IabHelper.OnIabSetupFinishedListener interface.

D.

The Google Play developer console activity.

Question 11

Which one of the following is the primary use of Google Play Licensing Service?

Options:

A.

To verify that the user did actually pay for the application.

B.

To check the number of time user has paid for the application

C.

To let the free application start downloading APK expansion files if your application needs them.

D.

To let the paid application start downloading APK expansion files if your application needs them.

Demo: 11 questions
Total 76 questions