F2F: 2 - Frontend (Two interviewers) Create a function to fetch and render an array of stocks (stock_id, stock_name, price). Follow up questions: - Automatically refresh data (your solution must be "user-friendly". ex. re-render every 3 seconds) - Create an additional list of "3 Favorite stocks" and link it to the bottom of the page. (use "div", use position: fixed; bottom: 0). On this step, they asked a lot about CSS Position (absolute, fixed, etc) - What if there are 10000+ stocks? Should we render them all? Should we re-fetch them all? (Answer: re-fetch/re-render only first N of stocks + re-fetch/re-render favorite stocks)
Full Stack Software Developer Interview Questions
15,796 full stack software developer interview questions shared by candidates
based on the projects or internship mentioned in your resume..!!
What are you proud of?
Definition of Data Binding, Dependency injection, objects and classes and so on.
Basic problem solving
Mostly questions related to DS Algo
They asked about the projects on which I have worked and what difficulties I faced.
Tell about javascript language and where it is used.
Introduce yourself. Interviewer and I had a back and forth so his questions regarding my experiences were pretty much answered then. For the coding challenge, given a list of numbers and a target number, find the two numbers in the list that would add up to the target.
given a matrix that contains ones and zeros where zero represent land and one sea and you need to return the amount of lands there is in the matrix (look at it like a map) a single land can appear in several rows (like 'H', like 'L' shape and so on)
Viewing 1001 - 1010 interview questions