how can a particular application be tested apart from testing its functionality
Development Interview Questions
137,246 development 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
Logical: You are given 2 mugs of 3l and 5l capacity and a giant water tank of unlimited water. You have to contain 4ltrs water in a 5ltr mug. You can take out water from the tank unlimited times and throw water from the mug outside an unlimited number of times.
Write a function to turn a string into an integer and test it
Find a duplicate integer in a list of length K with integers 1...K-1 and one duplicate. Do so in O(n) time with constant space.
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
How many gas stations are there in California?
How to create excel header string
Viewing 511 - 520 interview questions