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
549 test engineer ii interview questions shared by candidates
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
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
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.
how to reverse words in a string preserving the formatting
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.
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".
Find out the number of connected cells in a 2D array
Given a BST find the second largest element?
Viewing 1 - 10 interview questions