Tip 1 : Java framework, Spring
Tip 2 : Coding Practice for all types of topics
Tip 3 : Previous Interview Experiences
Tip 1 : Mention at least 2 projects
Tip 2 : Do not mention anything that you are not aware of.
It was a pure coding round which consisted of 2 coding questions one on array and second one from linked list



1. If 'X' is not found in the array, return 0.
2. The given array is sorted in non-decreasing order.
Standard problem, could be found at various websites.



Standard problem, could be found at various websites.
It was also a DS based round. In this round, the interviewer asked me the difference between Linked list and array and he followed with a problem to code.
Linked-list could be stored in a non-contiguous fashion in a storage media, but that is not the case for an array.



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.
We do DFS traversal of the given graph. In DFS tree an edge (u, v) (u is parent of v in DFS tree) is bridge if there does not exist any other alternative to reach u or an ancestor of u from subtree rooted with v.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: