Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Globant Team. If you also belong to the team, you can get access from here

Globant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Globant Senior Software Engineer Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Globant Senior Software Engineer Interview Questions and Answers

View all 15 questions

Globant Senior Software Engineer Interview Experiences

29 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain Android activity and fragment
  • Ans. 

    Android activity is a single screen with a user interface, while fragment is a modular section of an activity.

    • Activity represents a single screen with a user interface.

    • Fragments are modular sections of an activity that contribute to the overall user interface.

    • Activities can contain multiple fragments, allowing for more flexible and reusable UI designs.

    • Fragments can be added, removed, or replaced within an activity at r...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Model view view model
  • Q2. Model view controller

Senior Software Engineer Interview Questions Asked at Other Companies

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

(1 Question)

  • Q1. What is Javascripts and basics
  • Ans. 

    JavaScript is a programming language used for creating interactive web pages and web applications.

    • JavaScript is a client-side scripting language.

    • It is used for adding interactivity to web pages.

    • JavaScript can manipulate HTML elements, handle events, and make HTTP requests.

    • It supports object-oriented programming and functional programming paradigms.

    • Common JavaScript frameworks include React, Angular, and Vue.js.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Nodejs and basics
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

    • Node.js is used for server-side scripting and building scalable network applications.

    • It allows running JavaScript code outside of a web browser.

    • Node.js uses an event-driven, non-blocking I/O model for efficiency and scalability.

    • It has a rich ecosystem of modules and packages available through npm (Node Package Manager).

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Skills evaluated in this interview

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 - Technical 

(1 Question)

  • Q1. Everything you have on your resume.
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round. Behavioural questions. Challanges in life.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation with your expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with all things on your resume.

Globant interview questions for designations

 Senior Software

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (9)

 Senior Software Developer

 (2)

 Senior Software Designer

 (1)

 Senior Data Engineer

 (3)

 Senior Automation Engineer

 (3)

 Senior Devops Engineer

 (2)

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

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot related qs
  • Q2. Core java questions and multithreading qs

Get interview-ready with Top Globant Interview Questions

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Springboot related queations, Basic Java 8 programming questions, Core java related questions. Agile methodology related questions
Round 2 - HR 

(1 Question)

  • Q1. About myself, Salary discussion,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Coding questions on string manipulation followed by various question on core java springboot microservices.

I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Core java, spring boot
Round 2 - One-on-one 

(1 Question)

  • Q1. Core java, spring boot, database, data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong core java logic and basic of data structure n sql, good understanding of spring boot, sequrity etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 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 - One-on-one 

(1 Question)

  • Q1. JS technical questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Angular code writing
  • Q2. Js technical questions

Interview Questionnaire 

8 Questions

  • Q1. Different Datatypes in python
  • Ans. 

    Python has several built-in datatypes including int, float, bool, str, list, tuple, set, and dict.

    • int - represents integers

    • float - represents floating-point numbers

    • bool - represents boolean values True and False

    • str - represents strings

    • list - represents ordered sequences of values

    • tuple - represents ordered, immutable sequences of values

    • set - represents unordered collections of unique values

    • dict - represents unordered co

  • Answered by AI
  • Q2. Difference between flask and Django
  • Ans. 

    Flask is a micro web framework while Django is a full-stack web framework.

    • Flask is lightweight and flexible, allowing developers to choose their own libraries and tools.

    • Django is a batteries-included framework with built-in ORM, admin interface, and authentication system.

    • Flask is ideal for small to medium-sized projects, while Django is better suited for larger, more complex projects.

    • Flask has a smaller learning curve ...

  • Answered by AI
  • Q3. Where would you use flask and where would you use django
  • Ans. 

    Flask is lightweight and good for small projects, while Django is more robust and suitable for larger projects.

    • Flask is good for small projects with simple requirements

    • Django is more suitable for larger projects with complex requirements

    • Flask is lightweight and flexible, allowing for more customization

    • Django has a lot of built-in features and is more opinionated

    • Flask is better for RESTful APIs and microservices

    • Django i...

  • Answered by AI
  • Q4. What are decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions or classes without changing their source code.

    • Decorators are denoted by the @ symbol in Python.

    • They can be used to add functionality to a function or class, such as logging or timing.

    • Decorators can also be used to modify the behavior of a function or class, such as adding caching or memoization.

    • Decorators can be chained together to apply multiple modi

  • Answered by AI
  • Q5. What are generators
  • Ans. 

    Generators are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generators use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • Generators are memory efficient as they only generate values when needed.

    • They are commonly used in data processing and asynchronous programming.

  • Answered by AI
  • Q6. Difference between range and xrange
  • Ans. 

    range and xrange are used to generate a sequence of numbers in Python.

    • range returns a list of numbers while xrange returns an iterator object.

    • range is memory-intensive while xrange is memory-efficient.

    • range is used in Python 3 while xrange is used in Python 2.

    • range can take three arguments: start, stop, and step while xrange can take two arguments: start and stop.

  • Answered by AI
  • Q7. Few programming que on list comprehension, map, filter and reduce
  • Q8. Rest APIs method

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with core Python

Skills evaluated in this interview

Globant Interview FAQs

How many rounds are there in Globant Senior Software Engineer interview?
Globant interview process usually has 1-2 rounds. The most common rounds in the Globant interview process are Technical, One-on-one Round and HR.
How to prepare for Globant 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 Globant. The most common topics and skills that interviewers at Globant expect are .Net Core, Data Modeling, ETL, Linux and PLSQL.
What are the top questions asked in Globant Senior Software Engineer interview?

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

  1. Where would you use flask and where would you use dja...read more
  2. Deep Copy vs Shallow Copy, Object Prototyp...read more
  3. Different Datatypes in pyt...read more
How long is the Globant Senior Software Engineer interview process?

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

Tell us how to improve this page.

Globant Senior Software Engineer Interview Process

based on 23 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Globant Senior Software Engineer Salary
based on 1.6k salaries
₹10 L/yr - ₹33 L/yr
44% more than the average Senior Software Engineer Salary in India
View more details

Globant Senior Software Engineer Reviews and Ratings

based on 195 reviews

3.7/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.6

Salary

3.5

Job security

3.8

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 195 Reviews and Ratings
Senior Software Engineer
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
291 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
239 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
235 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Automation Test Engineer
210 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Globant with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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