Tip 1 : Start with a Programming language. (Choose C++ if possible)
Tip 2 : Next learn about data structures followed by algorithms.
Tip 3 : Create some projects and do atleast 2 internships.
Tip 1 : Mention about internships and projects in detail
Tip 2 : Choose your skills correctly. Mention only those in wich you are actuall good.
This round consists of 3 coding questions. 2 basic and 1 DP question. I remember only 1.



First interview basically consists of simple DSA related questions



V is the number of vertices present in graph G and vertices are numbered from 0 to V-1.
E is the number of edges present in graph G.
The Graph may not be connected i.e there may exist multiple components in a graph.
Round 2 interview consists of many coding, Puzzles, situation based questions. Also consists of quetions from HTML, Js, DBMS, OS etc.
HR round consists of basic HR questions. Like about company, skills, achievements, strengths, weakness etc.

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?