GitHub Actions for ML Quiz

5 questions Pass: 70% +25 pts

Quiz covering CI/CD for ML

GitHub Actions for ML Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which file path must a GitHub Actions workflow file be located in to be automatically triggered by the repository?

  2. 2

    In an MLOps CI/CD pipeline, why is it recommended to use 'caching' for dependencies like pip or conda?

  3. 3

    What is the primary purpose of using 'self-hosted runners' instead of GitHub-hosted runners in an ML pipeline?

  4. 4

    When building a CI pipeline for ML, why should you use 'strategy: matrix' in your workflow?

  5. 5

    You want to ensure that a model training job only triggers if changes are made to the 'src/model/' directory, but NOT when documentation changes. Which workflow configuration achieves this?