InterviewStack.io LogoInterviewStack.io

Identity, Authentication, and Access Management Questions

Designing and operating identity and access control systems. Covers authentication protocols and standards (OAuth, SAML, OIDC, MFA), authorization models (RBAC, ABAC), identity lifecycle and privilege management, IAM architecture and automation, and access control across cloud and on-premises environments. The 'who can do what' control plane, distinct from cryptographic key management.

HardTechnical
39 practiced

Design a cryptographic key management and signing infrastructure for tokens (JWT/SAML) that supports key rotation, HSM-backed storage, cross-region replication, graceful rollover (support old keys for token lifetime), and fast compromise recovery. Describe key metadata (kid/version), rotation cadence, signer/verifier patterns, publishing of public keys (JWKS), and how services discover and cache key material securely.

HardTechnical
37 practiced

Propose a defense-in-depth architecture to prevent broken authentication logic. Include recommendations for centralizing authentication and authorization, canonicalizing inputs, using nonces/CSRF tokens, consistent error handling, secure defaults, and CI/testing gates to catch regressions.

HardTechnical
34 practiced

Design a migration plan to move from a coarse-grained RBAC model (role-per-team) to fine-grained ABAC in a large organization with minimal disruption. Cover attribute sourcing and trustworthiness, policy authoring and testing, enforcement strategies, pilot phases, rollback procedures, metrics to validate correctness, and how to handle legacy apps that cannot accept ABAC attributes.

EasyTechnical
41 practiced

Describe how you would implement SCIM-based provisioning to synchronize identities between an HR system and your IdP. Include which SCIM endpoints you'd use (Users, Groups), attribute mapping strategies, handling create/update/delete events, idempotency and retry semantics, reconciliation to correct drift, and safe deprovisioning strategies to avoid accidental account deletions or loss of audit trails.

MediumTechnical
44 practiced

You must onboard external partners with SAML or OIDC federation. Draft a federation onboarding checklist covering metadata exchange, certificate validation, required attributes, scopes/claims, test cases, operational contacts, and trust lifecycle management including periodic validation and revocation procedures.

Unlock Full Question Bank

Get access to all Identity, Authentication, and Access Management interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.