Stripe数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(17)
SQL(0)
Coding(11)
ML basics(1)
Stats(1)
Product Case(2)
高频题(0)
Other(1)
全部(17)
SQL(0)
Coding(11)
ML basics(1)
Stats(1)
Product Case(2)
高频题(0)
Other(1)
1.how would you improve it
2.What do you do
3.JSON Integration Task
4.Debugging a Python Library
5.Pair Rank
6.Currency Conversion
7.Categorical Feature Encoding
8.Data Profiling and Imputation
9.User Feature
10.Credit Card Redaction
11.Pair Rank/Mutual Rank/Wishlist
12.Server Penalty
13.HTTP Parser
14.Optimizing Money Transfers to Meet Minimum Balance Requirement
15.CSV Data Transformation
16.CSV String Parsing and Object Transformation
17.Stripe Interview Coding Challenge
1. how would you improve it
what are you 3 favorite products, choose 1 and how would you improve it 
2. What do you do
You are the GM of Disneyland. You want to lower the length of the waiting lines. What do you do? 
3. JSON Integration Task
You are provided with a JSON file containing HTTP requests and responses. Your task is to make requests based on the information in the JSON file and verify if the responses match. How would you handle dynamic IDs in the JSON, such as mapping new user IDs to the IDs generated by your program, to replace the IDs in the requests?
4. Debugging a Python Library
You are given a Python library with several issues to fix. You managed to debug two of them but didn't have time to address the next one. How familiar are you with Python and its libraries, and how would you approach debugging in a language you do not use regularly at work?
5. Pair Rank
The interview question 'pair_rank' may refer to ranking and pairing in the context of Airbnb rental preferences. This could involve sorting or matching algorithms based on user preferences.