Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Stash

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Stash | Offres d’emploi chez Stash | Salaires chez Stash | Avantages sociaux chez Stash
      Entretiens chez StashEntretiens d’embauche pour Front End Developer chez StashEntretien chez Stash


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Front End Developer

      28 janv. 2019
      Candidat à l'entretien anonyme
      New York, NY
      Aucune offre
      Expérience négative
      Entretien facile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 3 semaines. J'ai passé un entretien chez Stash (New York, NY)

      Entretien

      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.

      Questions d'entretien [1]

      Question 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.
      Répondre à cette question
      2
      avatar
      Réponse 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

      Autres retours d’entretien d’embauche pour un poste comme Front End Developer chez Stash

      Entretien pour Software Engineer - Front End

      12 mai 2017
      Candidat à l'entretien anonyme
      New York, NY
      Offre refusée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez Stash (New York, NY) en mai 2017

      Entretien

      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.

      Questions d'entretien [5]

      Question 1

      A question involving closure, I dont remember the question.
      1 réponse

      Question 2

      Make a working traffic light using html, css and js
      1 réponse

      Question 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 réponse

      Question 4

      Architecture the reddit app. Meaning drawing a diagram on how each of the component work and speak to each other.
      Répondre à cette question

      Question 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.
      Répondre à cette question
      9