I applied through a recruiter. I interviewed at GlobalLogic (Bukarest, ) in Feb 2025
Interview
There were three stages: a technical interview with the agency's engineers, a discussion with a manager from the client who keeps asking you technical questions, and finally, the last technical discussion with the team based on a project that I received the day before.
Interview questions [1]
Question 1
1. You receive a coding challenge where you are given a list of objects, which you must process according to the requirements. You can use foldLeft on those objects and a map collection for the accumulator(you may also be given the problem statement and have to create the objects based on what is announced).
2. Technical questions based on the project experiences in your CV.
3. In the exercise, you had to process two data streams(you will need to add a delay on one of the streams and use an in-memory cache, such as Redis). By the way, although in the problem statement, we had to filter the objects by a specific key, at the interview, they told me that the filtering had to be done by another key. Although I read the statement twice, they did not consider this.
I applied through a recruiter. I interviewed at GlobalLogic
Interview
First, a representative from the scrum team was hooked up and gave a very cursory presentation of the project. Afterwards it was possible to ask a couple of questions. Next is the technical part. The interview was conducted with a number of theory questions, at the end there was a practical part on live-coding.
Interview questions [1]
Question 1
Theory part: Rest-api, Http-codes, Sealed Classes in Java. Coupling.
Practical Task: Design an immutable class Employee with a mutable class Address
I applied through a recruiter. The process took 3 weeks. I interviewed at GlobalLogic (Boston, MA) in Dec 2021
Interview
The interview was straight forward it took two weeks and three interviews. one recruiter interview, next technical interview and another technical interview with client. The interview with the client had some system design questions
Interview questions [1]
Question 1
Create a data structure named 'MapSum' with the ability to perform two operations and a constructor.