Walmart计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(31)
OOD(2)
Algorithm(11)
System Design(12)
高频题(0)
Math(0)
全部(31)
OOD(2)
Algorithm(11)
System Design(12)
高频题(0)
Math(0)
1.数组中的最大值
2.Experience with Microservices
3.REST vs SOAP
4.Events in JavaScript
5.DOM and Virtual DOM
6.Front-end Frameworks and Lazy-loading
7.Usage of Java Lambdas
8.Java Multi-threading
9.Spring Boot Annotations and Dependencies
10.Understanding Kafka Components and Offset
11.Design a Single API for Multiple Databases
12.Cloud Computing Experience
13.Thread Safety and Distributed Systems
14.How many years of programming experience do you have in C++?
15.Improving Project Speed
16.Code Version Management Without Git
17.Design and Implement a Max Stack
18.BFS Level by Level Tree Traversal
19.Implement a Topology Sort Function
20.Algorithm Problem Involving Duplicates
21.Causes of Memory Leaks
22.Optimizing Existing Code
23.Ring Buffer Data Structure Design
24.Complete Binary Tree Height
25.Three Color Sort Optimization
26.First Unique Character API
27.System Design for URL Shortening Service
28.Find Adjacent List of Characters in Matrix
29.Fibonacci BST Variation
30.First and Last Index of Occurrence in String
31.Search in Rotated Sorted Array
1. 数组中的最大值
问怎么从一个array里面取最大值,几种方法?time complexity?怎么用binary tree解决这个问题
2. Experience with Microservices
What is your experience with micro-services?
3. REST vs SOAP
Rest vs soap?
4. Events in JavaScript
Are you familiar with events in JS?
5. DOM and Virtual DOM
What is DOM? What is virtual DOM? Why is it useful?