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

Datadog计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(31)
OOD(3)
Algorithm(7)
System Design(17)
高频题(0)
Math(0)
全部(31)
OOD(3)
Algorithm(7)
System Design(17)
高频题(0)
Math(0)
1.React UI Coding Challenge
2.Design a Backend Monitoring Management System
3.System Design: Face Detection API
4.System Design: Mint.com
5.Sliding Window Problem
6.Calculate Total Size of a Directory
7.Find Duplicate Words in a Paragraph
8.Project Deep Dive
9.Designing a Flight Ticket Price Notification System
10.Ensuring Thread Safety in File Operations
11.Implementing a MockFile Class
12.Thread Safety in Log Query
13.Designing a YouTube-like Service
14.Buffer Write in Multithreading
15.Log Query Implementation
16.Implement a Sliding Window Algorithm
17.System Design for Facial Recognition Notification
18.Buffered File Write with Retry Logic
19.Calculate the Total Size of Files in a Directory
20.Count Total Number of Duplicate Words in a Paragraph
21.Design an Alert System
22.Calculate File Size Given a Directory
23.Design a Discounted Flight Notification System
24.Logs and Queries Problem Using Inverted Index
25.Buffered File Problem
26.Maximum Tree Path Sum
27.Tree Path Sum
28.Frequency of Words
29.Design a Web Crawler System
30.Implement a BufferedFile Class
31.Implement a File System API
1. React UI Coding Challenge
You will be given a project codebase and asked to implement certain features step by step. This may include implementing simple styles, updating state, and adding table data sorting functionality. Discuss how you would approach these tasks and what considerations you would take into account.
2. Design a Backend Monitoring Management System
Design a backend monitoring management system that includes service logs and various performance metrics. Discuss how you would optimize state management for real-time alert notifications.
3. System Design: Face Detection API
Design an API for face detection, ensuring to cover both depth and breadth of the system design aspects.
4. System Design: Mint.com
Design a system similar to Mint.com, focusing on data modeling and API design.
5. Sliding Window Problem
Solve a coding problem using the sliding window technique. The problem involves two parts and requires interaction with the interviewer to clarify constraints, such as time stamps and sorting.