Tip 1 : Internet fundamentals - HTTP, HTTPs, CDNs, DNS etc.
Tip 2 : Web Storage - localstorage and session storage. Know how the cookies work and what does HttpOnly, same-site, secure mean in the context of cookies.
Tip 3 : HTML - Get yourself familiar with semantic HTML elements, different types of attribute, HTML selectors and their precedence etc.
Tip 4 : Learn advance level Javascript.
Tip 5 : It will be better to have experience in any frontend frameworks/libraries, for example React.js.
Tip 6 : You should be able to solve easy level DSA(array and linked-list) and problem solving related questions.
Tip 1 : Have some development projects on resume.
Tip 2 : Highlight your frontend development skills in your resume.



1. If 'x' == 'y', both stones are totally destroyed;
2. If 'x' != 'y', the stone of weight 'x' is totally destroyed, and the stone of weight 'y' has a new weight equal to 'y - x'.
Design a given signin page using HTML and CSS only.
Design and develop and todo list type of application using localstorage.
Why you used object for storing the todo list rather than using an array?
Difference between inline, inline-block and block elements?
What is CDN?
What is the difference between localstorage, sesion-storage and cookies?
Difference between let and var keywords in javascript?
What is DOM and CSS Box Model?
Questions related to react and high level javascript?
What is hoisting in javascript?
What is memoization in js?
What is IIFE?
What are promises in javascript?
What is Temporal Dead Zone?
What are arrow functions?
What is JSX?
What are higher order functions?
What is virtual DOM?
Happend around 08:30 pm
Where do you see yourself in 5 years?
What are your expectations?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?