Filter interviews by
I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.
Swift 5 introduced ABI stability, improved performance, and new language features.
ABI stability ensures compatibility between future Swift versions
Improved performance with faster build times and reduced app size
New language features include Result type, Raw strings, and Property wrappers
Completion handler is a closure that gets executed after a task is completed.
Completion handlers are used to handle asynchronous tasks in iOS development.
They are commonly used in network requests, animations, and other time-consuming tasks.
Completion handlers take in parameters and return values, allowing for customization and flexibility.
Example: URLSession.shared.dataTask(with: url) { data, response, error in // han
GCD (Grand Central Dispatch) is a concurrency framework that allows developers to perform tasks asynchronously.
GCD is used to manage concurrent operations in iOS apps.
It uses dispatch queues to manage tasks and execute them in parallel.
GCD provides different types of queues such as serial, concurrent, and main queues.
Example: DispatchQueue.main.async { // code to be executed on main queue }
Example: DispatchQueue.global...
Steps to add collection view in Swift.
Create a UICollectionView instance
Set the delegate and data source of the collection view
Implement the required methods of UICollectionViewDataSource and UICollectionViewDelegate protocols
Register the cell class or nib file for the collection view
Return the number of items and configure the cell in the data source methods
Implement any additional delegate methods as needed
Top trending discussions
I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.
I appeared for an interview in Apr 2021.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Campus Placement
My final year project was on developing a web-based inventory management system using Java and MySQL.
Developed using Java and MySQL
Web-based inventory management system
Implemented basic OOPs concepts
Used MVC architecture for better code organization
Included features like user authentication, product management, and order tracking
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant