Tip 1 : Do at least 2 good projects and make an attractive resume mentioning all your skills in the best possible way(Don't include any False commitments)
Tip 2 : Practice easy to medium level coding questions from geeks for geeks or Leetcode.
Tip 3 : Prepare everything mentioned in your resume properly including Java, SQL.
Tip 1 : Include projects and experiences in detail.
Tip 2 : Make an eye-catching resume clearly mentioning all your skills including subjects like data structures, JAVA, SQL, etc. The database is a very important skill if you have its knowledge.
It was coding round consisting of two dsa problems



1. Ninja can use the same Fibonacci number any number of times.
2. It is also guaranteed that there are always some Fibonacci numbers whose sum is equal to ‘SUM’.



Input: ‘N’= 25, ‘s’ =”Take u forward is Awesome”
Output: 10 11 4
I simply created one set of vowels and then start matching from the set and incrementing the count if not matched
They asked questions from btech syllabus
DBMS and SQL
Three DBMS questions were asked: -
1. Difference between delete, truncate, drop commands
2. Explain the concept of various types of keys used in DBMS along with examples
3. Queries including group by and order by clauses.
Problem approach
Good knowledge of DBMS and SQL will help you clear this kind of questions
Tip 1: Justify your answer with proper examples



The given linked lists may or may not be null.
If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL
The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
Try to solve this problem in linear time complexity and constant space complexity.
HR round consisting of questions related to your thinking skill
What is the most difficult decision you had to make and how did you make it?
Your communication skills and confidence matters a lot.
A situation that frustrated you and how did you deal with it?
The way you think and the way you deal with various situations.
When did you feel a great sense of achievement and why?
Good presentation of your thoughts is very important. Do practice the same with some friends before the interview.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: