Tip 1 : Take help from the previous interview experiences
Tip 2 : For GSOC, you must turn up to the previous year students who cleared GSoc for a great guidence
Tip 1 : Keep your resume clean formatted
Tip 2 : Do not add extra things to make it look larger
Tech Round with two DSA Questions which were quite famous problems.



If the given graph is :

Then the edge between 0 and 4 is the bridge because if the edge between 0 and 4 is removed, then there will be no path left to reach from 0 to 4.and makes the graph disconnected, and increases the number of connected components.
There are no self-loops(an edge connecting the vertex to itself) in the given graph.
There are no parallel edges i.e no two vertices are directly connected by more than 1 edge.



Tech Round 2 with one coding question and one puzzle



Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)
A milkman carries a full 12-liter container. He needs to deliver exactly 6 liters to a customer who only has 8-liter and a 5-liter containers.
How can he do this? No milk should be wasted: the milkman needs to leave with 6 liters of milk.
Introduce yourself
Why should we hire you?
How would you rate your journey till here?
Do you have any regrets in life?

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?