VMWare | Staff Software Engineer | Bangaluru | Jun 2023 [Reject]
Anonymous User
625

1st
online coding round through hackerrank

tambola game where a ticket is given and then a sequence of numbers are given and then we need to figure out if all corners are done or all even\odd numbers are done.

2nd
Screen Test F2F

an array with integers are given, return all triplets which returns sides of a triangle (i.e. a + b > c).

3rd
Coding Round

search for a pattern in a string and replace it with a given value for that pattern. pattern starts and ends with a %
ex -

Key Value
AC 50
C 0

ABc%AC%n => ABc50n
%C%i => 0i
Some questions on current project and how hashmap works internally

4th
DS Round

  • Given an integer array with non-negative integers, find all subarray with a given sum.
  • Given a String with repeated characters remove the last repeated character. non-repeating chars should remain as is.
    ex - aaabbbaccaa => aabbaca

Got rejected after the 4th round

Comments (1)