Tip 1 : Stick to one coding platform either do it from geeks for geeks, coding ninja or leetcode. Never jump from one platform to other. Focus on Building the concept rather than solving it.
Tip 2 : Follow the Grooking the Object-Oriented Programming, and try to follow SOLID principle as much as you can. If possible take some MOCK interviews.
Tip 3 : Build your concept on Relational databases, you should be able to design the table structures and relationships.
Tip 1 : Don't write too many paragraphs in the project description, It should be pointwise.
Tip 2 : Don't highlight too many skills, like HTML CSS kind of things.
Tip 3 : One page.
Tip 4 : If you are not a fresher, no need to mention school achievements.
This is purely a coding round asked 3 coding questions based on data structures and algorithms and a system design question. Although I only remember system design question.
Design Facebook API
Given a basic interface and the list of functionality that need to implement.
And basic test cases were there again the operations.
Tip 1 : Clarify the doubts, and set up the context. Don't forget to mention assumptions if you are making any.
Tip 2 : You should be able to figure out entities, and responsibility for those entities.
Tip 3 : Follow SOLID principles.
This is My Technical Interview Round . Interviewer asked me about my technical projects as well as from Data Structures
Timing: Afternoon



Input String: "aaaa"
Expected Output: "a"
Input String: "aabbbcc"
Expected Output: "abc"
First I explained to him the brute force with pseudo code.
Tip 1 : Recursively calling the same method, until the compression is possible.
Tip 2 : Complexity : O(n^2)
DBMS design for storing college management.
This is Final and very easy Round. Interviewer was polite and asked me about my strengths and weak areas
Introduce yourself.
Why do you want to join us?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?