Preguntas de entrevista de Senior software developer
Preguntas de entrevista para senior software developer compartidas por los candidatos
Principales preguntas de entrevista
exam online online About Whats? |
Code a FizzBuzzRazz test. If it's divisible by 3 print "Fizz" if it's divisible by 5 print "Buzz" if it's divisible by 7 print "Razz" if it's divisible by 3 and 5 print "FizzBuzz" if it's divisible by 3 and 7 print "FizzRazz" if it's divisible by 5 and 7 print "BuzzRazz" |
Do you have problem with the office allocation? |
Build a small REST application from their spec. Answer some questions about my design choices and how it would scale. |
What is the bigger challenge you've faced professionally that you're most proud of? |
What is the difference between unit and functional tests |
Do you know TDD? |
How do you manage a farm of servers in North Korea |
What kind of personality do you think is positive for a good boss? |
Questions regarding JavaScript nature and basics. Eg: what are closures? |