exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 28 discussion

Actual exam question from Microsoft's AI-102
Question #: 28
Topic #: 1
[All AI-102 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 create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.
Solution: You deploy service1 and a private endpoint to vnet1.
Does this meet the goal?

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

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
HaraTadahisa
5 months, 2 weeks ago
Selected Answer: A
"deploy service1 and a private endpoint to vnet1." is correct.
upvoted 1 times
...
nanaw770
5 months, 3 weeks ago
Selected Answer: A
A is the correct answer.
upvoted 1 times
...
CDL_Learner
7 months, 3 weeks ago
Selected Answer: A
The best answer is: • A. Yes Reason for choosing this option: The solution meets the goal because deploying the Azure Cognitive Search service (service1) and a private endpoint to the Azure virtual network (vnet1) allows the web app (app1) on the virtual machine (vm1) to connect directly to service1. This setup ensures that the traffic between app1 and service1 does not route over the public internet, enhancing security and performance.
upvoted 1 times
...
rdemontis
1 year, 1 month ago
Selected Answer: A
this is the right solution to the scenario
upvoted 3 times
...
zellck
1 year, 5 months ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/azure/search/service-create-private-endpoint#why-use-a-private-endpoint-for-secure-access Private Endpoints for Azure Cognitive Search allow a client on a virtual network to securely access data in a search index over a Private Link. The private endpoint uses an IP address from the virtual network address space for your search service. Network traffic between the client and the search service traverses over the virtual network and a private link on the Microsoft backbone network, eliminating exposure from the public internet.
upvoted 4 times
...
RAN_L
1 year, 8 months ago
Selected Answer: A
By deploying a private endpoint to vnet1, the traffic between app1 and service1 can be routed through the Azure backbone network instead of over the public internet, providing a more secure and reliable connection.
upvoted 2 times
...
STH
2 years, 2 months ago
Selected Answer: A
Private Endpoint is the right solution to avoid public internet access
upvoted 3 times
...
not_a_robot
2 years, 4 months ago
How would the solution work without Azure Private Link?
upvoted 2 times
...
Eltooth
2 years, 4 months ago
Selected Answer: A
A is correct answer : yes.
upvoted 3 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 ...