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

      Thentia

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Thentia | Vagas da empresa Thentia | Salários da empresa Thentia | Benefícios da empresa Thentia
      Entrevistas da empresa ThentiaEntrevistas do cargo de Software Developer da empresa ThentiaEntrevista da empresa Thentia


      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.

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

      avatar
      Capgemini
      3.7★Remuneração e benefícios
      avatar
      SAP
      3.9★Remuneração e benefícios
      avatar
      Bloomberg
      4.0★Remuneração e benefícios
      avatar
      Deel
      4.2★Remuneração e benefícios

      Buscas de vagas

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

      Entrevista para Software Developer

      22 de mar. de 2023
      Candidato(a) sigiloso(a) à entrevista
      Toronto, ON

      Outras avaliações de entrevista de vagas de Software Developer da empresa Thentia

      Entrevista para Software Developer

      22 de fev. de 2021
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista difícil
      Oferta recusada
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. Fiz uma entrevista na empresa Thentia (Toronto, ON).

      Entrevista

      There are 3 interviews in total 1. Recruiter screening 2. Technical interview with team leads 3. Behavioral interview with the manager The technical interview includes going through your past work experience, and questions regarding your knowledge of Javascript, database, and Angular, and coding questions at the end. They are not extremely difficult to answer and the interviewer is really nice. The process took about 2 weeks.

      Perguntas de entrevista [1]

      Pergunta 1

      Build a tree, difference between PUT and POST requests, How does the javascript event loop work
      Responder à pergunta

      Candidatura

      Candidatei-me por indicação de um funcionário. Fui entrevistado pela Thentia em fev. de 2021

      Entrevista

      A screening call followed by an invitation to an 80-minute technical interview. The first 60 minutes is a written test. The last 20 minute is a panel interview, in which they go through the candidate's coding solutions via screen share. Thank you!

      Perguntas de entrevista [3]

      Pergunta 1

      Please build a function that takes in the array of edges, construct the entire tree and return the root node 1. Some important points - 1 is the root node - There is no duplicated edge - There is no isolated node - Thus N nodes, n-1 edges - Positions in the tuple do not indicate direction Sample tree node class: Node { int value; List<Node> children; }
      Responder à pergunta

      Pergunta 2

      Implement doLaundry([wash, dry, fold]) Suppose we have the following functions function wash(callback) { setTimeout(function () { console.log('wash'); callback(); }, 3000); } function dry(callback) { setTimeout(function () { console.log('dry'); callback(); }, 2000); } function fold(callback) { setTimeout(function () { console.log('fold'); callback(); }, 1000); }
      1 resposta

      Pergunta 3

      Tony drinks a cup of coffee every day. As part of the orientation, every new hire must prank Tony by adding salt to his coffee. This is done through a series of REST calls. Get call ‘/locate’ will return the physical location of Tony eg. {‘location’: ’in his office’} or {‘location’: ’in the kitchen’}, etc. Post call ‘/addsalt’ is for adding salt We can only add salt when Tony is not in his office Get call ‘/run’ running away! We run under 2 conditions, 1. If Tony is in his office, we need to run away as he knows what’s coming 2. After adding salt, lets get out of there Task: Assuming the server side rest end points are already available, please write the client-side rest call chain for the describe actions
      Responder à pergunta
      7

      Entrevista para Software Developer

      20 de jan. de 2020
      Candidato(a) sigiloso(a) à entrevista
      Toronto, ON
      Nenhuma oferta
      Experiência negativa
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou mais de 1 semana. Fui entrevistado pela Thentia (Toronto, ON) em jan. de 2020

      Entrevista

      First round was a call from HR and then 1 hour technical discussion with 2 folks from the company. HR was also present in the interview room. Discussion was related to previous experience and 2-3 technical questions related to REST API and JavaScript programming. I was selected for the final interview with the CEO which is suppose to be just a cultural fit casual talk. i was called to meet with the CEO at 2PM but i got an email at 10.30AM that they have put this position on hold because the CEO is too busy. Such a waste of time and energy. Please don’t interview for them if you are going there to work in IT.

      Perguntas de entrevista [1]

      Pergunta 1

      1) Write REST API http methods for a task using java/JavaScript? 2) write a doLaundry function to perform tasks like wash,dry and rinse in a specific order , you will be given timeouts (use callback functions)
      Responder à pergunta
      7