Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Android > Android certified Application Engineer > AND-403

AND-403 Monetize Android Applications Question and Answers

Question # 4

Which of the following is NOT a valid reason for integration mobile analytics services into your Android application?

A.

Monitor the workflow of your activities usage.

B.

Understand who is using your application.

C.

Know the number of installs of your application.

D.

Track application errors

Full Access
Question # 5

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

A.

Your application can query Google Play at run time and obtain the licensing status for the current user.

B.

You can apply licensing per application

C.

You can decide what restriction to apply in your application.

D.

You can convert your free application to paid application if your application reaches a high number of downloads.

Full Access
Question # 6

Which of the following is not a monetization technique?

A.

Paid Applications

B.

In-App billing

C.

Advertising

D.

In-App application review

Full Access
Question # 7

What is application licensing?

A.

A method to control access to your paid application through authentication.

B.

A method to provide a license key per product sold in-app.

C.

A method to provide add license key for advertisements added to an application.

D.

A method to add a second layer authentication to your privately hosted services.

Full Access
Question # 8

What does the following code snippet do?

mHelper.launchPurchaseFlow(this, ITEM_SKU, 10001,

mPurchaseFinishedListener, "");

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.

Full Access
Question # 9

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

A.

Use permission com.android.vending.BILLING in your application.

B.

User permission com.android.vending.PRODUCTS in your application

C.

Have a Google Wallet merchant account.

D.

An approval from Google before listing a product.

Full Access
Question # 10

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

A.

Credit card

B.

Google Play balance

C.

Direct carrier billing

D.

Certified check

Full Access
Question # 11

Which of the following is the correct place of your application to use the license key verification?

A.

Java Classes.

B.

AndroidManifest.xml file

C.

Layout resource file of the main activity.

D.

It is not used in the application at all.

Full Access