Tip 1 : Have command on any one language and also maintain decent GPA
Tip 2 : Build a strong portfolio by practicing quality code and having good projects
Tip 1 : Apply with a crisp and clear resume
Tip 2 : Have a good and all basic knowledge about the topics covered in resume
we had 15 Technical multiple-choice questions based on Basic coding, Ds and Algo, DBMS, Sorting and Searching & 4 Coding questions in which 1 easy , 2 medium level and 1 question is hard.



M*M = M



Input: 'prices' = [4, 9, 0, 4, 10]
Output: 11
Explanation:
You are given prices = [4, 9, 0, 4, 10]. To get maximum profits you will have to buy on day 0 and sell on day 1 to make a profit of 5, and then you have to buy on day 3 and sell on day 4 to make the total profit of 11. Hence the maximum profit is 11.
This interview has been different for everyone. The interviewers touched every topic of CSE – Data structure and algorithms, DBMS, Operating system, Computer Networking, Major subjects. also checked the basic knowledge of the tech stack, framework i wrote on resume



‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’.
‘ARR1’ = [3 4 6 9 10]
It was a round with the senior engineering director of the team, where he tested my knowledge of OOPS, OS, Data structures and Algorithm


You only need to return the starting node for minimum and maximum slope. So if slope(P1, P2) is maximum, just return P1.
In case of more than one possible solution return the first occurring solution.
This is an optional round for the internship role. This round is a face to face discussion with an HR. It involves basic behavioural and scenario based questions.
What are your hobbies?
Do you live in a joint family?

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