08Walk me through what happens between a developer pushing a commit and a job starting on a runner.▼medium★ EssentialNewMicrosoftAccentureInfosysunlockedMost candidates narrate the YAML. The scoring starts underneath: who schedules what, where artifacts live between jobs, and why disposable runners rewrite how you think about caching and trust.Open full answer →
04Your CI stores a long-lived cloud access key. Replace it, and explain what the replacement actually proves.▼hard★ EssentialNewGitLabStripeJPMorgan Chase2 repliesunlockedThe single highest-value security change available to most pipelines, and the reason it works is worth understanding rather than configuring. It removes the secret rather than protecting it.Open full answer →
39Your team wants an AI agent that can open pull requests and trigger deploys. What is the risk model?▼hard★ EssentialNewGitLabGoogleStripe2 replies◆ premiumA release-automation design question with a specific trust boundary. The novel risk is prompt injection: untrusted text reaching a privileged agent, where the text is the instruction and your usual input validation does not apply.Open full answer →
42Half your team's Terraform is now written by an assistant. What changes about how you run reviews and pipelines?▼hardNewHashiCorpGitLabGitHub2 replies◆ premiumGenerated infrastructure code is plausible, fluent and confidently wrong in specific ways. The volume goes up, the reviewer attention per line goes down, and the controls that used to be optional stop being optional.Open full answer →