Google|L4|Phone Screen Round
Anonymous User
4289

Question asked was you are given a map as a template.
Given Map -> {"X":"123","Y":"456_%X%"}
And you will be given with input as String
"%X%_%Y%"
In the given input you have replace templates with the values.

Output should be "123_456_123"

Comments (14)