exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 2 question 35 discussion

Actual exam question from Microsoft's DP-300
Question #: 35
Topic #: 2
[All DP-300 Questions]

You have an Azure SQL database named DB1.

You need to encrypt DB1. The solution must meet the following requirements:

• Encrypt data in motion.
• Support comparison operators.
• Provide randomized encryption.

What should you include in the solution?

  • A. Always Encrypted with secure enclaves
  • B. Always Encrypted
  • C. column-level encryption
  • D. Transparent Data Encryption (TDE)
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
Pranava_GCP
7 months ago
Selected Answer: A
Always Encrypted with secure enclaves addresses these limitations by allowing some computations on plaintext data inside a secure enclave on the server side. A secure enclave is a protected region of memory within the Database Engine process. The secure enclave appears as an opaque box to the rest of the Database Engine and other processes on the hosting machine. There's no way to view any data or code inside the enclave from the outside, even with a debugger. These properties make the secure enclave a trusted execution environment that can safely access cryptographic keys and sensitive data in plaintext, without compromising data confidentiality.
upvoted 4 times
...
kev22
7 months ago
Selected Answer: A
Always Encrypted supports deterministic only for operator comparisons. AE with secure enclaves addresses this limitation. https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-enclaves?view=sql-server-ver16
upvoted 3 times
...
U_C
7 months, 1 week ago
The correct answer is A. Always Encrypted with secure enclaves. Transparent Data Encryption (TDE) is a feature that encrypts data at rest, specifically the physical files that store the data. It does not encrypt data in motion or provide randomized encryption. TDE also does not support comparison operators on encrypted data. Therefore, it does not meet all the requirements stated in your question.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago