03Walk me through how an AWS IAM request is evaluated. Where does an explicit deny fit?▼hard★ EssentialNewAmazonJPMorgan ChaseGoldman Sachs2 repliesunlockedThe question that separates console users from people who have debugged a permissions failure across accounts. Evaluation order is deterministic and knowing it makes AccessDenied readable.Open full answer →
08An app that read from its S3 bucket yesterday gets AccessDenied today. Walk me through every gate that could have closed.▼hard★ EssentialNewAmazon & AWSFlipkartWalmart Global TechunlockedS3 access failures are rarely about the bucket policy alone. The caller, object ownership and network path determine which authorization checks apply. Start with the failed request and trace changes across those boundaries.Open full answer →
20Why do mature AWS shops avoid IAM users for workloads? Where do instance profiles and IRSA fit in?▼easyNewAmazon & AWSGitLabRed Hat○ sign inRoles versus users looks like syntax trivia and is actually a secrets-management position. The follow-ups about instance profiles and IRSA separate practitioners from tutorial graduates.Open full answer →
47An AKS service loses Key Vault access after moving namespaces. How do you debug workload identity?▼mediumNewMicrosoftSAPAccenture◆ premiumMoving a Kubernetes service account changes its token subject. Separate pod mutation, federation trust and Key Vault authorization before adding permissions.Open full answer →
48A pod in a second GKE cluster can read a production bucket. How could workload identity allow that?▼hardNewGoogleSnowflakeFlipkart◆ premiumA cluster boundary does not always create a new cloud identity. Inspect the workload pool and principal identifier before assuming a leaked key.Open full answer →
46Production deploys must use an approved reusable workflow. How do you enforce that in GitHub OIDC trust?▼hardNewGitLabMicrosoftAtlassian◆ premiumA token naming the right repository does not prove that the approved deployment workflow ran. Bind the caller, deployment context and called workflow into the cloud trust contract.Open full answer →
42A nightly ingestion job failed quietly for nine days and finance found the missing rows before your alerts did. Reconstruct it.▼mediumNewTCSInfosysRazorpay◆ premiumExit codes said green while the warehouse went hollow. Where detection should have sat, why retries could not help, and the backfill discipline finance will actually accept.Open full answer →
03An AWS key was committed to a public repo two hours ago. Walk me through the next hour.▼medium★ EssentialNewJPMorgan ChaseRazorpayGitLab2 repliesunlockedAn incident response question wearing a Git costume. The wrong instinct is to rewrite history first, and it costs you the hour that matters.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 →
07You inherit 300 cloud accounts and thousands of roles. How do you get to least privilege without breaking production?▼hard★ EssentialNewAmazon & AWSJPMorgan ChaseGoldman SachsunlockedEveryone endorses least privilege; few can describe how they would measure over-permission across a fleet. The scoring answer names the evidence source, the tiered remediation, and the break-glass hatch that makes it survivable.Open full answer →
23Design the break-glass accounts we will need when SSO is down. What does good look like?▼medium★ EssentialNewGoldman SachsNetflixFlipkart◆ premiumBreak-glass exists to restore login when the identity provider is the thing that died. Few accounts, sealed hardware factors, an alert on every authentication, a printed runbook and a quarterly drill.Open full answer →