Mahesan-Soliton Interview Experience
Mahesan-Soliton Interview Experience
Mahesan-Soliton Interview Experience
MAHESAN P
201CS212
DAY 1
Second Question:
American Representation of a number: 100,000.
Indian Representation of a number: 1,00,000.
Given a number, if it is in American Representation, print “American” and change
to Indian Representation and print the Indian Representation of the number. If it
is in Indian Representation, print “Indian” and change it to American
Representation and print the American Representation of the number.
Example: Input: 2,33,234 Output: Indian 233, 234
Third Question:
Given an array of integer elements, find the largest integer that can be
obtained by concatenating the array of elements. NOTE: The array element
should not be further divided into individual elements.
Example: [8, 19, 20, 7, 5] Output: 8752019
Explanation: 19 and 20 should not be further divided and concatenated,
they should be concatenated to the final integer as a whole.
First Problem:
Given two strings as names, perform FLAMES and print whether Friends,
Lovers, Affectionate, Marriage, Enemies or Siblings.
Example: Input: AJAY PRIYA Output: Friends
Second Problem:
Given a string, find the largest palindrome that can be built using the
characters of the string. The case of the letters should be maintained.
Example: Input: I love soliton Output: Ilooli
DAY 2
ROUND 5 (TECHNICAL HR ROUND):
Technical HR’s have asked questions from the resume and asked to
explain the logic of questions from the Long Programming Round.
Some of the questions were: (questions will vary person to person as
questions will be asked from the resume)
● Tell me about yourself.
● What is Mutex?
● What is a lock?
● What is Deadlock?
● Flow of the synchronization in OS.
● Questions about my latest project(blog) : architecture, databases, tech
stack.
● Questions about internship: flutter.
● Have you created these projects for the college curriculum or on your
own?
● Why did you create these projects?
● What do you know about soliton?