How will you implement word ladder puzzle
Software Development Interview Questions
37,008 software development interview questions shared by candidates
find if string1 exists in string2, give test conditions
Find cycle in linked list.
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
How to traversal a tree using breadth first method.
How do you know if three points make a triangle?
How many lines of code I wrote for the project I worked on?
Given a string "aaabbc", convert it to "3a2b1c". Output the result only its length is smaller than the input length.
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.
Viewing 1061 - 1070 interview questions