Tip 1: Include some strong projects in your resume.
Tip 2: Try to understand JavaScript in depth.
Tip 1: Add some good projects.
Tip 2: Make sure it is properly structured.
Basic train problems, upstream problems, missing number puzzles, and spatial aptitude as well.
There were a few basic questions on HTML and CSS.



String 'S' is NOT case sensitive.
Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
I was asked to design an Indian flag using HTML and CSS only. Then, I was asked to transform it into the Irish flag — basically, by using the rotate property.

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?