Tip 1 : Do lot of dsa questions not just cp major focus on dynamic programming and graphs
Tip 2 : Learn basic low level design like writing classes and stuff
Tip 1 : Do any web based project, it really helps
Tip 2 : Don't write anything in resume which you don't know about it may work 1 time but it will backfire for sure.



1. The sub-array of an array is a continuous part of the array.
2. Consider ‘0’ based indexing.
3. ‘k’ will always be less than or equal to ‘n’.
3. Don’t print anything, just return the integer array ‘count’.




If the given array is [1, 3, 2], then you need to return [3, -1, -1]. Because for 1, 3 is the next greater element, for 3 it does not have any greater number to its right, and similarly for 2.



For ‘N’ = 3,
All possible combinations are:
((()))
(()())
(())()
()(())
()()()


Indexing, foreign keys,cache memory, parallel processing, the difference between 32 and 64 bit
Tip 1 : Go through javatpoint os dbms
Deadlocks, semaphores, virtual memory, dynamic partioning, threads, scheduling
General HR based questions, your expectations from company, a bit about company and leadership principle discussion

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