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

      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

      Outdoorsy

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Outdoorsy | Ofertas de empleos en Outdoorsy | Sueldos en Outdoorsy | Beneficios en Outdoorsy
      Entrevistas de OutdoorsyEntrevistas para el puesto de Staff Software Engineer en OutdoorsyEntrevista de Outdoorsy


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Entrevista de Staff Software Engineer

      27 sept 2023
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Outdoorsy en sept 2023

      Entrevista

      Did a takehome, had "live-coding" with two engineers. The recruiter didn't mention anything about a live coding exercise, just said attire was casual. Never had a surprise live coding interview before lol...

      Preguntas de entrevista [1]

      Pregunta 1

      package main import ( "fmt" ) type Rental struct { ID int Bookings []Booking } type Booking struct { StartDate string EndDate string } type requestedDates struct { StartDate string EndDate string } type availableRentalsForDates struct { StartDate string EndDate string RentalIDs []int } func main() { inputs := []requestedDates{ { StartDate: "2023-07-24", EndDate: "2023-07-27", }, { StartDate: "2023-07-22", EndDate: "2023-07-27", }, { StartDate: "2023-07-20", EndDate: "2023-07-23", }, { StartDate: "2023-08-08", EndDate: "2023-08-10", }, { StartDate: "2023-08-16", EndDate: "2023-08-20", }, { StartDate: "2023-08-08", EndDate: "2023-08-12", }, } rentals := []Rental{ { ID: 1, Bookings: []Booking{ { StartDate: "2023-07-23", EndDate: "2023-07-26", }, { StartDate: "2023-07-28", EndDate: "2023-08-02", }, { StartDate: "2023-08-05", EndDate: "2023-08-07", }, { StartDate: "2023-08-11", EndDate: "2023-08-17", }, }, }, { ID: 2, Bookings: []Booking{ { StartDate: "2023-07-25", EndDate: "2023-07-27", }, { StartDate: "2023-07-29", EndDate: "2023-08-03", }, { StartDate: "2023-08-06", EndDate: "2023-08-08", }, { StartDate: "2023-08-12", EndDate: "2023-08-14", }, }, }, } // write a function that based on the rentals bookings and requested dates // returns a slice of requested dates with rental ids that are available for those dates // bookings are considered blocked days that are currently unavailable during that time // the bookings can share the same start or end date // a requested date range that passes through unavailable dates, should not be available available := fetchAvailabilityForRequestedDates(inputs, rentals) fmt.Println(available) } func fetchAvailabilityForRequestedDates(inputs []requestedDates, rentals []Rental) []availableRentalsForDates { availableDates := []availableRentalsForDates{} // TODO return availableDates }
      Responder pregunta
      2

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Google
      4.5★Remuneración y beneficios
      avatar
      Amazon
      3.7★Remuneración y beneficios
      avatar
      Meta
      4.6★Remuneración y beneficios
      avatar
      Fiverr Inc.
      3.5★Remuneración y beneficios