I applied through a recruiter. I interviewed at VMware in Apr 2017
Interview
HR contacted me for NSX networking team. Then had setup an 45 minutes coding interview with an engineer. A google doc was shared and was asked to code in it.
Interview questions [1]
Question 1
Given a “2 x n” board and tiles of size “2 x 1”, count the number of ways to tile the given board using the 2 x 1 tiles. A tile can either be placed horizontally i.e., as a 1 x 2 tile or vertically i.e., as 2 x 1 tile.