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

Updated 8 Jan 2025

6 Interview questions

A Software Engineer was asked 12mo ago
Q. What is Java, and can you explain its core 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 co...

A Software Engineer was asked 12mo ago
Q. What is the definition of SQL and what are its 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.

Software Engineer Interview Questions Asked at Other Companies for Fresher

asked in Capgemini
Q1. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more
A Software Engineer was asked
Q. What is MVC architecture?
Ans. 

MVC architecture separates application logic into Model, View, and Controller for better organization and maintainability.

  • Model: Represents the data and business logic (e.g., a database model).

  • View: Displays the data to the user (e.g., HTML/CSS in web applications).

  • Controller: Handles user input and updates the Model and View accordingly (e.g., a web server handling requests).

  • Example: In a web application, the Mod...

A Software Engineer was asked
Q. What is an event loop?
Ans. 

The event loop is a programming construct that manages asynchronous operations in environments like JavaScript.

  • The event loop allows non-blocking I/O operations, enabling efficient handling of multiple tasks.

  • It works with a call stack and a message queue to process events and execute callbacks.

  • When an asynchronous operation completes, its callback is pushed to the message queue.

  • The event loop continuously checks t...

What people are saying about GlobalLogic

View All
a software engineer
2d
Salary talk coming up—how to bridge the gap?
I applied for a Software Engineer position and mentioned 15 LPA as expected CTC in the initial call. After acing the technical rounds, I checked AmbitionBox and other sites, and the average comp seems to be around 19 LPA. Now, how do I bring this up with HR in the next round and negotiate to close that CTC gap? Kindly advice.
Got a question about GlobalLogic?
Ask anonymously on communities.
A Software Engineer was asked
Q. What are promises?
Ans. 

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

  • A promise can be in one of three states: pending, fulfilled, or rejected.

  • Example: A promise is created using 'new Promise((resolve, reject) => { ... })'.

  • You can handle the result of a promise using '.then()' for success and '.catch()' for errors.

  • Example: fetch('url').then(response => response.jso...

A Software Engineer was asked
Q. 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 a...

GlobalLogic Software Engineer Interview Experiences for Freshers

7 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Basics JavaScript questions
  • Q2. What are promises
  • Q3. What is event loop
Round 2 - Technical 

(1 Question)

  • Q1. SQL were asked , advance js

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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
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
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
  • 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

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
  • Ans. 

    I am a passionate software engineer with a strong background in full-stack development and a desire to innovate in tech.

    • I have a degree in Computer Science and over 5 years of experience in software development.

    • I have worked on various projects, including a web application that improved user engagement by 30%.

    • I am proficient in languages like JavaScript, Python, and Java, and have experience with frameworks like React ...

  • Answered by AI

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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

Software Engineer Interview Questions & Answers

NTT Data user image NIDHI PRIYADARSHINI

posted on 9 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT

    • Integrated with third-party APIs such as Trello and Slack

    • Implemented real-time updates using WebSockets

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Write the idea or algorithm for d program of fibonacci series
  • Q3. One question from your subject
  • Q4. Introduce yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

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

    • Skilled in using frameworks like React, Angular, and Spring Boot

    • Experienced in working with databases such as MySQL and MongoDB

    • Familiar with Agile development methodologies and DevOps practices

  • Answered by AI
  • Q5. If I give you a box full of pencils..in how many ways can you use it
  • Q6. Do you have any question for me

Interview Preparation Tips

Round: Test
Experience: Time management is very important to clear the aptitude test. Besides this a lot of practice is also very important.  This round is the major filteration round. Though each round is a major filteration round cuz NTT DATA is not a bulk recruiter like cts, infy etc. Almost 2-3 thousand students were there for this round from 6 different colleges and only 100 of them were selected.
Tips: Its better to start with the preparation from before and do consider the previous year placement papers available at indiabix. You can practice more n more. Apart from this you can go through the r.s aggarwal aptitude book also.

Round: Group Discussion
Experience: There were many panels and each panel had 10-12 students. The H.r first decided some other topic but when he asked wether everybody is aware of the topic ..there were few who didn't know about it. .so he picked up another topic. Fortunately he asked me to start with the discussion.  Always try to be the one to break the ice.
Tips: The only key to crack this round is that yku should talk. You should definitely not confuse gd with debate. You should not argue or by any chance shouldn't sound arrogant.

Round: Technical Interview
Experience: They will definitely ask about your project so be thorough with that. Ntt data is a Japanese company . Though this is IT but it will ask  from the subject of your own choice from people those who have a non IT background. After you get shortlisted in d gd they will give you a form to fill. Do fill that form without fail. If it is blank then even if u go to the hr round he will reject you.
Tips: Just be confident and always smile. Be careful on what you write in your resume cuz they can ask about anything based on your resume.

Round: HR Interview
Experience: This round was a cake walk. Just be confident and updated about the company.  Do ask him a question if he asks you to do that.but make sure it shouldn't be vague or out of the picture.
Tips: Keep smiling and don't get nervous.  If they ask you about location preferences,  dun get firm at one place.try to be flexible.

General Tips: Donot loose hope at any cost. You never know when your moment is going to arrive. Do practice the aptitude as much as you can. Finally NTT DATA selected only 50 overall in wch 11 were from my college n i was lucky to be one of them. the offer letter was issued the same day and we were all venerated.  Its just a game of confidence. All the best
Skill Tips: Try to add some co curricular activities and justify your role.
Skills: communication, technical knowledge, management skills, leadership
College Name: SATHYABAMA UNIVERSITY
Motivation: You will find the it companies mostly head quartered in U.S but this company is in Japan. Plus you have better opportunity and growth compared to other companies cuz its not a bulk recruiter.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java ( socket programming, OOPS, DS )
  • Q2. Write about your dream
  • Ans. 

    My dream is to build innovative software solutions that positively impact people's lives.

    • Developing cutting-edge technology

    • Creating user-friendly interfaces

    • Solving complex problems

    • Collaborating with talented individuals

    • Making a difference in society

    • Continuous learning and growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: GRE givers , you can make it through this. Brush up your technical skills for the programming section.
Tips: GRE quant and verbal and quick review from tutorialspoint.com would do the trick.

Round: Group Discussion
Experience: I had fun. I won a few debate competitions in various technical symposiums so, It gave a good experience about being quiet at the right moment.
Tips: Turn to your GRAB-ON mode. Never miss any chance. Learn to know when to be quiet and when to talk in a GD. Try to bring down the heat If two participants are getting into a argumentative discussion.

Round: Stress Interview
Experience: It was really difficult. Exactly after the GD, we were asked to right an essay in a very less time and our capability to manage the stress was observed.
Tips: Be calm and write all that you know in a presentable way.

Round: Technical Interview
Experience: I did a project in my 3rd year which included few concepts on Socket programming which helped me a bit in this round. I answered confidently and I was put to a confidence test too to see how sure I was about the answer.
Tips: A quick review on the day of interview and involving in friendly discussion about programming languages before the test helps.

Round: HR Interview
Experience: I was asked few technical questions in this round and later moved on to the general logical questions. Questions like, cutting a bread into multiple slices, finding the corresponding switch among 3 switches for 3 bulbs in room were asked. Find the sum of 1-10 in 4 seconds was asked suddenly. Thanks to Arithmetic Progressions :P.
Tips: Use your logical ability to answer.

Skills: Java, C, Body Language, Mental ability, Confidence.
College Name: Malla Reddy Institute of Engineering & Technology ( MRIET )
Motivation: Ranked among the top 50 of the Fortune 500. Expanding organizations which include lot of opportunities.

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Software Engineer interview for freshers?
GlobalLogic interview process for freshers usually has 3 rounds. The most common rounds in the GlobalLogic interview process for freshers are Technical, Coding Test and HR.
How to prepare for GlobalLogic Software Engineer 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 OOPS, Problem Solving, Python, SQL and Software Engineering.
What are the top questions asked in GlobalLogic Software Engineer interview for freshers?

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

  1. What is serialisation and serialisation where actually it us...read more
  2. What is sql definition and us...read more
  3. What is java and explain it's concep...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.

Overall Interview Experience Rating

4.1/5

based on 7 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 67%
4-6 weeks 33%
View more
GlobalLogic Software Engineer Salary
based on 3.2k salaries
₹5 L/yr - ₹12 L/yr
10% less than the average Software Engineer Salary in India
View more details

GlobalLogic Software Engineer Reviews and Ratings

based on 341 reviews

3.6/5

Rating in categories

3.4

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 341 Reviews and Ratings
Associate Analyst
4.4k salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Senior Software Engineer
3.6k salaries
unlock blur

₹4.7 L/yr - ₹28.8 L/yr

Analyst
3.2k salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Software Engineer
3.2k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Associate Consultant
3.1k salaries
unlock blur

₹16.2 L/yr - ₹30 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.7
Compare

DXC Technology

3.6
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview