Tip 1 : Go deeply and thoroughly the JAVA topics
Tip 2 : Be thorough with the projects
Tip 3 : Practice leetcode
Tip 1 : Keep it simple and in one order
Tip 2 : Highlight your projects
It was early in the morning and at home with video on.
It was in afternoon after online coding round. I had questions on OS (Memory management, Virtual memory)
Java - Abstraction and polymorphism
DBMS - JOIN



‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Optimizing the solution from worst to start should be the way
Questions were based on :
Asynchronous database access ( related to AJAX )
Database queries
Multithreading , semaphores and mutex



'N' = 4,
4 can be represented as 2^2. So, 4 is the power of two, and hence true is our answer.
I couldn't solve this question properly

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