Android Monetize Android Applications - AND-403 Exam Practice Test
Which of the following is a correct step for getting a license key from Google Play?
Correct Answer: B
Which of the following method is called when the result of the purchase will be received in "In-app billing" technique?
Correct Answer: C
Which of the following is true about the stthe ate of the running application when user starts buying product using in-app billing technique?
Correct Answer: A
Which of the following is not true about the subscription monetizing technique?
Correct Answer: A
What is License Verification Library (LVL)?
Correct Answer: A
Which of the following can only be performed before an application release and not after? (Choose two)
Correct Answer: B,C
The following code snippet adds an AdView to a layout. What does the XML attribute
ads:adUnitId refer to?
<com.google.ads.AdView android:id="@+id/adView"
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"/>
ads:adUnitId refer to?
<com.google.ads.AdView android:id="@+id/adView"
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"/>
Correct Answer: A
Which two permissions are required in your application to use License Verification Library?
Correct Answer: B