NEW
Font size
WorksheetsChamp jan
Total questions: 11
Worksheet time: 4mins
What does CI/CD stand for?
Computer Integration / Computer Deployment
Continuous Integration / Continuous Deployment
Code Inspection / Code Distribution
Central Installation / Central Database
What is the main purpose of running tests in a CI/CD pipeline?
To make the deployment process slower
To prevent broken code from reaching production
To increase the size of the codebase
To make GitHub Actions more expensive
Where do you store GitHub Actions workflows?
In the root directory of your repository
In a folder called /actions
In .github/workflows/ directory
In the package.json file
What happens when tests fail in a GitHub Actions workflow?
The workflow continues and deploys anyway
The workflow stops and deployment is prevented
GitHub deletes your repository
The tests automatically fix themselves
What is the main advantage of automated deployment over manual deployment?
It takes longer
It requires more steps
It's consistent, fast, and reduces human error
It only works on Mondays
What is Azure Static Web Apps?
A text editor for writing code
A hosting service for static websites and web apps
A database management tool
A video game platform
What is the main advantage of automated deployment over manual deployment?
It takes longer
It requires more steps
It's consistent, fast, and reduces human error
It only works on Mondays
Which of these is a trigger for GitHub Actions workflows?
Push to a branch
Pull request created
Scheduled time (cron)
All of the above
What does the runs-on: ubuntu-latest line mean in a workflow?
The workflow only runs on Ubuntu computers
GitHub provides a free Ubuntu virtual machine to run the workflow
You must install Ubuntu on your computer
You must install Ubuntu on your computer
How much does GitHub Actions cost for public repositories?
$10 per month
$10 per month
Free with unlimited minutes
$100 per year
What is the green checkmark or red X next to a commit?
A decoration to make GitHub pretty
The status of the CI/CD workflow (pass or fail)
A random selection
Your grade on the assignment
