Test Your Knowledge

Deployment - Lesson 5: CI/CD with GitHub Actions Quiz

Answer all questions to test your understanding

1 What does CI/CD stand for?
2 Where are GitHub Actions workflows defined?
3 What is the purpose of 'secrets' in GitHub Actions?
4 Which event triggers a GitHub Actions workflow on code push?
5 What is the purpose of the 'needs' keyword in GitHub Actions?
6 Which command runs tests in a .NET GitHub Actions workflow?
7 What does the 'actions/checkout@v3' action do?
8 What is the purpose of the 'azure/webapps-deploy@v2' action?