Filter interviews by
I appeared for an interview in Mar 2024.
I applied via Company Website and was interviewed in Jul 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.
Optional is a type in Swift that can hold a value or be nil. Struct and class are both used to define custom data types.
Optional is denoted by a question mark (?) and is used to handle nil values.
Structs are value types and are passed by value, while classes are reference types and are passed by reference.
Structs have a default memberwise initializer, while classes do not.
Classes can inherit from other classes, while s...
I applied via Company Website
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 Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Find second greatest number from an array of duplicate items.
Struct is value type while Class is reference type in Swift. Structs are passed by value while Classes are passed by reference.
Structs are ideal for small data types like coordinates, colors, etc.
Classes are ideal for larger data types like view controllers, network managers, etc.
Structs are immutable by default while Classes are mutable.
Structs cannot inherit from other types while Classes can.
Structs are stack alloca
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
Operation queue is a way to manage and execute tasks asynchronously in iOS applications.
Operation queue allows you to add tasks (operations) to a queue and execute them in the background.
It provides control over the execution of tasks, such as setting dependencies between tasks.
Operations can be added to the queue with different priorities, allowing for better task management.
Example: NSOperationQueue is a class in iOS
Optionals in Swift are used to represent a value that may or may not exist.
Optionals are denoted by adding a question mark (?) after the type declaration.
They can either contain a value or be nil.
Optionals must be unwrapped before using their value to avoid runtime errors.
Optional binding and optional chaining are commonly used with optionals.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Android Developer
14
salaries
| ₹3 L/yr - ₹9.2 L/yr |
React Native Developer
14
salaries
| ₹4.2 L/yr - ₹8 L/yr |
IOS Developer
13
salaries
| ₹2.3 L/yr - ₹10 L/yr |
Android App Developer
7
salaries
| ₹4.8 L/yr - ₹9.2 L/yr |
Flutter Developer
6
salaries
| ₹1.8 L/yr - ₹9 L/yr |
TCS
Accenture
Wipro
Cognizant