Datadog计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(3)
OOD(1)
Algorithm(0)
System Design(2)
高频题(0)
Math(0)
全部(3)
OOD(1)
Algorithm(0)
System Design(2)
高频题(0)
Math(0)
1.Design a Web Crawler System
2.Implement a BufferedFile Class
3.Implement a File System API
1. Design a Web Crawler System
Design a web crawler system. Explain how you would scale the system and reduce resource usage.
2. Implement a BufferedFile Class
Given a File class, implement a BufferedFile to simulate a file writer with a buffer. As a follow-up, discuss how you would optimize the buffer.
3. Implement a File System API
Given a file system API, implement an API to list and delete all files under a given path. Additionally, as a follow-up, describe how you would reduce resource usage.