Google Related Exams
Associate-Android-Developer Exam
Under the hood WorkManager uses an underlying job dispatching service based on the following criteria. You need to move services to the correct places.

What do you want from Room when you create a DAO method and annotate it with @Update?
Example:
@Dao
interface MyDao {
@Update
fun updateUsers(vararg users: User)
}