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

Android AND-403 - Monetize Android Applications

Page: 2 / 3
Total 76 questions

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

A.

Products sold inside an application are digital items that are offered for sale by the developer.

B.

They are non-refundable

C.

Digital items cannot be sold using Google Play’s IAB service.

D.

Products are programmatically delivered by the developer and not Google Play.

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

A.

Google Play Licensing Library.

B.

Google Play Billing Library.

C.

Google Play APK Expansion Library.

D.

Google USB Driver.

The following code snippet adds an AdView to a layout. What does the XML attribute ads:adUnitId refer to?

android:layout_width="wrap_content"

android:layout_height="wrap_content"

ads:adUnitId="MY_AD_UNIT_ID"

ads:adSize="BANNER"

ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID"

ads:loadAdOnCreate="true"/>

A.

The ID of the device where ads are displayed for testing.

B.

The publisher ID as provided by AdMob.

C.

The location of the ad in the activity.

D.

The Android resource id of the AdView

Which of the following two classes in the License Verification Library are main classes used to communicate with the licensing server?

A.

LicenseChecker and LicenseCheckerCallback.

B.

License and LicenseCallback.

C.

LicenseCallback and LicenseCheckerCallback.

D.

LicenseVerifier and LicenseVerifierCallback.

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

A.

In-app billing is a monetization technique that allows you to sell products through your application during its run-time.

B.

For this feature to be implemented in the application, it must be a paid application.

C.

In-app billing technique can be used for both paid and free applications.

D.

The products that can be sold through this technique might include application features, game items, hints, articles or any other product that can be processed in your application.

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.

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

IabHelper mHelper = new IabHelper(this, base64EncodedPublicKey);

A.

The Context of the activity.

B.

Another instance of IabHelper.

C.

The current IabHelper.OnIabSetupFinishedListener interface.

D.

The Google Play developer console activity.

Which of the following is NOT required to integrate Google Analytics service into your application?

A.

Create a Google Analytics account.

B.

Add permissions to your application’s manifest file.

C.

Add the license key in your application.

D.

Create and add file analytics.xml to your project under /res/values

Which of the following are drawbacks for publicly publishing your application through e-mail? (Choose three)

A.

The user must enable installation from “Unknown Source” on the Android device.

B.

The application only reaches a selected set of users that are specified in the email by the developer prior to sending an email.

C.

Any updated version of the application should be re-attached and sent to the users. There is no automatic updating.

D.

It is a quick way to send the application to a limited number of users.

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

A.

Create a product list to be purchased through in-app billing.

B.

Remove log messages.

C.

Build a signed release of your application.

D.

Create a Google Wallet merchant account.