Coding assignment was given, bonus points for not using any libraray / Framework
Senior Front End Engineer Interview Questions
688 senior front end engineer interview questions shared by candidates
Why do you think we are using Scala?
Basic programming question about iterating through an array of objects. Describe the Big O notation of your solution.
Describe CSS Specificity
Given a staircase, you can jump 1, or 2, or 3 steps each time, how many ways you can jump to N level staircase
Effectively: How fast can you code? The nature of this should be a red flag. It indicates poor management of engineering resources, toxic culture, a huge mess of a codebase, and probably long hours.
Why Coinbase
Easy question
The rxjs test was about figuring out to use debounceTime.
Was given a function q(func) which accepts another function as input. Each time this function is called, it will execute the pass in function after 3 seconds. So, if it is called 3 times, q(func); q(func); q(func); the func passed inside will only get called after 3 seconds and the second one will get called only after the first one completes and so on.
Viewing 61 - 70 interview questions