exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 2 question 3 discussion

Actual exam question from Microsoft's AZ-500
Question #: 3
Topic #: 2
[All AZ-500 Questions]

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 (Azure AD).
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 create a site-to-site VPN between the virtual network and the on-premises network.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
cloudguy365
Highly Voted 4 years, 12 months ago
Here is hint in the question itself--- "You need to configure the environment to support the planned authentication" They are asking to "configure the environment" to support the planned auth, hence VPN is one of solution
upvoted 73 times
server1
4 years, 8 months ago
excellent observation - we have to read the question carefully
upvoted 5 times
...
WMG
3 years ago
This is and remains the best tip for all cert exams. Read the question carefully. You have tons of time at the exam to read and re-read every question.
upvoted 7 times
...
Davidf
2 years, 9 months ago
Correct answer is no - the VPN question is misleading, you need Azure AD DS for AUTHENTICATION. You can create an Azure AD DS without a VPN back to on premise. You could then (for example) bastion into a resource in the Azure AD DS and authenticate to Insight HD from that resource, which has never seen actual on premise.
upvoted 8 times
Holii
1 year, 11 months ago
"You have a hybrid configuration of Azure Active Directory (Azure AD)" This means we already have a connected Active Directory on-premises and Azure for authentication. S2S will provide the link between the cluster for connectivity. This is yes. More food for thought: Traditionally with these sort of questions (You cannot go back) there is usually one "yes" answer. This is the yes. It wouldn't follow their normal answer structure to have them all be "no"
upvoted 5 times
...
...
...
PDR
Highly Voted 5 years, 3 months ago
agree it is confusing. My reasons : It says "You have a hybrid configuration of Azure Active Directory (Azure AD)" which suggests that AD Connect is in place , but it isnt clear plus doesnt mention what configuration it has (Hash Synch, Pass through, Federated etc). Creating a site to site VPN will simply just enabled connectivty between the on premise network and the HDInsight cluster but not fulfil the authentifacation via on premises AD. So without exact knowledge of the configuration of the Hybrid AD , any AD connect etc it is impossible to say for sure that would work. You could take it further and say it is impossible to know as you dont know the config of the HD cluster, any NSGs etc. I always find this ambiguous questions a bit annoying if I have the knowledge to answer them but the details are too blurry.
upvoted 32 times
kiketxu
4 years, 7 months ago
I agree with your point. This is the key "You have a hybrid configuration of Azure Active Directory (Azure AD)" so if ADConnect is in place it only need connectivity. My answer in yes, it's right it this case. (Planned authentication doesn't mean plain-text auth, it is about the plan to configure authentication (just says in the above line) Btw, this same question it is repeated without "Hybrid" AD scenario, where the S2S-VPN isn't the solution and the answer will be NO.
upvoted 6 times
...
...
stonwall12
Most Recent 2 months, 2 weeks ago
Selected Answer: B
Answer: B, No Reason: While a site-to-site VPN is part of the solution, it's not sufficient alone. You also need to configure Azure AD Domain Services (AD DS) for HDInsight to enable authentication using on-premises AD credentials. Hint: The VPN connection alone doesn't enable authentication. AD DS is an avaliable answer. Reference: https://learn.microsoft.com/en-us/azure/hdinsight/domain-joined/apache-domain-joined-introduction
upvoted 1 times
...
evangelist
3 months ago
Selected Answer: B
The solution does not meet the goal because HDInsight ESP requires Azure AD DS, not direct on-premises AD integration. A site-to-site VPN alone is insufficient.
upvoted 2 times
...
codeunit
6 months, 2 weeks ago
Yes, creating a site-to-site VPN between the virtual network and the on-premises network is part of the solution and meets the goal for allowing users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. For hybrid authentication to Azure HDInsight, the site-to-site VPN enables secure communication between Azure and the on-premises environment. This allows the HDInsight cluster to access the on-premises Active Directory for user authentication. However, keep in mind that a site-to-site VPN alone is not sufficient; you will also need to ensure that: Active Directory Domain Services (AD DS) is accessible over the VPN connection. Azure HDInsight is configured to use this AD DS for Kerberos authentication.
upvoted 1 times
...
Drummer
11 months, 2 weeks ago
A. Yes Creating a site-to-site VPN between the virtual network and the on-premises network would indeed meet the goal. This setup would allow the Azure HDInsight cluster on the virtual network to communicate with the on-premises network, thereby enabling users to authenticate to the cluster using their on-premises Active Directory credentials. The option “No” would imply that creating a site-to-site VPN between the virtual network and the on-premises network would not allow users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. However, this is not the case.A site-to-site VPN allows secure communication between resources in a virtual network and an on-premises location over the public internet. It essentially extends your on-premises network to the cloud.
upvoted 2 times
...
wardy1983
1 year, 5 months ago
Answer: B Explanation: AI: Creating a site-to-site VPN between the virtual network and the on-premises network will establish a secure connection between the two networks, but it alone does not enable users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. To support the planned authentication, you need to use Azure AD Domain Services to synchronize on- premises Active Directory with Azure AD. This synchronization will allow users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. Therefore, the given solution alone does not meet the goal.
upvoted 1 times
Mnguyen0503
1 year, 4 months ago
This is incorrect because the question has already said this is a hybrid environment, the credentials are synced at this point.
upvoted 1 times
...
...
flafernan
1 year, 6 months ago
Selected Answer: B
NO. Creating a site-to-site VPN between the virtual network and the on-premises network is not sufficient to allow users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. Azure HDInsight supports integration with Azure AD and does not rely on a site-to-site VPN for integration with on-premises Active Directory. To enable user authentication with on-premises Active Directory credentials to your Azure HDInsight cluster, you must configure Azure Active Directory Domain Integration with Azure HDInsight. This involves configuring Azure AD Connect or Azure AD DS to extend Azure AD authentication to your on-premises environment. Therefore, creating a site-to-site VPN is not the appropriate solution for this scenario. Instead, you must configure Azure Active Directory Domain Integration as part of the solution.
upvoted 3 times
...
Sujeeth
1 year, 7 months ago
Answer is No, creating a site-to-site VPN between the virtual network and the on-premises network alone does not meet the goal of allowing users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. To achieve this goal, you should implement Azure AD Domain Services (Azure AD DS) or Azure AD Connect with Pass-Through Authentication (PTA) and Seamless Single Sign-On (SSO). These solutions enable users to use their on-premises Active Directory credentials to authenticate to Azure resources, including Azure HDInsight clusters.
upvoted 1 times
...
alfaAzure
1 year, 8 months ago
Selected Answer: B
Configuring Azure AD DS in your Azure AD tenant, not just creating a site-to-site VPN.
upvoted 1 times
...
ESAJRR
1 year, 9 months ago
Selected Answer: A
A is correct answer.
upvoted 1 times
...
microsoftbyomded
1 year, 10 months ago
Ok I think I have figured out these 2 HDInsight questions. Either we need a VPN to on-prem AD to perform the authentication or we need Azure AD DS synced with Azure AD Connect (aka "a hybrid configuration"). Here is the other version of the question: https://www.examtopics.com/discussions/microsoft/view/3791-exam-az-500-topic-2-question-3-discussion/ My answer: Go with Azure AD DS as being the "Yes" variant on this series of questions, thus making this answer "No." Proof: https://learn.microsoft.com/en-us/azure/hdinsight/domain-joined/hdinsight-security-overview#authentication ^ This article discusses Enterprise Security Packages, but that seems to be the only method to connect Hadoop/Apache on which HDInsights is based to Active Directory (both on-prem and Azure AD DS).
upvoted 1 times
...
microsoftbyomded
1 year, 10 months ago
Ok I think I have figured out these 2 HDInsight questions. Either we need a VPN to on-prem AD to perform the authentication or we need Azure AD DS synced with Azure AD Connect (aka "a hybrid configuration"). Here is the other version of the question: https://www.examtopics.com/discussions/microsoft/view/3791-exam-az-500-topic-2-question-3-discussion/ My answer: Go with Azure AD DS as being the "Yes" variant on this series of questions. Proof: https://learn.microsoft.com/en-us/azure/hdinsight/domain-joined/hdinsight-security-overview#authentication ^ This article discusses Enterprise Security Packages, but that seems to be the only method to connect Hadoop/Apache on which HDInsights is based to Active Directory (both on-prem and Azure AD DS).
upvoted 1 times
...
Andre369
1 year, 11 months ago
Selected Answer: B
No, creating a site-to-site VPN between the virtual network and the on-premises network does not meet the goal of configuring the environment to support user authentication to the Azure HDInsight cluster with on-premises Active Directory credentials. To enable authentication with on-premises Active Directory credentials, you need to configure Azure AD Domain Services. Azure AD Domain Services allows you to integrate your on-premises Active Directory environment with Azure AD. This integration enables users to authenticate using their on-premises credentials to access Azure resources such as the Azure HDInsight cluster. Creating a site-to-site VPN establishes a secure connection between the on-premises network and the Azure virtual network, allowing communication between the two environments. While it is necessary for hybrid connectivity, it does not directly enable authentication with on-premises Active Directory credentials for Azure resources. Therefore, the correct solution would involve configuring Azure AD Domain Services, not creating a site-to-site VPN.
upvoted 3 times
...
billo79152718
1 year, 11 months ago
Selected Answer: B
B is correct
upvoted 2 times
...
majstor86
2 years, 1 month ago
Selected Answer: B
B. No is valid answer
upvoted 5 times
...
Fal991l
2 years, 2 months ago
Selected Answer: B
AI: Creating a site-to-site VPN between the virtual network and the on-premises network will establish a secure connection between the two networks, but it alone does not enable users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. To support the planned authentication, you need to use Azure AD Domain Services to synchronize on-premises Active Directory with Azure AD. This synchronization will allow users to authenticate to the Azure HDInsight cluster using their on-premises Active Directory credentials. Therefore, the given solution alone does not meet the goal.
upvoted 3 times
Holii
1 year, 11 months ago
"You have a hybrid configuration of Azure AD." I would assume you already have an On-premises AD and Azure AD connected.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago