Search a target number in a Rotated Sorted Array.
Software Engineers Interview Questions
419,183 software engineers interview questions shared by candidates
/* Some examples: isMatch(“aa”,”a”) ? false isMatch(“aa”,”aa”) ? true isMatch(“aaa”,”aa”) ? false isMatch(“aa”, “a*”) ? true isMatch(“aa”, “.*”) ? true isMatch(“ab”, “.*”) ? true isMatch(“aab”, “c*a*b”) ? true Write isMatch() */
Given a list of words, find whether a new word is anagram of word in list.
Please implement a function to generate the 3-digits numbers with no duplicate digits and no duplicate permutation. For example: 122 is not allowed and 123 321 is not allow, only output one of the permutations.
Given a tree of child/parent relationships, write an algorithm to find common parent
1. Describe what happens when user surf the internet 2. What's Java Object class. Name one of its method. What will be returned for equal() if two objects have same hashcode
How to write the sqrt function using only +,-,*,/
How would you shuffle a deck of cards?
String replacement on coderpad. More of pair programming , with hints that helped a lot.
To remove every multiple i, j, k ..... elements from a list. To add 2 fractions and reduce it to the simplest form Another question I couldnt remember but it was easy
Viewing 831 - 840 interview questions