Free guides, interview Q&As, and job responsibility breakdowns — curated by industry veterans to help you crack MNC interviews

Figure 1: Azure AD Connect bridging on-premises AD and Microsoft Entra ID

Figure 2: PHS vs. PTA vs. Federation — where authentication actually happens
Hybrid Identity
Definition: An identity model where users access both on-premises and cloud resources using the same synchronized identity.
Day-to-Day Example: Like a single work ID badge that opens both your office door and your company's remote branch offices — one credential, multiple locations.
On-Premises Active Directory
Definition: The traditional local directory service managing users, computers, groups, and authentication inside a company's own network.
Day-to-Day Example: Like a company's in-house HR office that keeps every employee's records and issues local building access.
Microsoft Entra ID (Azure AD)
Definition: Microsoft's cloud-based identity and access management service, supporting cloud authentication, SSO, and MFA.
Day-to-Day Example: Like a cloud-based reception desk that verifies identity for a whole network of partner buildings, not just one physical office.
Single Sign-On (SSO)
Definition: A login method where a user authenticates once and gains access to multiple connected applications without logging in again.
Day-to-Day Example: Like scanning one wristband at a theme park that then lets you ride every attraction, instead of buying a separate ticket for each ride.
Azure AD Connect
Definition: Microsoft's directory synchronization tool that bridges on-premises Active Directory with Microsoft Entra ID.
Day-to-Day Example: Like a courier service that continuously carries updated employee records between a company's local office and its cloud headquarters.
Directory Synchronization
Definition: The automated process of copying and updating AD objects (users, groups, contacts) into Microsoft Entra ID.
Day-to-Day Example: Like a shared contact list that automatically updates on everyone's phone the moment someone edits it on one device.
Password Hash Synchronization (PHS)
Definition: An authentication method where password hashes are copied to Azure AD, allowing users to authenticate entirely in the cloud.
Day-to-Day Example: Like giving a trusted branch office a coded copy of the master keys, so they can verify visitors themselves without calling headquarters each time.
Pass-Through Authentication (PTA)
Definition: An authentication method where login credentials are validated directly against on-premises AD via a secure agent, without storing passwords in the cloud.
Day-to-Day Example: Like a cloud receptionist who calls back to the main office every time to confirm a visitor's identity, rather than keeping a copy of the master key list.
Federation (ADFS)
Definition: An authentication model where Azure AD redirects login requests to on-premises Active Directory Federation Services for full local control.
Day-to-Day Example: Like a cloud lobby that forwards every visitor straight to the company's own security desk, which alone decides who gets in.
OU Filtering
Definition: A configuration option in Azure AD Connect that selects which Organizational Units get synchronized to the cloud.
Day-to-Day Example: Like deciding which departments' employee files get copied to a shared cloud drive, while keeping test and temporary records local only.
Attribute Mapping
Definition: The configuration that determines how Active Directory attributes correspond to Microsoft Entra ID attributes.
Day-to-Day Example: Like a translation table that ensures a form field labeled 'Dept.' locally always lines up with the field labeled 'Department' in the cloud system.
Sync Cycle / Scheduler
Definition: The automatic, recurring process Azure AD Connect uses to detect AD changes and push updates to the cloud.
Day-to-Day Example: Like a mail delivery route that runs on a set schedule, picking up new or updated letters and delivering them without anyone manually dispatching each one.
Duplicate Objects
Definition: A synchronization issue where the same user or group ends up represented more than once between AD and Azure AD.
Day-to-Day Example: Like accidentally creating two separate employee files for the same person because their name was entered slightly differently in two systems.
Synchronization Service Manager
Definition: An Azure AD Connect tool used to monitor sync operations, check import/export status, and investigate object-level errors.
Day-to-Day Example: Like a shipping company's tracking dashboard that shows exactly which packages made it through and which got stuck along the way.
Azure AD Connect Health
Definition: A Microsoft cloud monitoring service that provides alerts, performance data, and proactive issue detection for hybrid identity infrastructure.
Day-to-Day Example: Like a smart home security app that alerts you the moment a sensor goes offline instead of you discovering it during the next break-in.
Global Administrator
Definition: The highest-level cloud administrative role in Microsoft Entra ID, required to configure Azure AD Connect's cloud-side trust.
Day-to-Day Example: Like the one master key that can unlock every door in a cloud-based headquarters building.
Enterprise Admin / Domain Admin
Definition: High-level on-premises AD roles required to configure Active Directory for synchronization during Azure AD Connect setup.
Day-to-Day Example: Like the facilities manager who holds keys to every room and utility closet in the physical office building.
Azure Tenant
Definition: An organization's dedicated and isolated instance of Microsoft Entra ID where its synchronized users and groups are stored.
Day-to-Day Example: Like a company's own private floor in a shared cloud office building — separate and secured from every other tenant on different floors.
Federation Server (ADFS)
Definition: An on-premises server role that handles authentication requests redirected from Azure AD under the Federation model.
Day-to-Day Example: Like a dedicated on-site security checkpoint that the cloud lobby always defers to before letting anyone through.
Object Synchronization
Definition: The overall process of keeping Users, Groups, and Contacts consistent between on-premises AD and Microsoft Entra ID.
Day-to-Day Example: Like keeping a company's printed employee directory and its online directory always showing the exact same up-to-date roster.

Figure 3: OU Filtering — choosing which OUs sync to the cloud
1. On-Premises Active Directory vs. Microsoft Entra ID (Azure AD)
Feature On-Premises Active Directory Microsoft Entra ID Location Inside the company network Cloud-hosted by Microsoft Main use Domain authentication, Group Policy, local resources Cloud authentication, SSO, SaaS app access Management tool Active Directory Users and Computers, GPMC Azure Portal / Microsoft Entra admin center
2. Password Hash Synchronization (PHS) vs. Pass-Through Authentication (PTA)
Feature PHS PTA Where authentication happens In the cloud (Azure AD) On-premises, via secure agent Password stored in cloud? Password hash is stored No password data stored in cloud Infrastructure dependency Low Moderate — requires on-prem agents Availability if on-prem AD is down Still works Authentication fails
3. PTA vs. Federation (ADFS)
Feature PTA Federation (ADFS) Control level Moderate — validates via agent Full — entirely on-prem controlled Complexity Simpler to deploy Complex, additional server infrastructure Best suited for Orgs wanting local validation without full federation overhead Large enterprises needing advanced auth policies
4. PHS vs. PTA vs. Federation — Infrastructure Dependency
Aspect PHS PTA Federation Infrastructure dependency Lowest Moderate Highest Deployment simplicity Simplest Moderate Most complex On-prem control over auth Minimal Partial Full
5. Users vs. Groups vs. Contacts (Synchronized Objects)
Object Type What Gets Synced Typical Use Users Username, email, department, phone, password hash (if enabled) Employee sign-in to cloud services Groups Security and distribution group membership Permission management, Microsoft 365 administration Contacts Organizational contact information Global address lists, email communication
6. OU Filtering vs. Attribute Mapping
Feature OU Filtering Attribute Mapping Controls Which OUs/objects get synchronized at all How synced attributes correspond between AD and Entra ID Goal Reduce unnecessary sync, improve security Ensure consistent, accurate user information Misconfiguration risk Unwanted or missing accounts in the cloud Login issues, missing details, sync conflicts
7. Automatic Sync Cycle vs. Manual (Forced) Synchronization
Feature Automatic Sync Cycle Manual Synchronization Trigger Runs on a regular scheduler Triggered manually by an administrator Use case Routine ongoing updates Immediate updates needed right away Administrative effort Low — hands-off Requires direct admin action
8. Synchronization Service Manager vs. Event Viewer vs. Azure AD Connect Health
Tool Primary Use Synchronization Service Manager Monitor sync operations, check import/export status, review object-level errors Event Viewer Review Windows-level service failures, authentication problems, and sync warnings Azure AD Connect Health Cloud-based proactive monitoring, alerts, and performance insights
9. Duplicate Objects vs. Missing/Delayed Synchronization
Issue Cause Effect Duplicate Objects Pre-existing cloud accounts, incorrect attribute matching Login confusion, mailbox conflicts, sync errors Missing/Delayed Sync Network failure, AD replication issues, scheduler problems New/updated users not appearing in the cloud on time
10. On-Premises Permissions vs. Cloud Permissions for Azure AD Connect
Permission Type Required Role Purpose On-Premises Enterprise Admin / Domain Admin Read and configure AD synchronization settings Cloud Global Administrator Establish trust and synchronization with the Azure tenant
Q1. What is Hybrid Identity, and why do organizations adopt it?
Answer: Hybrid Identity integrates on-premises Active Directory with Microsoft Entra ID so users access both local and cloud resources with one identity; organizations adopt it to support remote work, cloud app access, and centralized, simplified user management.
Q2. What is the difference between On-Premises Active Directory and Microsoft Entra ID?
Answer: On-Premises AD manages domain authentication, Group Policy, and local resources inside the company network, while Microsoft Entra ID is Microsoft's cloud identity service built for cloud authentication, SSO, and SaaS application access.
Q3. What is Azure AD Connect, and what is its main purpose?
Answer: Azure AD Connect is Microsoft's directory synchronization tool that bridges on-premises AD with Microsoft Entra ID, with the main purpose of keeping identities consistent between both environments automatically.
Q4. What are the key prerequisites before deploying Azure AD Connect?
Answer: Key prerequisites include a healthy AD forest with working DNS, a supported Windows Server version, a Microsoft Entra ID tenant, appropriate on-prem and cloud admin permissions, and stable network connectivity to Microsoft cloud endpoints.
Q5. What permissions are required to install and configure Azure AD Connect?
Answer: On-premises, the installer generally needs Enterprise Admin or Domain Admin permissions; in the cloud, a Global Administrator role is required to establish trust with the Azure tenant.
Q6. What is Password Hash Synchronization (PHS), and what are its main benefits?
Answer: PHS copies password hashes from on-prem AD to Azure AD so authentication happens in the cloud; its benefits are simple deployment, high availability, and continued cloud sign-in even if on-prem servers are unavailable.
Q7. What is Pass-Through Authentication (PTA), and how does it differ from PHS?
Answer: PTA validates login credentials directly against on-premises AD through a secure agent, without storing password data in the cloud, giving more on-prem control than PHS, which authenticates entirely in the cloud.
Q8. What is Federation, and when would an organization use it over PHS or PTA?
Answer: Federation uses ADFS to fully redirect authentication to on-premises servers; organizations use it when they need advanced authentication controls, like smart cards or custom login policies, that PHS and PTA don't support.
Q9. What objects can Azure AD Connect synchronize?
Answer: Azure AD Connect can synchronize Users, Groups, and Contacts, along with attributes like usernames, email addresses, department, and password hashes where enabled.
Q10. What is OU Filtering, and why is it useful?
Answer: OU Filtering lets administrators choose which Organizational Units are synchronized to the cloud, which reduces unnecessary synchronization, improves security, and keeps test/temporary accounts out of Microsoft Entra ID.
Q11. What is Attribute Mapping, and what happens if it's configured incorrectly?
Answer: Attribute Mapping controls how AD attributes correspond to Microsoft Entra ID attributes; misconfiguration can cause login issues, missing user details, or synchronization conflicts.
Q12. How does the Azure AD Connect sync cycle work?
Answer: The sync cycle runs automatically on a scheduler, detecting changes in Active Directory and pushing updates like new users, password changes, group memberships, and deletions to the cloud; administrators can also trigger a manual sync.
Q13. What are duplicate objects in Azure AD Connect, and what commonly causes them?
Answer: Duplicate objects occur when the same user exists multiple times between AD and Entra ID, commonly caused by pre-existing cloud-only accounts or incorrect attribute matching during synchronization.
Q14. What tools are commonly used to troubleshoot Azure AD Connect issues?
Answer: Common tools include Synchronization Service Manager for object-level sync status, Event Viewer for Windows-level service and authentication logs, and Azure AD Connect Health for cloud-based proactive monitoring.
Q15. What are common causes of Azure AD Connect synchronization failures?
Answer: Common causes include network connectivity failures, incorrect permissions, DNS issues, Active Directory replication problems, and invalid or expired administrator credentials used for synchronization.
Q1. A company wants employees to log in once and access Outlook, Teams, and SharePoint without repeated logins. What hybrid identity feature enables this?
Answer: Single Sign-On (SSO), enabled through the hybrid identity setup with Azure AD Connect, lets users authenticate once and access multiple connected cloud applications without logging in again.
Q2. An organization wants the simplest possible authentication method with minimal on-premises infrastructure dependency. Which method should they choose?
Answer: Password Hash Synchronization (PHS) fits best, since it's the simplest to deploy, has the lowest infrastructure dependency, and still allows cloud sign-in even if on-prem servers go down.
Q3. A financial organization wants every login validated against internal Active Directory for compliance reasons, without storing passwords in the cloud. What authentication method fits, and why?
Answer: Pass-Through Authentication (PTA) fits, since it validates credentials directly against on-premises AD via a secure agent and never stores password data in the cloud.
Q4. A large enterprise needs smart card authentication and highly customized login policies that PHS and PTA can't provide. What should they implement?
Answer: They should implement Federation using Active Directory Federation Services (ADFS), which supports advanced authentication controls like smart cards and fully custom login experiences.
Q5. A company wants to exclude test accounts and lab systems from ever appearing in Microsoft Entra ID, while still syncing real employee accounts. What Azure AD Connect feature should be configured?
Answer: OU Filtering should be configured to include only the Employees OU (or similar) for synchronization, while excluding OUs containing test accounts and lab systems.
Q6. Newly hired employees suddenly can't access Microsoft Teams, and IT discovers Azure AD Connect synchronization has stopped. What is a likely cause, and how would they confirm it?
Answer: A likely cause is expired administrator credentials used for the sync service; administrators would confirm this by checking Synchronization Service Manager and Event Viewer logs for authentication or permission errors.
Q7. A user appears twice in Microsoft Entra ID after Azure AD Connect was configured, causing login confusion. What is this issue called, and what likely caused it?
Answer: This is a Duplicate Objects issue, commonly caused by a pre-existing cloud-only account that already had the same identity before synchronization began, leading to a matching conflict.
Q8. A company installs Azure AD Connect without first checking DNS health or AD replication status, and afterward user accounts fail to sync properly. What should have been verified beforehand?
Answer: The organization should have verified the prerequisites first — specifically a healthy Active Directory forest, functional DNS configuration, and stable domain controller replication — before installing Azure AD Connect.