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

      Fiverr Inc.

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Fiverr Inc. | Offres d’emploi chez Fiverr Inc. | Salaires chez Fiverr Inc. | Avantages sociaux chez Fiverr Inc.
      Entretiens chez Fiverr Inc.Entretiens d’embauche pour Senior Full Stack Engineer chez Fiverr Inc.Entretien chez Fiverr Inc.


      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 Senior Full Stack Engineer

      16 mars 2025
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez Fiverr Inc. (Tel Aviv-Yafo) en mars 2025

      Entretien

      The process started with a 20-minute phone conversation with a recruiter, where we discussed my experience and background. This was followed by a 2-hour face-to-face or video technical interview. The technical interview was quite challenging. Partway through, the interviewer informed me that I wasn’t the right fit for the role. Initially, I was surprised to receive this feedback during the interview itself. However, I ultimately appreciated their transparency, as it gave me a real opportunity to understand where I fell short and gain valuable feedback in real time.

      Questions d'entretien [2]

      Question 1

      Leetcode style…Swap the first n letters of s with the rest of the string. 1. In O(N) time and space 2. In O(N) time, O(1) space Swap the first n letters of s with the rest of the string. Args: s: Input string n: Length of the prefix to swap Returns: Modified string with the first n letters swapped with the rest s = "abcdefgh" n = 3 result = swap_prefix_suffix(s, n) print(result) # Output: "defghabc"
      Répondre à cette question

      Question 2

      System design question - Design Twitter
      Répondre à cette question
      1