一个招聘第三方平台,声称如果通过他家的测试可以帮你match 200+职位,跳过店面直接onsite。约的practice interview, 另外约面试得先通过一个quiz
一共2小时,分成4个 30-min session
第一轮coding, OOD, 设计一个 spreadsheet,参数是row, column以及每个cell具体值,第一问要求实现update (row, col, new value)以及print 整个spreadsheet 两个method. 期间interviewer一直断线, 等到快结束了才重新连回来然后说直接下一轮
第二轮短问短答,大概题目包括:名次解释database normalization, database indexing, mutex, deadlock, HTTP POST/GET
第三轮debug一个python的多线程爬虫
第四轮系统设计:Design a second-hand car selling website, each car has many attributes including color, year, price, etc. User should be able to make query request like find all the car below $5000 and made after the year 2010.