Filter interviews by
The interview consisted of five rounds, with each round serving as an elimination stage. There were questions regarding the development of a product using a niche market.
There were many questions regarding the Coca-Cola case study.
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
1 Hour Leetcode style medium difficulty question. Test was taken on hacker rank.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
HashMap is implemented using an array of linked lists to store key-value pairs.
HashMap consists of an array of buckets, each containing a linked list of key-value pairs.
Hashing function is used to determine the index of the bucket where a key-value pair will be stored.
Collision resolution techniques like chaining or open addressing are used to handle collisions.
HashMap allows null keys and values, but only one null key
A date picker in JavaScript allows users to select a date from a calendar interface.
Use HTML input element with type 'date' for modern browsers
For older browsers, use a JavaScript library like jQuery UI Datepicker
Implement validation to ensure selected date is within acceptable range
Walmart Labs interview questions for popular designations
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
10 random qs on software things, and 2 qs leetcode style one easy and one easy medium
Get interview-ready with Top Walmart Labs Interview Questions
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
Leetcode Medium - Arrays, HashMaps
Implement a stack using a queue data structure.
Use two queues to simulate a stack.
Push operation: Enqueue the element to queue 1.
Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 2.
Top operation: Return the front element of queue 1.
Empty operation: Check if both queues are empty.
Use two threads to print numbers 1 to 10, with Thread A printing odd numbers and Thread B printing even numbers.
Create two threads, one for odd numbers and one for even numbers
Use a shared variable to keep track of the current number being printed
Use synchronization mechanisms like mutex or semaphore to ensure proper sequencing of numbers
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
Find subarray with given sum in an array of integers.
Use a sliding window approach to find subarray with sum equal to given sum.
Keep track of current sum and adjust window size accordingly.
Return the indices of the subarray if found, else return an empty array.
Java code to find the longest common prefix among an array of strings
Create a function that takes in an array of strings as input
Initialize a variable to store the longest common prefix
Iterate through the characters of the first string and compare with the corresponding characters of other strings
Return the longest common prefix
Top trending discussions
Interview experience
based on 96 reviews
Rating in categories
Senior Software Engineer
25
salaries
| ₹14.4 L/yr - ₹50 L/yr |
Software Engineer
12
salaries
| ₹19.3 L/yr - ₹64.1 L/yr |
Software Engineer III
10
salaries
| ₹27.2 L/yr - ₹36 L/yr |
Software Developer
5
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Data Scientist
5
salaries
| ₹24 L/yr - ₹58 L/yr |
Amazon Development Centre India
Flipkart
Microsoft Corporation