exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 1 question 18 discussion

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

You have an AI application that uses keys in Azure Key Vault.
Recently, a key used by the application was deleted accidentally and was unrecoverable.
You need to ensure that if a key is deleted, it is retained in the key vault for 90 days.
Which two features should you configure? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. The expiration date on the keys
  • B. Soft delete
  • C. Purge protection
  • D. Auditors
  • E. The activation date on the keys
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️
References:
https://docs.microsoft.com/en-us/azure/architecture/best-practices/data-partitioning

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
jyth_82
Highly Voted 5 years, 7 months ago
Answer is BC - but the link reference should be this : https://docs.microsoft.com/en-us/azure/key-vault/key-vault-ovw-soft-delete
upvoted 19 times
...
CodeAnant
Highly Voted 5 years, 9 months ago
Soft-delete behavior With this feature, the DELETE operation on a key vault or key vault object is a soft-delete, effectively holding the resources for a given retention period (90 days), while giving the appearance that the object is deleted. The service further provides a mechanism for recovering the deleted object, essentially undoing the deletion. Soft-delete is an optional Key Vault behavior and is not enabled by default in this release. It can be turned on via CLI or Powershell. Purge protection When purge protection is on, a vault or an object in deleted state cannot be purged until the retention period of 90 days has passed. These vaults and objects can still be recovered, assuring customers that the retention policy will be followed. Purge protection is an optional Key Vault behavior and is not enabled by default. It can be turned on via CLI or Powershell.
upvoted 10 times
...
rveney
Most Recent 2 years ago
two features that should be configured to ensure that deleted keys are retained in Azure Key Vault for 90 days are B. Soft delete and C. Purge protection.
upvoted 1 times
...
CodeAnant
5 years, 9 months ago
Soft Delete is correct answer “Soft delete” is a Key Vault feature that may be enabled on a vault. When this is true, if a Key Vault is deleted, it is recoverable for 90 days. It disappears from the Azure portal and it looks like the Key Vault has been completely deleted, like any other resource or service in Azure. This isn’t the case, however. It is held by Azure for 90 days and can be restored for any reason. Because of this precaution, a new Key Vault with the same name cannot be added to the Azure subscription until the “soft deleted” vault is truly deleted.
upvoted 3 times
...
CodeAnant
5 years, 9 months ago
Can it be The expiration date on the keys and The activation date on the keys.
upvoted 1 times
danflr
4 years, 6 months ago
no, but you corrected yourself later. has to be B and C
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 ...