Tip 1 : Don't waste time in figuring out when to start and what to start just go online hit a problem try to solve it give it some time and if you could solve it then check for the best solution and approaches of others and if you couldn't figure it out then learnd the basic concepts and try again.
Tip 2 : If you are learning new framework then creating a small project and adding up to your resume will be helpfull.
Tip 3 : If you have less time then try not to do everything, jus keep your basics clear.
Tip 1 : Keep your resume restricted to a single page and keep your fonts clear
Tip 2 : Emphasise the projects, training, and internships you did.
Timing was tight



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.



A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.
The expected output for this example will print, 'true'.
Here the interview started with OOPS, driven to DSA, and then the basis of HTML, CSS, React JS also I was given a problem statement where I have to give the best possible solution using SQL and as well as NoSQL.
This round initially focused on my projects and my previous internship experience. Then moved to core values and I was given some hypothetical situations where my reaction was noted.
What keeps you motivated?
Where do you see yourself in 5 years?

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?