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

      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

      Webileapps

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Webileapps | Empleos en Webileapps | Sueldos en Webileapps | Prestaciones en Webileapps
      Entrevistas en WebileappsEntrevistas para el cargo de Node Js Developer en WebileappsEntrevista en Webileapps


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Entrevista para Node Js Developer

      19 ago 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Webileapps en ago 2025

      Entrevista

      I had an online interview in August 2025 for a Node.js Developer role. Surprisingly, the interview didn’t asked any questions specifically related to Node.js. There was a total of four questions: 1) Self-introduction 2) DSA question 3) Another DSA question 4) An SQL query question (I’ve added the exact questions below.) During the problem-solving part, the interviewer did provided hints whenever I seemed stuck, such as suggesting what to check or which approach to try. Once I gave the solution to a question, he simply verified it and moved on without any cross-questioning or deeper discussion. There wasn't any question related to Node.js or even Javascript, surprisingly. Only DSA and SQL question was asked. Overall, the experience felt quite average and unengaging. It seemed more like the interviewer was just going through a checklist rather than showing genuine interest in the whole conversation. In the end, he said the HR will contact you and dropped off the call, not giving the chance to ask him about the company or something else.

      Preguntas de entrevista [3]

      Pregunta 1

      DSA question: Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". / Example: Input: str = ["flower","flow","flight"] Expected Output: "fl"
      Responder pregunta

      Pregunta 2

      A peak element is an element that is strictly greater than its neighbors. Given a 0-indexed integer array nums, find a peak element, and return its index. If the array contains multiple peaks, return the index to any of the peaks. You may imagine that nums[-1] = nums[n] = -∞. In other words, an element is always considered to be strictly greater than a neighbor that is outside the array. You must write an algorithm that runs in O(log n) time. Input: nums = [1,2,3,1] Output: 2 Explanation: 3 is a peak element and your function should return the index number 2.
      Responder pregunta

      Pregunta 3

      This was a SQL question where there were 2 tables and some data was inserted in them. You were needed to write a Query based on some conditions. The topics which you may need to know, to be able to write that query are: JOINS COUNT GROUP BY CONDITIONS AS keyword and of course knowledge of SQL :P
      Responder pregunta

      Otras evaluaciones sobre las entrevistas para el cargo de Node Js Developer en Webileapps

      Entrevista para Node Js Developer

      12 nov 2024
      Candidato de entrevista anónimo
      Hyderabad
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en Webileapps (Hyderabad) en nov 2024

      Entrevista

      The interviewer asked for my native place (which was not Andhra/Telangana) and his attitude towards me changed and asked a DSA question which I got almost right and then he says I'm done with the interview no more further questions. I want someone who is capable of answering this basic DSA question.

      Preguntas de entrevista [1]

      Pregunta 1

      Find the prime numbers of a number
      1 respuesta
      2