Someone explain this question to me.
Input to your program is list of Strings and output is list of characters
correspondingly to each String. Each String is independent of each other and order doesn't matter. You have to find out the pattern for choosing these fields and write a production ready code for it.
Input Output
CVENT C
ASTHA A
RITIKA II had to find the pattern based on which the Output is calculated.
These are the ones I came up with but it was not what the interviewer was expecting.