I applied through a staffing agency. The process took 2 days. I interviewed at Volt Information Sciences in May 2008
Interview
- 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
Interview questions [2]
Question 1
Write code to Reverse string
input: apple banana cat dave
output: dave cat banana apple