Tip 1 : Be very very specific about your project details
Tip 2 : Work more on coding (Dynamic)
Tip 3 : Match the job requirement vision
Tip 1 : Keep it Short but Impresssive
Tip 2 : Include Co-curricular activites
Its an fairly tough apti-code test , the only way to crack it is you practise and crack it , 5 programming languages are allowed for the coding test (c, c++, c#, java , python) , and you get sufficient time to solve and crack the exam , only if you are prepared well !



If N = 7 and K = 3, and the input array is:
{1, 2, 3, 4, 5, 6, 7}
After removing the first three elements, the resulting array now becomes {4, 5, 6, 7} and the sum of the remaining array is equal to 22.
Removing any other combination of three elements will always result in the remaining array sum less than 22.
This was Technical Round purely to test your knowledge in programming and computer fundamental basics along with what all technical skills you are/you've been working on !



M*M = M
This was also a Technical round but was mostly focused on your projects and how well you were familiar with its core concepts , comparatively easy if you have done your project with full concentration



Arr = 10, 5, 5, 6, 2,
In this array, the triplet {10, 5, 5} is valid triplet because, 5 + 5 = 10.
The elements in the array need not be distinct.
Try and know all the details about the company , like what are the domain areas company is currently working along with the very obvious questions of Hr round like , Why should we hire you ?

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