
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.