Possible anagrams of a string ...
Software Development Intern Interview Questions
2,988 software development intern interview questions shared by candidates
1) Given an array of numbers where each number has a duplicate except one, write a program to return the lone number.
Given an integer N and an array of unsorted integers A find all pairs of numbers within A which add up to N. (This is the only question I can remember and I had trouble thinking of an answer at the time)
Given 999 distinct numbers between 1 and 1000, find one/two that is/are missing.
Write a program that sees if two binary trees are equal.
Write a program that reverses the words in a sentence.
NDA
1) Debug some code and take logic test 2) Perform coding challenge 3) Show general knowledge of software development, code something, talk about interests
Find duplicate elements in two lists
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
Viewing 31 - 40 interview questions