Question 9 of 10Pro Only
A CI/CD pipeline that was working fine suddenly starts failing. How would you troubleshoot and debug the issue?
Sample answer preview
When a previously working pipeline starts failing, I follow a systematic troubleshooting approach. First, identify what changed. Check recent commits to see if code changes might have caused the failure. Review pipeline configuration changes. Check if dependencies were updated.
troubleshootingerror logsreproduce locallyflaky testsexternal dependenciesresource constraints