
Answer-first summary for fast verification
Answer: Apply base64 encoding for text data.
Applying base64 encoding for text data is a common strategy to ensure compatibility and interoperability. This approach allows the data to be safely transmitted and stored without the risk of corruption or misinterpretation, while also maintaining its original format for further processing.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a data transformation pipeline, you need to encode and decode data to ensure compatibility with various systems and protocols. What strategies would you employ to handle data encoding and decoding effectively, ensuring that the data remains secure and interoperable?
A
Use symmetric encryption for encoding and decoding.
B
Apply base64 encoding for text data.
C
Implement a custom encoding scheme.
D
Use a combination of hashing and encryption.
No comments yet.