Tip 1 : Practice Atleast 30 Questions
Tip 2 : Ex- Do atleast 2 projects
Tip 1 : Do not put false things on resume.
Tip 2 : Mention projects on resume
- Morning time
- Environment was good.
- No
- Interviewer was good



‘B’ = 4, ‘S’ = “4321”, ‘K’ = 3.
The given number is not stable as ‘S[3]’ is not the same as ‘S[0]’ but 3%3 = 0 same as 0%3. ‘S[3] = 1’ and ‘S[0] = 4’. But the number “4324” is stable. As, for all ‘i’, ‘S[i]’ = ‘S[i%K]’ and “4324” is also greater than the given number. It can be proved that this is the best possible answer.
Hence, the answer is “4324”.

The value of the sum can be very large, return the answer as modulus 10^9+7.



0 <= i,j,k,l < ‘N’
ARR1[i] + ARR2[j] + ARR3[k] + ARR4[l] = 0.

| height[i] - height[i+1] | <= K, where i ∈ (1, N-1)
Positions are counted starting from 0.
If two or more students have height equal to 'H', return the student with the minimum position.

‘N’=5, ‘Arr’ = [2 , 5 , 6 , 3 , 1].
2 -> 1 -> 0
5 -> 2 -> 1 -> 0
6 -> 3 -> 1 -> 0
3 -> 1 -> 0
1 -> 0
Hence total operations will be 11.
- Morning time
- Environment was good.
- No
- Interviewer was good
Describe a time when you experienced conflict with a coworker. How did you handle it?
How does this job compare to others you might be interviewing for?
What interests you about this role?
What critical feedback do you most often receive?
Tip 1 : Practice well
Tip 2 : Speak in front of mirror

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?