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

Datadog数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(4)
SQL(0)
Coding(4)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
全部(4)
SQL(0)
Coding(4)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
1.Log and Query Problem
2.Frequency of Words
3.Determine the Percentile of a Given Number
4.Calculate the Critical Value at a Given Percentile
1. Log and Query Problem
Solve the 'Log and Query' problem, ensuring to clarify any constraints and whether sorting is required or not.
2. Frequency of Words
Given a body of text, write a function to compute the frequency of each word in the text.
3. Determine the Percentile of a Given Number
How would you determine the percentile of a given number? The solution involves converting the explanation of the calculation provided in the problem statement into code.
4. Calculate the Critical Value at a Given Percentile
Given a boundary, calculate the critical value at a certain percentile. Ensure to consider edge cases and special conditions in your solution.