Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Android AND-403 - Monetize Android Applications

Page: 1 / 3
Total 76 questions

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

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.

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

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.

Which of the following is correct about paid application?

A.

Any free application can be converted to paid application after it is being launched in the play store.

B.

Any free application cannot be converted to paid application after it is being launched in the play store.

C.

If the number of downloads of paid application pass the figure of 10,000 then the share of the developer increases by 5%.

D.

If the number of downloads of paid application pass the figure of 10,000 then the share of the developer increases by 10%.

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?

A.

Where in the code the exception occurred.

B.

What time the error was thrown.

C.

What actions the user made that caused the error

D.

Which component of the Android OS threw an exception.

Which of the following is not a monetization technique?

A.

Paid Applications

B.

In-App billing

C.

Advertising

D.

In-App application review

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

A.

A Google Play publisher account.

B.

A Google Wallet merchant account.

C.

An uploaded application draft.

D.

A Google Play gaming services account.

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

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.

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

A.

APK

B.

Store Listing

C.

In-app Products

D.

Services and APIs

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

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.

Which of the following is NOT true about enabling advertisements in your application using AdMob?

A.

The Android library project included in AdMob’s SDK is added as a library project in the application.

B.

The AdMob’s SDK jar file is added to the build path of the application.

C.

The URL of AdMob’s online service is used in the application.

D.

The package name of the application and SHA certificate is submitted to AdMob’s service and the key isreturned against the particular application. That key is then used in the layout of the application.