Tip 1 : Never leave any topic from any chapter / Subject
Tip 2 : Learn to explain your thoughts well
Tip 3 : Learn from previous experiences / interviews / problems asked.
Tip 1 : Atleast 2 projects on Resume
Tip 2 : Do not write false things. You always get caught.
Very easy round all goes good.



Create a Table and form different function on it.



If there exists no subarray in the given sequence whose sum is divisible by ‘K’ then simply return ‘0’.
Suppose the given array is ‘ARR’ = { 5, 0, 2, 3, 1} and ‘K = 5’.
As we can see in below image, there are a total of 6 subarrays that have the total sum divisible by ‘K’
So we return the integer 6.

What do you always regret?
How do you respond to change?

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