University Software Interview Questions

1,069 university software interview questions shared by candidates

Binary tree: Given any node, write a function dump with returns String 1) returns " " if node is null 2) returns the data if node is a leaf node. 3) returns data, leftChild.data and rightChild.data if node has 2 children
avatar

Software Engineer, University Graduate

Interviewed at Google

4.4
Apr 7, 2016

Binary tree: Given any node, write a function dump with returns String 1) returns " " if node is null 2) returns the data if node is a leaf node. 3) returns data, leftChild.data and rightChild.data if node has 2 children

Viewing 31 - 40 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,069 interview questions and reports from University software interviews. Prepare for your interview. Get hired. Love your job.