QuestionQ859

Systems and Application Security

Which option provides the best environment for stress testing while considering and preventing potential data exposure and leaks of sensitive data?

  • A Test environment using test data.
  • B Test environment using sanitized live workloads data.
  • C Production environment using test data.
  • D Production environment using sanitized live workloads data.
Explanation

Stress testing should be performed in a test environment to avoid affecting production systems. Sanitized live-workload data provides realistic workload characteristics while removing sensitive information, reducing the risk of data exposure.

Community Discussion

No comments yet. Be the first to start the discussion!