Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Walmart

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Walmart | Offres d’emploi chez Walmart | Salaires chez Walmart | Avantages sociaux chez Walmart
      Entretiens chez WalmartEntretiens d’embauche pour Senior Software Engineer (Level IV) chez WalmartEntretien chez Walmart


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      John Lewis & Partners
      3.6★Rémunération et avantages
      avatar
      Albert Heijn
      3.6★Rémunération et avantages
      avatar
      D-Mart
      3.6★Rémunération et avantages
      avatar
      Jet
      3.6★Rémunération et avantages

      Entretien pour Senior Software Engineer (Level IV)

      16 juil. 2020
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Walmart (Bengaluru) en juin 2020

      Entretien

      Got a call from HR and the interview was scheduled for one whole day. Due to COVID times, all the interview process was virtually over zoom video call with screen sharing. The opening was for UI/Javascript developer Totally there were 4 rounds scheduled on the same day. Round1: DS & Algo - 1HR Started with array-based question Linked list based question BST and graph traversals All the questions asked was for best time & space complexity Implement getElementByID Round2: UI and JS Round - 1.5HR JS timer events and intervals JS single-threaded architecture and event loops Array-based question React virtual dom internals how will you handle memory leaks Promise based question and who to implement timeout feature for async calls Implement Redux kind of global store, (Impl Pubs-subs pattern and explain Flex architecture) Flatten deeply nested object into 1D object with '_' Disadvantage of using closure Round 3: System Design - 1HR One Puzzle was asked, 3box with apple orange puzzle Design an online game platform for Dart --- It must support single and multi-user functionality Round 4: HM Round - 1HR More about my projects and career interests Detailed discussions on my Git projects Managerial based questions on code review, teamwork, deployment, deliverables, deadlines etc 1.5 weeks later after my interview, Got a call from HR asking for HR round discussions. A week later after HR discussions, the offer letter was released. The interview process was very smooth & great. Thanks and kudos to HR team and panelists for handling it very nice during this pandemic situation.

      Questions d'entretien [5]

      Question 1

      Find the first duplicate in the array having the numbers upto length n. Input: [1,3,5,2,4] Output: No Duplicate Input: [1,4,2,4,5,2] Output: 4 Without extra space
      Répondre à cette question

      Question 2

      Find the loop in linked list How to find the node starting the loop
      Répondre à cette question

      Question 3

      Implement getElementById
      Répondre à cette question

      Question 4

      Flatten deep nested object: const nestedData = { name: 'Abc', age: '29', address: { pincode: '110011', area: 'bangalore', state: 'karnataka', location: { lat: '122.21', long: '11.21', }, phone: '1212121', }, }; Output: const op = { "nestedData_name": "Abc", "nestedData_age": "29", "nestedData_address_pincode": "110011", "nestedData_address_area": "bangalore", "nestedData_address_state": "karnataka", "nestedData_address_location_lat": "122.21", "nestedData_address_location_long": "11.21", "nestedData_address_phone": "1212121" }
      Répondre à cette question

      Question 5

      Reject the async call once the request as reached a certain timeout. Impl timeout mechanism for async calls
      Répondre à cette question
      7