<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVGHS6G" height="0" width="0" style="display:none;visibility:hidden"></iframe>

Chewy计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(4)
OOD(0)
Algorithm(1)
System Design(1)
高频题(0)
Math(0)
全部(4)
OOD(0)
Algorithm(1)
System Design(1)
高频题(0)
Math(0)
1.Island Problem in a 0,1 Matrix
2.Testing Interview
3.Coding Challenge
4.Design a Bidding System
1. Island Problem in a 0,1 Matrix
In a 0,1 matrix, solve the classic island problem to find the maximum area of an island. The solution should use the Breadth-First Search (BFS) algorithm. Additionally, write test cases using numpy to automatically generate test cases.
2. Testing Interview
Discuss and clarify testing requirements with the interviewer to solve a simple testing problem.
3. Coding Challenge
Solve a simple proprietary coding problem provided by the company during the coding interview round.
4. Design a Bidding System
Design a bidding system as part of a system design interview round.