# Trend Micro ###### tags: `Interviews` ## Coding test 1. I forgot it... 2. Fix the potholes on the road, represent the road by a string S and the string has two kinds of char, '.' and 'x'. '.' means clean road. 'x' means a pothole. Cleaning consecutive K potholes cost k+1, and you get a buget B to clean the maximum number of potholes. * test data: S = '..xxx.'-> S = 'xxx.x..xx' -> 3. Cinema Seat Allocation [第三題](https://leetcode.com/problems/cinema-seat-allocation/)