Walmart Software Engineer 3 Interview Experience
Software Engineer 3
Summary
AI Powered
The Walmart interview process for a Software Engineer position consisted of four rounds, featuring a diverse range of questions. The first round focused on Data Structures and Algorithms, while subsequent rounds covered Low Level Design, technology-specific discussions, and behavioral assessments. The overall difficulty level was medium, with candidates required to demonstrate technical prowess and engage in deep discussions regarding project management and technology choices. Candidates should be prepared for both coding and HR-related inquiries throughout the interview at Walmart.
1
In a stream of characters, determine which character has the kth highest frequency. If two characters have the same frequency, return the one that appears first in the stream. Example: If the input is 'abracadabra', k = 2, the output should be 'a'.
In a stream of characters, determine which character has the kth highest frequency. If two characters have the same frequency, return the one that appears first in the stream. Example: If the input is 'abracadabra', k = 2, the output should be 'a'.
strings
frequency
algorithm
Medium
2
3
4
r
ritwik chakraborty
Verified User
ā/Ctrl+D
Bookmark for later