nerdexam
Microsoft

AZ-500 · Question #14

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is B. No. Explanation Option B (No) is correct because deploying the On-premises data gateway does not enable Active Directory authentication for HDInsight clusters - the data gateway is designed to facilitate data connectivity between cloud services (like Power BI or Azure Logic Apps)…

Submitted by omar99· Mar 6, 2026Secure identity and access

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a hybrid configuration of Azure Active Directory (AzureAD). You have an Azure HDInsight cluster on a virtual network. You plan to allow users to authenticate to the cluster by using their on-premises Active Directory credentials. You need to configure the environment to support the planned authentication. Solution: You deploy the On-premises data gateway to the on-premises network. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(31 responses)
  • A
    19% (6)
  • B
    81% (25)

Explanation

Explanation

Option B (No) is correct because deploying the On-premises data gateway does not enable Active Directory authentication for HDInsight clusters - the data gateway is designed to facilitate data connectivity between cloud services (like Power BI or Azure Logic Apps) and on-premises data sources, not to handle identity authentication. To allow users to authenticate to an Azure HDInsight cluster using their on-premises Active Directory credentials in a hybrid setup, you need to configure Azure AD Domain Services (AAD DS) and set up the cluster as a domain-joined HDInsight cluster using the Enterprise Security Package (ESP). Additionally, Azure AD Connect must be in place to synchronize on-premises AD identities to Azure AD, enabling seamless authentication. Option A (Yes) is wrong because the On-premises data gateway simply has no role in Active Directory-based Kerberos/LDAP authentication for HDInsight.

Memory Tip:

Think of the On-premises data gateway = data pipe, not an identity bridge. Whenever a question involves authenticating users from on-premises AD to Azure services, think Azure AD Connect + Azure AD Domain Services, not the data gateway.

Topics

#Azure HDInsight#Hybrid Identity#Authentication#On-premises data gateway

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice