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

Updated 26 Mar 2025

Top Globant Interview Questions and Answers

View all 137 questions

Globant Interview Experiences

Popular Designations

175 interviews found

data modeller Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. SQL And Tableau based

data modeller Interview Questions asked at other Companies

Q1. What isdata modeling
View answer (1)

Senior Java Developer Interview Questions & Answers

user image shraddha rathi

posted on 20 Mar 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 Features
  • Q2. Reflection API ?

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Senior Software Engineer 2 Interview Questions & Answers

user image KUNAL SUBHASH BAGRI

posted on 24 May 2024

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

(1 Question)

  • Q1. What is split function in ajava
  • Ans. 

    The split function in Java is used to split a string into an array of substrings based on a specified delimiter.

    • The split function takes a regular expression as a parameter to specify the delimiter.

    • The result is an array of strings containing the substrings.

    • Example: String str = 'Hello,World'; String[] parts = str.split(','); // parts = ['Hello', 'World']

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Frequency array, java collection, missing number

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Globant interview questions for popular designations

 Senior Software Engineer

 (29)

 Software Engineer

 (9)

 Devops Engineer

 (8)

 Business Analyst

 (8)

 Automation Test Engineer

 (6)

 Java Developer

 (6)

 Senior Business Analyst

 (5)

 DOT NET Developer

 (5)

DOT NET Developer Interview Questions & Answers

user image Isha Kaushal

posted on 18 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design pattern, write code to check lower case upper case, write singleton with lock, oops questions, what is cte, difference between sp and view, find highest salary in sql, Azure concepts for service bus...

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)

Get interview-ready with Top Globant Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain your case study

Senior UX Designer Interview Questions asked at other Companies

Q1. Can you describe your approach to a design task and outline your process?
View answer (1)

Jobs at Globant

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write program to for occurrence of char in string
  • Ans. 

    Program to find occurrence of a character in a string

    • Iterate through each character in the string

    • Count occurrences of the specified character

    • Return the total count of occurrences

  • Answered by AI

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. JavaScript deep concept, React coding , LifeCycle

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Senior Automation Engineer Interview Questions & Answers

user image Aniket Dilip Yawalkar

posted on 9 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked mostly about Java coding and collections

Senior Automation Engineer Interview Questions asked at other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do you take out duplicate values from array without using any set ? if you iterate the array and take out unique values , how do you do it for 2lakh items in less time? 3. Diffe... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse string maintaining space
  • Ans. 

    Reverse a string while maintaining the position of spaces.

    • Iterate through the string and store the positions of spaces in an array.

    • Reverse the string without considering spaces.

    • Insert spaces back into their original positions using the array of space positions.

  • Answered by AI

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Globant Interview FAQs

How many rounds are there in Globant interview?
Globant interview process usually has 2 rounds. The most common rounds in the Globant interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Globant 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 Javascript, Agile, Java, Python and SQL.
What are the top questions asked in Globant interview?

Some of the top questions asked at the Globant interview -

  1. How to remove repeated words from output in string without using predefined met...read more
  2. How to navigate to other tab in selenium? How to do work on different fra...read more
  3. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript ...read more
How long is the Globant interview process?

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

Tell us how to improve this page.

Globant Interview Process

based on 148 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 364 Interviews
Movate Interview Questions
3.3
 • 258 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 171 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Sopra Steria Interview Questions
3.8
 • 127 Interviews
Luxoft Interview Questions
3.7
 • 123 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all

Globant Reviews and Ratings

based on 878 reviews

3.8/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.7

Salary

3.6

Job security

3.9

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 878 Reviews and Ratings
Sap Fico Functional Consultant

Indore,

Hyderabad / Secunderabad

+1

5-10 Yrs

₹ 10-20 LPA

Sap Hana Consultant

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

₹ 10-20 LPA

Sap Business Consultant

Indore,

Hyderabad / Secunderabad

+1

5-10 Yrs

₹ 10-20 LPA

Explore more jobs
Senior Software Engineer
1.7k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
295 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Automation Test Engineer
242 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Technical Lead
241 salaries
unlock blur

₹16 L/yr - ₹39 L/yr

Senior Automation Test Engineer
223 salaries
unlock blur

₹10.4 L/yr - ₹29.7 L/yr

Explore more salaries
Compare Globant with

Accenture

3.8
Compare

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

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