Trainee Software Engineer applicants have rated the interview process at GlobalLogic with 2.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 66% positive. This is according to Glassdoor user ratings.
Candidates applying for Trainee Software Engineer roles take an average of 1 day to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at GlobalLogic overall takes an average of 12 days.
Common stages of the interview process at GlobalLogic as a Trainee Software Engineer according to 2 Glassdoor interviews include:
Skills test: 50%
Phone interview: 50%
Here are the most commonly searched roles for interview reports -
2 technical rounds and 1 hr round.
Had questions from resume, some logical reasoning and basic programs.
Threads, hashmap, hashset and few questions from Data structures. learn about the use of each data structure
I applied through college or university. The process took 1 day. I interviewed at GlobalLogic (Bengaluru) in Aug 2024
Interview
First round was online assessment , after shortlisting, it was followed by 3 rounds of interview. First round is technical assessment, next managerial ,last is hr . Every process was held smoothly , the interviwer's were good and polite.
Interview questions [1]
Question 1
First round is technical assessment, they will ask to write a code or two and lil bit of aptitude , next managerial in which situations will be given and we will have to answer accordingly, last is hr in which they asked about relocating , family etc. In every interview round they have asked to explain about the projects. Every process was held in online mode.
The process took 2 weeks. I interviewed at GlobalLogic (Hyderābād) in Sep 2024
Interview
Technical Round
Totally based on your resume. Make sure whatever you wrote in your resume is legit and can explain everything you worked on regarding it. Be confident in whatever you speak. Be eager to learn about the company and their work culture, not just for the interview but you can get a brief about how they work as well.
In my case, Java is my most proficient. A few of the questions I could recall are [These all are based on my resume]:
–> What is OOPS? What are its concepts?
–> Java Interface
–> JDK vs JRE vs JVM
–> Framework-related questions , such as libraries used in ExpressJS.
–> Postman GET,FETCH,POST questions
–>Linear search, Binary Search
–> Sorting algorithms
–> SQL queries (IF SQL EXISTS IN YOUR RESUME)
–> Garbage collections, java libraries.
–> Coding problems:
Sort an array (I asked if I can use built-in methods, They said yes)
And an algorithm for the inputs:
ABCDEA
Output:
ABCDE2
Basically print the frequency if greater or equal to two for the strings
Did it using HashMap (They asked only for algorithm)
–> Just Make sure your perfect to explain your projects, internships (if any) what did you accomplish there, certificates(were asked for a few but not me), hobbies, interests etc.
Manager Round
–> Your interests, your career goals, why globallogic type of questions, more of a conversation rather than interview.
–> Pretty chill overall.
–> Chances of SQL and Databases questions are pretty high.
–> Make sure to revise OOPS concepts.
HR Round
Similar to HR round- a chill convo.
–> Few questions regarding your favourite project.
–> So far your best project.
–> Preferred locations etc.
Interview questions [1]
Question 1
–> What is OOPS? What are its concepts?
–> Java Interface
–> JDK vs JRE vs JVM
–> Framework-related questions , such as libraries used in ExpressJS.
–> Postman GET,FETCH,POST questions
–>Linear search, Binary Search
–> Sorting algorithms
–> SQL queries (IF SQL EXISTS IN YOUR RESUME)
–> Garbage collections, java libraries.
–> Coding problems:
Sort an array (I asked if I can use built-in methods, They said yes)
And an algorithm for the inputs:
ABCDEA
Output:
ABCDE2