Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
Software Development Programmer Interview Questions
33,184 software development programmer interview questions shared by candidates
Given an array of positive and negative numbers, give an algorithm that would find the sequence of numbers that give the largest sum. The numbers have to be in sequential order.
There is a cuboid, with metal balls, now you are given X-RAy of two adjacent faces, so that you have black spots of there is ball in ( depth ) of that cell. Now u have to tell where all are there balls
Write a function to reverse a String. I asked if I could use Java which the interviewer said was fine. After writing half the code he indicated that I actually should have written the algorithm for a character array. Ughh, I really screwed this one up but I feel like the question should have been administered better.
find if string1 exists in string2, give test conditions
Write test cases for the above function.
How to traversal a tree using breadth first method.
Write code to search a substring from another string
How do you know if three points make a triangle?
Find cycle in linked list.
Viewing 991 - 1000 interview questions