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

      webiks

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa webiks | Vagas da empresa webiks | Salários da empresa webiks | Benefícios da empresa webiks
      Entrevistas da empresa webiksEntrevistas do cargo de Full Stack Developer da empresa webiksEntrevista da empresa webiks


      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.

      Buscas de vagas

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

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

      avatar
      Deloitte
      3.5★Remuneração e benefícios
      avatar
      KPMG
      3.6★Remuneração e benefícios
      avatar
      bp
      3.9★Remuneração e benefícios
      avatar
      SLB
      3.9★Remuneração e benefícios

      Entrevista para Full Stack Developer

      27 de jul. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Tel Aviv-Yafo

      Outras avaliações de entrevista de vagas de Full Stack Developer da empresa webiks

      Entrevista para Full Stack Developer

      15 de ago. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. Fui entrevistado pela webiks (Tel Aviv-Yafo) em jul. de 2024

      Entrevista

      1. **Home Test**: A practical assessment to evaluate coding skills, problem-solving abilities, and familiarity with relevant technologies and frameworks, often involving real-world scenarios related to the job role. 2. **Technical Questions about My Projects**: Detailed inquiries into the projects I've worked on, focusing on the architecture, technologies used, challenges faced, and solutions implemented, to assess my technical expertise and experience. 3. **Design Chat System**: An exercise or discussion focused on designing a chat system, covering aspects such as system architecture, data flow, scalability, security, and user experience considerations. 4. **HackerRank Questions**: Coding challenges and algorithm problems on the HackerRank platform, designed to test my problem-solving skills, coding efficiency, and ability to write clean and optimized code. 5. **HR Interview**: A conversation with a Human Resources representative to evaluate my cultural fit, communication skills, career aspirations, and understanding of the company's values and work environment. 6. **CEO Interview**: A high-level discussion with the CEO to assess my overall fit within the organization, my vision and goals, leadership potential, and how I can contribute to the company's long-term success.

      Perguntas de entrevista [1]

      Pergunta 1

      Implement sum operation with recursion for binary tree
      Responder à pergunta
      1

      Candidatura

      Candidatei-me online. Fiz uma entrevista na empresa webiks.

      Entrevista

      The recruiter contacted me, we arranged to talk at a specific time and day. She didn't call, a day later I contacted her and we set another date. Even at the new date, she did not make contact.

      Perguntas de entrevista [1]

      Pergunta 1

      The recruiter didnt call twice
      Responder à pergunta

      Entrevista para Full Stack Developer

      5 de jan. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Tel Aviv-Yafo
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 dias. Fui entrevistado pela webiks (Tel Aviv-Yafo) em jan. de 2024

      Entrevista

      The first process of the interview is a home assignment with 90 minutes to solve it. The assignment contains 3 challenging but not so difficult questions. The task is been solved through HackerRank and the platform is very convinient

      Perguntas de entrevista [1]

      Pergunta 1

      given an array of integers, without reordering, determine the maximum difference between any element and prior smaller element. If there is never a lower prior element, return -1. example arr = [5,3,6,7,4] there are no earlier elements than arr[0]. there is no earlier reading with a value lower than arr[1]. there are two lower earlier readings with a value lower than arr[2]=6: • arr[2] - arr[1] = 6 - 3 = 3 • arr[2] - arr[0] = 6 - 5 = 1 there are three lower earlier readings with a lower value than arr[3]=7: • arr[3] - arr[2] = 7 - 6 = 1 • arr[3] - arr[1] = 7 - 3 =4 • arr[3] - arr[0] = 7 - 5 =2 there is one lower earlier reading with a lower value than arr[4]=4: • arr[4] - arr[1] = 4 - 3 = 1 the maximum trailing record is arr[3] - arr[1] = 4
      1 resposta
      3