Tip 1 : If currently in college do some development along with the DSA. Some good projects (1-2 is enough) will give your resume higher chances to get shortlisted.
Tip 2 : Be good with your JavaScript skills.
Tip 3 : HTML/CSS should be proficient.
Tip 1 : Put at least 2 nice projects.
Tip 2 : Should be to the point.
It was a different and unique kind of mcq and coding test that I was gone through. It was like a chat application where Bot was sending some mcq question and I had to select the correct answer, sometimes when my answer goes wrong it gave another chance on the same time. All the mcq questions were based on HTML, CSS and JavaScript. And the last question was a JavaScript coding question in which we have to find the most occurred word in the given sentence.
Question based on output for the given JavaScript Code.
MCQ Questions based on different HTML tags and CSS styling like flexbox, grid etc .



Paragraph = ‘It's a square SqUare. It's a FLAT flat.’
Banned =[FLAT, IT, S].
So we can see these words [IT, S, SQUARE, FLAT ] are most frequent.
Now we will look at to banned list and we can see 3 of the words are banned.
So we have a unique answer SQUARE which has a frequency of 2 and not on the banned list.
Discussion on Projects that i have specified in my resume and also the interviewer asked question based on JavaScript concept along with few easy kind of DSA problem.
JavaScript concept questions like JavaScript Closure, Event loop, Callstack, Higher Order Functions, Callbacks, Scope Chain etc.



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.
It was a final interview and is a Techno-Managerial round where the interviewer asked me about my interest like if I like frontend development only or full-stack development, also he asked me about different projects that I have done, different technologies that I have gone through, what I know about GreyTip Software (Later at last he also told about what they do at GreyTip Software), why I want to work there etc.

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