i
Dream11
Filter interviews by
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
Asked 3 questions based on SQL
Top trending discussions
I applied via Referral
I applied via Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.
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.
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
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 appeared for an interview in Feb 2025, where I was asked the following questions.
Rank assigns unique ranks to each distinct value, while dense rank does not leave gaps between ranks.
Rank assigns unique ranks to each distinct value in a dataset
Dense rank does not leave gaps between ranks, assigning consecutive ranks to values with the same rank
For example, if values are 10, 20, 20, 30, then rank would be 1, 2, 2, 4 and dense rank would be 1, 2, 2, 3
Merge multiple files in Python using pandas.concat() or pd.merge() functions.
Use pandas.concat() function to merge multiple files vertically (row-wise).
Use pd.merge() function to merge multiple files horizontally (column-wise) based on a common column.
Ensure that the files have compatible column names and data types before merging.
Handle any missing or duplicate values appropriately during the merging process.
Consider ...
A data frame is a two-dimensional data structure in which data is stored in rows and columns.
Data frames are commonly used in programming languages like R and Python for data analysis.
Each column in a data frame represents a variable, while each row represents an observation.
Data frames can contain different types of data, such as numeric, character, and factor.
Data frames can be created from various sources like CSV f...
I appeared for an interview in Jan 2025.
based on 1 interview experience
Difficulty level
Duration
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