Capital One计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(26)
OOD(1)
Algorithm(10)
System Design(9)
高频题(0)
Math(0)
全部(26)
OOD(1)
Algorithm(10)
System Design(9)
高频题(0)
Math(0)
1.design a scanner
2.Collaboration on Coding in a Team
3.Business Acumen in System Design Analysis
4.Design a Weather Forecasting Software
5.Debugging Python Code and Log Analysis
6.Migration to Public Cloud
7.Design a Credit Card System
8.Cost Estimation and Code Debugging Based on Budget
9.Design an Online Banking Application
10.Implement Top N Active Accounts Functionality
11.Count Reversible Number Pairs
12.Count Words with Triple Repeated Letters
13.Draw a Rectangle
14.Longest Common Prefix in Arrays
15.Case Study on Testing Budget
16.Banking System Coding Challenge
17.Design a Banking System
18.Cost Analysis and Bug Fixing in a Banking System Scenario
19.Cyclic Style Pair Count in Array
20.Queue Simulation for Ticket Checking
21.Square Matrix Rotation Problem
22.Array Related Problems
23.Prefix Sum Related Problem
24.Array Division into Two Arrays with Rules
25.Live Coding Exercise
26.Python Knowledge and API Concepts
1. design a scanner
In Credit Wise, how would you design a scanner to get drivers license? What are the technical components to it? Finally, assess the low-fi design given by the interviewer. 
2. Collaboration on Coding in a Team
How do you collaborate on coding in a team when working on a credit card transaction classification model?
3. Business Acumen in System Design Analysis
Discuss how you would incorporate business acumen into system design analysis. Provide examples of how you would apply this in practice.
4. Design a Weather Forecasting Software
For a technical interview, you are required to design a weather forecasting software. Discuss the system design aspects you would consider and how you would approach building this software.
5. Debugging Python Code and Log Analysis
Given a segment of log and Python code, explain how you would read this log and improve the Python code provided.