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

IBM数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(63)
SQL(38)
Coding(18)
ML basics(2)
Stats(1)
Product Case(0)
高频题(0)
Other(4)
全部(63)
SQL(38)
Coding(18)
ML basics(2)
Stats(1)
Product Case(0)
高频题(0)
Other(4)
1.Logistic Regression Model Coding: Using Train Test Dataset
2.SQL query for finding 213th highest score in student table.
3.Assessing Linear Regression Assumptions
4.Linear Regression Model for Single Label Prediction
5.kNN-based Train & Test Prediction
6.Companies with Average Salaries above a Certain Threshold
7.Poisson Distribution Estimation for Various Scenarios
8.Programming Question: Server Request Handling with Thread Pool.
9.Minimum Number of Partitions Required
10.Optimizing Nested For Loop for Card Packet Creation
11.SQL Query for Interest Cash Flow Analysis
12.Maximize Positive Prefix Sums in Array Rearrangement
13.Maximum Even Sum of Subelements in a List
14.Maximize Shopkeeper's Revenue
15.SQL Query for Filtering Professors' Salaries
16.SQL Query for Text Rewriting Service Statistics
17.Minimum Number of Chairs
18.Get Largest Number
19.Closest Numbers
20.Account Transactions Query
21.Finest Food Outlet Retrieval
22.SQL Grouping and Filtering
23.Algorithm to Minimize Cost Function by Inserting a Number
24.Algorithm for Packet Transmission Times
25.SQL Query to Find Overloaded Game Inventories
26.SQL Query to Count Active Domains and Identify Nearest Expiration
27.SQL Query for Accounting Number Format Transactions
28.SQL Query for Top Three Math Scores
29.Convert Integers to Roman Numerals
30.MMORPG Inventory Query Problem
31.Good Array Query Problem
32.SQL Query for Active Users and Domains
33.Find protocols where the sum of incoming traffic is greater than the sum of outgoing traffic
34.Retrieve the top three math scores from students
35.Count the number of purchase records for May 2022
36.Select hardware with higher downstream rate than upstream rate and minimal downtime
37.Identify students with a total score over 500
38.Find CVM configurations and number of deployments for the year 2021
39.Calculate Total Inventory Weight for MMORPG Accounts
40.SQL Query for Banner Information by City
41.SQL Query for Protocol Traffic Analysis
42.SQL Query for Banners in Cities
43.Network Traffic Database Query
44.HTTP Request Log Analysis
45.Active Encryption Salt Length Audit
46.Find the k-th Factor of a Number
47.Calculate the Product of Elements in an Array After Modulo Operation
48.Database Security Audit Query
49.Simple SQL JOIN Query
50.Find the Number of Active Encryptions
51.Generate a Sales Report for June 2022
52.SQL Query Writing
53.SQL Query to Filter Sum Greater Than 10 After Join
54.SQL Query for Account-Item Relationship
55.MMORPG SQL Query
56.SQL Problem
57.Generate a Summary Table from Accounts and Transactions
58.SQL Query to Find Professors Teaching Courses Outside Their Department
59.Coding Task: File Reading and Data Testing Function
60.Experience Detailing
61.Simple SQL Query Execution
62.SQL Formatting Challenge
63.Maximize the Minimum Missing Integer After Reduction
1. Logistic Regression Model Coding: Using Train Test Dataset
Logistics Regression coding。 给定train test dataset, 要求code一个logistics regression model出来。
2. SQL query for finding 213th highest score in student table.
SQL:给定一个student成绩table (D;Name;Score),要求输出第213高的成绩分数。
3. Assessing Linear Regression Assumptions
Linear Regression Assumption考察
4. Linear Regression Model for Single Label Prediction
model:给了training.csv,test.csv,要求提交submission.csv,训练数据有几个特征和一个label,要求用linear regression拟合label
5. kNN-based Train & Test Prediction
网页Jupyter Notebook IDE,提供train&test,要求用kNN predict