A company has deployed a text-processing engine to streamline support interactions. Which measure helps prevent private data from being revealed to this system?
Implement a perimeter firewall to isolate the text-processing engine
Encrypt the output after processing is completed
Use pre-configured settings provided for the system
Use a data review and removal process before sending any records
Inspecting and scrubbing the data beforehand helps remove sensitive fields before they reach the engine. Pre-configured settings alone do not ensure data sanitization, encrypting the output only secures data after it is processed, and perimeter isolation does not filter or control the information that is fed into the system.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is data sanitization, and why is it important in this context?
Open an interactive chat with Bash
Why are pre-configured settings insufficient for protecting sensitive data?
Open an interactive chat with Bash
How does encrypting output differ from sanitizing input in protecting data?