i
Invaccs Software Technologies
Filter interviews by
I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.
Protocols in iOS are a set of rules that define methods and properties that a class must implement.
Protocols are similar to interfaces in other programming languages.
They allow for communication between classes that may not have a direct relationship.
Classes, structs, and enums can adopt protocols.
Example: UITableViewDelegate protocol is adopted by classes to handle table view data and interactions.
Top trending discussions
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed before Mar 2022. There was 1 interview round.
Bounds refer to the content area of a view, while frame refers to the position and size of a view within its superview.
Bounds are relative to the view's own coordinate system, while frame is relative to its superview's coordinate system.
Changing the bounds of a view affects the position and size of its subviews, while changing the frame affects the position and size of the view itself.
For example, if a view has a frame...
I have worked on MVVM architecture in my previous project.
MVVM stands for Model-View-ViewModel.
It separates the UI logic from the business logic.
The View interacts with the ViewModel, which in turn interacts with the Model.
I used RxSwift for binding the ViewModel and View in my previous project.
Access control refers to the process of restricting or granting access to resources based on user identity and permissions.
Role-based access control (RBAC) - access is granted based on the user's role within an organization
Attribute-based access control (ABAC) - access is granted based on specific attributes of the user, such as job title or department
Discretionary access control (DAC) - access is granted at the discre...
Lazy property delays the initialization of a property until it is accessed for the first time.
Lazy properties are useful when the initialization of a property is expensive and not always needed.
They can improve performance and memory usage by delaying the initialization until it is actually needed.
They are declared using the 'lazy' keyword and must be variables, not constants.
Example: lazy var myProperty = expensiveIni...
UITableView for displaying data in a list format, UICollectionView for displaying data in a grid or custom layout.
Use UITableView for displaying data in a list format, such as a contact list or a news feed.
Use UICollectionView for displaying data in a grid or custom layout, such as a photo gallery or a calendar.
UITableView is simpler to implement and more efficient for displaying large amounts of data.
UICollectionView ...
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
based on 1 interview
Interview experience
Software Developer
5
salaries
| ₹1 L/yr - ₹4.8 L/yr |
Software Engineer
4
salaries
| ₹2.8 L/yr - ₹4 L/yr |
Android Developer
4
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Software Implementation Engineer
4
salaries
| ₹2.6 L/yr - ₹5.4 L/yr |
Softwaretest Engineer
4
salaries
| ₹2.4 L/yr - ₹4.2 L/yr |
TCS
Infosys
Wipro
HCLTech