Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Walmart

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Walmart | Ofertas de empleos en Walmart | Sueldos en Walmart | Beneficios en Walmart
      Entrevistas de WalmartEntrevistas para el puesto de Senior Software Engineer (Level IV) en WalmartEntrevista de Walmart


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista de Senior Software Engineer (Level IV)

      16 jul 2020
      Empleado anónimo
      Bengaluru
      Oferta aceptada
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Walmart (Bengaluru) en jun 2020

      Entrevista

      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.

      Preguntas de entrevista [5]

      Pregunta 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
      Responder pregunta

      Pregunta 2

      Find the loop in linked list How to find the node starting the loop
      Responder pregunta

      Pregunta 3

      Implement getElementById
      Responder pregunta

      Pregunta 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" }
      Responder pregunta

      Pregunta 5

      Reject the async call once the request as reached a certain timeout. Impl timeout mechanism for async calls
      Responder pregunta
      7