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 Android Mobile Application Developer Interview Questions and Answers for Experienced

Updated 9 Sep 2022

Globant Android Mobile Application Developer Interview Experiences for Experienced

1 interview found

I applied via LinkedIn and was interviewed in Mar 2022.Β There were 3 interview rounds.

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. Basics of kotlin, Oops, android basic concept, code logic, solid principles, dependency injection
Round 2 - TechnicalΒ 

(1 Question)

  • Q1. Koltin concept, Coroutine, code logic, git commands, DI, Design Pattern, Architecture pattern, Oops, Android concept
Round 3 - TechnicalΒ 

(1 Question)

  • Q1. Kotlin & Android concept, solid principles, Git command, DI, Oops in detail, Coroutines, design patterns & architecture patterns in depth. Normal logical test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for above points & make sure whatever answer you are giving you are aware about that concept. If you don't know the answer simply pass. Being confident is plus point.
Imp points : Kotlin, Coroutine, Android, Architecture pattern & design patterns.

Interview questions from similar companies

I appeared for an interview before Apr 2021.

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. C# indepth concepts used in your project(Oops concept),generics

Interview Preparation Tips

Interview preparation tips for other job seekers - They basically have good clients where we need to work. I was given interview from client only.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023.Β There were 2 interview rounds.

Round 1 - HRΒ 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What are the technical skill
Round 2 - TechnicalΒ 

(5 Questions)

  • Q1. How many years of experience in Python?
  • Ans. 

    I have 5 years of experience in Python.

    • 5 years of hands-on experience in Python programming

    • Proficient in developing web applications, data analysis, and automation scripts using Python

    • Familiar with popular Python libraries and frameworks such as Django, Flask, and NumPy

  • Answered by AI
  • Q2. What is the difference between List and Tuple?
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified.

    • List is defined using square brackets [], Tuple is defined using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q3. What is lambda function?
  • Ans. 

    A lambda function is a small anonymous function defined using the lambda keyword in Python.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • They are commonly used as a way to create small, throwaway functions.

    • Lambda functions are often used in conjunction with functions like map(), filter(), and reduce().

  • Answered by AI
  • Q4. What are the Data types used in your project?
  • Ans. 

    The data types used in the project include integers, strings, floats, and booleans.

    • Integers are used for storing whole numbers, such as IDs or quantities.

    • Strings are used for storing text data, such as names or descriptions.

    • Floats are used for storing decimal numbers, such as prices or measurements.

    • Booleans are used for storing true/false values, such as status indicators.

  • Answered by AI
  • Q5. Write a code having square of a series which is divisible by 3 using lambda function ?
  • Ans. 

    Code to find square of series divisible by 3 using lambda function.

    • Create a list of numbers in the series

    • Use filter() function with lambda function to filter numbers divisible by 3

    • Use map() function with lambda function to find square of each number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself confident and be promt to give answers. Keep practicing πŸ˜„

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024.Β There were 3 interview rounds.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Mostly in automotive android
  • Q2. What is car propertymanager and mostly in to aosp
  • Ans. 

    Car propertymanager is a component in AOSP that manages properties related to car-specific features.

    • Car propertymanager is used to handle properties like car make, model, year, etc.

    • It is mostly used in Android Automotive OS for managing car-specific settings and configurations.

    • Developers can use car propertymanager to access and modify car-related properties in their apps.

  • Answered by AI
Round 2 - BehavioralΒ 

(1 Question)

  • Q1. Software skills assessment
Round 3 - Client InterviewΒ 

(1 Question)

  • Q1. More than technical it was soft skills assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview for Gothenburg location and client is volvo cars . They asked more soft skills questions and less technical. but they rejected .the reason is need more technical knowledge.the interviewer must ask technical questions then only candidate can explain .this is kind of intentionally rejected . because I passed deep technical discussion with luxoft but client doesn't asked technical much .but they said need more knowledge in technical.what type of assessment is this ? Please check with hr before your round what is the exact client expectations.for HMI development they expecting more in lower level of Android like HAL layer. This is irrelevant to the job role.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Feb 2023.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. Implement oops concepts in Golang
  • Ans. 

    Object-oriented programming concepts can be implemented in Golang using structs, methods, encapsulation, inheritance, and polymorphism.

    • Use structs to define objects and their properties

    • Methods can be defined on structs to encapsulate behavior

    • Encapsulation can be achieved by using private and public fields

    • Inheritance is not directly supported in Golang, but composition can be used to achieve similar functionality

    • Polymor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Golang basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023.Β There were 2 interview rounds.

Round 1 - Coding TestΒ 

1. Cric Info system design.
2. Some DS & Algo problems

Round 2 - One-on-oneΒ 

(1 Question)

  • Q1. Design gRPC API Automation Framework
  • Ans. 

    Designing a gRPC API Automation Framework

    • Identify the key functionalities and requirements of the gRPC API

    • Choose a programming language and framework for automation

    • Create a test suite with test cases covering different scenarios

    • Implement test scripts to interact with the gRPC API

    • Integrate the automation framework with a continuous integration system

    • Implement reporting and logging mechanisms for test results

    • Consider sca

  • Answered by AI

Skills evaluated in this interview

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

Interview QuestionnaireΒ 

2 Questions

  • Q1. Question around current projects
  • Q2. Question related to used technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Explains about your projects properly. Technologies used. How you used where you used etc...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. No of divisions in cobol?
  • Ans. 

    There are four divisions in COBOL: Identification Division, Environment Division, Data Division, and Procedure Division.

    • Identification Division: Contains program name, author, and date.

    • Environment Division: Specifies the hardware and software environment.

    • Data Division: Defines the data structures used in the program.

    • Procedure Division: Contains the actual program logic.

  • Answered by AI
  • Q2. What is GDG in JCL?
  • Ans. 

    GDG stands for Generation Data Group in JCL, used to manage related datasets as a single unit.

    • GDG is used in JCL to group related datasets together for easier management.

    • It allows for easy referencing of datasets within the group using relative generation numbers.

    • Example: MYDATA.GDG(+1) refers to the most recent generation in the GDG.

    • Example: MYDATA.GDG(-1) refers to the previous generation in the GDG.

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jan 2021.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. For me there were four rounds. First general java interview questions. Second java coding interview, third with project manager and fourth HR INTERVIEW.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not very tough. Be specific to your answers. If you don’t know then clearly say that.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. No Technical rounds. Direct Client round conducted.
  • Q2. Direct client round conducted.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so good company for long career. They can end your career without any compansation.

Globant Interview FAQs

How many rounds are there in Globant Android Mobile Application Developer interview for experienced candidates?
Globant interview process for experienced candidates usually has 3 rounds. The most common rounds in the Globant interview process for experienced candidates are Technical.
How to prepare for Globant Android Mobile Application Developer interview for experienced candidates?
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 Android Studio, Java and Kotlin.
What are the top questions asked in Globant Android Mobile Application Developer interview for experienced candidates?

Some of the top questions asked at the Globant Android Mobile Application Developer interview for experienced candidates -

  1. Kotlin & Android concept, solid principles, Git command, DI, Oops in detail, Co...read more
  2. Koltin concept, Coroutine, code logic, git commands, DI, Design Pattern, Archit...read more
  3. Basics of kotlin, Oops, android basic concept, code logic, solid principles, de...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
Β β€’Β 367 Interviews
Movate Interview Questions
3.3
Β β€’Β 264 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
Β β€’Β 175 Interviews
ThoughtWorks Interview Questions
3.9
Β β€’Β 149 Interviews
HTC Global Services Interview Questions
3.6
Β β€’Β 137 Interviews
Collabera Technologies Interview Questions
3.5
Β β€’Β 136 Interviews
Sopra Steria Interview Questions
3.8
Β β€’Β 128 Interviews
Luxoft Interview Questions
3.7
Β β€’Β 126 Interviews
TEKsystems Interview Questions
3.3
Β β€’Β 119 Interviews
HERE Technologies Interview Questions
3.8
Β β€’Β 93 Interviews
View all
Globant Android Mobile Application Developer Salary
based on 5 salaries
β‚Ή6.5 L/yr - β‚Ή14.2 L/yr
87% more than the average Android Mobile Application Developer Salary in India
View more details
Senior Software Engineer
1.7k salaries
unlock blur

β‚Ή10 L/yr - β‚Ή33 L/yr

Software Engineer
315 salaries
unlock blur

β‚Ή6 L/yr - β‚Ή22.1 L/yr

Automation Test Engineer
245 salaries
unlock blur

β‚Ή6 L/yr - β‚Ή25 L/yr

Technical Lead
243 salaries
unlock blur

β‚Ή15.9 L/yr - β‚Ή39 L/yr

Senior Automation Test Engineer
228 salaries
unlock blur

β‚Ή10.4 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