I applied online. I interviewed at Walmart (Gorakhpur, Uttar Pradesh) in Mar 2022
Interview
It was smooth process, must prepare from your resume, good at dsa and good communication skills.
Asked questions on project resume .It is always beneficial if you know what it is to be there at that moment. So, to give you an advantage, we provide you Interview Experiences of candidates who have been in your situation earlier. Make the most of it.
Interview questions [1]
Question 1
Given an expression string x. Examine whether the pairs and the orders of “{“,”}”,”(“,”)”,”[“,”]” are correct in exp.
For example, the function should return 'true' for exp = “[()]{}{[()()]()}” and 'false' for exp = “[(])”.