i
Dream11
Filter interviews by
Find quadraplets in an array that sum up to a target value.
Use a nested loop to iterate through all possible combinations of quadraplets.
Keep track of the sum of each quadraplet and compare it to the target value.
Return the quadraplets that match the target sum.
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
The coding test was divided in 4 sections:
1> Java and SpringBoot multiple choice questions
The question topics included, multihreading, springboot context, security
2> Leetcode style program question 1 - Easy
3> Leetcode style program question 2 - Medium
Length of longest consecutive ones by at most one swap.
4> Sql query question
Identify data structure based on insertion and deletion order
If insertion and deletion follow LIFO order, it is a stack
If insertion follows FIFO order and deletion follows LIFO order, it is a queue
If insertion and deletion follow priority order, it is a priority queue
Find maximum element in an array in less than O(N)
Use divide and conquer approach
Compare maximum of left and right subarrays
Recursively find maximum element
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.
They given 2 program to to 1-2 hour
I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Remove consecutive characters in a string until no three consecutive characters remain.
Use a stack to keep track of characters and their counts.
Iterate through the string, pushing characters onto the stack.
If the top of the stack has the same character, increment its count.
If the count reaches 3, pop that character from the stack.
Finally, reconstruct the string from the stack.
30 mins test on leetcode
posted on 25 Jun 2021
LCM of n numbers in an array
Find the GCD of all numbers in the array
Divide each number by the GCD and multiply them
Use Euclidean algorithm to find GCD
posted on 1 Feb 2023
I appeared for an interview before Feb 2022.
based on 1 interview experience
based on 2 reviews
Rating in categories
Software Development Engineer II
56
salaries
| ₹23 L/yr - ₹64 L/yr |
Sde1
37
salaries
| ₹11.2 L/yr - ₹34 L/yr |
Software Developer
35
salaries
| ₹19 L/yr - ₹53 L/yr |
Product Manager
35
salaries
| ₹22 L/yr - ₹45 L/yr |
Senior Data Analyst
28
salaries
| ₹11.5 L/yr - ₹18 L/yr |
Uplers
MagicBricks
Impact Guru
Tracxn