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

Cash App计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(2)
OOD(0)
Algorithm(2)
System Design(0)
高频题(0)
Math(0)
全部(2)
OOD(0)
Algorithm(2)
System Design(0)
高频题(0)
Math(0)
1.Game Logic Implementation
2.Coupon Recommendation System
1. Game Logic Implementation
Given the rules of a game and an input, implement the game's logic to determine if the output is correct or incorrect. Write unit tests for each function you implement.
2. Coupon Recommendation System
Design and implement a system that recommends coupons to users based on similarity calculations. Ensure to write unit tests for your implementation and debug any issues that arise during the first run.