Invert the given string without using any built-in function.
Senior Web Applications Developer Interview Questions
30 senior web applications developer interview questions shared by candidates
Are you willing to work at Logan Campus
2. Please give an add() function which can be invoked in these two cases: add(1)(2) add(1,2)
What programming standards you are following?
Why do you want to work for us?
None. Interview was smooth. The funny part was the "written PHP test"... Very unexpected (however, I got max score)
3. Please give a function which can find a string occurence time in another string.
1. Please give a method which used to check if two strings are anagrams. Anagrams: a word, phrase, or name formed by rearranging the letters of another, such as: 1). "cinema" formed from "ice man". 2). "listen" formed from "silent". 3). "This is a tomcat" formed from "Tom has a tisict".
5. Please give a function which returns all indexes of a string occurred in another string.
4. Please give a function which can print all node/child-node names of a json object in tree structured. EG: var tree = { node1:{ node2:"", node3:{ node4:"" } } } Print: ["node1", "node2", "node3", "node4"]
Viewing 1 - 10 interview questions