exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 12 discussion

Actual exam question from Microsoft's AI-102
Question #: 12
Topic #: 1
[All AI-102 Questions]

A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. The index size will increase.
  • B. Query times will increase.
  • C. A self-signed X.509 certificate is required.
  • D. The index size will decrease.
  • E. Query times will decrease.
  • F. Azure Key Vault is required.
Show Suggested Answer Hide Answer
Suggested Answer: ABF 🗳️

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
methodidacte
Highly Voted 3 years, 7 months ago
Should be ABF (use AKV for customer managed key)
upvoted 53 times
SuperPetey
3 years, 7 months ago
correct : "Customer-managed keys require an additional billable service, Azure Key Vault, which can be in a different region, but under the same subscription, as Azure Cognitive Search. Enabling CMK encryption will increase index size and degrade query performance." same document also lists Azure Key Vault as a requirement: https://docs.microsoft.com/en-us/azure/search/search-security-overview#data-protection
upvoted 17 times
TanujitRoy
3 years, 4 months ago
Bhai tame bahut katha kahucha....tame ki gangadhara
upvoted 2 times
adarshsahoo
3 years, 4 months ago
Na mu hauchi Lionel Toppo
upvoted 1 times
Jyotiran
1 year, 8 months ago
Chodi heigala
upvoted 1 times
bhadrachagala
1 year ago
UHUN KI KATHA EIGUDIKA, LAJYA LAJYA
upvoted 1 times
...
...
...
...
rdemontis
1 year, 5 months ago
Thanks for the documentation attached
upvoted 1 times
...
...
...
syupwsh
Most Recent 2 months ago
Selected Answer: ABF
The index size will increase is CORRECT because enabling server-side encryption with customer-managed keys (CMK) typically results in some overhead, causing the index size to increase due to the encryption metadata. Query times will increase is CORRECT because the encryption and decryption processes add computational overhead, which can lead to longer query times. Azure Key Vault is required is CORRECT because customer-managed keys (CMK) for server-side encryption in Azure Cognitive Search are stored and managed in Azure Key Vault. Answer is ABF
upvoted 1 times
...
3fbc31b
4 months, 2 weeks ago
Selected Answer: ABF
The provided answers are correct.
upvoted 1 times
...
MadMathi
8 months, 1 week ago
"E" should read Query performance will decrease
upvoted 1 times
...
gary_cooper
10 months ago
Selected Answer: ABF
A, B, F
upvoted 1 times
...
nanaw770
10 months, 3 weeks ago
Selected Answer: ABF
Coffee gift is ABF.
upvoted 2 times
...
CDL_Learner
1 year ago
Based on the information from Microsoft’s documentation12, the implications of enabling server-side encryption and using customer-managed keys (CMK) stored in Azure for Azure Cognitive Search are: A. The index size will increase. Enabling CMK encryption increases the index size1. B. Query times will increase. Enabling CMK encryption degrades query performance. You can expect to see an increase of 30-60 percent in query times1. F. Azure Key Vault is required. CMK encryption depends on Azure Key Vault. You can create your own encryption keys and store them in a key vault, or you can use Azure Key Vault APIs to generate encryption keys1. So, the correct answers are A, B, and F. Please note that these changes might also lead to additional costs2. It’s always a good idea to review the Azure pricing details before making such changes.
upvoted 4 times
...
85e4c91
1 year, 1 month ago
Based on the Azure documentation and best practices for Azure Cognitive Search with server-side encryption using customer-managed keys (CMKs), it appears that the correct answers to the question are B and F. Enabling CMKs is known to potentially increase query times due to the additional encryption/decryption steps required when data is requested (B). Azure Key Vault is required to store and manage these CMKs, making it a necessary component of the configuration (F). There is no indication in the documentation that index size will be affected (A and D), nor that query times will decrease (E), and a self-signed X.509 certificate is not mentioned as a requirement (C).
upvoted 1 times
...
audlindr
1 year, 1 month ago
Selected Answer: ABF
ABE can't be the right answer. B and E are conflicting
upvoted 1 times
...
suzanne_exam
1 year, 2 months ago
I think this answer highlights why you should come to the comments and do your own research. The answer here says the query time will both increase AND decrease, which doesn't make sense. The answer is ABF, not ABE
upvoted 2 times
...
[Removed]
1 year, 4 months ago
The query PERFORMANCE will decrease, a typo?
upvoted 1 times
...
sca88
1 year, 4 months ago
Selected Answer: ABF
The E is wrong! The query time will increase with CMK
upvoted 1 times
...
anewfriend
1 year, 4 months ago
Selected Answer: ABF
Customer-managed keys require another billable service, Azure Key Vault, which can be in a different region, but under the same subscription, as Azure AI Search. Enabling CMK encryption will increase index size and degrade query performance. Based on observations to date, you can expect to see an increase of 30-60 percent in query times, although actual performance will vary depending on the index definition and types of queries. Because of the negative performance impact, we recommend that you only enable this feature on indexes that really require it.
upvoted 1 times
...
rdemontis
1 year, 5 months ago
Selected Answer: ABF
Correct answer to me are A,B,F. AKV needed to store CMK
upvoted 1 times
...
trashbox
1 year, 5 months ago
Selected Answer: ABF
A,B: "Enabling CMK encryption will increase index size and degrade query performance" F: "Customer-managed keys require another billable service, Azure Key Vault, which can be in a different region, but under the same subscription, as Azure Cognitive Search." https://learn.microsoft.com/en-us/azure/search/search-security-overview#data-protection
upvoted 1 times
...
[Removed]
1 year, 5 months ago
Why would the index size increase? You are not adding any data to it...
upvoted 1 times
JonHanes
1 year, 3 months ago
Enforcing Customer-Managed Key (CMK) encryption can increase the index size due to the process of double encryption. Here’s a brief explanation: When CMK is enforced, Azure Search uses service-managed keys to encrypt the data first (this is the primary encryption). Then, it applies a second layer of encryption using the customer-managed keys (this is the secondary encryption). This double encryption process increases the size of the index because it adds additional metadata and requires more storage space to accommodate the encrypted data.
upvoted 2 times
...
...
katrang
1 year, 5 months ago
Selected Answer: ABF
Enabling CMK encryption will increase index size and degrade query performance. And you need a key vault to store the keys https://learn.microsoft.com/en-us/azure/search/search-security-overview#data-protection
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