Round 1
Questions: Design StackOverflow with the following requirements:
- A valid user should be able to post a question
- A valid user should be able to answer a question
- Upvote/downvote to a question and answer
- Add comment to an answer
- Search for a question
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
- Find Unique Triplets with sum 0, the input array has unique integers.
- There are n players, every player has played with every other player. Find any valid sequence of arrangement of these players as per the below conditions:
- whoWon(playerA, playerB) returns the player who won the game
- The immediate left of a player should have lost to the player
- The immediate right of a player should have won against the player
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Leadership Principles Questions
- Any repetitive task that you have done?
- Unpopular opinion in your team discussions?
- Any time when you have crossed a deadline?
- Complex situations you have faced.
- Had to learn new things?
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.