Find the first non-repeating character in a string.
Softwareentwickler Php Interview Questions
512,728 softwareentwickler php interview questions shared by candidates
Union of n arrays with x elements. Output common members contained in at least 2 arrays. Explain the complexity of the algorithm used. We have a digested server log with username, visited page and timestamp. Create a processing algorithm that will output the most visited page/areas in such a way that will match partial path as well. i.e. { { user: "user1", page="/home" }, { user: "user1", page="/home/account" }, { user: "user1", page="/home/account/profile" }, { user: "user1", page="/home/account/login" }, { user: "user2", page="/about" }, { user: "user2", page="/about/contact" }, { user: "user2", page="/home" } } the output user1 - home/account - home user2 - /about PS I'm rephrasing because I cannot recall exactly the question
They will ask you questions based on your CV only also at last they will ask you if you can go for a project abroad.
collapse a binary search tree into a sorted list
Exchange the odd and even bits of an integer
Was given various challenges to write scripts that test different programs and data.
Write a function, that, given a paragraph as input, outputs the paragraph with all the words reversed.
He asked me to write a function to detect whether string1 contains all letters in string2
In a sequence of alphabets (like aaabbddaabbcc) write a program to find the number of the consecutive alphabets in and print the alphabet and number. example :if input is aaabbddaabbcc then output should be 3a, 2b, 2d, 2a, 2b, 2c
How do you swap two numbers without declaring temporary variable?
Viewing 1121 - 1130 interview questions