Tip 1 : Clear the logic than copying
Tip 2 : take notes
Tip 3 : practise atleast on problem a day
Tip 1 : Keep things on resume that you know
Tip 2 : Do mention other achievements than academic
It consited of 20 mcq and 2 coding questions



For the given input array [4, 3, 2, 1], the minimum no. of swaps required to sort the array is 2, i.e. swap index 0 with 3 and 1 with 2 to form the sorted array [1, 2, 3, 4].



Insertion Sort is a sorting algorithm that removes one element from the input data, finds the location it belongs within the sorted list and inserts it there. It repeats until no input elements remain.
Face to face intervt



Sql and Computer networks
Sql joins and primary key
Tip 1 : read about sql
Tip 2 : read computer networks
HR round
Tell about yourself
Who is your role model?
Tip 1 : proper communication
Tip 2 : salary negotiations

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?