List all anagrams in a file. Assumptions: case-insensitive, a-z characters only, one word per line. For example, if the file contains dog, cat, ddd, goo, act, god -- output dog, god, act, cat
Software Development Engineer Interview Questions
32,809 software development engineer interview questions shared by candidates
Given an array of integer in which all numbers occur even times except for one number occurs odd times, find it.
Data structures and Algorithms related
Find from alist of numbers where each number is repeating even number of times except one. Find that number ?
+-----------+ | 1 | 2 | 3 | +-----------+ | 4 | 5 | 6 | +-----------+ | 7 | 8 | 9 | +-----------+ | * | 0 | # | +-----------+ +---+ | U | +---+ +---+ +---+ +---+ | L | | S | | R | +---+ +---+ +---+ +---+ | D | +—+ Input String: "180*", output is the number of minimum operations needed to dial the input */ 2)How do you test login page?
Given an integer set of numbers, print all the subsets. For some reason the interviewer asked to print the supersets, but what he means is subsets.
Implement a function to validate whether a given binary tree is a BST (i.e. write an isBST() function).
An optimal algorithm to check whether a hand of cards was a full house (in Poker) or not.
This was not unexpected but a bit difficult. How would you represent the ordering of a deck of card if you only have 32bytes to work with. So, he explained that you have 52 objects, there are 52! possible ordering of them. how to encode one of those ordering within 32 bytes?
Milestone 2) Will ask to optimize by reducing the number of unfulfilled orders. The apis will be confusing and you will have two interviews during the coding session.
Viewing 31 - 40 interview questions