Tip 1 : Focus and master the language and associated technologies in the domain of interest
Tip 2 : Always keep your resume short and crisp with close to real life projects done by you
Tip 1 : Keep it single page
Tip 2 : Don't keep copied content or content for name sake. Be genuine
First started with a typical two sum. And then as I solved it, the interviewer progressed in adding variations to it like optimization, three sum etc
It's a standard question. I started in brute force and then used extra object to track visited array elements and optimised in time. Then started solving all the variations i was asked with interviewer's help here and there.
It's a standard round on web development. I was asked more on HTML, CSS etc.
Are the HTML tags and elements the same thing?
What are tags and attributes in HTML?
Name some CSS frameworks.
Questions related to JavaScript basics and React. Need to be thorough with JS and React basics. It
Give some features of JavaScript.
Name the types of functions in JS.
How do you create a React app?
What is an event in React?
Managerial round to check on my projects and other details in my academics etc
Questions were asked about my projects.
I was asked to tell about my academics.
Was grilled on advanced JS concepts. Was asked more questions related to typical ecommerce site like debouncing, throttling, API integrations, polyfills etc
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of 4 % 2?