Cloud Run and serverless computing quiz

  1. True or False? Cloud Run jobs are used to run code that responds to web requests or events.

  2. Which of the following use cases are a good fit for Cloud Run jobs?

    Choose as many answers as you see fit.

  3. Which of the following is true about Cloud Run jobs?

  4. To execute a job on a schedule using Cloud Scheduler, you must:

    Choose as many answers as you see fit.

  5. You can run multiple copies of your container in parallel by specifying a number of tasks to run with the ___ flag.

  6. True or False? To monitor Cloud Run job performance and metrics, you need to set up and configure Cloud Monitoring.