i
Angel One
Filter interviews by
I applied via Instahyre and was interviewed before Feb 2022. There were 4 interview rounds.
Count the number of islands in a 2D grid.
Iterate through the grid and for each '1', perform a depth-first search to mark all connected '1's as visited.
Increment the count of islands for each new '1' encountered.
Return the total count of islands.
The coin change problem involves finding the minimum number of coins needed to make a certain amount of change.
Use dynamic programming to solve the problem efficiently
Start with a base case where the amount of change is 0
Iterate through each coin denomination and calculate the minimum number of coins needed for each amount of change
Store the results in a table and use them to calculate the minimum number of coins for l
Top trending discussions
posted on 7 Oct 2022
I applied via Referral and was interviewed in Sep 2022. There were 2 interview rounds.
15 MCQs and 2 coding questions were given. MCQs include questions from topics like dbms, system design, oops etc.
1st coding question was of dp and 2nd was of a good question of graph.
Create and delete a node in a linked list and print the updated list.
Create a Node class with data and next pointer attributes
Create a LinkedList class with head attribute and methods to add, delete and print nodes
To delete a node, traverse the list and update the next pointer of the previous node to skip the node to be deleted
Print the list by traversing and printing the data of each node
Reverse the first K characters of a given string.
Take the first K characters of the string.
Reverse the selected substring.
Concatenate the reversed substring with the rest of the original string.
posted on 13 Feb 2025
I was interviewed in Jan 2025.
I was interviewed in Dec 2024.
The Longest Substring Without Repeating Characters problem involves finding the length of the longest substring without any repeating characters.
Best solution: Sliding Window approach with HashSet to track unique characters. Time complexity O(n), space complexity O(min(n, m)) where n is the length of the string and m is the size of the character set.
Worst solution: Brute force approach checking all substrings for uniqu...
I applied via Job Portal
React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.
Mounting: constructor, render, componentDidMount
Updating: render, componentDidUpdate
Unmounting: componentWillUnmount
Padding is the space inside the border of an element, while margin is the space outside the border.
Padding is used to create space between the content and the border of an element.
Margin is used to create space between the border of an element and other elements.
Padding affects the size of the content area, while margin affects the positioning of the element.
Example: padding: 10px will create 10 pixels of space inside ...
posted on 24 Sep 2024
1 hour, the coding test was based on a project given to us
posted on 5 Jun 2024
Maths,quant for 1 hour duration
Arrays, strings, linked list, palindrome
I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.
It was more based on array/string manipulation, stack/queue based, if you have solved questions before then it will be easy/medium difficulty level for yo
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Concurrency is the ability of a system to execute multiple tasks simultaneously.
Concurrency allows multiple tasks to run concurrently, improving performance and efficiency.
Concurrency can be achieved through multithreading or multiprocessing.
Example: A web server handling multiple requests simultaneously using multithreading.
ACID principles are a set of properties that guarantee database transactions are processed reliably.
Atomicity: Transactions are all or nothing. If one part of the transaction fails, the entire transaction is rolled back.
Consistency: Transactions bring the database from one valid state to another. All constraints are satisfied.
Isolation: Transactions are isolated from each other until they are completed.
Durability: Once...
based on 1 interview
Interview experience
Senior Executive
347
salaries
| ₹1.6 L/yr - ₹4.7 L/yr |
Relationship Manager
322
salaries
| ₹1.5 L/yr - ₹4.1 L/yr |
Assistant Manager
269
salaries
| ₹2.1 L/yr - ₹7.6 L/yr |
Equity Dealer
212
salaries
| ₹0.9 L/yr - ₹4.5 L/yr |
Deputy Manager
155
salaries
| ₹3 L/yr - ₹10 L/yr |
Zerodha
Upstox
Groww
5paisa Capital Ltd.