You have the file with word at a single line. #input sample file abactor abaculus abacus Abadite . . Zyrenian #Output ******************a **********b ************************c a) you have to count the character and create a histogram in alphabetical order. b) now you have to produce a histogram with max 80 character in line in reference to max count c) now same out based histrogram based on the character count
Developer Interview Questions
270,873 developer interview questions shared by candidates
Write a logic to reverse each string in a sentence without using builtin functions and minimal loops. Below is the scenario "Welcome to GGKTech" and output should be "emocleW ot hceTKGG"
Any five html empty tags (last round)
Print patterns like Swastic sign, 2-D Array manipulations(Bit Difficult) and String manipulations.
Bucket Sorting
Whats is max possible edges in a graph with no cycles.
You have a long set of numbers. More than 400k. How would you search if a specific number is in set? They expect a better solution than looping the set until you find the number.
They asked a lot of iOS questions, and some general programming questions. The first question they asked was so obscure that I didn't even really understand it. I was probably dead from that point on. Another question was to figure out a way to combine three lists of items where an item would be placed in a destination array if it existed in any two of the source arrays.
What are Exceptions in Java.
The question was to write a simple program in any language that allows a user to guess a 4 digit pin containing only the numbers 1 - 5, If the user did not get the correct answer the program was to tell then how many digits they guessed correctly in the correct place and how many digits they guessed that were in the computers guess but not in the correct place....
Viewing 101 - 110 interview questions