Round 1
Questions:
Question
3rd Question Hard
int sol( int x , vector <int> arr){ // write code here }
Testcases:
- int x : 2
- arr[] : [1,1,1,1]
Follow-up Question
Can we discuss the approach to solve this problem?
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
Question
2nd Question
int sol(vector<int> driversRating){ // write code here }
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.