34A team wants to generate Terraform from YAML so non-engineers can ship infrastructure. Where do you agree, and where does it rot?▼easyNewHashiCorpMetaApple◆ premiumGeneration works when the inputs are genuinely data and dies when YAML grows loops. The line between encoding decisions and writing a worse programming language is where these interviews are actually scored.Open full answer →
05Explain how an Azure DevOps pipeline is structured, and what an agent pool actually is.▼easyNewMicrosoftAccentureInfosysunlockedStages, jobs, steps, and a pool that supplies the machine. The piece that decides most real designs is the agent pool, because Microsoft-hosted agents cannot reach a private network and most enterprise deployments need to.Open full answer →