Discuss 5 critical points for the usage and functionality of a ceiling fan.
Software Development Engineer Interview Questions
32,958 software development engineer interview questions shared by candidates
Write a program in java that determines whether a string is a palindrome.
Given an int array and an int X, find out if two elements sum up to X
Display the first 3 character of a word(string)
Write a function that checks if a number's divisors sum up to that number, i.e. whether it's a perfect number or not.
Generate all permutations of a string and determine if each is in the dictionary. Find an efficient data structure for the dictionary.
Data structures and algorithms, with a bit of design and some soft questions about your goals and background.
If a sorted array is rotated, how to find how many times it has been rotated.
Determine whether a given binary tree is fully populated, where "fully populated" means that every internal node has exactly two children, and all terminal nodes are at the same depth.
Clone a linked list that has a cycle (do not fix the cycle). Is there a way to uniquely identify a node without relying on a hash code?
Viewing 561 - 570 interview questions