Round 1
Questions:
Given Map -> {"X":"123","Y":"456_%X%"}
And you will be given with input
"%X%_%Y%"
Output should be "123_456".
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Questions:
Given Map -> {"X":"123","Y":"456_%X%"}
And you will be given with input
"%X%_%Y%"
Output should be "123_456".
No approach provided.
No feedback provided.