Round 1: Online Assessment
Questions:
- Two DSA questions and one SQL query.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2: DSA (45 min)
Questions:
Question
Meeting scheduler problem: Schedule a 1-hour meeting between 9 AM to 5 PM such that everyone can be available.
- Busy slots are given for every person:
- Person A: 4 PM - 5 PM
- Person B: 12 PM - 1 PM, 3 PM - 4 PM
- This is an extended problem of merging intervals.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 3: DSA (45 min)
Questions:
Question
Given the first n (30) digits of Pi: 3141592653589793238462643383279, determine the minimum number of spaces to insert such that all resulting numbers are found in the favorite list of numbers:
-
['314', '49', '9001', '15926535897', '14', '4', '793', '8462643383279'].
-
Output: 3 (314 15926535897 9323 8462643383279)
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 4: DSA (45 min)
Questions:
- Find the distance between two nodes.
- Find the minimum cost to reach from source to destination.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 5: Hiring Manager (45 min)
Questions: Specific question not provided.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.