Filter interviews by
I applied via AmbitionBox and was interviewed in Oct 2022. There were 5 interview rounds.
I can write assignment on any topic
Work with determination and stay loyal with system
Complete your work with loyalty
Complete your work with your team
To become a successful manager in a reputed organization
I aim to gain experience and knowledge in the field of management
I plan to take up leadership roles and responsibilities
I want to contribute to the growth and success of the organization
I aspire to build a strong team and create a positive work environment
I aim to continuously learn and improve my skills
I regularly check my ability in front of the mirror to improve my communication skills and body language.
I practice my facial expressions and gestures to convey confidence and professionalism.
I rehearse my responses to common interview questions to ensure clarity and coherence.
I pay attention to my posture and dress to make a positive first impression.
I use the mirror to monitor my tone and volume of voice to avoid sou...
I applied via Campus Placement and was interviewed in Oct 2023. There were 5 interview rounds.
Sliding window Two pointers for loop
Sliding window two pointers loops for
For graph linked list switch
Greedy two pointers deep underwing of algorithms
I applied via Campus Placement and was interviewed in Oct 2023. There were 5 interview rounds.
Sliding window Two pointers for loop
Sliding window two pointers loops for
For graph linked list switch
Greedy two pointers deep underwing of algorithms
Learners Note interview questions for popular designations
I applied via Company Website and was interviewed in Jul 2020. There was 1 interview round.
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 Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
Classes and structures are both used to define custom data types, but they have some key differences.
Classes are reference types, while structures are value types.
Classes support inheritance, while structures do not.
Classes have deinitializers, while structures do not.
Classes have reference counting for memory management, while structures do not.
Classes can have optional property types, while structures cannot.
Retain cycle is a memory management issue where objects reference each other and cannot be released. It can be avoided by using weak or unowned references.
Retain cycle occurs when two or more objects hold strong references to each other.
To avoid retain cycle, use weak or unowned references instead of strong references.
Weak references do not increase the reference count of an object and automatically become nil when the...
Opinion binding is a legal doctrine that requires judges to follow the decisions of higher courts in similar cases.
Opinion binding is also known as stare decisis.
It helps to ensure consistency and predictability in the legal system.
For example, if a higher court has already ruled that a certain law is unconstitutional, lower courts must follow that ruling in similar cases.
Opinion binding can be controversial, as it can...
GCD and Operation Queues are both used for concurrent programming in iOS, but differ in their approach.
GCD is a C-based API that uses a thread pool model for concurrency.
Operation Queues are built on top of GCD and provide a higher-level abstraction for concurrency.
GCD is best for simple, lightweight tasks, while Operation Queues are better for more complex tasks with dependencies.
GCD uses blocks for task execution, wh...
The life cycle of iOS applications refers to the stages an app goes through from launch to termination.
The app is launched by the user or system
The app enters the foreground and becomes active
The app can be sent to the background or suspended
The app can be terminated by the user or system
The app can be resumed from the background or suspended state
The app can receive memory warnings and handle them appropriately
The UIViewController life cycle consists of several stages that occur when the view controller is loaded and unloaded.
viewDidLoad() - called when the view controller's view is loaded into memory
viewWillAppear() - called just before the view appears on the screen
viewDidAppear() - called just after the view appears on the screen
viewWillDisappear() - called just before the view disappears from the screen
viewDidDisappear()...
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 Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
A closure is a self-contained block of code that can be passed around and used in your code. An escaping closure is a closure that is called after the function it was passed to has returned.
Closure is a block of code that can be passed around and used in your code.
Escaping closure is called after the function it was passed to has returned.
Example: Using a completion handler in a network request to handle the response a
Multi threading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness in applications.
Allows for parallel execution of tasks, improving performance
Enables applications to remain responsive while performing intensive tasks
Can lead to synchronization issues if not managed properly
based on 3 interviews
Interview experience
based on 9 reviews
Rating in categories
Teacher
4
salaries
| ₹0.6 L/yr - ₹2 L/yr |
Chemistry Teacher
3
salaries
| ₹3 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant