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

      TNG Technology Consulting

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur TNG Technology Consulting | Offres d’emploi chez TNG Technology Consulting | Salaires chez TNG Technology Consulting | Avantages sociaux chez TNG Technology Consulting
      Entretiens chez TNG Technology ConsultingEntretiens d’embauche pour Software Consultant chez TNG Technology ConsultingEntretien chez TNG Technology Consulting


      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
      IBM
      3.6★Rémunération et avantages
      avatar
      Dell Technologies
      3.5★Rémunération et avantages
      avatar
      BairesDev
      3.8★Rémunération et avantages
      avatar
      Concentrix
      3.6★Rémunération et avantages

      Entretien pour Software Consultant

      27 juil. 2025
      Employé (anonyme)
      München, Bavaria

      Autres retours d’entretien d’embauche pour un poste comme Software Consultant chez TNG Technology Consulting

      Entretien pour Software Consultant

      20 févr. 2025
      Employé (anonyme)
      Oxford, Angleterre
      Offre acceptée
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez TNG Technology Consulting (München, Bavaria) en mai 2024

      Entretien

      Some experimental interview questions are aimed towards adding a feature to some toy codebase while skipping leetcode style questions. It's more about design choices and communication while getting the required change done.

      Questions d'entretien [1]

      Question 1

      Refactor some parts of an uno card game model
      Répondre à cette question
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez TNG Technology Consulting (Oxford, Angleterre)

      Entretien

      There was an HR phone call, followed by an approximately 3 hour long video conference with three participants. Questions included personal, theoretical, programming, and a brain teaser. I received a verbal affirmative at the end of the meeting, followed by a written offer a few days later.

      Questions d'entretien [1]

      Question 1

      Compare and contrast three programming languages, followed by deeper digs into each.
      Répondre à cette question

      Entretien pour Software Consultant

      7 mai 2024
      Candidat à l'entretien anonyme
      München, Bavaria
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en personne. Le processus a pris 4 semaines. J'ai passé un entretien chez TNG Technology Consulting (München, Bavaria) en mai 2024

      Entretien

      The first interview with HR is described elsewhere on Glassdoor. The second interview took 3-4 hours in my case. The first part is about your CV when you guide them through your experience and education. Questions like 'When did you start programming', 'why do you use neural network here not classical ML', or 'Do you use OOP in your work' are usually asked at that stage. This is to test your presentation skills and to see if you communicate effectively complex topics. In this stage, you can ask about what your interviewers do at their work. The second part is the theoretical questions about programming languages, comparing C++ and Python, and follow-up questions (e.g. garbage collection in Python, interpreted vs compiled languages), some questions about C++ (like do we need always to take care of memory or not?) but I do not mention C++ in my CV, OOP principles (mainly via examples), some discussion about functional programming. To some questions I simply said that I don't know. The second part ends with the programming question -- in my case, it was to write a function which returns the day of the week for any date in the past given today's date and day of the week. Here I struggled a bit due to the leap years and other edge cases (e.g. date before or after February in a leap year), but eventually, we solved it. Their hints were sometimes useful sometimes not, since I fixed a couple of critical bugs myself during debugging. The last part was a pirate game brainteaser which I already heard of (roughly know the solution), I informed interviewers about that but we proceded anyway. I solved the main problem (5 pirates) quite quickly but then was asked to generalise to other cases (e.g. 6,7,... 203 pirates) and so on, trying to find the pattern. Here I could not grasp the logic immediately but they proceeded to ask questions about more and more pirates (in case then you run out of money) and which ones are guaranteed to live. Honestly, the hints were not usually useful (I guess they did not understand which part I did not grasp before moving to more complex cases). At some point, they even seemed a little annoyed that I could not follow their hints and immediately predict results for pirate #n+1. The rejection was based on that the coding problem and brain teaser solutions were provided more slowly than they expected, Also that the programming theory answers were not quite complete. Overall I had a very good impression of people and company, but hints are not ideal. To give a hint you need to figure out what a person does not understand first.