Open In App

Tesco Interview Experience | Set 3 (Online Test)

Last Updated : 27 Oct, 2017
Comments
Improve
Suggest changes
1 Likes
Like
Report
Q.1> Given a string, find the longest subseqence of chars from string that conntains all vowels may be repeated but in a e i o u order Examples:
Input : aaejkioou
Output : 7
Q.2> Given a string, e. g., abababaa it can have many suffixes including whole string. Return sum of max common prefix length of given string with all its suffixes Examples:
Input :  ababaaa
Output : 13

Explore