Filter interviews by
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Basic coding qustions
MVC is a design pattern that separates an application into three main components: Model, View, and Controller. MVVM is a variation of MVC with an added ViewModel layer.
MVC stands for Model-View-Controller, where Model represents the data, View represents the UI, and Controller acts as an intermediary between Model and View.
MVVM stands for Model-View-ViewModel, which adds a ViewModel layer between the View and Model. Vi...
Memory management in Swift involves automatic reference counting (ARC) to manage memory allocation and deallocation.
Swift uses automatic reference counting (ARC) to track and manage memory usage.
ARC automatically deallocates objects when they are no longer needed.
Developers can use weak and unowned references to prevent strong reference cycles.
Using value types like structs can help reduce memory management issues.
Top trending discussions
I applied via Company Website and was interviewed in Jul 2020. There was 1 interview round.
Classes and structures are both used to define custom data types, but they have some key differences.
Classes are reference types, while structures are value types.
Classes support inheritance, while structures do not.
Classes have deinitializers, while structures do not.
Classes have reference counting for memory management, while structures do not.
Classes can have optional property types, while structures cannot.
Retain cycle is a memory management issue where objects reference each other and cannot be released. It can be avoided by using weak or unowned references.
Retain cycle occurs when two or more objects hold strong references to each other.
To avoid retain cycle, use weak or unowned references instead of strong references.
Weak references do not increase the reference count of an object and automatically become nil when the...
Opinion binding is a legal doctrine that requires judges to follow the decisions of higher courts in similar cases.
Opinion binding is also known as stare decisis.
It helps to ensure consistency and predictability in the legal system.
For example, if a higher court has already ruled that a certain law is unconstitutional, lower courts must follow that ruling in similar cases.
Opinion binding can be controversial, as it can...
GCD and Operation Queues are both used for concurrent programming in iOS, but differ in their approach.
GCD is a C-based API that uses a thread pool model for concurrency.
Operation Queues are built on top of GCD and provide a higher-level abstraction for concurrency.
GCD is best for simple, lightweight tasks, while Operation Queues are better for more complex tasks with dependencies.
GCD uses blocks for task execution, wh...
The life cycle of iOS applications refers to the stages an app goes through from launch to termination.
The app is launched by the user or system
The app enters the foreground and becomes active
The app can be sent to the background or suspended
The app can be terminated by the user or system
The app can be resumed from the background or suspended state
The app can receive memory warnings and handle them appropriately
The UIViewController life cycle consists of several stages that occur when the view controller is loaded and unloaded.
viewDidLoad() - called when the view controller's view is loaded into memory
viewWillAppear() - called just before the view appears on the screen
viewDidAppear() - called just after the view appears on the screen
viewWillDisappear() - called just before the view disappears from the screen
viewDidDisappear()...
Objective-C is the older language used for iOS development, while Swift is the newer, more modern language.
Objective-C is a superset of C with Smalltalk-style messaging syntax.
Swift is more concise and easier to read than Objective-C.
Swift is safer due to its optionals and type interference features.
Objective-C has been around longer and has a larger codebase, but Swift is becoming more popular.
Many developers prefer S...
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Find second greatest number from an array of duplicate items.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
A closure is a self-contained block of code that can be passed around and used in your code. An escaping closure is a closure that is called after the function it was passed to has returned.
Closure is a block of code that can be passed around and used in your code.
Escaping closure is called after the function it was passed to has returned.
Example: Using a completion handler in a network request to handle the response a
Multi threading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness in applications.
Allows for parallel execution of tasks, improving performance
Enables applications to remain responsive while performing intensive tasks
Can lead to synchronization issues if not managed properly
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I am an experienced IOS Developer with a passion for creating innovative and user-friendly mobile applications.
Over 5 years of experience in IOS app development
Proficient in Swift and Objective-C programming languages
Strong understanding of mobile UI/UX design principles
Familiar with RESTful APIs and third-party libraries
Developed and launched multiple successful IOS apps, such as XYZ and ABC
let is used for constants that do not change, var is used for variables that can change
let is used for constants that do not change
var is used for variables that can change
let variables cannot be reassigned once they are set
var variables can be reassigned multiple times
I appeared for an interview in May 2024.
Use a Set to get distinct members in array while maintaining sequence.
Iterate through the array and add each element to a Set to automatically remove duplicates.
Create a new array by iterating through the Set to maintain the original sequence.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
90mins of aptitude test after clearing interview
1hr of coding test then final interview
based on 1 interview
Interview experience
Software Engineer
58
salaries
| ₹4.4 L/yr - ₹10 L/yr |
Devops Engineer
23
salaries
| ₹4.8 L/yr - ₹13 L/yr |
Java Developer
20
salaries
| ₹3.2 L/yr - ₹5 L/yr |
Executive Accountant
16
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
Softwaretest Engineer
15
salaries
| ₹3.5 L/yr - ₹10 L/yr |
TCS
Accenture
Wipro
Capgemini