Tip 1 : Learn new topics regular and revised that topic .
Tip 2 : Apply practically.
Tip 3 : project work with written processes
Tip 1 : Technology you know, projects
Tip 2 : No false information in your resume
It was in the evening. Platform used for this round was hackerrank. Questions were of moderate level.

Given:
‘N’ = 6, ‘C’ = 23
‘A’[] = {5, 19, 13, 2, 4, 0}
‘B’[] = {10, 4, 7, 4, 5, 14}
The max-length subarray will be 2, consider the subarray from 3 to 4 (0-based indexing) and here, the subarray sum of ‘A’ = 6 max element in ‘B’ = 5. Therefore 6*2 + 5 = 17, Which is less than 23. Hence 2 is the final answer.
It was in the night around 9:00PM. Platform used for this round was skype.
What are the different operating systems?
What is monolithic kernel?
What is the difference between micro kernel and macro kernel?

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?