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

Clear (1)

GlobalLogic Senior Software Engineer Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top GlobalLogic Senior Software Engineer Interview Questions and Answers

  • Q1. MapSum Pair Implementation Create a data structure named 'MapSum' with the ability to perform two operations and a constructor. Explanation: Implement the following: Ma ...read more
  • Q2. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: I ...read more
  • Q3. What’s the diff b/w comparator and comparable
View all 25 questions

GlobalLogic Senior Software Engineer Interview Experiences

42 interviews found

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are observables in Angular
  • Ans. 

    Observables are a way to handle asynchronous data streams in Angular.

    • Observables are similar to Promises but can handle multiple values over time.

    • They can be created using the RxJS library.

    • They can be used for handling HTTP requests, user input, and other asynchronous events.

    • Operators can be used to transform, filter, and combine observables.

    • Subscriptions are used to listen for and handle emitted values from observable

  • Answered by AI
  • Q2. What is the use of RxJS
  • Ans. 

    RxJS is a reactive programming library for JavaScript.

    • RxJS allows for easier management of asynchronous data streams.

    • It provides operators for filtering, transforming, and combining data streams.

    • RxJS can be used in both front-end and back-end development.

    • Examples of its use include handling user input, making HTTP requests, and managing state in a Redux store.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why are you switching
  • Q2. Are you willing to work in a high pressure environment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic technical questions, related to the role you are applying for. Pretty straightforward questions are asked

Skills evaluated in this interview

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

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

I was interviewed before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. C#, OOPs concept
  • Q2. Program to check if string is palindrome or not
  • Ans. 

    Program to check if a string is a palindrome or not

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the original string with its reverse to check if it's a palindrome

    • Return true if it's a palindrome, false otherwise

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Singleton design pattern
  • Q2. Some LINQ queries related more advanced
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral questions
Round 4 - HR 

(2 Questions)

  • Q1. Can u shift from gurgaon to noida
  • Q2. More behavioural questions

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2022. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. How can you handle stress
  • Q2. What are OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q3. Sql Performance tuning
  • Q4. Boxing and Unboxing in C#
  • Q5. Value type Reference Type
  • Q6. Write programming logic for Await and Sync
  • Ans. 

    Await and Sync are programming concepts used for managing asynchronous operations in code execution.

    • Await is used to pause the execution of a function until a Promise is settled, returning the result.

    • Sync is used to synchronize multiple threads or processes to ensure they are executed in a specific order.

    • Example: await fetch('https://api.example.com/data')

    • Example: sync.Mutex.Lock()

    • Both Await and Sync are important for ...

  • Answered by AI
  • Q7. What is Agile methodology
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and incremental development.

    • Agile focuses on delivering working software in short, iterative cycles called sprints.

    • It values customer collaboration, responding to change, and continuous improvement.

    • Key principles include individuals and interactions over processes and tools, working software over comprehensive documentation, ...

  • Answered by AI
  • Q8. How do you migrate code from one language to another
  • Ans. 

    Code migration involves understanding the existing codebase, planning the migration process, translating code to the new language, testing thoroughly, and ensuring compatibility.

    • Understand the existing codebase thoroughly to identify dependencies, logic, and functionality.

    • Plan the migration process by breaking it down into smaller tasks, setting timelines, and allocating resources.

    • Translate the code to the new language...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude with coding

Round 2 - Technical 

(1 Question)

  • Q1. One on one technical interview

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Engineer interview:
  • Core Java
  • OOPS
  • Collections
  • SQL
  • Data Structures
Interview preparation tips for other job seekers - I was interviewed for entry level role. Interview was easy. Be prepared with basic concepts and important ones in the tech stack you're applying for.

GlobalLogic interview questions for designations

 Software Engineer

 (56)

 Senior Software Developer

 (5)

 Associate Software Engineer

 (15)

 Software Engineer Trainee

 (12)

 Software Development Engineer

 (1)

 Junior Software Engineer

 (1)

 Embedded Software Engineer

 (1)

 Senior Software Engineer 1

 (1)

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

I was interviewed before May 2023.

Round 1 - Coding Test 

Write the code to check the number is prime
Write a code to find min and Max in array
Reverse string

Round 2 - One-on-one 

(2 Questions)

  • Q1. SDLC STLC Regression testing Testing Selenium web driver methods
  • Q2. Explains Software Development Life Cycle
  • Ans. 

    Software Development Life Cycle (SDLC) is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the project.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC hel...

  • Answered by AI

Get interview-ready with Top GlobalLogic Interview Questions

I was interviewed in Sep 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Medium

It's all about solving some coding problems related to javascript.

  • Q1. 

    MapSum Pair Implementation

    Create a data structure named 'MapSum' with the ability to perform two operations and a constructor.

    Explanation:

    Implement the following:
    • MapSum(): Initializes the MapS...
  • Ans. 

    The question asks to implement a data structure called 'MapSum' with functions to initialize, insert key-value pairs, and find the sum of values with a given prefix.

    • Implement a class called 'MapSum' with a constructor to initialize the data structure.

    • Implement the 'insert' function to insert key-value pairs into the 'MapSum'. If a key is already present, replace its value with the new one.

    • Implement the 'sum' function t...

  • Answered by AI
  • Q2. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing alphanumeric and special characters.

    • Iterate through the string from the last character to the first character

    • Append each character to a new string to get the reversed string

    • Return the reversed string as the output

  • Answered by AI
Round 2 - Video Call 

Round duration - 40 minutes
Round difficulty - Medium

This round is all about creating a simple angular application.

Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Yeah, This interview is scheduled for the evening time.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in NoidaEligibility criteria7 CGPAGlobalLogic interview preparation:Topics to prepare for the interview - Data Structures, Problem Solving, Angular Framework, Javascript, HTML/CSSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Create a web application (Front End) from HTML/CSS to functionality integration and prepare it to describe to the interviewer
Tip 2 : Practice as many Javascript Coding questions related to Promises, settimeout, call, apply bind etc.

Application resume tips for other job seekers

Tip 1 : Mention a few things about the project and what are your responsibilities in that
Tip 2 : Mention open source work you have done in your career

Final outcome of the interviewSelected

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Autosar questions based on the resume of candidates V cycle Aspice Safety standards Misra

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. L1 Round: Basic java oops question
  • Q2. Spring boot , hibernate, kafka,
Round 3 - One-on-one 

(1 Question)

  • Q1. L2 Round: Senior members. Related tonold project. Basic java collections. Behaviour

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Engineer interview:
  • Java
  • Spring Boot
  • Hibernate
  • Collections
Interview preparation tips for other job seekers - Prepare all basic questions.
Hasmap internal working.
Spring boot basic annotations.
Hibernate basic

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. There were two technical rounds both were video interviews where the questions asked were related to C#OOPs, few small programs and then one managerial and HR round of one hour each

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the basics of dotnet and speak confidently
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 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 Resume tips
Round 2 - Assignment 

Assignments were given on python and robotframework to solve

Round 3 - Technical 

(4 Questions)

  • Q1. All were from resume. What we have worked in past
  • Q2. Explain about CAN protocol Details?
  • Ans. 

    CAN protocol is a communication protocol used in automotive and industrial applications for high-speed data transmission.

    • CAN stands for Controller Area Network

    • It is a message-based protocol used for communication between electronic control units (ECUs) in vehicles

    • CAN uses a two-wire bus for communication - CAN High and CAN Low

    • Messages in CAN protocol are prioritized based on their identifier

    • CAN supports two message for...

  • Answered by AI
  • Q3. Python related few questions
  • Q4. Automotive related some technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion was happened. As it was for Sweden based job. So immigration related information was shared.
Contribute & help others!
anonymous
You can choose to be anonymous

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Senior Software Engineer interview?
GlobalLogic interview process usually has 2-3 rounds. The most common rounds in the GlobalLogic interview process are Technical, HR and One-on-one Round.
How to prepare for GlobalLogic Senior 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, Telecom, Java, Wordpress and GIT.
What are the top questions asked in GlobalLogic Senior Software Engineer interview?

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

  1. What’s the diff b/w comparator and compara...read more
  2. How do you migrate code from one language to anot...read more
  3. Use of pointer in C Storage class in C Memory layout in C little and big endian...read more
How long is the GlobalLogic Senior Software Engineer interview process?

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

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

COMPANY BENEFITS

Global Indian International School

No Benefits

COMPANY BENEFITS

Global Indian International School

No Benefits

COMPANY BENEFITS

Global Indian International School

No Benefits

INTERVIEWS

GlobalLogic

No Interviews

JOBS

L&T Technology Services

No Jobs

Tell us how to improve this page.

GlobalLogic Senior Software Engineer Interview Process

based on 36 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more

HCLTech

A more secure future awaits you

GlobalLogic Senior Software Engineer Salary
based on 3.4k salaries
₹5.2 L/yr - ₹22 L/yr
15% less than the average Senior Software Engineer Salary in India
View more details

GlobalLogic Senior Software Engineer Reviews and Ratings

based on 379 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.0

Salary

3.6

Job security

3.6

Company culture

2.6

Promotions

3.4

Work satisfaction

Explore 379 Reviews and Ratings
Associate Analyst
3.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
3.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GlobalLogic with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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