- I submitted my resume on jobs.volt.com
- Had interviews with 3 different people. These are the questions I was asked.
1. Write code to Reverse string
input: apple banana cat dave
output: dave cat banana apple
2. in a tree data structure, write code that returns number of child nodes in each nodes
3. in a tree data structure, print all the child nodes