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

      Outreach

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Outreach | Offerte di lavoro di Outreach | Stipendi di Outreach | Benefit di Outreach
      Colloqui di OutreachColloqui per Senior Backend Software Engineer presso OutreachColloquio di Outreach


      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. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      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.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      BMW Group
      4.0★Stipendio e benefit
      avatar
      Sinch
      3.7★Stipendio e benefit
      avatar
      Anton Tech
      3.6★Stipendio e benefit

      Colloquio per Senior Backend Software Engineer

      5 dic 2017
      Candidato anonimo a colloquio
      Seattle, WA

      Altre recensioni di colloqui per Senior Backend Software Engineer presso Outreach

      Colloquio per Senior Backend Software Engineer

      12 gen 2018
      Candidato anonimo a colloquio
      Seattle, WA
      Nessuna offerta
      Nessuna offerta
      Esperienza negativa
      Colloquio facile

      Candidatura

      Ho sostenuto un colloquio presso Outreach (Seattle, WA) nel mese di nov 2017

      Colloquio

      Typical recruiter screen then followed by a remote online technical interview. I was interviewed by a senior engineer on the backend team. Unfortunately, the senior engineer lacked interviewing experience and technical expertise. He would communicate he was not looking for certain things, then down the road ask why it isn't there. Interviewer didn't have very strong technical expertise. He looked at the solution, and said I don't think it works. When we ran the code and it worked he was really surprised. Interviewer also did not understand runtime. He asked how to optimize an O(n) runtime for a question that cannot optimize to O(log n) / O(1). Furthermore, interviewer was not prepared to clarify problem. For example, when asked about whether he would like to prioritize the distribution of jobs, he stumbled and was not sure how to answer it. Overall, I am not sure why this engineer was doing the screen when he lacked the correct experience to do this screen and evaluate the candidate.
      11
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Outreach (Seattle, WA) nel mese di dic 2017

      Colloquio

      Was contacted by Recruiter - Had a nice 30 minutes chat with a recruiter and he scheduled a phone screen. Phone Screen 20 Minutes Behavioral 40 Minutes Coding based After few days, I got a rejection email.

      Domande di colloquio [1]

      Domanda 1

      Behavioral Why outreach The impact you hope to have from your next role?What is most important factor in your career/job What do you think about RSpec? How do you compare it with other frameworks What was the hardest/Challenging technical problem you faced and how did you resolve it Coding This problem concerns finding a time when we can do daily recurring maintenance on a server. You are to write a function that is given the following information: List of times when the server is busy every day Duration, in minutes, of the desired maintenance window The function should return the start time of a daily maintenance window when the server is not busy. In pseudo-code, the function signature would look something like this: maintWindowStart(busyTimes, durationMins) -> startTime The "busy times" should be time ranges like the following, and can be represented in whatever data structure you feel is appropriate. 0:05 to 0:30 = [5, 30] 2:00 to 4:01 = [120, 241] 13:10 to 16:55 = [790, 1015] [[5, 30], [120, 541], [790, 1015]] // requested duration -> expected start time // 10 -> 30 // 120 -> 541 // 4 -> 0 // 300 -> 1015
      6 risposte
      10