Tip 1: Have a strong understanding of DSA concepts.
Tip 2: Develop a good problem-solving approach.
Tip 3: Knowledge of DevOps is helpful.
Tip 1: Only include things you know.
Tip 2: Explain your projects and provide URLs.
There were two questions and one concept-based question i.e implementation of hashmap.



Let ‘ARR’ be: [1, 4, -5]
The subarray [1, 4, -5] has a sum equal to 0. So the count is 1.
Tip 1: Go to coding platforms and practice
Tip 2: You have to use recursion and not loops
Tip 3: Understand the edge cases
The question was to implement the Java 8 feature in multiple ways like streams and lambdas.
Database queries and project discussions.
Parse a file as a string and do certain operations.

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?