Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Walmart

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Walmart | Offerte di lavoro di Walmart | Stipendi di Walmart | Benefit di Walmart
      Colloqui di WalmartColloqui per Senior Software Engineer (Level IV) presso WalmartColloquio di Walmart


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Senior Software Engineer (Level IV)

      16 lug 2020
      Dipendente anonimo
      Bengaluru
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Walmart (Bengaluru) nel mese di giu 2020

      Colloquio

      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.

      Domande di colloquio [5]

      Domanda 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
      Rispondi alla domanda

      Domanda 2

      Find the loop in linked list How to find the node starting the loop
      Rispondi alla domanda

      Domanda 3

      Implement getElementById
      Rispondi alla domanda

      Domanda 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" }
      Rispondi alla domanda

      Domanda 5

      Reject the async call once the request as reached a certain timeout. Impl timeout mechanism for async calls
      Rispondi alla domanda
      7