Tip 1 : Do not ignore core engineering subjects
Tip 2 : Regularly practice DSA
Tip 3 : Do not take long breaks from study
Tip 1 : Get some projects on the resume to make it sound stronger.
Tip 2 : Only write skills on which you are confident.
It was a technical round. Two coding questions were asked.



Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]
Output: 11
Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].



Input: 'arr' = [2, 2, 2, 2, 0, 0, 1, 0]
Output: Final 'arr' = [0, 0, 0, 1, 2, 2, 2, 2]
Explanation: The array is sorted in increasing order.
Technical round number second. One puzzle and one coding question was in this round.
There are 25 horses among which you need to find out the fastest 3 horses. You can conduct a race among at most 5 to find out their relative speed. At no point, you can find out the actual speed of the horse in a race. Find out the minimum no. of races that are required to get the top 3 horses.



Basic HR Round
What are your hobbies?
Where do you see yourself in 3 years?
Why should we hire you?
What do you think you got in special from other candidates?
Tip 1 : Be honest in front of the interviewer
Tip 2 : Just don't lie

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: