Schedule tasks with WorkManager

  1. Which tool helps you visualize, monitor, and debug your app's workers?

  2. Which of the following options are valid terminal work states?

    Choose as many answers as you see fit.

  3. Which of the following options are valid types of work requests?

    Choose as many answers as you see fit.

  4. Creating and enqueueing multiple dependent tasks and the order they should run in is called linking.

  5. Work constraints are useful in which of the following situations?

  6. Which of the following options is a way to pass input data to a worker?

  7. After work is enqueued, you can check its status by ___.

    Choose as many answers as you see fit.

  8. The Background Task Inspector lets you stop workers during their execution.

  9. Which worker builder is recommended to test CoroutineWorkers?

  10. When testing worker implementations, you can call workers directly with doWork() instead of enqueuing the worker.