Android AND-403 - Monetize Android Applications Exam
Page: 2 / 16
Total 76 questions
Question #6 (Topic: )
Which of the following happens after an in-app purchase is completed?
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.
Answer: C
Question #7 (Topic: )
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
Answer: D
Question #8 (Topic: )
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.
Answer: B
Question #9 (Topic: )
Which of the following is correct about adding permissions to your application to use in-app
billing?
billing?
A. Add <uses-permission android:name="com.android.vending.BILLING"/> to every layout resource in your application.
B. Add <uses-permission android:name="com.android.vending.BILLING"/> to AndroidManifest.xml.
C. Add <uses-permission android:name="com.android.billing.inapp"/> to AndroidManifext.xml
D. Add <uses-permission android:name="com.android.billing.inapp"/> to every layout resource in your applicaiton.
Answer: B
Question #10 (Topic: )
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.
Answer: A