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 IOS Developer Interview Questions and Answers

Updated 20 Sep 2024

Globant Senior IOS Developer Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Structs vs Classes
  • Ans. 

    Structs are value types and passed by value, while classes are reference types and passed by reference.

    • Structs are used for small, simple data types like coordinates or colors.

    • Classes are used for more complex data types that require inheritance or reference semantics.

    • Structs are copied when passed around, while classes are passed by reference.

    • Structs are stack allocated, while classes are heap allocated.

  • Answered by AI
  • Q2. Discussion about design patterns
  • Q3. OOPS discussion
  • Q4. Concurrency discussion

Interview Preparation Tips

Topics to prepare for Globant Senior IOS Developer interview:
  • IOS
  • swift
  • swiftui
  • Design Patterns

Skills evaluated in this interview

Interview experience
4
Good
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 

(2 Questions)

  • Q1. 1.Explain delegate and protocol 2.Explain Mvc 3.Explain arc
  • Ans. 

    Answers to questions related to IOS development concepts.

    • Delegate and protocol are used for communication between objects in IOS. Delegate is a design pattern that allows one object to send messages to another object when a specific event occurs. Protocol is a set of methods that a class can implement to provide a specific behavior.

    • MVC is a design pattern used in IOS development. It separates the application into three...

  • Answered by AI
  • Q2. Explain mvc design pattern
  • Ans. 

    MVC is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for displaying the data to the user

    • Controller acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

    • MVC promotes separation of concerns and modularity, making...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for interview. Be confident and tell your answers

Skills evaluated in this interview

Senior IOS Developer Interview Questions Asked at Other Companies

Q1. What are the differences between the MVC and MVVM architectural p ... read more
Q2. What are the differences between classes and structs, and when sh ... read more
Q3. What are the key principles of memory management in iOS app devel ... read more
asked in Paytm
Q4. What is the effective approach to display 'n' number of images in ... read more
asked in SmartServ
Q5. System Design for a food delivery application like Zomato

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is MVVM and how to bind data using MVVM
  • Ans. 

    MVVM is a design pattern that separates the UI from the business logic by introducing a middle layer called ViewModel.

    • Model-View-ViewModel design pattern

    • ViewModel acts as a link between the Model and View

    • Data binding is used to connect the ViewModel to the View

    • Updates in the ViewModel automatically reflect in the View

  • Answered by AI
  • Q2. What is SSL pinning
  • Ans. 

    SSL pinning is a security measure used to prevent man-in-the-middle attacks by associating a specific SSL certificate with a particular app.

    • SSL pinning involves hardcoding the expected SSL certificate or public key within the mobile app.

    • This helps verify the server's identity and prevent attackers from intercepting and decrypting communication.

    • SSL pinning can be implemented using libraries like TrustKit or manually by ...

  • Answered by AI

Skills evaluated in this interview

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.

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was an on-campus round. Aptitude was around technical computer questions.

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

Globant Interview FAQs

How many rounds are there in Globant Senior IOS Developer interview?
Globant interview process usually has 1-2 rounds. The most common rounds in the Globant interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Globant Senior IOS Developer 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 Swift, MVP, MVVM, GIT and Digital Electronics.
What are the top questions asked in Globant Senior IOS Developer interview?

Some of the top questions asked at the Globant Senior IOS Developer interview -

  1. 1.Explain delegate and protocol 2.Explain Mvc 3.Explain ...read more
  2. Structs vs Clas...read more
  3. Explain mvc design patt...read more

Tell us how to improve this page.

Globant Senior IOS Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Globant Senior IOS Developer Salary
based on 33 salaries
₹11 L/yr - ₹28 L/yr
73% more than the average Senior IOS Developer Salary in India
View more details

Globant Senior IOS Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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