Upload Button Icon Add office photos

Filter interviews by

Adobe IOS Developer Interview Questions and Answers

Updated 1 Feb 2024

Adobe IOS Developer Interview Experiences

2 interviews found

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

IOS Developer Interview Questions Asked at Other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Go ... read more
asked in Movius Corp
Q2. What will be the output of the following Swift code: \n\nstruct s ... read more
asked in Capgemini
Q3. What’s difference between class and structure
asked in Movius Corp
Q4. What is the difference between the Liskov Substitution Principle ... read more
asked in Movius Corp
Q5. What is the time complexity for finding the longest common prefix ... read more

Interview questions from similar companies

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
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
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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Questions related to kotlin coroutines in depth questions, scenario based questions
  • Q2. Solid principles
  • Q3. Architecture patterns
  • Q4. Kotlin coroutine
  • Q5. Unit testing, espresso scenario based

Interview Preparation Tips

Topics to prepare for Globant Senior Android Developer interview:
  • kotlin
  • coroutines
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
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly they focus on java , oops concept. Rather than Android related questions
  • Q2. Prepare basics of oops well

Adobe Interview FAQs

How many rounds are there in Adobe IOS Developer interview?
Adobe interview process usually has 1 rounds. The most common rounds in the Adobe interview process are One-on-one Round.
What are the top questions asked in Adobe IOS Developer interview?

Some of the top questions asked at the Adobe IOS Developer interview -

  1. make api flow and create with help of design pattern for ui and ux test...read more
  2. Creating flow of api implementation using design patterns and unittest...read more
  3. Creating the design pattern for api f...read more

Tell us how to improve this page.

Adobe IOS Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Amdocs Interview Questions
3.8
 • 530 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 306 Interviews
Salesforce Interview Questions
4.1
 • 271 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
View all
Computer Scientist
439 salaries
unlock blur

₹21.3 L/yr - ₹70 L/yr

Technical Consultant
290 salaries
unlock blur

₹11.9 L/yr - ₹30 L/yr

Software Engineer
262 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Computer Scientist 2
229 salaries
unlock blur

₹28.2 L/yr - ₹101 L/yr

Senior Technical Consultant
192 salaries
unlock blur

₹12.6 L/yr - ₹45 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.1
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.0
Compare

Amazon

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