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 Create Quiz Comment D DINESH 1 Improve D DINESH 1 Improve Article Tags : Misc Interview Experiences Experiences Tesco Explore DSA Tutorial 6 min read System Design Tutorial 3 min read Aptitude Questions and Answers 3 min read Web Development Technologies 6 min read AI, ML and Data Science Tutorial 3 min read DevOps Tutorial 5 min read Like