Given an array of 100 integers where every integer from 1-101 occurs once, except for one. Find the missing integer.
Software Engineers Interview Questions
419,688 software engineers interview questions shared by candidates
You are given the head node of a binary tree. Find the height of the tree.
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.
The most difficult question for me was the coding questions. They asked about what a certain line of code did and then they had me code a sorting algorithm or sorts. I was asked to code a function that would find the first none repeated letter.
Technical Given an unsorted array of numbers (that may contain repeated numbers), print or produce a data structure that contains all the pairs that have a sum equal to a number k. Do not include pairs that are the same numbers in a different order. Ex. [3,2,6,2,0,5,3,8,7,10] [(0,10),(2,8),(3,7)]
Given a string of words, reverse the words. Ex: "I like cats" --> "cats like I"
a coding question about given a lowercase string 'ab',write a program to generate all possible lowercase and uppercase combination {'AB',‘Ab’,'aB' and 'ab'}
If you could do anything what would be your dream job
Viewing 2181 - 2190 interview questions