↳
What other questions were asked by HR?
↳
tell me a little bit about your experiences and journey. at which stage of job search are you right now and which other companies are you considering/applying? what are your career goals and where do you see yourself in the next 5 years? do you prefer big companies/mid-size/start-ups? Less
↳
1. User regular expression to get the different numbers from the string, something like ([0-9]+)[^0-9] 2. Add the numbers to a main array 3. Sort the array. 4. Remove duplicate entries. Less
↳
I have used TreeSet data structure from Java to accomplish the task.
↳
It can be done by using stacks.
↳
I said Python was an interpreted language that can be easy to read but slow. One replied: so is Java.....I said Java was compiled using Just-In-Time techniques targeting "Hot Spots" (hence the name of the Sun/Oracle compiler) so it's not as slow as Python........he didn't like my explanation. Less