Tip 1 : Be confident
Tip 2 : Be crisp and dont be mute for long time.
Tip 3 : Interact as much as you can
Tip 4: Already learn about company.
Tip 1: Have some projects on resume.
Tip 2: Do not put false things on resume.



1. K is a non-negative integer.
2. Absolute Difference between two integers A and B is equal to the difference of maximumOf(A, B) and minimumOf(A, B).
3. Pair of integers should have different indices in the array.



Input: 'n' = 3, 'k' = 2 and 'arr' = {1, 2, 3}
Output: 2
Explanation: The maximum possible minimum distance will be 2 when 2 cows are placed at positions {1, 3}. Here distance between cows is 2.
Normal Discussion about my college projects and some web development questions. Sone of them are mentioned below. This was taken by one of the Tech Lead.
1. local storage vs cookies.
2. How jwt works.
3. slice vs splice in js.

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