Faster and better experience!
Filter interviews by
The edit distance problem involves finding the minimum number of operations required to transform one string into another.
The edit distance problem can be solved using dynamic programming.
Common operations include insertion, deletion, and substitution of characters.
Example: Given strings 'kitten' and 'sitting', the edit distance is 3 (substitute 'k' with 's', insert 'g', substitute 'n' with 'g').
2 Medium level DSA question
Use the exponentiation by squaring algorithm to optimally find n^m.
Use the exponentiation by squaring algorithm to reduce the number of multiplications needed.
Divide the exponent by 2 and recursively calculate the result.
Handle the cases when the exponent is even or odd separately.
Example: n^5 = n * n^2 * n^2
A coding test on hackerrank with some basic graph problems
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
2 coding , 2 SQL with some quants
Remove redundant parentheses in a expression
Identify the innermost parentheses
Evaluate the expression inside the innermost parentheses
Replace the innermost parentheses with the evaluated expression
Repeat until no more redundant parentheses exist
Chargebee interview questions for designations
Top trending discussions
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
Platform - Mettl
3 Questions of medium level difficulty to do in 2 hours, typically contain concepts like DSA, DP etc.
Structure padding is the insertion of unused bytes between structure members to align them on memory boundaries.
Padding is added to ensure that each member of a structure starts at a memory address that is a multiple of its size.
Padding is compiler-dependent and can vary between different platforms and architectures.
Padding can affect the size of a structure and the performance of the program.
Example: struct example { ...
Forming a dictionary from name
Create an empty dictionary
Iterate through each character in the name
Add the character as a key and its frequency as value in the dictionary
1 hour 3 questions easy to medium leetcode.
Dynamic programming questions, longg time to complete the 2 questions
Problem solving : a clock with 3 hands, no numbers written, guess what it is
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
It was good ...questions were easy and straight forward..basic questions based on ds algo
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
5 dsa questions + 1 sql + 30 mcq in round 1
Interview round asked a simple question find the 2 largest num in array then moved to oops and some one sql question
based on 3 interviews
Interview experience
Average annual salary
₹18.1 Lakhsbased on 9 reviews
Rating in categories
Software Engineer
75
salaries
|
₹18.1
L/yr
₹10 L/yr - ₹26 L/yr |
Senior Software Engineer
62
salaries
|
₹26.9
L/yr
₹18 L/yr - ₹38.5 L/yr |
Technical Account Manager
21
salaries
|
₹23.3
L/yr
₹14 L/yr - ₹28 L/yr |
Customer Success Manager
20
salaries
|
₹18.8
L/yr
₹14 L/yr - ₹20.5 L/yr |
Implementation Consultant
19
salaries
|
₹15.1
L/yr
₹4.6 L/yr - ₹27 L/yr |
Duck Creek Technologies
FinThrive
CodeClouds
Grey Orange