Filter interviews by
I applied via Referral
Top trending discussions
I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.
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...
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...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Protocol extensions in iOS allow adding functionality to existing protocols without modifying the original protocol definition.
Protocol extensions can provide default implementations for protocol methods.
They can also add new methods and properties to conforming types.
Protocol extensions are useful for adding common functionality to multiple types that conform to a protocol.
Example: extending the Equatable protocol to ...
Merge combines changes from different branches, while rebase moves the entire branch to a new base commit.
Merge creates a new commit to combine changes, while rebase rewrites commit history.
Merge preserves the commit history of all branches, while rebase creates a linear history.
Merge is non-destructive and keeps the original branch intact, while rebase modifies the branch being rebased.
Example: 'git merge feature-bran
Protocol equitability ensures that all participants in a communication protocol have equal access and opportunity to send and receive data.
Ensures fair and equal treatment of all participants in a communication protocol
Prevents any participant from having an unfair advantage or disadvantage
Promotes transparency and inclusivity in communication protocols
I applied via AmbitionBox and was interviewed in Mar 2024. There was 1 interview round.
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 ...
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
Structs are value types and classes are reference types in Swift.
Structs are passed by value, while classes are passed by reference.
Structs are copied when assigned to a new variable, while classes point to the same instance.
Use structs for simple data types and classes for more complex objects.
Example: struct Point { var x: Int, y: Int } vs class Person { var name: String, age: Int }
Asked very good questions
posted on 13 Feb 2024
I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.
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...
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...
posted on 31 Aug 2024
I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.
Technical Recruiter
9
salaries
| ₹1.5 L/yr - ₹3.8 L/yr |
Senior Software Engineer
7
salaries
| ₹5.5 L/yr - ₹18 L/yr |
Software Developer
5
salaries
| ₹3.5 L/yr - ₹5.1 L/yr |
Junior Software Developer
5
salaries
| ₹3 L/yr - ₹7 L/yr |
Senior Technical Recruiter
5
salaries
| ₹2.7 L/yr - ₹3.7 L/yr |
Infosys
TCS
Wipro
HCLTech