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

      Travelfusion

      Empresa engajada

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


      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.

      Entrevista para Java Developer

      17 de fev. de 2015
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra
      Entrevista difícil

      Candidatura

      Candidatei-me online. Fui entrevistado pela Travelfusion em fev. de 2015

      Entrevista

      I had applied online and got an email from the company saying there will be a test on html and java. The test questions were sent through email and to reply by email only. Have given the test today itself. Waiting for the result

      Perguntas de entrevista [1]

      Pergunta 1

      1. Please consider the HTML below. Assuming it is stored in a String variable, can you write a short Java program to retrieve all the ‘beverages’ from the list shown below. You should assume there could be any number of lists, with any number of items, and in any order, but there will only be one list of beverages. <html> <body> <p>Coders favourite music genre:</p> <ol> <li>House</li> <li>Ballad</li> <li>Dance</li> </ol> <p>Coders favourite beverage:</p> <ol> <li>Coffee</li> ................................................................................ <li>Tea</li> <li>Coke</li> </ol> <p>Coders favourite phrase:</p> <ol> <li>Pfff</li> <li>Damn</li> <li>It works</li> </ol> </body> </html> Consider the following HTML source of the page ‘test.html’ below: <html> <form name="sample" action=”?”> <input type="checkbox" name="field1" /> <input type="hidden" name="field2" id="field_2" /> <input type="radio" name="field3" value="X" /> <input type="radio" name="field3" value="Y" /> <input type="button" oncl1ck="document.getElementById('sample').submit();" value="Submit form" /> <input type=”submit” name=”clicked” value=”Click me” /> </form> </html> 2-Looking at the form above, to which page will the data be sent ? 3-What would be the HTTP method through which the form data will be transmitted ? 4-What will be the value of the checkbox ‘field1’, if the form was submitted as it is ? Hint: the checkbox that is not ticked. 5-What would be the result of clicking the ‘Submit form’ button ? Hint: see the bolded text above, before answering this question.
      2 respostas
      2

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

      Entrevista para Java Software Developer

      5 de nov. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência negativa
      Entrevista difícil

      Candidatura

      Candidatei-me online. O processo levou 5 dias. Fui entrevistado pela Travelfusion em jun. de 2025

      Entrevista

      The HR reaches out via an email asking you questions about your location & your coding level. Afterwards, they give you an online coding test and they ask you to complete it. Overall, if you haven't studied data structures & leet code it is going to hard.

      Perguntas de entrevista [3]

      Pergunta 1

      What is your Java level?
      Responder à pergunta

      Pergunta 2

      If you are located on the job's description location & if you are willing to relocate
      Responder à pergunta

      Pergunta 3

      If you are able to attend an in-person interview
      Responder à pergunta

      Entrevista para Java Software Developer

      29 de jun. de 2025
      Funcionário(a) sigiloso(a)
      Xangai, Xangai
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Travelfusion (Xangai, Xangai) em jun. de 2025

      Entrevista

      First take part in paper test for java and then do the exam on the computer and then interview with technology interviewer for the paper test and computer test and then interview with the hr interviewer and finally chat with the director to take up a comprehensive interview and then over the full interview.

      Perguntas de entrevista [1]

      Pergunta 1

      how an arraylist grows dynamically
      Responder à pergunta

      Entrevista para Java Software Engineer

      10 de jul. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 5 dias. Fui entrevistado pela Travelfusion em jul. de 2024

      Entrevista

      Online programming test with 2 questions testing algorithmic knowledge. The test was performed through an automated system called testdome, which monitors you during the test (screensharing and camera), generally a positive experience. Each question has a time limit of 30 minutes to complete, and it also has an embedded solution tester to verify the correct answer.

      Perguntas de entrevista [2]

      Pergunta 1

      The first question was about a given number of items, and 2 types of packages, first one could carry 5 items and the second only 1 and the question was: What is the minimal number of packages required to carry all the items with given number of packages? So you actually had 3 parameters, the number of items, the number of large packages and small packages and you should have returned the minimal packages that could carry the items. If the packages were not enough to carry the items the function should return -1. There was a static function ready to populate.
      1 resposta

      Pergunta 2

      The second question was about the height of a binary tree. There was a Node class given with 2 Node children left and right, and a simple binary tree with 4 members including the root.
      Responder à pergunta

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

      avatar
      TBO.com
      3.7★Remuneração e benefícios
      avatar
      CuddlyNest
      3.6★Remuneração e benefícios