Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.
Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.
Online MCQ Test on Calyxpod platform:- Questions from Aptitude, OS, DBMS, DSA (Easy-Medium)
Online Coding Test on Calyxpod platform. There were 2 coding questions



The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.




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.
Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.



Conditions for valid parentheses:
1. All open brackets must be closed by the closing brackets.
2. Open brackets must be closed in the correct order.
()()()() is a valid parentheses.
)()()( is not a valid parentheses.
The interview started with my Introduction. He asked me about my projects which I mentioned in my resume. Questions were asked from HTML, CSS, JavaScript, Computer Networks.
They mostly ask about CSS which was frustrating for me as I don't like CSS too much, interviewers will judge on the basis of your CSS skill for sure if you are applying for any front-end development role.
My interview do not went so well and I was not properly able to express myself.

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