Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Walmart

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Walmart reviews | Walmart jobs | Walmart salaries | Walmart benefits | Walmart conversations
      Walmart interviewsWalmart Senior Software Engineer Front End interviewsWalmart interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior Software Engineer Front End Interview

      Oct 12, 2018
      Anonymous Interview Candidate
      Bengaluru
      No offer
      Negative experience
      Easy interview

      Application

      I applied through a recruiter. The process took 1 day. I interviewed at Walmart (Bengaluru) in Oct 2018

      Interview

      Got a call from the HR and asked for F2F interview on weekdays. There were two rounds and mostly fundamental questions were asked. The interviewers were nice people, just that couple of times their concepts were not very clear. After the rounds they took me for the lunch and after lunch, they said next 2 rounds will be next week as the interviewers were on leave. Before leaving the HR said my level was far below the desired level, so I can leave for the day :)

      Interview questions [12]

      Question 1

      How to position the div - horizontally and vertically aligned with css
      Answer question

      Question 2

      Concepts on css property position - static/absolute/relative and fixed
      Answer question

      Question 3

      Write a polyfill for map and reduce
      Answer question

      Question 4

      console.log('a') console.log('b) setTimeout(() => console.log('c')) console.log('d') Explain the output And some variations with setTimeout
      Answer question

      Question 5

      var a = {a: 1} var b = Object.create(a) console.log(a) and console.log(b) a.a = 2 console.log(b.a) The interviewer got confused and said that the prototype is copied to b and if we change a.a it will not have any impact on b.a. But rather b's __proto__ will have a link to a and if we change or delete a.a it will be reflected in b
      Answer question

      Question 6

      Why is API's calls are requested from componentDidMount and not from constructor
      Answer question

      Question 7

      What is a pure component and how to create one
      Answer question

      Question 8

      Some questions on angular 1
      Answer question

      Question 9

      What is a fat function
      Answer question

      Question 10

      Create a curry callme(1)(2)(3) But the interviewer was not aware of function.length property. He has to google in the middle of the interview
      Answer question

      Question 11

      Difference between Object.assign and Object.create
      Answer question

      Question 12

      One question related to API, but was not able to complete as the interviewer was running out of time
      Answer question
      4