Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      TNG Technology Consulting

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa TNG Technology Consulting | Vagas da empresa TNG Technology Consulting | Salários da empresa TNG Technology Consulting | Benefícios da empresa TNG Technology Consulting
      Entrevistas da empresa TNG Technology ConsultingEntrevistas do cargo de Software Consultant da empresa TNG Technology ConsultingEntrevista da empresa TNG Technology Consulting


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      EPAM Systems
      3.6★Remuneração e benefícios
      avatar
      IBM
      3.6★Remuneração e benefícios
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneração e benefícios
      avatar
      Visa Inc.
      3.9★Remuneração e benefícios

      Entrevista para Software Consultant

      15 de abr. de 2022
      Funcionário(a) sigiloso(a)
      Oferta aceita
      Experiência positiva

      Outras avaliações de entrevista de vagas de Software Consultant da empresa TNG Technology Consulting

      Entrevista para Software Consultant

      20 de fev. de 2025
      Funcionário(a) sigiloso(a)
      Oxford, Inglaterra
      Oferta aceita
      Entrevista difícil

      Candidatura

      Candidatei-me por meio de uma agência de recrutamento. O processo levou 6 semanas. Fui entrevistado pela TNG Technology Consulting em abr. de 2022

      Entrevista

      The interview process was extremely pleasant and appreciative. It consists of a single interview which in my case lasted almost 5 hours with three breaks of 10-15 minutes in between. At the end, they immediately give you feedback about a possible job offer. Four people (a recruiter professional and three software consultants) attended my (online) interview. In the first part, they introduced themselves, asked me to ask questions about the company and then I introduced myself. They are really interested in getting to know your personality and want to know details of your technical experience. The second part consisted of theoretical questions on programming and then a coding question. One of the interviewers visited my GitHub profile and asked me interesting questions about my projects. In the third part, I was asked to solve a "brain teaser". I felt that the way of reasoning and the path you follow to get to the solution is far more important than giving the correct solution itself. They appreciate if you write down your thoughts while talking, and if you try to be interactive with them. In the very last part they give you a feedback on your strength and weaknesses. Overall, a very pleasant experience.

      Perguntas de entrevista [1]

      Pergunta 1

      Differences between Python, Java and C++ (this will change based on which languages you know): memory management (garbage collection), interpreted vs. compiled languages, syntax differences. Object-oriented programming (inheritance, multiple inheritance, encapsulation, abstraction...). Coding question: write a function to check if an expression containing parentheses is balanced. We started with only round parentheses ('(') and then introduced brackets and braces ('[', '{'). Brain teaser: Pirate Game (see e.g. Wikipedia). We started with the case of 5 pirates and then generalized the solution to an arbitrary number of pirates.
      Responder à pergunta
      11
      Experiência positiva
      Entrevista difícil

      Candidatura

      Fiz uma entrevista na empresa TNG Technology Consulting (Oxford, Inglaterra).

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

      Compare and contrast three programming languages, followed by deeper digs into each.
      Responder à pergunta

      Entrevista para Software Consultant

      7 de mai. de 2024
      Candidato(a) sigiloso(a) à entrevista
      München, Bavaria
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me pessoalmente. O processo levou 4 semanas. Fui entrevistado pela TNG Technology Consulting (München, Bavaria) em mai. de 2024

      Entrevista

      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.

      Entrevista para Software Consultant

      27 de jul. de 2025
      Funcionário(a) sigiloso(a)
      München, Bavaria
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela TNG Technology Consulting (München, Bavaria) em mai. de 2024

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 1

      Refactor some parts of an uno card game model
      Responder à pergunta