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 before Apr 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.
Triggers are database objects that automatically execute in response to certain events or changes in data.
Triggers are used to enforce business rules or data integrity.
They can be used to audit changes to data.
Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.
They can be defined on tables, views, or schemas.
Examples of triggers include sending an email notification ...
I appeared for an interview in Sep 2021.
I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant