Google interview question

Serialize a string over network

Interview Answers

Anonymous

Apr 13, 2012

my name is you -> 2my;4name;2is;3you

1

Anonymous

Apr 22, 2012

Wrap the string in XML using SOAP protocol and send it via http or https.