Tip 1 : be regular ,yes your speed matters but regularity is must.
Tip 2 : try to solve maximum problem on various platform and take mock tests
Tip 3 : you must have intership certificate or atleast have 1 or 2 good projects.
Tip 4 : never give up ,one day all your hard work will pay you.
Tip 1 : try to add atleast one language in which you are really confident
Tip 2 : try to add atleast one web development language
Tip 3 : also your extra caricular reflect a positive impact atleast in HR Round.
there were two coding question in first round.


Example:
Consider the following Graph:

Vertices reachable from vertex 0:
0 -> 1 -> 3 -> 2 -> 4 -> 5 -> 7 -> 6
Vertices reachable from vertex 1:
1 -> 3 -> 2 -> 4 -> 5 -> 7 -> 6
Vertices reachable from vertex 2:
2 -> 1 -> 3 -> 4 -> 5 -> 7 -> 6
Vertices reachable from vertex 3:
3 -> 2 -> 1 -> 4 -> 5 -> 7 -> 6
Vertices reachable from vertex 4:
4 -> 5 -> 7 -> 6
Vertices reachable from vertex 5:
5 -> 7 -> 6 -> 4
Vertices reachable from vertex 6:
6 -> 4 -> 5 -> 7
Vertices reachable from vertex 7:
7 -> 6 -> 4 -> 5
Clearly, there is only one vertex “ 0 ” in the graph, from which all other vertices are reachable. Hence, vertex “ 0 ” is the mother vertex of the above graph.
There can be more than one mother vertices in a graph.

1 coding question of scrambled string.


1. Both the strings are non-empty and are of the same length.
2. You can apply the above operations any number of times on ‘S’.
3. The operations can only be applied on the string ‘S’.
4. ‘S’ and 'R' consist of lowercase letters only.
this is simple problem based on matrix multiplication concept in recursive function we can start a loop from 1 to length of strings and call again to both part to string with respective part of another string.
remember we have to check one part of one string to both part of another string because that is what a scrambled string means.
oops and some sql queries
What are basic oops concepts
Third highest salary from employee and salary table.
HR round
Name,background,studies,and she gives me random situation and asked for the solution like if we want to organise a cricket match in our company then what steps we have to take.
1.why we should hire you?
2.what do you think about our company?
3.where you will see yourself in 5 years?
Tip 1 : your communication skills must good
Tip 2 : prepare for the basic questions

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