None of the questions were unexpected, at least for any candidate applying for this job. I definitely felt I could have answered few questions better.
Test Engineer Ii Interview Questions
618 test engineer ii interview questions shared by candidates
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
post order traversal of a Binary Search Tree Follow up Create a BST from this post order traversed array and write test cases for this function
Remove all characters of a string from another string. The algorithm should be less than O(m*n) where m & n are lengths of strings and the space used should be less than O(m+n).
Q: By share screen, please create code to reverse each words in a sentence.
The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
how to reverse words in a string preserving the formatting
Most questions are around data structures. Also expect word puzzles, like write an algorithm to spell out actual numbers. E.g. 121 -> "One Hundred and Twenty One".
Given a BST find the second largest element?
Find out the number of connected cells in a 2D array
Viewing 1 - 10 interview questions