Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare
4.4

based on 1.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google IOS Developer Interview Questions and Answers

Updated 15 Jul 2024

Google IOS Developer Interview Experiences

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Desing pattern and ui testing
  • Q2. Design pattern and coding
  • Q3. Make api flow and create with help of design pattern for ui and ux testing
  • Ans. 

    The answer to the question is provided below.

    • To create an API flow, start by identifying the endpoints and their functionalities.

    • Design the UI and UX testing by using appropriate design patterns like MVC or MVVM.

    • Implement the API calls and handle the responses using networking libraries like Alamofire.

    • Use XCTest or UI Testing frameworks for automated UI and UX testing.

    • Mock the API responses for testing purposes using t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare design pattern and coding

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. They asked me about the frameworks and overall architecture in iOS, how to implement tables, create views and auto layout.

Interview Preparation Tips

Topics to prepare for Globant IOS Developer interview:
  • IOS
  • uikit
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a program to print first and last letters of words alternatively from am list

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and it's pillars
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is based on four main pillars: Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: using private access modifiers to restrict access to certain data.

    • Abstract...

  • Answered by AI
  • Q2. Android architecture , thread v/s coroutine

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared to code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain the concept of multithreading and how is it differ from multiprocessing
  • Ans. 

    Multithreading allows multiple threads to exist within the context of a single process, while multiprocessing involves multiple processes running concurrently.

    • Multithreading allows multiple threads to share the same memory space and resources of a single process, while multiprocessing involves separate memory space for each process.

    • Multithreading is more lightweight and efficient compared to multiprocessing as threads ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zoho Mobile Application Developer interview:
  • Programming
  • Data Structures
  • Operating Systems
  • System Design
Interview preparation tips for other job seekers - Research the company thoroughly, tailor your resume and cover letter accordingly, practice interviewing and showcase your skill confidently

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Android Memory Leaks
  • Q2. Android architecture
  • Q3. Kotlin basics questions

Interview Preparation Tips

Topics to prepare for KPIT Technologies Senior Android Developer interview:
  • Android Latest
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Creating flow of api implementation using design patterns and unittesting
  • Ans. 

    The flow of API implementation can be designed using design patterns and unit testing.

    • Identify the design patterns suitable for the API implementation

    • Create a flow diagram to visualize the steps involved

    • Implement the API using the chosen design patterns

    • Write unit tests to ensure the functionality and reliability of the API

    • Refactor and optimize the code as needed

  • Answered by AI
  • Q2. Creating the design pattern for api flow
  • Ans. 

    The design pattern for API flow involves defining the structure and sequence of API calls.

    • Identify the required API endpoints and their parameters

    • Determine the order and dependencies of API calls

    • Handle error scenarios and implement error handling mechanisms

    • Consider authentication and authorization requirements

    • Implement data caching and request throttling if necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn design pattern and coding

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. All basic questions related iOS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Along with difficult questions, Should be study basics which we always ignore.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. View Model Scope for activity or fragment
  • Ans. 

    View Model Scope determines whether a ViewModel should be scoped to an activity or a fragment.

    • View Model scoped to activity: shared between all fragments within the activity

    • View Model scoped to fragment: specific to that fragment only

    • Use activity scope for data shared across fragments, fragment scope for fragment-specific data

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2023. 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 

(2 Questions)

  • Q1. What is the difference between interface and abstract class?
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while a class can only extend one abstract class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instance variabl...

  • Answered by AI
  • Q2. What is singleton class?
  • Ans. 

    A singleton class is a class that can only have one instance created at a time.

    • Singleton classes are often used for managing resources that should only have one instance, such as a database connection or a configuration file.

    • They are implemented by making the constructor private and providing a static method to access the single instance.

    • Singleton classes can also implement interfaces and inherit from other classes.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the basics of Java,Kotlin and Android.

Skills evaluated in this interview

Google Interview FAQs

How many rounds are there in Google IOS Developer interview?
Google interview process usually has 1 rounds. The most common rounds in the Google interview process are Coding Test.

Tell us how to improve this page.

IOS Developer Interview Questions from Similar Companies

View all
Google IOS Developer Salary
based on 6 salaries
₹13 L/yr - ₹30.1 L/yr
315% more than the average IOS Developer Salary in India
View more details

Google IOS Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
1.3k salaries
unlock blur

₹19.9 L/yr - ₹80 L/yr

Software Developer
827 salaries
unlock blur

₹27.4 L/yr - ₹60 L/yr

Senior Software Engineer
599 salaries
unlock blur

₹22 L/yr - ₹90.4 L/yr

Sde1
252 salaries
unlock blur

₹16 L/yr - ₹64 L/yr

Data Scientist
234 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.4
Compare

Microsoft Corporation

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