exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 27 discussion

Actual exam question from Microsoft's AI-102
Question #: 27
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 have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You enable customer-managed key (CMK) encryption.
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
Sujeeth
1 month, 1 week ago
Answer is No Enabling customer-managed key (CMK) encryption does not reduce the likelihood of search query requests being throttled. CMK encryption is related to securing data, not managing query volume or throttling.
upvoted 1 times
...
CDL_Learner
7 months, 3 weeks ago
Selected Answer: B
The best answer is: • B. No Reason for choosing this option: Enabling customer-managed key (CMK) encryption does not directly impact the throttling of search query requests in Azure Cognitive Search service. CMK encryption is used for data-at-rest encryption and does not affect the performance or capacity of the search service.
upvoted 2 times
CDL_Learner
7 months, 3 weeks ago
Higher Tier or Optimizing the query is the way to go !!
upvoted 1 times
...
...
rdemontis
1 year, 1 month ago
Selected Answer: B
CMK could probably reduce performance, not increase it for sure.
upvoted 1 times
...
ManvaIT
1 year, 2 months ago
Got this in Oct2023 exam. Ans here is correct
upvoted 3 times
...
zellck
1 year, 5 months ago
Selected Answer: B
B is the answer. https://learn.microsoft.com/en-us/azure/search/search-performance-analysis#throttling-behaviors Throttling occurs when the search service is at capacity. Throttling can occur during queries or indexing. From the client side, an API call results in a 503 HTTP response when it has been throttled. During indexing, there's also the possibility of receiving a 207 HTTP response, which indicates that one or more items failed to index. This error is an indicator that the search service is getting close to capacity. A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions adds cost, which is why it's important to know the reason why throttling is occurring at all. Investigating the conditions that cause throttling will be explained in the next several sections.
upvoted 4 times
...
RAN_L
1 year, 8 months ago
Selected Answer: B
No, enabling customer-managed key (CMK) encryption would not directly reduce the likelihood of search query requests being throttled. CMK encryption helps protect data at rest and in transit, but it does not directly impact the performance or throughput of the search service. To reduce the likelihood of search query requests being throttled, you might consider upgrading to a higher tier or making changes to the search indexing and query performance, such as optimizing search queries and filters, reducing query volume, or adding more indexes or replicas.
upvoted 1 times
...
Eltooth
2 years, 4 months ago
Selected Answer: B
B is correct answer : no. Obvious.
upvoted 2 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 ...