Tip 1 : Focus more on Data Structures and Algorithms and DBMS(Practise coding series on YouTube from this channel:
take U Forward)
Tip 2 : Practise coding on platforms like LeetCode and Hackerrank(Go for Codeforces when you feel confident in the understanding of your concepts)
Tip 3 :Practise as many aptitude questions from platforms like GeeksforGeeks and Sanfoundry
Tip 1 : Only include those projects in your resume that you feel most confident about explaining when asked by the interviewer
Tip 2 : Do not lie about mentioning skills that you have no or limited knowledge about as it can land you in trouble.
Tip 3 : Professional resumes have no photographs and include only those skills which are relevant to the job profile you are applying for.
The written test was divided into 2 parts.
1st part was aptitude and the second was a coding round with 2 questions.



If the given string 'STR' = ”I am a student of the third year” so you have to transform this string to ”I Am A Student Of The Third Year"
'STR' will contains only space and alphabets both uppercase and lowercase. The words will be separated by space.
Looking for space and replacing it with underscore for snakecase
Questions on Multithreading, Linked List, Trees and Arrays were asked
Joins in SQL(LEFT AND FULL OUTER)
Questions on OOPS, DBMS and optimization were asked, DP was also asked,
Find the second highest salary in the database
Tip 1 : Prepare SQL queries properly
Tip 2 : Prepare at least all easy DP questions.
The most basic question was if I was comfortable relocating to a different location to which I replied in affiramtive.
Are you ready to relocate?
Why do you want to join us?

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