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

      ParseHub

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de ParseHub | Empleos en ParseHub | Sueldos en ParseHub | Prestaciones en ParseHub
      Entrevistas en ParseHubEntrevistas para el cargo de Senior Software Developer en ParseHubEntrevista en ParseHub


      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. Indeed, Inc. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Indeed, Inc.

      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 Senior Software Developer

      1 feb 2019
      Candidato de entrevista anónimo
      Toronto, ON

      Otras evaluaciones sobre las entrevistas para el cargo de Senior Software Developer en ParseHub

      Entrevista para Senior Software Developer

      30 abr 2021
      Candidato de entrevista anónimo
      Toronto, ON
      Sin ofertas
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en ParseHub (Toronto, ON) en feb 2019

      Entrevista

      I applied through indeed.ca. I got a very nice automated email asking me to do a code challenge before they even communicate with you. There was no call and no human on the other end to collect some data.

      Preguntas de entrevista [1]

      Pregunta 1

      The goal is to write a web service that acts as an HTTP proxy in the language of your choice. You can use google, StackOverflow, etc. and any external libraries you wish, unless it's a library that does exactly this. The only method that needs to be implemented is / proxy/<url> It should listen for both GET and POST On a GET request, it should make a get request to <url> On a POST request, it should make a post request to <url>, passing through any form data It should set the user-agent header to the same user-agent that it is being called by (note curl/7.35.0 in the examples) Assuming the web service is running on localhost:8000, here are some examples of how it can be used: $ curl http://localhost:8000/ proxy/http://httpbin.org/get { "args": {}, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Host": "httpbin.org", "User-Agent": "curl/7.35.0" }, "origin": "99.250.201.200", "url": "http://httpbin.org/get" } $ curl -X POST -d asdf=blah http://localhost:8000/ proxy/http://httpbin.org/post { "args": {}, "data": "", "files": {}, "form": { "asdf": "blah" }, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "Host": "httpbin.org", "User-Agent": "curl/7.35.0" }, "json": null, "origin": "99.250.201.200", "url": "http://httpbin.org/post" } No time pressure, just upload the code to github whenever you have time to complete and send me a link. Let me know if there's anything that isn't clear or if you have any questions.
      1 respuesta
      1
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en ParseHub (Toronto, ON) en abr 2020

      Entrevista

      I applied via Indeed. I got a automatically request asking me to write a breadcrumb component in js/jsx. After that, i was invited to their office to meet in person and took another coding challenge. Everything went smoothly. Suggestions: HR should preview resume and send request after. If you only qualify the developer who has more than 4-5 year experience, just refuse other candidates at the begining. I can't see the point of spending hours going through all these technical interviews.

      Preguntas de entrevista [1]

      Pregunta 1

      Write breadcrumb component in React. A simple server to handle the request.
      Responder pregunta