Filter interviews by
Clear (1)
I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.
Memory Management, Dispatch Queues, ARC, Frames vs Bounds, ARC, View Controller lifecycle, View lifecycle
TableView is a UI component in iOS that displays data in a scrollable list format.
TableView is used to display data in rows and sections.
It is commonly used to present lists of items, such as contacts, messages, or products.
Each row in a TableView is represented by a UITableViewCell.
Data for a TableView is typically provided by implementing the UITableViewDataSource protocol.
TableView can be customized by modifying the
Top trending discussions
I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.
I was interviewed before Mar 2021.
Round duration - 90 Minutes
Round difficulty - Medium
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.
Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.
Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.
If one of the pointers reaches the end of the list (null), there is no cycle.
Given a list of integers of size N
, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X
is the firs...
Find the Next Greater Element for each element in a list of integers.
Iterate through the list of integers from right to left.
Use a stack to keep track of elements for which the Next Greater Element is not yet found.
Pop elements from the stack until a greater element is found or the stack is empty.
Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.
Round duration - 60 Minutes
Round difficulty - Medium
Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.
User interface should be intuitive and easy to navigate for users of all ages.
Implement security measures such as PIN entry, card authentication, and encryption to protect user data.
Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...
Round duration - 45 Minutes
Round difficulty - Easy
Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews
Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
Seeking new challenges and growth opportunities in a different environment.
Desire to work on new technologies and projects
Opportunity for career advancement
Seeking a better work-life balance
Interested in a different company culture or team dynamic
DS/ALGO and problem-solving was asked in round one
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working
I was interviewed in Jul 2024.
Static function is a function that can only be accessed within the same file, while a static variable is a variable that retains its value between function calls.
Static function is declared using the 'static' keyword before the return type, limiting its scope to the file it is defined in.
Static variable is declared using the 'static' keyword before the variable type, retaining its value between function calls.
Example o...
Synchronization technique is a method used to control access to shared resources in a multi-threaded environment.
Synchronization techniques prevent race conditions and ensure data consistency
Common synchronization techniques include locks, semaphores, and monitors
Examples include using synchronized keyword in Java or mutex in C++
Add an element to a linked list.
I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.
Write code for advance surrying in js
Implement custom hook for api call
based on 1 interview
Interview experience
Senior Associate
69
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
68
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
39
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate
30
salaries
| ₹0 L/yr - ₹0 L/yr |
Zerodha
Groww
Upstox
ET Money