Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.
Tip 1 : Make your resume short and try to make it one page only and mention all the skills that you are confident in.
Tip 2 : Do not put false things on your resume.
The assessment round consists of two sections, Aptitude + Programming (30 minutes), and a coding test (60 minutes).
In Coding test had 3 coding Questions. In the Other section had 20 MCQs in Aptitude and 5 MCQs in Programming.



Words are separated by one or more whitespace characters.
For the given string “Madam oyo cat”, “Madam”, and “oyo” are the palindrome words



Let N = 3 and M = 5
The number of squares of size 1 will be 15.
The number of squares of size 2 will be 8.
The number of squares of size 3 will be 3.
Thus the answer will be 26.
That was a very easy question, By using the sqrt function I was able to solve it.
In Technical Interviewer asked Project related Questions, OOPS, and SQL Questions. After that, they asked me to solve a coding question but I was not able to solve that question. also, Interviewer asked for Graph and Tree-Based Concepts. That was a tough interview.




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?