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

Filter interviews by

GlobalLogic Software Developer Interview Questions and Answers

Updated 23 May 2025

17 Interview questions

A Software Developer was asked 7mo ago
Q. Write a program to generate the Fibonacci sequence.
Ans. 

Program to generate Fibonacci series using iterative approach.

  • Initialize variables for first two numbers in series

  • Use a loop to calculate and print next numbers in series

  • Repeat until desired number of terms is reached

A Software Developer was asked 8mo ago
Q. Write code to find the length of a string.
Ans. 

Code to find the length of a string in an array of strings

  • Iterate through each string in the array and use the length property to find the length of each string

  • Store the length of each string in a separate array or print it out directly

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked 10mo ago
Q. Explain the React component lifecycle.
Ans. 

React life cycle components are methods that are automatically called at different stages of a component's life cycle.

  • Mounting: constructor, render, componentDidMount

  • Updating: render, componentDidUpdate

  • Unmounting: componentWillUnmount

🔥 Asked by recruiter 2 times
A Software Developer was asked
Q. What is the difference between a comparator and comparable?
Ans. 

Comparator is an interface used to compare objects, while comparison is the act of comparing two or more objects.

  • Comparator is an interface in Java used to define custom sorting logic for objects.

  • Comparison is the process of evaluating the similarities and differences between two or more objects.

  • Comparator is used in sorting algorithms like Collections.sort() to define the sorting order.

  • Comparison is a general ter...

What people are saying about GlobalLogic

View All
a software engineer
2d
Salary talk coming up—how to bridge the gap?
I applied for a Software Engineer position and mentioned 15 LPA as expected CTC in the initial call. After acing the technical rounds, I checked AmbitionBox and other sites, and the average comp seems to be around 19 LPA. Now, how do I bring this up with HR in the next round and negotiate to close that CTC gap? Kindly advice.
Got a question about GlobalLogic?
Ask anonymously on communities.
A Software Developer was asked
Q. What is a stack, and can you provide an example?
Ans. 

A stack is a data structure that follows the Last In First Out (LIFO) principle.

  • Elements are added and removed from the top of the stack.

  • Common operations include push (add element) and pop (remove element).

  • Example: Undo functionality in a text editor.

A Software Developer was asked
Q. How do you implement run time polymorphism?
Ans. 

Run time polymorphism is achieved in object-oriented programming by using virtual functions and pointers.

  • Use base class with virtual functions

  • Create derived classes that override the virtual functions

  • Use pointers of base class type to store objects of derived classes

  • Call the virtual functions through the base class pointers to achieve polymorphism

A Software Developer was asked
Q. What is java ? why globalogiv etc
Ans. 

Java is a popular programming language used for developing a wide range of applications.

  • Java is an object-oriented language known for its platform independence.

  • It is used for developing web applications, mobile apps, enterprise software, and more.

  • Java is widely used in the industry due to its robustness, security, and scalability.

  • Globalogiv is likely a typo or a specific term related to a particular project or com...

Are these interview questions helpful?
A Software Developer was asked
Q. What is dependency injection?
Ans. 

Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

  • Dependency injection helps in achieving loose coupling between classes.

  • It allows for easier testing by providing a way to mock dependencies.

  • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Example: In a Java application, a ser...

A Software Developer was asked
Q. 

Middle of a Linked List

You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.

If there is an odd number of elements, return the m...

Ans. 

Return the middle element of a singly linked list, or the one farther from the head if there are even elements.

  • Traverse the linked list with two pointers, one moving twice as fast as the other

  • When the fast pointer reaches the end, the slow pointer will be at the middle

  • If there are even elements, return the one that is farther from the head node

  • Handle edge cases like linked list of size 1 or empty list

A Software Developer was asked
Q. What is meant by an interface in Object-Oriented Programming?
Ans. 

An interface in OOP defines a contract for classes to implement, specifying methods without implementation details.

  • An interface contains method signatures without any implementation.

  • Classes can implement multiple interfaces in Java.

  • Interfaces are used to achieve abstraction and multiple inheritance in OOP.

  • Example: Java interface 'Runnable' with 'run()' method.

GlobalLogic Software Developer Interview Experiences

23 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

SQL , CODING QUESTION PYTHON

Round 2 - Technical 

(2 Questions)

  • Q1. BASIC SQL QUESTIOS
  • Q2. OOPS 4 PILLARS INHERITANCE ETC
Round 3 - HR 

(2 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiarity with version control systems like Git

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. WHAT DO YOU KNOW ABOUT YOUR COMPANY
  • Ans. 

    Company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Company has a strong reputation for delivering high-quality software products

    • Specializes in creating custom solutions for clients in different industries

    • Known for innovative and cutting-edge technology solutions

    • Has a diverse portfolio of successful projects

    • Company values teamwork and collaboration in thei...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Easy to medium aptitude

Round 2 - Group Discussion 

GD on recent topics "ISRO"

Round 3 - Technical 

(1 Question)

  • Q1. Write a code for finding length of string
  • Ans. 

    Code to find the length of a string in an array of strings

    • Iterate through each string in the array and use the length property to find the length of each string

    • Store the length of each string in a separate array or print it out directly

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How well do you work in a team
  • Ans. 

    I work well in a team, collaborating effectively and communicating openly with team members.

    • I have experience working in cross-functional teams on various projects

    • I actively participate in team meetings and discussions

    • I am able to listen to others' ideas and provide constructive feedback

    • I am adaptable and willing to take on different roles within the team as needed

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is css box model?
  • Q2. What is react hook
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability ...

  • Answered by AI
  • Q2. Write a program for fibonacchi series?
  • Ans. 

    Program to generate Fibonacci series using iterative approach.

    • Initialize variables for first two numbers in series

    • Use a loop to calculate and print next numbers in series

    • Repeat until desired number of terms is reached

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Ankit Asthana

posted on 29 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Time complexity and space complexity

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2024.

Round 1 - Coding Test 

Stacks,queues,linked lists, graphs

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks, queues, linked lists, graphs
  • Q2. Sorting, searching, swapping, machine learning
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Will AI replace humans ?

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Given two strings, write a Java program to determine whether they are anagrams of each other in O(n) time complexity.
  • Ans. 

    Anagrams are words formed by rearranging the letters of another. This program checks if two strings are anagrams in O(n) time.

    • Character Count: Use an array of size 26 (for lowercase letters) to count occurrences of each character in both strings.

    • Comparison: After counting, compare the two arrays. If they are identical, the strings are anagrams.

    • Example: 'listen' and 'silent' both have the same character counts: l=1, i=1...

  • Answered by AI
  • Q2. You have the following two tables: Table: Orders | OrderID | CustomerID | OrderDate | |---------|------------|------------| | 1 | 101 | 2023-01-10 | | 2 | 102 | 2023-01-12 | | 3 | 101 | 2023-01-14 | Table:...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Whats your experience in Elk ? Why ELK

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between comparator and comparison
  • Ans. 

    Comparator is an interface used to compare objects, while comparison is the act of comparing two or more objects.

    • Comparator is an interface in Java used to define custom sorting logic for objects.

    • Comparison is the process of evaluating the similarities and differences between two or more objects.

    • Comparator is used in sorting algorithms like Collections.sort() to define the sorting order.

    • Comparison is a general term use...

  • Answered by AI
  • Q2. Implement run time polymorphism
  • Ans. 

    Run time polymorphism is achieved in object-oriented programming by using virtual functions and pointers.

    • Use base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers of base class type to store objects of derived classes

    • Call the virtual functions through the base class pointers to achieve polymorphism

  • Answered by AI
  • Q3. What is stack with an example
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack.

    • Common operations include push (add element) and pop (remove element).

    • Example: Undo functionality in a text editor.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare oops for global logic ans some basic coding questions

Skills evaluated in this interview

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Software Developer interview?
GlobalLogic interview process usually has 2-3 rounds. The most common rounds in the GlobalLogic interview process are Technical, HR and Coding Test.
How to prepare for GlobalLogic Software Developer 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, Javascript, Java, C++ and HTML.
What are the top questions asked in GlobalLogic Software Developer interview?

Some of the top questions asked at the GlobalLogic Software Developer interview -

  1. You have the following two tables: Table: Orders | OrderID | CustomerID | Order...read more
  2. Given two strings, write a Java program to determine whether they are anagrams ...read more
  3. what is java ? why globalogiv ...read more
How long is the GlobalLogic Software Developer interview process?

The duration of GlobalLogic Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 21 interview experiences

Difficulty level

Easy 15%
Moderate 85%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more
GlobalLogic Software Developer Salary
based on 561 salaries
₹4.5 L/yr - ₹16.4 L/yr
At par with the average Software Developer Salary in India
View more details

GlobalLogic Software Developer Reviews and Ratings

based on 63 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.0

Salary

3.7

Job security

3.9

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 63 Reviews and Ratings
Associate Analyst
4.4k salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Senior Software Engineer
3.6k salaries
unlock blur

₹4.7 L/yr - ₹28.8 L/yr

Analyst
3.2k salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Software Engineer
3.2k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Associate Consultant
3.1k salaries
unlock blur

₹16.2 L/yr - ₹30 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.7
Compare

DXC Technology

3.6
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview