Multiple Choice
If you are working with a Builder that creates a PeriodicWorkRequest to run periodically once within the flex period of every interval period. What statement is correct?
A) The repeat interval must be greater than PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS and the flex interval must be greater than PeriodicWorkRequest.MIN_PERIODIC_FLEX_MILLIS.
B) The repeat interval must be lower than or equal to PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS and the flex interval must be lower than or equal to PeriodicWorkRequest.MIN_PERIODIC_FLEX_MILLIS.
C) The repeat interval must be greater than or equal to PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS and the flex interval can be anything in relation to PeriodicWorkRequest.MIN_PERIODIC_FLEX_MILLIS.
D) The repeat interval must be greater than or equal to PeriodicWorkRequest.MIN_PERIODIC_INTERVAL_MILLIS and the flex interval must be greater than or equal to PeriodicWorkRequest.MIN_PERIODIC_FLEX_MILLIS.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Select 3 major components of the Room.
Q13: In our TeaViewModel class, that extends ViewModel
Q14: What happens when you create a DAO
Q15: Android uses adapters (from the Adapter class)
Q16: Custom views and directional controller clicks. On
Q18: Assume that an app includes a default
Q19: What do you want from Room when
Q20: If you added to your build.gradle file
Q21: @Query is the main annotation used in
Q22: Each time your test invokes onView() ,