Tip 1 : Prepare for data structures and algorithms
Tip 2 : you should have good knowledge of database, Mysql
Tip 1 : Resume should be Impressive to get referral
Tip 2 : resume should include good projects if you are a fresher.
Coding questions of easy level , dbms questions



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].
Coding and theoretical questions on databases



The width of each bar is the same and is equal to 1.
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].
Output: 10
Explanation: Refer to the image for better comprehension:

You don't need to print anything. It has already been taken care of. Just implement the given function.
Tip 1 : give the brute force approach and then optimize.
Tip 2 : prepare for database questions nicely
What is a Page Table?
What is TLB?
Properties of RDBMS?
ACID properties
Where do you see yourself in 5 years?
What are your expectations from this company?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which traversal uses a queue as its primary data structure?