Asked a lot of questions revolving algorithms and other core CS concepts. Only one of the interviews was specific to the actual job being applied to (core web and frontend).
Web Software Engineer Interview Questions
245 web software engineer interview questions shared by candidates
Technical: write a script that calculates total time players were on the court, given a list of who got subbed in, who got subbed out, and the time stamp.
That is the whole point. I was scheduled for the second day of interviews and thusly I was NEVER provided an opportunity to answer ANY interview questions at all!
Time complexities of insert/search on an array and linked list
All the questions were relevant to my technical skill set.
They asked me about my predisposition in learning in general web services because on the near future they will be dealing more with this.
The phone screen wasn't very fun or challenging. Mostly trivia questions (i.e. What is a css-sprite?) All the questions were the kind of questions you could google and easily find as the first result, no actual problem-solving required. The only algorithm question was "what is the best case time complexity to sum a list of numbers." The coding test was to build a connect four app using html/css/js. No grading criteria was given, nor did I receive any feedback besides the rejection.
Why Yelp?
On the 1st interview they asked me a few "number of digits need to code octet" and some bits and bytes types of questions which I successfully failed but it didn't seem to have affected the 1st interview much and I was still passed to the 2nd one.
Write a function which will determine if a given string is palindrome or not. bool ispalindrome(string input); I was able to complete the problem and even the interviewer seemed satisfied with the solution. Test Cases: "racecar" => true "!!a!" => true "abc" => false "a" => true "A Man, A Plan, A Canal – Panama!" => true
Viewing 151 - 160 interview questions