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

      ThoughtRiver

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur ThoughtRiver | Offres d’emploi chez ThoughtRiver | Salaires chez ThoughtRiver | Avantages sociaux chez ThoughtRiver
      Entretiens chez ThoughtRiverEntretiens d’embauche pour Senior Software Engineer chez ThoughtRiverEntretien chez ThoughtRiver


      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 Software Engineer

      19 avr. 2023
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via une agence de recrutement. Le processus a pris 1 semaine. J'ai passé un entretien chez ThoughtRiver en nov. 2022

      Entretien

      Very sharp team interviewing, with a very responsive team. Everyone was able to succinctly describe where they add value, company goals and how they personally contribute. One of the few places I interviewed where it seemed that the company had the technical chops to warrant a FAANG-style interview process.

      Questions d'entretien [2]

      Question 1

      Variant on "find the highest value in this array"
      Répondre à cette question

      Question 2

      Design a filesharing platform, similar to Dropbox
      Répondre à cette question
      avatar
      Réponse de ThoughtRiver
      3y
      Thank you for taking the time to feedback on your recent interview with us. We're glad to hear that it was such a positive experience for you, and we hope this helps future candidates gain an understanding on what to expect when interviewing with us.

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer chez ThoughtRiver

      Entretien pour Senior Software Engineer

      16 nov. 2023
      Candidat à l'entretien anonyme
      Cambridge, East of England, England
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 3 jours. J'ai passé un entretien chez ThoughtRiver (Cambridge, East of England, England) en nov. 2023

      Entretien

      Dear Thoughtiver Team, I hope this message finds you well. I wanted to share my thoughts on my recent interview experience, which unfortunately left me with a few concerns. During the interview, I found the explanation of the minimum jumps algorithm to be challenging due to a lack of clarity and completeness. The conditions under which the algorithm operates were not explicitly stated, particularly regarding whether the algorithm can visit the first index twice. Despite raising questions to clarify, the confirmation received was incorrect, making it challenging to approach the problem accurately. A more detailed and clearer explanation, along with a written breakdown of the algorithm in words, would have greatly contributed to a better understanding and, subsequently, a more accurate solution. Furthermore, I felt a lack of interest in my candidacy from the beginning of the interview. Despite facing challenges like a 12-hour time difference due to a delayed flight, I remained committed to the process. However, the overall experience left me disappointed.

      Questions d'entretien [1]

      Question 1

      Minimum number of jumps in an array question explained incorrectly I understand that your intention may have been to test my communication skills, but your approach was unfair. You did not explicitly state that the algorithm cannot visit the first index twice, and you did not explain all of the conditions under which the algorithm works. When I cross-questioned you about this, you confirmed that the algorithm can visit the first index twice, which is incorrect. Here is a description of the minimum jumps algorithm for future reference for other candidates: Algorithm: · Create a recursive function that determines the minimum jumps required to reach the end of the array. · Start with the first element of the array and recurse for each step till current step > 0. · At each step, check if the current index is Reachable. If it is, update the minimum jumps count and recurse for the next step. · If the current index is not reachable, return the minimum jumps count. · The minimum jumps count is the minimum number of jumps required to reach the end of the array from the current index. Example: Python def min_jumps(arr, n): if n == 0 or arr[0] == 0: return float('inf') jumps = [float('inf')] * n jumps[0] = 0 for i in range(1, n): for j in range(i): if arr[j] >= i - j and jumps[j] != float('inf'): jumps[i] = min(jumps[i], jumps[j] + 1) return jumps[n - 1] # Example usage: arr = [1, 3, 6, 3, 2, 1, 2, 4, 2, 0, 1, 1] n = len(arr) print(min_jumps(arr, n))
      Répondre à cette question
      avatar
      Réponse de ThoughtRiver
      2y
      We thank you for your feedback, and are sorry to hear that this interview did not meet your expectations. To put a little more detail behind your comments, we took you through three interview stages: an initial interview where we discussed the company ethos and your past positions; a technical interview to gain an awareness of your technical knowledge and an opportunity for you to understand what the role entailed; and finally to a technical assessment. After the assessment, you were given written feedback as to why your technical solution did not work. Throughout the interview process we showed commitment to you as an applicant and took the time to provide feedback. We appreciate this takes your time in preparation, and also from us to go through each stage. We wish you all the best on your journey to find the next position.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      SAP
      3.9★Rémunération et avantages
      avatar
      Capgemini
      3.7★Rémunération et avantages
      avatar
      Salesforce
      4.4★Rémunération et avantages
      avatar
      Thomson Reuters
      3.8★Rémunération et avantages