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

      Stash

      ¿Esta es tu empresa?

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Stash | Ofertas de empleos en Stash | Sueldos en Stash | Beneficios en Stash
      Entrevistas de StashEntrevistas para el puesto de Front End Developer en StashEntrevista de Stash


      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 Front End Developer

      28 ene 2019
      Candidato de entrevista anónimo
      New York, NY
      Sin oferta
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Solicité el puesto a través de un captador. El proceso duró 3 semanas. Acudí a una entrevista en Stash (New York, NY)

      Entrevista

      A recruiter from Hired.com reached out to me prior to Christmas week requesting an interview. I scheduled an interview before the Christmas break and 15 minutes before the hour, I received an email from the recruiter stating that she was sick and would resume the interview following the holidays. The initial HR interview occurred at the start of the new year and led to an open ended front-end coding challenge with up to a week to complete. I completed the challenge and was essentially ghosted for a week, reached out and was ghosted for a few more days until receiving a final email stating "the team chose not to move forward with your candidacy" but since they encourage an environment of feedback, let her know and they will get back to me. I replied immediately requesting feedback, and never got an acknowledgement response nor any feedback afterwards. Overall experience seemed to be a waste of time.

      Preguntas de entrevista [1]

      Pregunta 1

      Use the Giphy API to create a web app that allows users to search gifs and favorite them. There should be a page to list the gifs and a page to list the favorite gifs. The project was open ended as the requirements stated above was all that I received. There were no framework requirements nor any guidance on where to focus on or how you will be graded. That being said, I spent a lot of time on UI given the company's interface is very design oriented but clearly that didn't interest them.
      Responder pregunta
      2
      avatar
      Respuesta de Stash
      7y
      Hi there- We value each and every person who goes through our interviews and sincerely apologize for any breakdowns in communication that may have occurred. We hold ourselves to very high standards in terms of how we treat EACH and EVERY candidate that spends time with us, so I regret that this was not the experience that you had. Respect is paramount in every situation so we greatly appreciate your bringing this to our attention. We are discussing what happened with our recruiting team, to ensure that everyone understands that anything that even resembles "ghosting," never occurs again. Thank you again for your time and dedication throughout this process. If you have any desire to talk about this further, please do not hesitate to reach out to me (natalie@stashinvest dot com) directly. I want to wish you the best of luck in your search and I hope you land your dream job! Natalie VP of People Operations

      Otras opiniones sobre las entrevistas para el puesto de Front End Developer en Stash

      Entrevista de Software Engineer - Front End

      12 may 2017
      Candidato de entrevista anónimo
      New York, NY
      Oferta rechazada
      Experiencia positiva
      Entrevista normal

      Solicitud

      Solicité el puesto a través de un captador. Acudí a una entrevista en Stash (New York, NY) en may 2017

      Entrevista

      I was contacted by a recruiter via Email then we hopped on a quick call. We scheduled a 30 minute call to talk about the role and basic stuff. After that we scheduled a technical call/screening with their FE Developer. He was an awesome person to talk with and very smart. He asked me a question that was related to closure but I dont remember what the question was. :/ It should be a pretty easy question if you have a understanding of closure and JS in general. I was contacted the same day to schedule an in person interview. The in person interview consisted of 4 interviews Each interview was an hour long but the first 20mins of each interview was them asking behavior question and the last 10 is for questions you might have. 1. FE Portion concentrated in CSS (Build a working traffic light, this was pretty fun) 2. Architecture, I was told that the guy that this question always chooses tetris but he allow me to choose an app to design. I choose the reddit app and he told me to choose a feature that I would like to add and we talked about a scaleable way to add it in. Pretty fun and also this guy is VERY smart and will help you out and give you hints. 3. General algorithm question. He ask me to write a function that takes in an array of int's and a number. This function should output true or false if the number provided can be made using the any two numbers in the array 4. This was a meeting with CTO, now this might seem intimidating but its not. This man is SUPER cool, I get easily nervous but around him I was not nervous. Also he worked for the xbox team! Given a list of numbers, find the longest sum of numbers. So for example given [1, 3, 6, -1, 5, 3, 3, 0, -6] -> The answer is 5 + 3 + 3 = 11. I was contact the next morning with an offer. Ultimately I rejected the offer because I got a better offer. But I do regret not taking their offer because the team was super cool and nice. They seem like bright people that you can learn from. If I didn't have that other offer I would have chosen them.

      Preguntas de entrevista [5]

      Pregunta 1

      A question involving closure, I dont remember the question.
      1 respuesta

      Pregunta 2

      Make a working traffic light using html, css and js
      1 respuesta

      Pregunta 3

      Write a function that takes in an array of int's and a number. This function should output true or false if the number provided can be made using the any two numbers in the array. Ex. ([1,2,3,4,5] , 5) ==> false ([1,2,3,4,5] , 4) ==> true (1+3) ([1,2,3,4,5] , 6) ==> true (5+1 or 2+4) ([1,2,3,4,5] , 10) ==> false
      1 respuesta

      Pregunta 4

      Architecture the reddit app. Meaning drawing a diagram on how each of the component work and speak to each other.
      Responder pregunta

      Pregunta 5

      Given a list of numbers, find the longest sum of numbers. So for example given [1, 3, 6, -1, 5, 3, 3, 0, -6] -> The answer is 5 + 3 + 3 = 11.
      Responder pregunta
      9

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

      avatar
      Citi
      3.6★Remuneración y beneficios
      avatar
      Natixis
      3.8★Remuneración y beneficios
      avatar
      Allianz
      3.6★Remuneración y beneficios
      avatar
      BMO Financial Group
      3.5★Remuneración y beneficios