Ebay数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(17)
SQL(0)
Coding(14)
ML basics(0)
Stats(1)
Product Case(0)
高频题(0)
Other(2)
全部(17)
SQL(0)
Coding(14)
ML basics(0)
Stats(1)
Product Case(0)
高频题(0)
Other(2)
1.Relationship between eigenvector and invertible matrix
2.Item平均价格
3.Difference between Key-Value Databases and Document Databases
4.Reverse Words in a Sentence
5.Find the Kth Largest Element
6.Array Value Reduction and Summation
7.Sorting Submatrices by Minimum Element
8.Subarray Matching a Pattern
9.Count Even Number of Digits
10.Matrix Value Search
11.Rectangle Fit Operations
12.Binary String Analysis
13.Memory Allocation and Release System Simulation
14.Minimum Circular Shifts to Match Arrays
15.Addition and Subtraction Validation
16.Rectangle Box Fit
17.Array Sign Check
1. Relationship between eigenvector and invertible matrix
特征根和可逆矩阵之间的关系
2. Item平均价格
一个item list有item id,item categories(即一个item可以属于多个category)和 price,计算某个category的item的平均价格。
3. Difference between Key-Value Databases and Document Databases
What is the difference between key-value databases and document databases?
4. Reverse Words in a Sentence
Reverse the words in a given sentence without reversing the individual words themselves.
5. Find the Kth Largest Element
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.