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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

In coding round I have to solve 1 coding question.

Round 2 - Technical 

(3 Questions)

  • Q1. What is MVC architecture
  • Ans. 

    MVC architecture is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly

    • Example: In a web application, the Model could be a databas...

  • Answered by AI
  • Q2. Questions on oops concepts
  • Q3. What is serialisation and serialisation where actually it used?
  • Ans. 

    Serialisation is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialisation is used in data storage and transmission, allowing objects to be saved to a file or sent over a network.

    • It is commonly used in programming languages to convert objects into a byte stream for storage or communication.

    • Examples include saving an object to a file in JSON or XML format, or sending an obj

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Introduce about yourself
  • Q2. What you do in your free time
  • Q3. Why you choose IT

Interview Preparation Tips

Interview preparation tips for other job seekers - If you giving interview as a java developer then oops,sql, exception handling, string or array based coding question, java 8 features are important

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 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 

Java Coding, Spring, aptitude, java MCQ, speeking and writing test

Round 3 - One-on-one 

(2 Questions)

  • Q1. 2-3 Coding questions string hashing, reverse linked list, create linked list from scratch
  • Q2. All kind of Java questions
Round 4 - HR 

(2 Questions)

  • Q1. Strength and weakness
  • Q2. Introduction, current and expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on problem solving Data structure and algorithms

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
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Count the frequency of the charcters in a word
  • Ans. 

    To count the frequency of characters in a word, iterate through the word and store the count of each character in a data structure.

    • Create a map or dictionary to store the count of each character

    • Iterate through the word and update the count of each character in the map

    • Return the map with character frequencies

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its basic consists of problems from quantitive and reasoning

Round 2 - Coding Test 

There are 3 coding question one 2 is of easy difficulty and one of medium

Round 3 - HR 

(1 Question)

  • Q1. Its mainly about hobbies and all

GlobalLogic interview questions for designations

 Senior Software Engineer

 (43)

 Associate Software Engineer

 (15)

 Software Engineer Trainee

 (12)

 Software Development Engineer

 (1)

 Junior Software Engineer

 (1)

 Embedded Software Engineer

 (1)

 Software Developer

 (21)

 Software Consultant

 (1)

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

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 exception collection string
  • Q2. Springboot and rest api
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Get interview-ready with Top GlobalLogic Interview Questions

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

Round 1 - Coding Test 

DSA problem, Core Java, Kotlin basics, DI, Architecture, use case problems

Round 2 - HR 

(1 Question)

  • Q1. Expectations, reason for job change, previous work related..

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview levels are medium, before joining just check with your Manager & HR about the project and client interview details.

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. N number of questions they ask. Totally 2round technical one mangarial round . These questions they ask me ,Solid principal , dependency injection, factory design patterns , ref&out , oops , collection (ab...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident just answer simple way.

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What is inheritance, abstract class, override, Interface and everything in oops.
  • Ans. 

    Inheritance, abstract class, override, and interface are all concepts in object-oriented programming.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Abstract classes cannot be instantiated and are used as a blueprint for other classes.

    • Override is used to provide a new implementation for a method that is already defined in a parent class.

    • Interfaces define a set of methods that a class mus...

  • Answered by AI
  • Q2. What is full text index?
  • Ans. 

    Full text index is a database index that allows for efficient text-based searching.

    • Full text index is used to search for specific words or phrases within a large amount of text data.

    • It is commonly used in search engines, document management systems, and social media platforms.

    • Full text index can be created on one or more columns of a table in a database.

    • It uses techniques such as stemming, stop words, and word proximit...

  • Answered by AI
  • Q3. What do you know about the constructors and destructors?
  • Ans. 

    Constructors and destructors are special methods used in object-oriented programming languages to initialize and destroy objects.

    • Constructors are used to initialize objects when they are created.

    • Destructors are used to clean up resources used by an object when it is destroyed.

    • Constructors have the same name as the class and are called automatically when an object is created.

    • Destructors have the same name as the class p...

  • Answered by AI
  • Q4. Difference between php 5 and php 7?
  • Ans. 

    PHP 7 is faster, more secure and has new features compared to PHP 5.

    • PHP 7 has improved performance with up to 2x faster execution

    • PHP 7 has better error handling and type declarations

    • PHP 7 has new operators and functions like spaceship operator and null coalescing operator

    • PHP 7 has removed deprecated features like mysql extension

    • PHP 7 has improved support for Unicode

    • PHP 7 requires 64-bit architecture

    • PHP 7 has improved m...

  • Answered by AI
  • Q5. Php caching techniques, how session works in PHP? What are the security to prevent token hijack in API?
  • Ans. 

    PHP caching, session handling, and API token security

    • PHP caching techniques include opcode caching, data caching, and query caching

    • Session handling in PHP involves creating a unique session ID for each user and storing session data on the server

    • To prevent token hijacking in APIs, use HTTPS, set expiration times for tokens, and use token revocation

    • Other security measures include input validation, output encoding, and us

  • Answered by AI
  • Q6. MySql: what are store procedures, Indexes and virtual tables.
  • Ans. 

    Store procedures, indexes, and virtual tables are important features of MySql.

    • Store procedures are pre-written code blocks that can be executed on demand.

    • Indexes are used to speed up database queries by creating a quick lookup table.

    • Virtual tables are temporary tables that are created on the fly and do not persist in the database.

    • Examples of store procedures include creating a new user or updating a record.

    • Examples of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to know OOPS very well and core PHP and MySQL ( joins ) very well to crack interview. All verbal not a single line of code need to written.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oops( why abstract classes over interface)
  • Ans. 

    Abstract classes provide implementation while interfaces only provide contracts.

    • Abstract classes can have both abstract and non-abstract methods while interfaces can only have abstract methods.

    • Abstract classes can be used to provide default implementations for methods while interfaces cannot.

    • Abstract classes can have constructors while interfaces cannot.

    • Interfaces are useful when implementing multiple inheritance while...

  • Answered by AI
  • Q2. In Sql, joins,SP, cross join, CTE, temp tables, transaction
  • Q3. Mvc life cycles, types of caching, Session management, Filters in MVC

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeo your basics strong
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2022. There were 4 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 

Data Structure based coding problems

Round 3 - Technical 

(1 Question)

  • Q1. Mostly related to data structure. Also cover basics. Some coding questions need to be solved in front of interviewer
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself? Will you be ready to relocate? Why do you want to join company

Interview Preparation Tips

Topics to prepare for GlobalLogic Software Engineer interview:
  • Data Structures
  • Database
  • Java
Interview preparation tips for other job seekers - Focus on data structure and one programming language, prefer java

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