Round 1: Online Assessment (OA)
Questions: This round involved 5 coding problems, and a total of 200 students participated. Candidates who successfully solved 3 problems completely and partially solved 1 additional problem were shortlisted for the interview rounds.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2: Problem-Solving and Coding (Online Interview)
Questions:
-
Problem 1: Count the number of substrings in a string that contain specific characters.
Example: Given the strings = "absdabc"
and characterschar = ["a", "b", "c"]
, the output should be6
. -
Problem 2: Find pairs in an array whose sum is divisible by a given integer
k
.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 3: Data Structures (Most Crucial Round)
Questions:
- Problem 1: Course Scheduling - Determining the correct order of courses based on given prerequisites.
- Problem 2: Generate all valid IP addresses from a given string.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.