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

Updated 1 Mar 2025

Top GlobalLogic Interview Questions and Answers

View all 339 questions

GlobalLogic Interview Experiences

Popular Designations

584 interviews found

Test Engineer Interview Questions & Answers

user image Shilpi Kalra

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Details about you and profile
Round 2 - Technical 

(3 Questions)

  • Q1. Quality testing related questions
  • Q2. Describe automation framework
  • Ans. 

    Automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help in developing and executing automated tests.

    • Provides structure and organization for automated testing

    • Defines rules and best practices for test automation

    • Includes libraries, utilities, and tools for test script development and execution

    • Supports integration with test management tools and CI/CD pip...

  • Answered by AI
  • Q3. Brief day to day activities
  • Ans. 

    Day to day activities include writing test cases, executing tests, analyzing results, reporting bugs, and collaborating with developers.

    • Write test cases based on requirements

    • Execute test cases manually or using automation tools

    • Analyze test results and report bugs

    • Collaborate with developers to resolve issues

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

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

Top GlobalLogic Software Developer Interview Questions and Answers

Q1. Terms Of APAyush is given a number ‘X’. He has been told that he has to find the first ‘X’ terms of the series 3 * ‘N’ + 2, which are not multiples of 4. Help Ayush to find it as he has not been able to answer. Example: Given an ‘X’ = 4. Th... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hibernate internal working
  • Q2. Group BY in DBMS

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Html, css, js, sql questions
  • Q2. Prime number 1 to 100 and sql query for 3rd highest salary
  • Ans. 

    Prime numbers 1 to 100 and SQL query for 3rd highest salary.

    • Prime numbers from 1 to 100: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97

    • SQL query for 3rd highest salary: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1

  • Answered by AI

Top GlobalLogic Associate Software Engineer Interview Questions and Answers

Q1. image in pop up how would you redirect user to a different website without using events(using setTimeout()) finding 7th highest salary from a table in sql duplicating tables in sql immediately invoked function changing array element of arra... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

GlobalLogic interview questions for popular designations

 Associate Analyst

 (95)

 Software Engineer

 (56)

 Senior Software Engineer

 (42)

 Analyst

 (31)

 Consultant

 (23)

 Associate Consultant

 (22)

 Software Developer

 (21)

 Associate Software Engineer

 (15)

Delivery Manager Interview Questions & Answers

user image Padmalatha Subramani

posted on 9 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Real time scenarios, Project related questions and day to day activities, KPI's.

Delivery Manager Interview Questions asked at other Companies

Q1. how do you handle team? explain architecture of your application? Agile team management? how do you ensure performance of application and how do you maintain security of application? Explain architecture of Angular application.
View answer (1)

Get interview-ready with Top GlobalLogic Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding , basically there was aptitude and dsa questions

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and reverse the pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Update the next pointer of each node to point to the previous node

  • Answered by AI
  • Q3. Reverse the array
  • Ans. 

    Reverse the array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Alternatively, you can use the reverse() method on the array itself

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep practice coding

Skills evaluated in this interview

Top GlobalLogic Software Engineer Trainee Interview Questions and Answers

Q1. Slot GameYou’re given a slot machine with four slots where each slot will contain the color Red(R), Yellow(Y), Green(G), Blue(B), respectively. You don’t know the colors of this slot beforehand. You have to guess the colors. When you guess ... read more
View answer (2)

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Jobs at GlobalLogic

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

I applied via campus placement at B M S College of Engineering, Bangalore and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude quants and also verbal

Round 2 - Coding Test 

They asked me basic questions such as print the prime and fibannoci

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you choose this company and past experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day activities
  • Q2. How did you manage a conflict arised in team

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What can you tell me about your profile and skill set?
  • Ans. 

    I am a highly experienced software engineer with expertise in leading teams and developing complex software solutions.

    • Over 10 years of experience in software development

    • Strong leadership skills in managing and mentoring teams

    • Proficient in various programming languages such as Java, Python, and JavaScript

    • Extensive experience in designing and implementing scalable and efficient software solutions

    • Proven track record of de...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Regarding SQL i Cleared my Test
  • Q2. What is CTE ? And Write a Sample Query ?
  • Ans. 

    CTE stands for Common Table Expressions, used to create temporary result sets within a SQL query.

    • CTE is defined using the WITH keyword in SQL.

    • It helps in simplifying complex queries by breaking them into smaller, more manageable parts.

    • CTEs can reference themselves recursively, making them useful for hierarchical data.

    • Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte;

  • Answered by AI
  • Q3. Print Numbers between 1 to 20 , even/odd numbers
  • Ans. 

    Print even and odd numbers between 1 to 20.

    • Iterate from 1 to 20 and check if the number is even or odd.

    • Use a conditional statement to determine if the number is even or odd.

    • Print the number along with its type (even or odd).

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

(1 Question)

  • Q1. Max of the Questions which interviewer was asked i answered well

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Developer interview:
  • SQL Server
  • Performance Tuning

Skills evaluated in this interview

Top GlobalLogic Senior Software Developer Interview Questions and Answers

Q1. Data Warehouse QuestionWhat is a Slowly Changing Dimension (SCD)? What are the different types of SCDs?
View answer (1)

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

GlobalLogic Interview FAQs

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

Some of the top questions asked at the GlobalLogic interview -

  1. What do you know about machine intelligence? Have you heard Google Assista...read more
  2. selenium: what are selenium components, what are the different locators in sele...read more
  3. 1. What is oops concepts 2. Explain inheritance with example and how to preven...read more
How long is the GlobalLogic interview process?

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

Tell us how to improve this page.

GlobalLogic Interview Process

based on 526 interviews

Interview experience

4
  
Good
View more

Explore Interview Questions and Answers for Top Skills at GlobalLogic

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
View all

GlobalLogic Reviews and Ratings

based on 4.5k reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.1

Salary

3.7

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 4.5k Reviews and Ratings
Database Developer

Noida,

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

QA Automation

Noida,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Python Fullstack developer

Nagpur

5-10 Yrs

Not Disclosed

Explore more jobs
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.2 L/yr - ₹22 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 - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹9.2 L/yr - ₹34 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