Interview questions were overengineered, didn't apply to my skillset because they weren't trying to determine my skill level in regards to developing solutions to issues with logical complexity, my knowledge of data structures or architecture in general. I felt like I was just answering questions in order for them to make observations and felt like a waste of time
Frontend Developer Interview Questions
8,954 frontend developer interview questions shared by candidates
Implement .bind()
How to center in CSS
How to wait for the response from multiple endpoints before proceeding to do something with the responses?
They gave me one live coding question and asked all technical questions about React like components, props, lifecycle hooks, Redux and Context APIs.
How to write down a function in JS which will send API call and cancel it if it didn't finish in 5 sec.
Question 1: What is the difference between == and === in JavaScript?
What are some potential performance bottlenecks in Next.js apps
Q.If a button hit results in an API hit, and if I hit the button multiple times, how can you do it the angular way to make sure all n-1 requests sent to Server are cancelled and only nth request is send to server? How will you accomplish this? Q. A Puzzle: child1 says "I am a boy". child2 says "I am a girl". Given that atleast 1 is lying, how will you determine who is boy, who is girl? Q.Why is Angular used over JavaScript? Q.Two sorted arrays(no.s) of n, m+n length where m+n one has n empty places. In minimum Time Complexity & Space, obtain the combination sorted into m+n array.
When is the best time to call you?
Viewing 521 - 530 interview questions