Me postulé en línea. Acudí a una entrevista en Global Relay (Londres, Inglaterra) en jul 2025
Entrevista
Applied online.
Get called by HR and get arranged an interview with Senior Software Development Manager.
Then moved to a technical interview
total two rounds, the process supposed to finish in 3 rounds
stage1: CV review and some basic Java questions
stage2: Technical interview 1:30 minutes (leet code style coding problem using CoderPad + technical questions)
stage3: culture fit interview
I got reject in stage2 for not performing well
Preguntas de entrevista [1]
Pregunta 1
Stage1(CV review): 1. diff btw final, finally, and finalize 2.how to make a class immutable 3.diff btw == operator and .equals method and how to use .equals method to compare two objects 4.what is ThreadLocal 5.diff btw Heap and Stack 5. what is Garbage collection
Stage2(coding and technical questions): 1. coding was about to find whether the array contains Pythagorean Triplet 2. what happens if your class implements two interfaces with a default method with same signature 3. what are SOLID principles, can you define them 4. diff btw Heap and Stack 5. Is java pass by value or pass by reference 6. diff btw Inheritance and composition 7. diff btw overriding and overloading 8. the coding problem method has a param Collections you need to know how to deal with this param solving the problem, do not assume you are always getting list, it might be Set as well
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Global Relay en feb 2025
Entrevista
4 rounds:
1. Initial Screening - 15 min call with Hiring HR
2. Technical Screening - 30 min call with senior developer
3. Coding Test followed by a discussion - 2 hours
4. HR Interview
Preguntas de entrevista [1]
Pregunta 1
What is Stack and Heap? What is garbage collection? What is deadlock and how to prevent it? How to check 3rd party libraries with random failure issue? What are the differences between error and exception? What is Hashmap? What are the differences between overriding and overloading? What are the differences between abstract and interface?
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Global Relay (Londres, Inglaterra) en feb 2025
Entrevista
first phone call with HR then second round with software developement manager.HR told me it would be just normal call he would ask you about your projects.you would get to know us. He asked me 5 java questions.I answered 4/5 questions and then instantly he said we would not be forwarding you and cut the call.I got the mail just after that. I felt it was a terrible experience. no feedback was given why I was rejected. I would suggest do not waste your time.
Preguntas de entrevista [1]
Pregunta 1
Heap vs Stack. == and .equals(), final finalize finally thread local immutable class.