InterviewStack.io LogoInterviewStack.io

Active Directory and Identity Management Questions

Managing enterprise identity and directory services: Active Directory architecture, domains, forests, group policy, user and group management, and authentication. Covers designing and operating the directory that governs access across an organization, and integrating on-premises identity with cloud providers. The identity backbone of enterprise IT.

MediumTechnical
32 practiced

Describe best practices to protect high-privilege AD accounts (Domain Admins) and administrative workflows. Cover dedicated admin workstations (DAWs), privileged account vaulting, MFA, LAPS for local admin passwords, tiered administration model, and monitoring for misuse.

HardSystem Design
33 practiced

Describe the process, risks, and rollback options for modifying the Active Directory schema (for example to support Exchange or custom attributes). Include permission requirements, forest-wide replication considerations, testing in labs, and steps to validate schema updates post-deployment.

EasyTechnical
30 practiced

Describe the role of the Global Catalog (GC) in Active Directory. Explain what data it stores versus full domain partitions, how the Partial Attribute Set (PAS) affects queries, when a GC is needed for authentication and universal group membership, and how GC placement impacts logon traffic across sites.

HardTechnical
26 practiced

Write a PowerShell function (using the ActiveDirectory module) that accepts an HR CSV with columns: employeeID, sAMAccountName, givenName, sn, title, managerID. The function should: 1) create missing user objects disabled, 2) update attributes for existing users, 3) disable accounts missing from HR, and 4) append idempotent audit entries to a log. Consider scale (100k users), transaction safety, and throttling so AD controllers are not overloaded. Provide core code and explain design choices.

EasyTechnical
34 practiced

Provide a high-level explanation of Kerberos authentication in Active Directory. Describe the role of the Key Distribution Center (KDC), Ticket Granting Ticket (TGT), Ticket Granting Service (TGS), and how a client obtains service tickets to authenticate to an application service on a server.

Unlock Full Question Bank

Get access to all Active Directory and Identity Management interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.