Interview questions were all over the place, about various technologies i've used and about the types of software stacks i've used, what some of my experiences have been etc etc. On the technical side I was asked about async and promises a lot of the simple js stuff.
Javascript Software Engineer Interview Questions
81 javascript software engineer interview questions shared by candidates
What do you do if you have to turn down a client's request? What does React memo do? Find the memory leak in the code.
Never reached this stage
Palindrome in Java
The behaviour questions are asked alot around the company ideals. Make you prep on "bravery, community, growth and ambition"
Javascript closuers - what are they and where they are useful? Inheritance in JS
Your ideal company?
Tell me about yourself? Why do you want to work here?
1) Accessing CSS attributes from JS 2) Questions on Comparison operators 3) scope of 'this' keyword in JS 4) Creating nested tables. 5) JS window properties (like onl0ad and other) 6) JS closures
- Debounce Implementation - Debounce v/s Throttle - Remove Duplicates - const arr2 = [2, 1, 5, 2, 3, 2]; const S = 7; pair whose sum is >= S Given an array of integers, and a number ‘sum’, print all unique pairs in the array whose sum is > than ‘sum’. - const arr2 = [2, 1, 5, 2, 3, 2]; Replace each element with multiplication of rest of the elements, keeping in mind Time complexity (avoid nested for loops) - HOC, ForwardRef, ContextAPI
Viewing 21 - 30 interview questions