J'ai postulé en ligne. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Global Relay (Vancouver, BC)
Entretien
1 screening call by HR, 1 technical screening, 120 min online coding assessment, 90 min face-to-face technical interview, 30 min cultural interview
Low balled in the last minute and hence declined the offer.
Questions d'entretien [1]
Question 1
Java questions - error vs exception, stack vs heap, memory allocation in Java
J'ai postulé en ligne. J'ai passé un entretien chez Global Relay (Londres, Angleterre) en juil. 2025
Entretien
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
Questions d'entretien [1]
Question 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
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Global Relay en févr. 2025
Entretien
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
Questions d'entretien [1]
Question 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?
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Global Relay (Londres, Angleterre) en févr. 2025
Entretien
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.
Questions d'entretien [1]
Question 1
Heap vs Stack. == and .equals(), final finalize finally thread local immutable class.