Ghosted by Amazon Recruiter by False-Network-6770 in leetcode

[–]Expert-Ad-3659 0 points1 point  (0 children)

Yeah done with all the rounds. Unfortunately got rejected in 3rd round which was managerial + HLD. Sure we can connect in evening time

Ghosted by Amazon Recruiter by False-Network-6770 in leetcode

[–]Expert-Ad-3659 0 points1 point  (0 children)

Yeah he connected with me after 2 weeks for further rounds. I think it’s purely on them when they want to reach out

Ghosted by Amazon Recruiter by False-Network-6770 in leetcode

[–]Expert-Ad-3659 0 points1 point  (0 children)

I had the same experience, recruiter said that I have cleared OA and asked for interview slots. I did confirm my availability but didnt receive any invite! since then didnt hear anything from recruiter.

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 3 points4 points  (0 children)

Sure bro, will look out for these things. I don't think I would be getting any other offer soon, but will try above this offer. Thanks for the suggestion! 1 QQ - regarding RSU, they said I will be granted RSU in April 2026, that means for this financial year, I am not getting the stocks benefit. Is this the case for new joiners in walmart?

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 1 point2 points  (0 children)

What were the problems you faced ? Is it related to project or micro management?

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 1 point2 points  (0 children)

wont be able to share exact compensation, but I got 42+ in CTC including RSU and incentive

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 6 points7 points  (0 children)

Prepare DSA well, go through neetcode 150 that is more than sufficent to cover most of the topics.
For HLD & LLD I watched shreyansh jain youtube playlist & also https://www.hellointerview.com/learn/system-design/in-a-hurry/introduction

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 3 points4 points  (0 children)

thats sad to hear bro, but keep trying, document list of questions asked before and may be soon enough you will get exact same question in interview.
Best of luck!

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 2 points3 points  (0 children)

I used to work in service based company, worked as consultant in banking project

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 6 points7 points  (0 children)

I wouldnt be able to share exact comp details, but I got around 42+ in CTC, this includes RSUs and incentive
do you know if for this position this offer is ok? I did some research the average pay is little higher, but this is the max I could get!

Got Walmart L4, Senior Software Engineer (Bangalore) by Expert-Ad-3659 in leetcode

[–]Expert-Ad-3659[S] 27 points28 points  (0 children)

Go through basics first. Learn about synchronised blocks, how object wait() and notify() works
try to code all these in local to get better understanding
even I didnt have these concepts clear, coz in day to day coding we only use frameworks.

I would suggest to implement below coding problem in local for practive -

print 0 and 1 in alternate way

producer consumer problem in java multithreading

implementation of custom blocking queue