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 for Freshers

Updated 1 Mar 2025

Top GlobalLogic Interview Questions and Answers for Freshers

View all 34 questions

GlobalLogic Interview Experiences for Freshers

Popular Designations

89 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Programming Factorial Sql querry DBMS

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Based question
  • Q2. Coding for differnt program
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Top GlobalLogic Software Engineer Interview Questions and Answers

Q1. What is the IDisposal? Give an example used in the applicstion.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Associate Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(2 Questions)

  • Q1. Why do you want to join this company
  • Q2. I think my skills and experience suits your company requirements and I'm very much happy to join in this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for beginners every student can try this
It will help the students to gain the knowledge in the company and knowledge in the culture also

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
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 - Technical 

(1 Question)

  • Q1. Flood fill question based on graph
Round 3 - Technical 

(1 Question)

  • Q1. Find 2 numbers occurring once while others occurring twice
  • Ans. 

    To find 2 unique numbers in an array with others occurring twice.

    • Iterate through the array and use a hash table to count the occurrences of each number.

    • Iterate through the hash table and find the two numbers with a count of 1.

    • Return the two unique numbers as an array of strings.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Allocate min number of pages
  • Ans. 

    Allocate minimum number of pages

    • Determine the total content to be included

    • Decide on the layout and formatting

    • Consider the font size and spacing

    • Allocate pages based on the above factors

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why do you want to join globallogic

Interview Preparation Tips

Interview preparation tips for other job seekers - thorough with dsa, java, collections, java 8,multithreading, spring rest api, microservices

Skills evaluated in this interview

Top GlobalLogic Associate Consultant Engineering Interview Questions and Answers

Q1. Tell me about special variables used in Shell Scripting ?
View answer (1)

Associate Consultant Engineering Interview Questions asked at other Companies

Q1. Tell me about special variables used in Shell Scripting ?
View answer (1)

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell me something about yourself ?
  • Ans. I'm giving my A very good morning/noon/evening sir/mam Firstly, I would like to thankyou for giving me this opportunity My name Rihaan. I'm 24 years old . Basically I'm from Jodhpur Rajasthan. Recently, I've completed my bachelors of Engineering in the field of Computer science from Chandigarh University with an aggregate score of 7.4 CGPA. (Here you can also include your family member name an occupation) My hobbies ...
  • Answered Anonymously
  • Q2. What are your future plans ?
  • Ans. This answer may vary from person to person , what I want to advice is that be concise and specific
  • Answered Anonymously
  • Q3. Where did you get to known about Global logic
  • Ans. That be individually Done, for ex: I get to know about your prominent firm from job portals like naukri.com
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Look In HR Interview, question are based on you, your resume, projects you have done during collage and the internships you have one.
what I would suggest is that be natural and try to answer every question in a positive approach
and do research about the company .I mean their products or services thy provide, their main clients, about their headquarters in different location etc.

Top GlobalLogic Associate Analyst Interview Questions and Answers

Q1. What do you know about machine intelligence? Have you heard Google Assistant?
View answer (7)

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

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)

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

Top GlobalLogic Software Engineer Interview Questions and Answers

Q1. What is the IDisposal? Give an example used in the applicstion.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Get interview-ready with Top GlobalLogic Interview Questions

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

I applied via Campus Placement and was interviewed in Sep 2022. 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 tips
Round 2 - Aptitude Test 

Difficulty level is Average and the questions given are solvable

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction is the first question asked
  • Q2. Questions based on the skillset mentioned in Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was quite easy as the questions asked in the interview are based on hr questions and only few questions are based on the skill set mentioned in the resume

Top GlobalLogic Associate Analyst Interview Questions and Answers

Q1. What do you know about machine intelligence? Have you heard Google Assistant?
View answer (7)

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

Jobs at GlobalLogic

View all

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

It was easy coding test they give a array based question

Round 2 - Technical 

(1 Question)

  • Q1. Full java core questions like garbage collector, oops concept, exception handling, collection framework, Why String is immutable, moltithreding
Round 3 - HR 

(1 Question)

  • Q1. Nothing sallary discussion and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Start preparation from scratch of java like jvm jre and jdk then come on features of java then about main function related questions and after that static keyword and final keyword then come on constructor and constructor can be static or not then all oops concept then collection framework, exception handling, garbage collection, finally,finalize,and java8 features from that you can easily crack any interview of 1 year experience and fresher

Java Back End Developer Interview Questions asked at other Companies

Q1. Design a layered architecture for saving the user data to db. What all annotations to be used on each class and on functions if any?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2022. 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 tips
Round 2 - Coding Test 

Some basic questions on maths and dfs and bfs.

Round 3 - Technical 

(2 Questions)

  • Q1. On the basis of the project and your cs subjects mentioned in the resume
  • Q2. Height of the binary tree, factorial code in python
  • Ans. 

    Calculate the height of a binary tree and implement factorial code in Python.

    • To calculate the height of a binary tree, you can use a recursive approach where you find the height of the left and right subtrees and return the maximum height plus one.

    • For factorial code in Python, you can use a recursive function that multiplies the current number with the factorial of the previous number until reaching 1.

    • Example for calcu...

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

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

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

Round 1 - Group Discussion 

They give one topic and asked to elaborate on that. And your point of view.

Round 2 - Aptitude Test 

Basic aptitude questions like maths, gk, reasoning.

Round 3 - One-on-one 

(1 Question)

  • Q1. Team lead taken interview and asked behavioural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be hesitate to give answer and your point of view regarding any topic. But present in polite and behaviour manner.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

I applied via Referral and was interviewed before Nov 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 tips
Round 2 - Telephonic Call 

(1 Question)

  • Q1. Basic introduction and collected details about to schedule an interview online
Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction about in detailed
  • Q2. Take a topic and tell me about it for five minutes
  • Q3. And 2 questions from that topic I explained
  • Q4. Are you flexible with shift timings
  • Q5. Are you able to relocate and WFO

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think this is not a hard job to crack we can easily crack it.we need to have some good speaking with English and little confidence to crack this interview

Top GlobalLogic Associate Analyst Interview Questions and Answers

Q1. What do you know about machine intelligence? Have you heard Google Assistant?
View answer (7)

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic interview for freshers?
GlobalLogic interview process for freshers usually has 2-3 rounds. The most common rounds in the GlobalLogic interview process for freshers are Technical, HR and Resume Shortlist.
How to prepare for GlobalLogic interview for freshers?
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 Communication Skills, Verbal Communication, Interpersonal Skills, Healthcare and Medical Insurance.
What are the top questions asked in GlobalLogic interview for freshers?

Some of the top questions asked at the GlobalLogic interview for freshers -

  1. What is TestNG, Difference between WebElement and WebElements, fially and final...read more
  2. What is serialisation and serialisation where actually it us...read more
  3. Definitions and example code of OOPS Conce...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 for Freshers

based on 52 interviews

Interview experience

3.9
  
Good
View more

Explore Interview Questions and Answers for Top Skills at GlobalLogic

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

GlobalLogic Reviews and Ratings

based on 4.5k reviews

3.6/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.4

Work satisfaction

Explore 4.5k Reviews and Ratings
Android /IOS SDK Developer

Chennai

5-10 Yrs

Not Disclosed

PHP Lead

Noida,

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Tech Lead MLOps/DevOps Engineer || Hyderabad ||

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Associate Analyst
3.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
3.3k 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