Candidatei-me online. Fui entrevistado pela Tripadvisor em jan. de 2023
Entrevista
Applied for the role and had a phone call. it was about behevioural and then had a coding interview the next week. the overall experience was good, since there was no OA.
Thank you for taking the time to provide feedback. We strive to create a positive experience for all of our candidates, and we're thrilled to hear this was the case for you.
Outras avaliações de entrevista de vagas de Software Engineer(Internship) da empresa Tripadvisor
Candidatei-me de outra forma. O processo levou 1 semana. Fui entrevistado pela Tripadvisor (Waltham, MA) em abr. de 2025
Entrevista
They asked me what my favorite project I solved was. They also asked me about my background. Then they ended with a technical interview. It was about one hour long.
Perguntas de entrevista [1]
Pergunta 1
Write a Java program that takes a string s consisting of words separated by single spaces. Your task is to reverse the characters of each word in the sentence while preserving the original whitespace and the order of the words.
For example, if the input string is: "reverse this"
the output should be: "esrever siht"
2 algo problem: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.
Perguntas de entrevista [1]
Pergunta 1
2 algo problem: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.