Toyota Connected interview question

Read a string from an input source, reverse the string and write the string to the output source. Be sure to do this concurrently.

Interview Answer

Anonymous

14 June 2019

This one is probably best done in a language like Go. They don't give you an initial channel or anything, so you have to build your own input. Anyone that's used Go for more than a month should be able to do this.