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 Technical Architect Interview Questions and Answers

Updated 6 Feb 2024

Globant Technical Architect Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SOLID principle
  • Q2. Internal working of view model
  • Ans. 

    The view model is responsible for managing and providing data to the view in a way that is independent of the underlying data source.

    • View model acts as an intermediary between the view and the data source.

    • It retrieves data from the data source and transforms it into a format that is suitable for the view.

    • It may also perform data validation and business logic.

    • View model is typically implemented as a separate class or co...

  • Answered by AI
  • Q3. Find 2nd largest number
  • Ans. 

    To find the 2nd largest number in an array, sort the array in descending order and return the element at index 1.

    • Sort the array in descending order using a sorting algorithm

    • Return the element at index 1 as the 2nd largest number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Worst interview process, don't recommend

Interview Preparation Tips

Round: Technical Interview
Experience: There is no standard process, HR are worst, don't deserve to be HR specially Anand yadav and vikrant. based on discussion with them didn't feel 30-40 % of job security. i was asked 70000 INR to get selected by third party. third pirty had all of my personal and professional information, felt scary.
Well had 3 Technical round:
1: Technical Telephonic: 1.5 hours, interviewer had limited technical expertise, looks they had listed googled technical question, and was expecting same answer. when was trying to answer based on example then found limited technical expertise. any way i passed this test.

2. Technical telephonic 2: 1 Hour: was asked reasoning question
first: A prisoner escapes from the jail by jumping over N walls each with height of each wall given in an array. He can jump x meters of height, but after every jump he slips y meters due to some uncontrollable factors(wind, slippery wall, etc).
2nd question: You have 9 balls, equally big, equally heavy - except for one, which

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell about yourself
  • Q2. What are microservices and why it is used for .
  • Ans. 

    Microservices are a software architecture pattern where applications are built as a collection of small, loosely coupled services.

    • Microservices allow for modular development and deployment of applications.

    • Each microservice can be developed, deployed, and scaled independently.

    • Microservices communicate with each other through APIs.

    • They promote flexibility, scalability, and fault tolerance.

    • Examples of microservices includ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident , truthful , loyal with your Interviewer and especially with your Manager and HR and before interview go through once on your resume like your technical skills , projects roles and responsibilities and the achievements that you have done in career .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Bulk binding variables, procedure function difference, SQL loader, Cursor types in details, collections in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 2 technical and 1 Client round.
In the 1st technical round asked deep questions on advanced Pl SQL as well as Some SQL queries.
2nd technical round was happened based on the current role and experience.
And in the client round check the ability of candidate. By giving some scenario like what is the complex situation you face in the work and how you have resolved that.
In this sort of questions take your time about 30 sec think about what to tell and how to tell. You ll judge you on the basis of, the way you answer the question.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 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 - Technical 

(3 Questions)

  • Q1. Embedded c coding pointers structure
  • Q2. Autosar bsw interview. Specifically DEM DCM
  • Q3. Autosar concepts, it's architecture, rte

Interview Preparation Tips

Interview preparation tips for other job seekers - After all 3 rounds and spoke over phone the offer part but didn't release. HR not answering.
Atleast they should answer phone since discussion went till offer release.
Don't waster ur time attending interview for this company.Try some other company

Disappointed on HR handled.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Work experience
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 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 - One-on-one 

(2 Questions)

  • Q1. Your introduction or tell me about yourself
  • Q2. Details about my resume
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions as per your profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Company can change their policy anytime without any notification so be aware about this
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

It was for 1 hr and most questions were from the JAVA framework and UI screen design

Round 2 - HR 

(2 Questions)

  • Q1. General questions about your hobbies and why interested in this company and the reason for change
  • Q2. Tell me your major weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test

Round 2 - Coding Test 

10 questions, write in any programming language you know.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basic concepts will be more than enough.
Round 1 - Technical 

(2 Questions)

  • Q1. Types of call in cobol. What is file status 39. What is AICA in CICS. Why do we use cursor in Cobol+db2 program. What are some compiler options. What is the utility for bind. How would you dynamically read...
  • Ans. 

    Technical Lead interview questions on COBOL, DB2, and CICS

    • Types of call in COBOL

    • File status 39 indicates end-of-file reached

    • AICA is Abend-AID CICS Abend RSN (Reason) Code

    • Cursor is used to fetch rows from DB2 tables sequentially

    • Compiler options include OPTIMIZE, DEBUG, and LIST

    • BIND utility is used to bind DB2 programs to database

    • Dynamic VSAM file reading can be done using READNEXT function

    • -911 SQLCODE indicates deadlock...

  • Answered by AI
  • Q2. What is most satisfactory work that you did.
Round 2 - HR 

(1 Question)

  • Q1. Why you left previous organization. What is current CTC. What is expected CTC. Where would you be interested to work for career progression(what you want to pursue)? Are you willing to relocate? Explain th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get nervous. Keep calm. Be evenly poised.

Globant Interview FAQs

How many rounds are there in Globant Technical Architect interview?
Globant interview process usually has 1 rounds. The most common rounds in the Globant interview process are Technical.
How to prepare for Globant Technical Architect 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 Architectural Design, Technical Architecture, .Net, .Net Core and AWS.
What are the top questions asked in Globant Technical Architect interview?

Some of the top questions asked at the Globant Technical Architect interview -

  1. Find 2nd largest num...read more
  2. Internal working of view mo...read more
  3. SOLID princi...read more

Tell us how to improve this page.

Globant Technical Architect Interview Process

based on 1 interview

Interview experience

4
  
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 Technical Architect Salary
based on 66 salaries
₹20 L/yr - ₹47.2 L/yr
18% more than the average Technical Architect Salary in India
View more details

Globant Technical Architect Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

3.5

Skill development

2.7

Work-life balance

4.0

Salary

3.3

Job security

3.3

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
1.7k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Software Engineer
297 salaries
unlock blur

₹6.2 L/yr - ₹21 L/yr

Automation Test Engineer
240 salaries
unlock blur

₹6.1 L/yr - ₹25 L/yr

Technical Lead
238 salaries
unlock blur

₹16.1 L/yr - ₹39 L/yr

Senior Automation Test Engineer
217 salaries
unlock blur

₹9.5 L/yr - ₹28.6 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