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

      Flow Traders

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Flow Traders | Offres d’emploi chez Flow Traders | Salaires chez Flow Traders | Avantages sociaux chez Flow Traders
      Entretiens chez Flow TradersEntretiens d’embauche pour C++ Software Developer chez Flow TradersEntretien chez Flow Traders


      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.

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

      avatar
      LSEG (London Stock Exchange Group)
      3.5★Rémunération et avantages
      avatar
      StoneX
      3.6★Rémunération et avantages
      avatar
      Euronext
      3.7★Rémunération et avantages
      avatar
      Bitfinex
      4.4★Rémunération et avantages

      Entretien pour C++ Software Developer

      8 oct. 2020
      Candidat à l'entretien anonyme
      Amsterdam

      Autres retours d’entretien d’embauche pour un poste comme C++ Software Developer chez Flow Traders

      Entretien pour C++ Software Engineer

      21 avr. 2023
      Candidat à l'entretien anonyme
      Amsterdam
      Aucune offre
      Expérience négative
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez Flow Traders (Amsterdam) en juil. 2020

      Entretien

      The full interview process is really outstanding. Each of the four process steps are very exciting and you get to realize that top coders work for such an amazing Company! Anyway there are four steps regarding the interview process : 1)Hackerrank online test (very nice); 2)HR call; 3)Code pair live interview on Hackerrank; 4)Final onsite interviews

      Questions d'entretien [1]

      Question 1

      General questions regarding STL containers, algorithms such as sorting and hashing, template meta programming
      Répondre à cette question
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Flow Traders (Amsterdam) en avr. 2023

      Entretien

      First thing you need to do is a old school test in HackerRank platform, where you have 21 questions to answer and 4 code challenges to develop, all of them in 90 minutes. Most of the questions are quite extensive for such amount of time, so at least 50% of the time is to read the questions, which means you have around 45 minutes to find out the answer of the 21 questions and develop 4 codes. The questions are from very easy to quite difficult, but some of them are wrong, once you put the same code in the compile it just give you an answer that is not an option. For the codes challenge are quite hard due the time remaining, at the end I had only 5 minutes to find a solution and code each of them. The HackerRank platform is bugged, for the questions you know how much time you still have, but not for the code part, making that really challenge to manager. If the test was 90 minutes for the questions and another 90 minutes for the code, that would be an average level of difficulty.

      Questions d'entretien [1]

      Question 1

      It's not allowed to share the questions, but you can expect deep knowledge of memory allocation and auto casting type definition, most of the questions are about these subjects. An example of easy question would be: geek = make_tuple('a', 10, 15.5); auto a = get<0>(geek) auto b = get<1>(geek); auto c = get<2>(geek) which kind of type is a, b, c? Or maybe they could ask, what is the result of a+b+c
      Répondre à cette question
      1

      Entretien pour C++ Software Engineer

      17 juil. 2019
      Employé (anonyme)
      Cluj-Napoca
      Offre acceptée
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 3 mois. J'ai passé un entretien chez Flow Traders (Cluj-Napoca) en août 2018

      Entretien

      The interview process is long, tedious and hard. It starts with a HackerRank test of about 12 questions of which more then half are programming assignments where you are expected to handle input and corner cases, others are just pick an answer questions. The time limit is about 2h and most people fail at this stage, it is unlikely that any candidate gets all 12 questions done in amount of time. After HackerRank testI had a pair programming interview on HackerRank with on of Senior Engineers working there, the session takes about 1h where my engineer was taking more time to put the questions then me to answer them, this one felt easy. In both cases questions are very narrow in scope, in the sense that there are particular traits/abilities to have related to C++ language that are needed otherwise one would easily fail the interview. Most questions are about template meta-programming and C++ templates, algorithms, design patterns, concurrency, etc. are kind of left out. After this you get invited to a discussion with people from management for further screening.

      Questions d'entretien [1]

      Question 1

      How to select a function based on type properties.
      1 réponse
      1