Tip 1: Cover all basics of Data Structure
Tip 2: Pick a programming language and cover all basics of it and prepare a basic project with a framework
Tip 3: Practice mostly asked interview questions from sites like GFG, and Coding Ninjas and keep practicing.
Tip 4: Prepare a project with CRUD(Create, Read, Update, Delete) operations and get it deployed on any free platform.
Tip 1: Mention your tech stack clearly
Tip 2: Mention your experience and projects in cv with all your experience and the tech stack you worked on
Easy to Medium questions



Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
The problem was based on 2 pointer algorithm
Questions were based on Data Structure and core Java and Spring Boot framework



The diameter of a binary tree is the length of the longest path between any two end nodes in a tree.
The number of edges between two nodes represents the length of the path between them.
Input: Consider the given binary tree:

Output: 6
Explanation:
Nodes in the diameter are highlighted. The length of the diameter, i.e., the path length, is 6.
The problem can be solved using Binary Tree
All questions regarding advanced Java and framework and previous project details
System Design related to previous projects. Some questions related to Microservices fault tolerance.
Tip 1: Get your previous company's project or the project you mentioned in your CV concepts cleared.
Tip 2: Try to look for micro services concepts.
Some questions regarding System design and some tricky questions
Some basic puzzles related to the water jug problem
Tip 1: Be quick with your answer and ask for some hints
Tip 2: Look for some interviews experience for puzzle

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: