Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Sabre (Fairfield, IA) em jan. de 2016
Entrevista
At the first round, the recruiter will send you a link to take the video interview. My position is java developer for entry level. But the algorithm was so hard, total two. First one is a algorithm is you need to find the max value inside the array, use recursion.
Perguntas de entrevista [1]
Pergunta 1
A complement of a number is defined as the inversion (if the bit value = 0, change it to 1 and vice-versa) of all
bits of the number starting from the leftmost bit that is set to 1. For example, if N = 5, N is represented as 101
in binary. The complement of N is 010, which is 2 in decimal notation. Similarly if N = 50, then the complement
of N is 13. Complete the function getIntegerComplement(). This function accepts N as parameter. The function should
return the complement of N.The section of the program which parses the input and displays the output will be handled
by us. Your task is to complete the body of the function or method provided, and to return the correct output.
Candidatei-me online. Fiz uma entrevista na empresa Sabre.
Entrevista
there are some viedo questions. You need to watch and answer them ,one chance and there are also some coding questions, not difficult. there are some viedo questions. You need to watch and answer them ,one chance and there are also some coding questions, not difficult.
I was given an OA. First part was behavioral where i had to submit a video response(Only one attempt). Then i was asked mcqs and then i was asked 4 coding questions. I had 1 hour to complete that questions. I had to code in java. Questions where completely java-centric. Mainly string parsing. Logic was easy but looking out for syntax for string parsing was an headache. Overall it was good.
Still waiting for response.
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 3 semanas. Fui entrevistado pela Sabre (Dallas, TX) em dez. de 2019
Entrevista
They are using hirevue. The process is very awkward and weird. There are 15 questions about yourself first round then another 20 questions(multiple choices/coding challenge). It very time consuming, I'm not sure if I even want to work here. I wish they let me using other language to do the coding interview. I understand the concept and able to solve it in other language. I just hate using java for interview.
Perguntas de entrevista [1]
Pergunta 1
Giving an input array and target number. Find all the unique pair that sum up to the target number.
Giving an input of two (x,y) axis, find the distance between the two.