DSA(questions were mostly leetcode medium difficulty type), Java round(questions involving multithreading, solid principles, etc), System design round followed by managerial round(behavioural questions and past experiences) and HR rounds. Almost everyone gave opportunity to question about the company and job. Overall good experience
online coding assessment, problem-solving rounds on arrays, trees, graphs, dynamic programming, complexity analysis, live coding with communication, optimization discussions, behavioral interview, system design for experienced roles, and final managerial or HR evaluation.
I applied through a recruiter. The process took 1 day. I interviewed at Walmart (Bengaluru) in Feb 2025
Interview
The initial interview assessed my skills in Hashmap implementation and various String problems, the subsequent round delved into Core Java and my current project experience, followed by a System Design challenge, and a final interview with the hiring manager.
Interview questions [1]
Question 1
First Round-
1. Create Custom Hashmap class( implements put, get, remove methods) and write hash collision logic.
2. Two Strings are anagram or not.
Asked lots of questions on implementation time of Customhashmap about hashmap