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

      TIAA

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa TIAA | Vagas da empresa TIAA | Salários da empresa TIAA | Benefícios da empresa TIAA
      Entrevistas da empresa TIAAEntrevistas do cargo de Backend Java Developer da empresa TIAAEntrevista da empresa TIAA


      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
      Nuri
      3.7★Remuneração e benefícios
      ABB
      4.3★Remuneração e benefícios
      SBFIC
      4.6★Remuneração e benefícios
      avatar
      EBRD
      3.8★Remuneração e benefícios

      Buscas de vagas

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

      Entrevista para Backend Java Developer

      21 de jun. de 2017
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência negativa

      Outras avaliações de entrevista de vagas de Backend Java Developer da empresa TIAA

      Entrevista para Java Backend Developer

      11 de fev. de 2018
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por meio de recrutador(a). Fui entrevistado pela TIAA em fev. de 2018

      Entrevista fácil

      Candidatura

      Candidatei-me por meio de uma agência de recrutamento. Fui entrevistado pela TIAA em jun. de 2017

      Entrevista

      First round was ok, mostly theory kind questions like what is JVM what is classloader different types of compilers what is byte code etc mostly straight forward questions. Second interviewer was acting too smart, he gave me a problem which is np complete and then he twiked a condition in the problem which according to him will make it solvable, and then I started my questions about the problem and came up with multiple scenarios where his little twik will fail, which may have hurted his ego, and he said I am not solving problem correctly I am thinking about too many scenrios which according to him is not good. For the record when we approach problem we first take a sample case and see how we can solve that problem manually then we device an algorithm to solve the problem. When we select sample there are few cases which we need to ask to the person who gave us the problem and it is expected that that person should be able to respond to all the answers. And asking more questions about the problem is actually a good sign that the person who is trying to solve a problem is not focusing on one aspect only. This is how we solve problem. I think something opposite is happening in TIAA interviews apparently....:D

      Perguntas de entrevista [4]

      Pergunta 1

      what is jvm
      Responder à pergunta

      Pergunta 2

      what is classloader
      Responder à pergunta

      Pergunta 3

      how jvm work internally
      Responder à pergunta

      Pergunta 4

      how spring transactions work with jdbc transactions
      Responder à pergunta

      Entrevista

      I got a call through consultancy in Pune India. 1st round - Telephonic with MCQ of java After clearing the 1st round i was called for F2F interview. 2nd round - written exam containing 5 MCQs and 2 programs. Time alloted was 45mins 3rd round - F2F interview, they interviewed me for 1 hour. Asked the ques. Of Collection Framework, Algorithms, Multithreading, Design Pattern, SQL query, Spring Framework, Servlet, Rest WS. 4th round - It was very tough, he asked ques.from the technical domains which were mentioned in my resume. It was a kind of rapid fire round. You wont be given much time to think, directly you have to answer the questions. 5th round - HR round... i am still waiting for this round.

      Perguntas de entrevista [1]

      Pergunta 1

      how hashmap works internally. contract between equals and hashcode method. methods present in Object class. WAP which accepts any text as an input and find whether if any repeated words are there in the text. linkedlist program for two linkedlists which meets at a particular node. unix command to search a particular string in multiple files. Rest WS architecture. And explanation of Post and Get request. Annotations of Rest WS. Exception handling in Rest. design Spring IoC container of your own. Spring beans scope. DI working principle xml parsers in java and how to read xml file in java. shallow n Deep cloning. LinkedList program. Junit Mockito framework and its working principle. Thread pool and thread dump. WAP which takes 2 inputs : 1st input - manger employee id 2nd input - 1 : 2 3 4 3 : 5 6 7 5 : 8 9 10 where 1 , 3 and 5 represents mangers empId and others represent emp id Now the for the 1st input the program shall return the empIds of all employees who are repprting to the manager directly or indirectly. sample input 3 1 : 2 3 4 3 : 5 6 7 5 : 8 9 10 sample output- 5 6 7 8 9 10 i solved it using Map<Integer, List<Integer>>
      Responder à pergunta
      3