Write CSS/JavaScript to change display of html elements?
Senior Developer Interview Questions
30,044 senior developer interview questions shared by candidates
Algorithms and data structures: implement a voting system.
Explain your most challenging project and your contribution.
Complete the function that takes an integer as its argument and returns the encoded string in base 7 using the following encoding rule: base 10 0 1 2 3 4 5 6 base 7 0 a t l s i N Sample Input 1 7 Sample Output 1 a0
what is the difference between arraylist and vector
How hashcode and equals used in get, put, remove of HashMap? Design and code connection pool Deadlock and thread related questions
Difference between Arraylist and Vectors
I apparently did not make the algorithm interview, but made the systems design interview.
Modify their template application (they send you a link to the repo) to include an api controller to handle requests where you receive 2 inputs to an api call. An integer that represents a position in a sequence and a string that represents an expected answer. If the position input is divisible by 3 ( )then the expected answer is "foo" If the position input is divisible by 5 (5, 10...) then the expected answer is "bar" If the position input is divisible by both 3 and 5 (i.e. 15, 30 ...)then the expected answer is "foobar" If the expected answer matches the supplied answer then return 200 OK otherwise return 400 badRequest The test must be conducted while they are shoulder surfing and you must do it despite being questioned and corrected the entire way through if they observe that you're not doing it the way they want it written. You are not given any coding style guide. You must guess the correct one. You have 20 minutes to do it.
Question about javascript and inheritance and object model.
Viewing 1131 - 1140 interview questions