Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Walmart

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Walmart | Vagas da empresa Walmart | Salários da empresa Walmart | Benefícios da empresa Walmart
      Entrevistas da empresa WalmartEntrevistas do cargo de Senior Software Engineer (Level IV) da empresa WalmartEntrevista da empresa Walmart


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Leroy Merlin
      3.7★Remuneração e benefícios

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Senior Software Engineer (Level IV)

      16 de jul. de 2020
      Funcionário(a) sigiloso(a)
      Bengaluru
      Oferta aceita
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela Walmart (Bengaluru) em jun. de 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.

      Perguntas de entrevista [5]

      Pergunta 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 à pergunta

      Pergunta 2

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

      Pergunta 3

      Implement getElementById
      Responder à pergunta

      Pergunta 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 à pergunta

      Pergunta 5

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