nerdexam
(ISC)2

CCSP · Question #89

Tokenization requires at least ____ database(s).

The correct answer is B. Two. Tokenization typically requires at least two databases: one for the original sensitive data and a separate token vault to store tokens and their mappings.

Submitted by manish99· Apr 18, 2026Cloud Data Security

Question

Tokenization requires at least ____ database(s).

Options

  • AOne
  • BTwo
  • CThree
  • DFour

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    94% (30)
  • D
    3% (1)

Why each option

Tokenization typically requires at least two databases: one for the original sensitive data and a separate token vault to store tokens and their mappings.

AOne

One database would imply storing both the sensitive data and the tokens in the same place, which defeats the security purpose of tokenization, which is to separate the sensitive data.

BTwoCorrect

Tokenization usually involves separating the sensitive data from its tokenized representation. This setup typically requires at least two databases: one to store the actual sensitive data (often in a secure, segmented environment) and a separate 'token vault' database to store the tokens and their corresponding mappings to the original data, ensuring the original data is never stored with the token.

CThree

While more than two databases might be used for complex tokenization schemes, two is the minimum required for the fundamental separation of sensitive data from its tokenized representation.

DFour

Four databases are not a minimum requirement for the basic functional principle of tokenization.

Concept tested: Tokenization architecture

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-data-at-rest-azure#tokenization

Topics

#Tokenization#Data Security#Database Security#Data Protection

Community Discussion

No community discussion yet for this question.

Full CCSP Practice