Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      ParseHub

      Questa è la tua azienda?

      Chi siamo
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su ParseHub | Offerte di lavoro di ParseHub | Stipendi di ParseHub | Benefit di ParseHub
      Colloqui di ParseHubColloqui per Senior Software Developer presso ParseHubColloquio di ParseHub


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Indeed, Inc.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Senior Software Developer

      30 apr 2021
      Candidato anonimo a colloquio
      Toronto, ON
      Nessuna offerta
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso ParseHub (Toronto, ON) nel mese di apr 2020

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 1

      Write breadcrumb component in React. A simple server to handle the request.
      Rispondi alla domanda

      Altre recensioni di colloqui per Senior Software Developer presso ParseHub

      Colloquio per Senior Software Developer

      1 feb 2019
      Candidato anonimo a colloquio
      Toronto, ON
      Nessuna offerta
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso ParseHub (Toronto, ON) nel mese di feb 2019

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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 risposta
      1