Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Sep 2021. There were 2 interview rounds.
Top trending discussions
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
posted on 24 Dec 2024
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
Two questions
One dp
One on heap
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
Simple DSA ques. and some mcqs. were easy if you are a cp guy
Use stack to keep track of indices of opening parentheses, update max length when closing parentheses found
Use a stack to keep track of indices of opening parentheses
When a closing parentheses is found, update max length by calculating the difference between current index and top of stack
Handle edge cases like extra closing parentheses or unmatched opening parentheses
Example: Input: "(()()", Output: 4 (for "()()")
Find the longest palindromic substring in a given string.
Use dynamic programming to check for palindromes within the string.
Start by checking for palindromes of length 1 and 2, then expand to longer substrings.
Keep track of the longest palindrome found so far.
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
Dp question of jump game
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
Binary search to find the closest element in a sorted array
Implement binary search to find the target element in the array
Keep track of the closest element found so far while searching
Update the closest element if a closer one is found during the search
Low level design for an online e-commerce website involves designing the architecture and components of the website.
Identify the main components such as user interface, database, payment gateway, product catalog, etc.
Design the database schema to store user information, product details, orders, etc.
Implement user authentication and authorization mechanisms for secure access.
Integrate payment gateway for processing tran...
I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Aug 2024. There was 1 interview round.
To insert a node in a binary search tree, compare the value of the node to be inserted with the current node and traverse left or right accordingly.
Start at the root node and compare the value of the node to be inserted with the current node.
If the value is less than the current node, move to the left child node. If it is greater, move to the right child node.
Repeat this process until reaching a leaf node, then insert ...
Find the sum of kth to bth largest numbers in a huge array efficiently.
Sort the array in descending order to easily find the kth and bth largest numbers.
Use a priority queue or min heap to efficiently find the kth and bth largest numbers without sorting the entire array.
Once you have the kth and bth largest numbers, iterate through the array and sum the numbers between them.
based on 2 reviews
Rating in categories
Software Developer
15
salaries
| ₹3.6 L/yr - ₹5.8 L/yr |
Softwaretest Engineer
10
salaries
| ₹2.8 L/yr - ₹5.1 L/yr |
Graphic Designer
9
salaries
| ₹2.4 L/yr - ₹7.8 L/yr |
Senior Application Software Engineer
7
salaries
| ₹6 L/yr - ₹10.2 L/yr |
Application Software Engineer
7
salaries
| ₹5.5 L/yr - ₹6 L/yr |
Vizrt
Avid Technology
Evertz Microsystems
Amazon