i
Wipro
Filter interviews by
Encryption and decryption in Swift involves using cryptographic algorithms to encode and decode data securely.
Use common encryption algorithms like AES or RSA for encryption.
Implement encryption using libraries like CommonCrypto or CryptoSwift.
Store encryption keys securely and use secure protocols for data transmission.
Example: Encrypting a string using AES encryption in Swift.
Keychain access in Swift allows secure storage of sensitive information like passwords, tokens, etc.
Use Keychain Services API to securely store and retrieve sensitive data.
Keychain items are stored securely in the device's keychain and are encrypted.
Access keychain items using unique identifiers called keys.
Use Keychain Swift library for easier implementation.
Classes are reference types, while structs are value types in Swift.
Classes are reference types, meaning they point to the same instance in memory when assigned to a new variable.
Structs are value types, meaning they create a new copy when assigned to a new variable.
Use classes for complex data structures or when you need inheritance, use structs for simple data types or when you want value semantics.
Example: class Per...
Both 'if let' and 'guard let' are used for optional binding in Swift, but they serve different purposes and scopes.
'if let' allows you to safely unwrap an optional within a conditional block.
Example: if let name = optionalName { print(name) }
'guard let' is used for early exits and requires the unwrapped value to be available after the guard statement.
Example: guard let age = optionalAge else { return } // age is availa...
Grand Central Dispatch (GCD) is a technology in Swift for managing concurrent operations.
GCD allows developers to perform tasks concurrently without having to manage threads manually.
It provides a high-level API for managing tasks and executing them on different queues.
Developers can use GCD to perform tasks in the background, update the UI on the main thread, and more.
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 and was interviewed in Jul 2020. There was 1 interview round.
What people are saying about Wipro
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 Company Website
I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.
Remove duplicate elements from list.
I seek new challenges and opportunities for growth that align with my career goals and personal development as an iOS Developer.
Desire for professional growth: I'm looking for a role that offers more opportunities for learning and advancement.
Seeking new challenges: I want to work on innovative projects that push my skills further, like developing apps with SwiftUI.
Cultural fit: I'm looking for a company culture that a...
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
Struct is a value type, Class is a reference type in Swift.
Structs are passed by value, Classes are passed by reference.
Structs are immutable by default, Classes are mutable.
Use Structs for simple data types, Classes for more complex objects.
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
I expect a competitive salary based on my experience and skills.
I have a strong background in iOS development and have successfully completed several projects.
I am familiar with the latest technologies and frameworks in iOS development.
I have a proven track record of delivering high-quality code on time and within budget.
I am confident that my skills and experience make me a valuable asset to any team.
I am open to disc...
I worked as an iOS Developer at XYZ Company.
Developed and maintained iOS applications using Swift and Objective-C.
Collaborated with cross-functional teams to gather requirements and deliver high-quality products.
Implemented new features and enhancements based on user feedback.
Optimized app performance and resolved bugs and issues.
Worked on integrating third-party libraries and APIs.
Participated in code reviews and prov...
I am looking for a change to explore new opportunities and challenges in my career.
Seeking growth and advancement in my professional journey
Want to work on more challenging projects
Desire to learn new technologies and expand my skillset
Looking for a better work-life balance
Seeking a company culture that aligns with my values and goals
I am an experienced iOS developer with a passion for creating user-friendly and efficient applications.
I have been developing iOS applications for over 5 years.
I am proficient in Swift and Objective-C programming languages.
I have experience working with various frameworks and libraries such as UIKit, Core Data, and Alamofire.
I have a strong understanding of iOS design patterns and best practices.
I have successfully del...
based on 2 interview experiences
Difficulty level
Duration
based on 5 reviews
Rating in categories
Project Engineer
33.4k
salaries
| ₹1.8 L/yr - ₹8.4 L/yr |
Senior Software Engineer
23.1k
salaries
| ₹5.9 L/yr - ₹24 L/yr |
Senior Associate
21.8k
salaries
| ₹0.9 L/yr - ₹5.5 L/yr |
Technical Lead
20k
salaries
| ₹10 L/yr - ₹38.5 L/yr |
Senior Project Engineer
18.7k
salaries
| ₹5 L/yr - ₹19.8 L/yr |
TCS
Infosys
Tesla
Amazon