Google Developers Certification - Associate Android Developer (Kotlin and Java Exam) - Associate-Android-Developer Exam Practice Test

What is the placeholder tag <xliff:g> used for?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
A class that you create for managing multiple data sources. In addition to a Room database, this class could manage remote data sources such as a web server. It is about:
Correct Answer: A
Select correct statements about Hardware Abstraction Layer (HAL). (Choose two.)
Correct Answer: A,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Select 3 major components of the Room. (Choose three.)
Correct Answer: B,D,F
For example, we have a file in our assets folder app/src/main/assets/sample_teas.json. To get an InputStream for reading it, from out Context context, we can try doing this:
Correct Answer: C
In a class extended PreferenceFragmentCompat. What method is used to inflate the given XML resource and add the preference hierarchy to the current preference hierarchy?
Correct Answer: A
What is a correct part of an Implicit Intent for sharing data implementation?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Each time your test invokes onView(), Espresso waits to perform the corresponding UI action or assertion until the following synchronization conditions are met: (Choose three.)
Correct Answer: A,C,D
Content labels. What attribute to use to indicate that a View should act as a content label for another View?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).