I am unable to give details, due to a non-disclosure agreement.
Software Development Engineer Interview Questions
32,840 software development engineer interview questions shared by candidates
X==NULL and NULL==x, what is the difference
Write a function to determine if a tree is a BST.
Given any binary tree, write an method to test whether it is a Binary Search Tree
Write a function to tell whether a BST is balanced
3 coding question.1.tree,2.algorithm based on string,3.linked list.
Write a function that converts an int into its alpha-numeric equivalent represented as a null terminated string. The function should accept an int as input and return a string as output. For instance, calling the function with an int value of 324 would return a null terminated string containing "324". Ensure that your function checks for appropriate boundary conditions and edge cases. Assume you cannot use any standard libraries (for example, no itoa or sprintf).
one question is to find a path in a maze
Find all black regions on image, flood algorithm. OO design a address book.
Nothing too difficult or unexpected
Viewing 1571 - 1580 interview questions