Giving a string with number from 1-250 in random order, but miss 1 number. How to find the missed number.
Development Engineer Interview Questions
37,106 development engineer interview questions shared by candidates
Determine if two number are neighbors in grey code sequence.
Not hard at all.
Write a function that takes an integer and counts the number of bits.
Remove the nth from last element in a singularly linked list in linear time.
Coding question - given a binary tree, write code to count the sum off all siblings.
They asked from data structures and algorithms, oops, os, dbms
Design a connection pool
Write a function/method with this signature: bool MyFunc(string term, string input) {} The method should return true if the search term is found in the input string, even when there are other characters in between. Examples: "aba", "bbbbabbxxxxxxbb" returns false "aba", "bbbbabbxxxxxxab" returns true Basically, do I see an 'a', then 'b', then another 'a' before I run off the end of the input string?
Practice questions on Trees, Linked Lists, Arrays.
Viewing 411 - 420 interview questions