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 Engineer Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top GlobalLogic Software Engineer Interview Questions and Answers

View all 44 questions

GlobalLogic Software Engineer Interview Experiences

56 interviews found

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

There was test on computer which checks your database and technology knowledge.

Round 2 - Technical 

(2 Questions)

  • Q1. What is sql definition and uses?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language.

    • It is used to communicate with and manipulate databases.

    • SQL can be used to retrieve data, update data, insert data, and delete data from databases.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE.

    • Examples of SQL database systems include MySQL, PostgreSQL, Oracle, SQL Server.

  • Answered by AI
  • Q2. What is java and explain it's concepts.
  • Ans. 

    Java is a high-level programming language known for its portability, security, and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).

    • It is object-oriented, allowing for the creation of reusable code through classes and objects.

    • Java is known for its security features, such as sandboxing and encryption.

    • It supports multithreading, allowing for concurr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all technical and non technical questions for hr round and technical round.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to moderate level question

Round 2 - Coding Test 

Duration 120 minute topic - dp and graph

Interview Preparation Tips

Topics to prepare for GlobalLogic Software Engineer interview:
  • dp
  • Data Structures
Interview preparation tips for other job seekers - Coding test is little tough

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array, String Based, Program, OOps Concepts

Round 2 - Technical 

(4 Questions)

  • Q1. OOPS, OOPs Programs, Psuedocodes
  • Q2. OOPs Pillars, OOPs vs Procedural Program
  • Q3. Algorithm, Reverse String Program
  • Q4. Flowcharts of If and Nested If Scenarios
  • Ans. 

    Understanding flowcharts for If and Nested If scenarios in software engineering.

    • Flowcharts visually represent the logic of a program using symbols and arrows.

    • If statements are represented by a diamond shape with a condition inside.

    • Nested If scenarios involve multiple levels of If statements within each other.

    • Each branch in a flowchart represents a possible path the program can take based on conditions.

    • Example: If x > 5...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Managerial check, Scenario Based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Trying Don't Stop until you got the offer.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is unique key?
  • Ans. 

    A unique key is a field or combination of fields in a database table that uniquely identifies each record in the table.

    • A unique key ensures that no two records in a table have the same values for the specified key fields.

    • It can be a single field or a combination of multiple fields.

    • Unique keys are used to enforce data integrity and prevent duplicate entries.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What did you learn from your 4 years of clg experience?

GlobalLogic interview questions for designations

 Senior Software Engineer

 (43)

 Associate Software Engineer

 (15)

 Software Engineer Trainee

 (12)

 Junior Software Engineer

 (1)

 Software Development Engineer

 (1)

 Embedded Software Engineer

 (1)

 Software Developer

 (21)

 Software Consultant

 (1)

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

(3 Questions)

  • Q1. Basics JavaScript questions
  • Q2. What are promises
  • Ans. 

    Promises are a feature in JavaScript that allow asynchronous operations to be handled in a more organized and readable way.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • They are used to handle asynchronous code and avoid callback hell.

    • Promises have three states: pending, fulfilled, or rejected.

    • They can be chained together using methods like .then() and .catch().

    • Prom...

  • Answered by AI
  • Q3. What is event loop
  • Ans. 

    Event loop is a mechanism that allows a program to efficiently handle and respond to multiple events or tasks concurrently.

    • Event loop is commonly used in asynchronous programming.

    • It manages the execution of tasks or events in a non-blocking manner.

    • Event loop continuously checks for events or tasks and executes them when they are ready.

    • It helps prevent blocking and allows for efficient utilization of system resources.

    • Ex...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL were asked , advance js

Skills evaluated in this interview

Get interview-ready with Top GlobalLogic Interview Questions

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

(1 Question)

  • Q1. Java 8, Spring boot related
Round 2 - Technical 

(1 Question)

  • Q1. Count number of occurences of characters in a string
  • Ans. 

    Count occurrences of characters in a string

    • Iterate through the string and use a hashmap to store character counts

    • Handle both uppercase and lowercase characters separately

    • Consider using ASCII values for efficient counting

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Ascend Program explanation and normal general questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Normal ds algo problem and mcqs

Round 2 - Group Discussion 

General gd o n any topic, were looking for communication

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array and Sorting questions

Round 2 - Coding Test 

Merge sort and Some ARC related questions

Round 3 - HR 

(2 Questions)

  • Q1. As usual questions
  • Q2. Why you want to get hired?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

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 - Aptitude Test 

Aptitude question, tech question. All are mcq.

Round 3 - Coding Test 

Coding test on hackerrank.

Round 4 - Technical 

(1 Question)

  • Q1. Give some coding question and ask to solve it.
Round 5 - HR 

(2 Questions)

  • Q1. General discussion.
  • Q2. Like joing date, package

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Java 8, Springboot and microservices.

Interview Preparation Tips

Interview preparation tips for other job seekers - Core Java, Java8 , Springboot and Microservices.

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Software Engineer 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 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 HTML, Java, Python, Healthcare and Software Engineering.
What are the top questions asked in GlobalLogic Software Engineer interview?

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

  1. What is the IDisposal? Give an example used in the applicsti...read more
  2. What is Solid Principle? Give the examples used in your applicati...read more
  3. How you will handle Exceptions in Spring Bo...read more
How long is the GlobalLogic Software Engineer interview process?

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

Tell us how to improve this page.

GlobalLogic Software Engineer Interview Process

based on 49 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more
GlobalLogic Software Engineer Salary
based on 3k salaries
₹3.1 L/yr - ₹12.7 L/yr
7% less than the average Software Engineer Salary in India
View more details

GlobalLogic Software Engineer Reviews and Ratings

based on 326 reviews

3.6/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.1

Salary

3.6

Job security

3.6

Company culture

2.7

Promotions

3.3

Work satisfaction

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

₹1.2 L/yr - ₹5 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

₹5.2 L/yr - ₹22.5 L/yr

Analyst
3.1k salaries
unlock blur

₹1.2 L/yr - ₹5.5 L/yr

Software Engineer
3k salaries
unlock blur

₹3 L/yr - ₹12.7 L/yr

Associate Consultant
2.9k salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview