Tip 1 : Be good in GD for this as it is very important
Tip 2 : Be good in SQL Queries and they are also very important
Tip 3 : DSA Easy to Medium were asked
Tip 1: Mention good about your projects
Tip 2: Mention good about SQL, DBMS
Coding Questions medium to hard were asked and that too not very difficult. There was a SQL Query that was hard to understand which created an issue.


For the input string 'abcab', the first non-repeating character is ‘c’. As depicted the character ‘a’ repeats at index 3 and character ‘b’ repeats at index 4. Hence we return the character ‘c’ present at index 2.
Simply did it using Hashmap
About SQL Query about Join was asked
Tip 1: Prepare good for SQL
Tip 2: Prepare good for DBMS, that will help you a lot
It was first technical interview and it went really well, I was able to solve all DSA Questions and including that got selected in the list for the next round



Merge Sort Algorithm -
Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

The above illustrates shows how merge sort works.
It is compulsory to use the ‘Merge Sort’ algorithm.
Merge Sorted an Array and then Interviewer asked same on Linked Lists
It was a group discussion round in which we will get a topic and we have to speak on that topic for 5 minutes by preparing and everything like that.
I started the GD first with my introduction and that went really good and then topics were given to individual us in which we have to speak a bit on that, And It was a bit hard for me to understand about that topic. So, was not able to clear this round.

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