Tuesday, September 17, 2024
Google search engine
HomeData Modelling & AIYatra.com Interview Experience | Set 7

Yatra.com Interview Experience | Set 7

Question 1
Given a list of strings, where each string is composed of different combinations of (, ), {, }, [, ]. Verify the validity of the arrangement. ()[]{} Is valid, ())({} is not valid.

Question 2
Given two strings return the value of least number of manipulations needed to ensure both strings have identical characters. For input aab aba it’s 0, for input abc cdd it is 2

Question 3
Given a string return all possible subsequences which start with vowel and end with consonant.

For input abc – ab, ac, abc
For input aab – ab, aab

If you like neveropen and would like to contribute, you can also write an article using write.neveropen.co.uk or mail your article to review-team@neveropen.co.uk. See your article appearing on the neveropen main page and help other Geeks.

Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

RELATED ARTICLES

Most Popular

Recent Comments