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

Akuna Capital计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(84)
OOD(6)
Algorithm(38)
System Design(15)
高频题(0)
Math(22)
全部(84)
OOD(6)
Algorithm(38)
System Design(15)
高频题(0)
Math(22)
1.Digit Arrangement Puzzle
2.Summation Puzzle
3.Group Division Brain Teaser
4.Linear Algebra Problems
5.Integral Calculation Using Variable Substitution
6.Uniform Sampling Game: Optimal Threshold
7.Maximize Movie Ratings
8.Array Manipulation Challenge
9.Profitable Project Pairs
10.Properties of Diagonalizable Matrices
11.Basic Counting Problem
12.Number Theory Problem
13.Counting Multiples of 4 or 5
14.Tangent Line at a Point for a Given Equation
15.Null Space Dimension of a 3x5 Matrix
16.Increasing Segments
17.Sorting Names with Roman Numerals
18.Card Drawing with a Constant Deck
19.SCUBA Shark-Seeing Probability Calculation
20.Stock Market Order Processing
21.Choreographer's Schedule Optimization
22.Efficient Teams for Coding Competition
23.Trading Platform Net Profit/Loss Query Tool
24.Selling Stocks
25.Regnal Names
26.Numbers Game
27.Maximum Distinct Elements
28.Minimum Swaps
29.Delivery Management System
30.Identify the Next Number in the Sequence
31.Identify the Next Number in the Sequence
32.Identify the Next Number in the Sequence
33.Identify the Next Number in the Sequence
34.Python: Fixed Size Warehouse
35.Shape Classes
36.AWS CDK Utilization in Backend Projects
37.Etcd Read-Only Node Reasoning
38.Kubernetes Secret Management
39.AWS Web App: Load Balancing and Traffic Management
40.Terraform Security Configuration Mapping
41.Graph Coloring Count Algorithm
42.Delivery Management System Algorithm
43.Integer Sequence Scoring Algorithm
44.Selling Stocks
45.Regnal Names
46.Numbers Game
47.Special Sequence
48.Delivery Management System
49.Maximum Distinct Elements in Array
50.Keyboard Time Calculation
51.2x2 Matrix Multiplication Recall
52.Find the number of zeros at the end of 100!
53.Write a list comprehension to calculate the power of 2 and extend it to calculate the power of 3.
54.Discuss list comprehension in Python and how to implement inheritance.
55.Explain Object-Oriented Programming (OOP) and its benefits, specifically encapsulation.
56.Delivery Order Based on Distance and Priority
57.Minimum Chunks Required for Document Upload
58.Keypad Entry Time Calculation
59.Tangent Line to a Function at a Given Point
60.Counting Numbers Divisible by Specific Integers
61.Linear Transformation Matrix Null Space
62.Count and Say Sequence
63.Implementing a Rate Limiter
64.Locking a Message Buffer
65.Implementing a Timer
66.Concurrency Control with Locking
67.File System Path Count
68.Counting 1 Bits
69.Number of Ending Zeros in 100!
70.Tangent Line to a Function
71.Summation with Exclusions
72.Delivery Management System
73.Document Chunking
74.Frequency Sort
75.Arranging Digits with Multiples or Divisors
76.Delivery Problem Optimization
77.Design a classic rate limiter
78.Implement a multi-type map
79.Delivery Management System
80.Frequency Sorting
81.Bucket Fill
82.Document Chunking
83.Design a Class with Insert and Query Operations
84.Remove Duplicates from an Array
1. Digit Arrangement Puzzle
Arrange the digits 0-9 in a sequence where each digit's neighbor is either a multiple or a factor of that digit.
2. Summation Puzzle
What is the sum of numbers from 1 to 100, excluding numbers containing 7 or 8?
3. Group Division Brain Teaser
With 30 people divided into two groups, and each group must have at least one person, how many different ways can the groups be formed?
4. Linear Algebra Problems
Solve two routine linear algebra problems, even if you have not seen the conclusions before, by manually deriving the results.
5. Integral Calculation Using Variable Substitution
Describe the process of solving an integral that requires variable substitution.