Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NeoSOFT Team. If you also belong to the team, you can get access from here

NeoSOFT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NeoSOFT IOS Developer Interview Questions and Answers

Updated 21 Jun 2024

NeoSOFT IOS Developer Interview Experiences

3 interviews found

IOS Developer Interview Questions & Answers

user image Tejaswini Kadam

posted on 7 Jun 2024

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

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. GCD, Operation queue, struct vs class, some small logical coding ,
Round 2 - Technical 

(1 Question)

  • Q1. GCD, operation queue, URL Session tasks, ref type , value tyep,
Round 3 - HR 

(1 Question)

  • Q1. Basic and discussion about Job offer

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Weak - Strong Difference
  • Ans. 

    Weak - Strong Difference is a common interview question to assess understanding of object-oriented programming concepts.

    • Weak references do not prevent the referenced object from being deallocated, while strong references do.

    • Weak references are used to avoid retain cycles in iOS development.

    • Strong references increase the retain count of an object, keeping it in memory until all strong references are released.

  • Answered by AI
  • Q2. Open - Public Difference
  • Ans. 

    In iOS development, 'open' allows access to the class or method from any module, while 'public' restricts access to the current module only.

    • Open access modifier allows classes and methods to be accessed from any module.

    • Public access modifier restricts access to the current module only.

    • Example: 'open class MyClass' can be accessed from any module, while 'public class MyClass' can only be accessed within the current modu

  • Answered by AI

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

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

(1 Question)

  • Q1. Access Specifier

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Between Dispatch Queue and OperationalQueue
  • Ans. 

    Dispatch Queue is a high-level API for managing concurrent operations, while OperationQueue is built on top of Dispatch Queue and adds additional features for managing operation objects.

    • Dispatch Queue is a lightweight way to execute tasks serially or concurrently, while OperationQueue is used to manage operation objects that represent tasks.

    • OperationQueue allows for dependencies between operations, while Dispatch Queue...

  • Answered by AI
  • Q2. SOLID Principle
Round 2 - Technical 

(1 Question)

  • Q1. Programming task

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident while answering the question

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain clean architecture
  • Ans. 

    Clean architecture is a software design approach that separates concerns and enforces a clear separation of responsibilities.

    • Separates code into layers (presentation, domain, data)

    • Dependence on abstractions rather than concrete implementations

    • Allows for easier testing and maintenance

    • Promotes scalability and flexibility

    • Example: MVP, MVVM, VIPER

  • Answered by AI
  • Q2. Explain mvvm acrhitecture
  • Ans. 

    MVVM is an architectural pattern that separates the UI, business logic, and data layers in an Android app.

    • Model - represents the data and business logic

    • View - UI components that display data and interact with the user

    • ViewModel - acts as a mediator between the Model and View, handling data operations and updating the UI

    • Data binding - connects the View and ViewModel, automatically updating the UI when data changes

  • Answered by AI
  • Q3. Explain SOLID principle
  • Ans. 

    SOLID is a set of five principles for writing clean, maintainable, and scalable object-oriented code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • In...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include strong problem-solving skills, attention to detail, and a passion for learning new technologies.

    • Strong problem-solving skills

    • Attention to detail

    • Passion for learning new technologies

  • Answered by AI
  • Q2. What are your weekness
  • Ans. 

    My weakness is that I tend to be overly critical of my own work, which can sometimes lead to perfectionism.

    • I have a tendency to spend too much time on a task to ensure it is perfect

    • I struggle with delegating tasks to others because I want to make sure they are done correctly

    • I can be overly self-critical, which can affect my confidence

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include strong problem-solving skills, attention to detail, and a passion for learning new technologies.

    • Strong problem-solving skills

    • Attention to detail

    • Passion for learning new technologies

  • Answered by AI
  • Q2. What are your weekness
  • Ans. 

    My weakness is that I can be overly critical of my own work, which can sometimes lead to perfectionism.

    • I tend to spend too much time on a task to ensure it is perfect

    • I have difficulty delegating tasks to others

    • I can be too self-critical and have high expectations for myself

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

45 minutes logical reasoing coding mocqs

Round 2 - Coding Test 

Not abale to sahre something yes do this wo this

Interview Preparation Tips

Interview preparation tips for other job seekers - be preapre
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Started with a normal assignment. A basic form application with few operation

Round 2 - Technical 

(5 Questions)

  • Q1. Javascript basics and React native
  • Q2. Closures,let var and const
  • Q3. Threads of javascript, Architecture
  • Ans. 

    Threads of javascript refer to the concept of asynchronous programming in JavaScript. Architecture in this context likely refers to the overall structure and organization of a React Native application.

    • JavaScript is single-threaded, meaning it can only execute one piece of code at a time. Asynchronous programming allows for non-blocking operations, improving performance and user experience.

    • React Native architecture typi...

  • Answered by AI
  • Q4. Storage, Secure storage, Offline app handling
  • Q5. Push notification, Camera, geomaps

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1)what is intent.
  • Ans. 

    Intent is a messaging object used to request an action from another app component.

    • Intents facilitate communication between components in an app or between different apps.

    • They can be used to start activities, services, or broadcast receivers.

    • Intents can also carry data using extras and can specify the type of action to be performed using action and category.

    • Explicit intents specify the component to be invoked while impl...

  • Answered by AI
  • Q2. What is services
  • Ans. 

    Services are background processes that run independently of the UI and can perform long-running operations.

    • Services are used to perform tasks that should continue even when the app is not in the foreground.

    • They can be started and stopped by the app or by the system.

    • Examples include playing music in the background, downloading files, and syncing data.

    • Services can be bound to activities to allow communication between the...

  • Answered by AI
  • Q3. Which Architecture pattern you know
  • Ans. 

    I know about Model-View-Controller (MVC), Model-View-Presenter (MVP), and Model-View-ViewModel (MVVM) architecture patterns.

    • MVC separates the application into three components: Model, View, and Controller.

    • MVP separates the application into three components: Model, View, and Presenter.

    • MVVM separates the application into three components: Model, View, and ViewModel.

    • MVC, MVP, and MVVM are all commonly used in Android deve...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic should be clear. Introduce yourself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Between Dispatch Queue and OperationalQueue
  • Ans. 

    Dispatch Queue is a high-level API for managing concurrent operations, while OperationQueue is built on top of Dispatch Queue and adds additional features for managing operation objects.

    • Dispatch Queue is a lightweight way to execute tasks serially or concurrently, while OperationQueue is used to manage operation objects that represent tasks.

    • OperationQueue allows for dependencies between operations, while Dispatch Queue...

  • Answered by AI
  • Q2. SOLID Principle
Round 2 - Technical 

(1 Question)

  • Q1. Programming task

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident while answering the question

Skills evaluated in this interview

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT IOS Developer interview?
NeoSOFT interview process usually has 1-2 rounds. The most common rounds in the NeoSOFT interview process are Technical, One-on-one Round and HR.
How to prepare for NeoSOFT 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 NeoSOFT. The most common topics and skills that interviewers at NeoSOFT expect are IOS, Swift, Design Patterns, GIT and Objective C.
What are the top questions asked in NeoSOFT IOS Developer interview?

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

  1. Weak - Strong Differe...read more
  2. open - Public Differe...read more
  3. GCD, operation queue, URL Session tasks, ref type , value ty...read more

Tell us how to improve this page.

NeoSOFT IOS Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

IOS Developer Interview Questions from Similar Companies

View all
NeoSOFT IOS Developer Salary
based on 54 salaries
₹3.1 L/yr - ₹13 L/yr
8% more than the average IOS Developer Salary in India
View more details

NeoSOFT IOS Developer Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

4.3

Skill development

3.2

Work-life balance

3.5

Salary

2.2

Job security

3.6

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Senior Software Engineer
727 salaries
unlock blur

₹5.8 L/yr - ₹22 L/yr

Software Developer
704 salaries
unlock blur

₹3 L/yr - ₹13.7 L/yr

Softwaretest Engineer
511 salaries
unlock blur

₹2.7 L/yr - ₹7.8 L/yr

Front end Developer
182 salaries
unlock blur

₹2.4 L/yr - ₹11.9 L/yr

Explore more salaries
Compare NeoSOFT with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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