Tip 1 : Prepare Semantic Tags
Tip 2 : Prepare CSS vs SCSS(Pre-compilers) / CSS Box Model
Tip 3 : Akshay Saini Javascript Course (covers everything in Javascript part)
Tip 4 : Coercion in Javascript
Tip 5 : Linked list basic for DSA
Tip 1 : Have 2-3 Projects on Frontend/Backend and their explanation. For ex. Feature X affected Y number of users.
Tip 2 : Resume should not be more than 1 page.
Tip 3 : Remove redundant information from Resume.
Tip 4 : Projects should be on upper half of the resume.
Tip 5 : Highlight platform ratings.
In this round, we have to make an app using HTML, CSS, Vanilla JS.
Using Google is allowed.
Some additional and optional features were there to implement if we create the basic app in time.
Implement Todo List with Persistent Storage using HTML, CSS, JavaScript.
- Add and remove todo feature- if browser is closed and reopened, Todo should be there.
- Created HTML Skeleton
- Applied CSS
- Added event listeners on Add and Remove Functionality.
- Used Local Storage to store object of todos.
Medium Level Problems on HTML, CSS, JS
- Explain Semantic Tags
- Explain Event Listener Bubbles
- Explain CSS Precompilers
- Center a DIV
- Coercion in Javascript
- Float keyword in CSS
- What is doctype html
- Mostly definitions are asked in this round.
- Centered DIV using flex, margin, position absolute.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?