Technical Support Analyst Iii Interview Questions

7,035 technical support analyst iii interview questions shared by candidates

Q2) The is a binary tree, which has string values only on leaf nodes and all other nodes have empty values. Example is below. When you sum all the leaf node values from left to right. the values will be : example: abcdefghblahblahblahblah etc. Implement the below method that will give 'n'th character of the result. Example: find the 5th character. here it will be 'e'. (BLANK) |---------------------------^---------------------------| (BLANK) (BLANK) |-------------^-------------| |-------------^-------------| abc (BLANK) ijklmnopq rstuvwxyz |------| defgh // Strucutre of the Node with below implemented methods. class Node { Node getLeft(); Node getRight(); boolean isBlank(); String getData(); }
avatar

SDE-III

Interviewed at Groupon

2.9
Nov 9, 2019

Q2) The is a binary tree, which has string values only on leaf nodes and all other nodes have empty values. Example is below. When you sum all the leaf node values from left to right. the values will be : example: abcdefghblahblahblahblah etc. Implement the below method that will give 'n'th character of the result. Example: find the 5th character. here it will be 'e'. (BLANK) |---------------------------^---------------------------| (BLANK) (BLANK) |-------------^-------------| |-------------^-------------| abc (BLANK) ijklmnopq rstuvwxyz |------| defgh // Strucutre of the Node with below implemented methods. class Node { Node getLeft(); Node getRight(); boolean isBlank(); String getData(); }

Viewing 1491 - 1500 interview questions

Glassdoor has 7,035 interview questions and reports from Technical support analyst iii interviews. Prepare for your interview. Get hired. Love your job.