Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GlobalLogic Team. If you also belong to the team, you can get access from here

GlobalLogic Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 4.3k Reviews

Filter interviews by

GlobalLogic Software Development Engineer Interview Questions and Answers

Updated 10 Jun 2023

GlobalLogic Software Development Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Some basic questions on maths and dfs and bfs.

Round 3 - Technical 

(2 Questions)

  • Q1. On the basis of the project and your cs subjects mentioned in the resume
  • Q2. Height of the binary tree, factorial code in python
  • Ans. 

    Calculate the height of a binary tree and implement factorial code in Python.

    • To calculate the height of a binary tree, you can use a recursive approach where you find the height of the left and right subtrees and return the maximum height plus one.

    • For factorial code in Python, you can use a recursive function that multiplies the current number with the factorial of the previous number until reaching 1.

    • Example for calcu...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair

Round 1 - Aptitude Test 

Verbal, reasoning,aptitude

Round 2 - Technical 

(1 Question)

  • Q1. MCQs related to CS
Round 3 - Coding Test 

2Coding questions and it was moderate level

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

We will get one assessment link which have 2 coding questions.

Round 2 - Aptitude Test 

We get another link for aptitude test after clearing first assessment only.

Round 3 - One-on-one 

(1 Question)

  • Q1. We have 30 min one on one round interview. They ask some technical questions. But in my prospect it was easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply for graduate roles to get job easily at Amazon
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was simple and easy, anyone can solve it

Round 2 - English Communication 

(1 Question)

  • Q1. In this round we had to record videos of ourselves speaking based on some topic they provide.
Round 3 - Technical 

(1 Question)

  • Q1. The most of the part was HR questions, they only asked for my previous projects as technical.

Interview Preparation Tips

Topics to prepare for UST Software Development Engineer interview:
  • HR
  • Project
Interview preparation tips for other job seekers - Be sure to add as many projects you have to the resume.

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic java questions along with oops concepts
  • Q2. Spring mvc and spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for the company, as its service based it may not have good perks. But still good.

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

About flow control and abstract classes and methods.

Round 3 - Coding Test 

Simple logical codes and in syntax about.

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Software Development Engineer interview:
  • Java
  • C++
  • C
Interview preparation tips for other job seekers - Sir,
You can every questions about skill related thank you sir.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average to easy difficulty level.

Round 2 - Technical 

(3 Questions)

  • Q1. Java code of string manipulation
  • Q2. What is the Java code for various types of sorting algorithms?
  • Q3. Sql query and topics related to joins.
Round 3 - HR 

(4 Questions)

  • Q1. About yourself and family
  • Q2. What do you know about the company?
  • Q3. Can you provide examples of real-life scenarios where you handled conflicts with either a colleague or a manager?
  • Q4. What actions would you take if your manager does not approve your product idea, and how would you attempt to persuade them?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident; they will strive to comfort you despite any feelings of hesitation and nervousness. A foundational understanding of Java or C++, along with knowledge of data structures and algorithms (DSA), will be extremely advantageous. You should illustrate your potential contributions while also recognizing your limitations. Foster a positive atmosphere.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Software Development Engineer interview?
GlobalLogic interview process usually has 3 rounds. The most common rounds in the GlobalLogic interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for GlobalLogic Software Development Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GlobalLogic. The most common topics and skills that interviewers at GlobalLogic expect are Software Development, Github, Python, Selenium and AWS.

Tell us how to improve this page.

People are getting interviews through

based on 1 GlobalLogic interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
GlobalLogic Software Development Engineer Salary
based on 21 salaries
₹4.3 L/yr - ₹11.4 L/yr
53% less than the average Software Development Engineer Salary in India
View more details

GlobalLogic Software Development Engineer Reviews and Ratings

based on 4 reviews

3.9/5

Rating in categories

3.4

Skill development

3.8

Work-Life balance

2.1

Salary & Benefits

3.4

Job Security

4.1

Company culture

2.8

Promotions/Appraisal

3.5

Work Satisfaction

Explore 4 Reviews and Ratings
Associate Analyst
3.8k salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.1 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Software Engineer
2.9k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Consultant
2.7k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare GlobalLogic with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview