Myntra Senior Software Engineer

Status: Software Engineer at British Telecom
Position: Senior Software Engineer at Myntra
Location: Bangalore, India

Round-1-->F2F
Q1. Implement a function to check whether string s1 is sub-string of String s2 or not?// asking to implement pattern matching algo
Q2. In a machine one DB instance is running which can serve only 50 requests at a time, but in the festival, season request increased from 50 to 100 how will you handle this?//by creating one more instance of DB.
Q3. I have some vendors and all are sending request to my application, I have load balancer & three Working instances (A, B,C) which will handle this request based on the availability( whosoever is free that will handle the request) but if A handle vender v1 request then next time A only has to server v1 request,not others, how will you implement insert,retrieve and search operation?// by hashing technique
Q4. In a party n number of people are present-
There may be a celebrity inside the party which satisfy below criteria

  • A Person is a celebrity if he/she does not know anyone in the party.
  • All person must know aa celebrity
    implement a function to find out the celebrity?

Round-2-->F2F
Q1. Tell me about your self?
Q2. Implement LRU?
Q3. WAP to check whether the tree is a BST or not?

Comments (0)