How would you reverse a the words in a string? (Be able to defend answer)
Developer Advisor Interview Questions
710,959 developer advisor interview questions shared by candidates
Find the first non-repeating character in a string.
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.
Delegates, Protocol, blocks, multithreading, GCD, project specific, some behavioural questions etc
He asked me to write a function to detect whether string1 contains all letters in string2
Viewing 1271 - 1280 interview questions