Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
Deep data structure is required. Most of the questions are based on graphs and trees. Linked list stack and priority queue is helpful.
Codding round is tough.
Top trending discussions
posted on 18 Jul 2021
An array is a collection of elements of the same data type, stored in contiguous memory locations.
Arrays have a fixed size and can be accessed using an index.
Elements in an array can be of any data type, including other arrays.
Arrays are commonly used in programming for storing and manipulating data.
Example: int[] numbers = {1, 2, 3, 4, 5};
Example: char[] letters = {'a', 'b', 'c'};
posted on 23 Dec 2020
posted on 30 Apr 2022
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
posted on 3 Dec 2015
posted on 15 May 2017
I appeared for an interview before May 2016.
posted on 19 May 2017
I appeared for an interview in Aug 2016.
Find the length of longest increasing subsequence in an array.
Use dynamic programming to solve the problem efficiently.
Maintain an array to store the length of longest increasing subsequence ending at each index.
Traverse the array and update the array for each index.
Return the maximum value in the array as the length of longest increasing subsequence.
Implement binary search in a semi-infinite array.
Start with the first element and keep doubling the index until the target element is less than the current element.
Perform binary search on the subarray from the last doubled index to the current index.
If the target element is not found, repeat the process by doubling the last index and searching again.
Handle edge cases where the target element is at the first index or n...
posted on 20 May 2017
I appeared for an interview in Dec 2016.
Convert an expression to post-fix notation.
Start with an empty stack.
Scan the expression from left to right.
If the scanned character is an operand, output it.
If the scanned character is an operator, pop two operands from stack, output them in post-fix notation and push the result back.
Repeat until the end of expression.
posted on 23 Jan 2017
I appeared for an interview before Jan 2016.
posted on 28 Aug 2015
I applied via Campus Placement
based on 1 interview experience
Difficulty level
Duration
Software Developer
9
salaries
| ₹30 L/yr - ₹36 L/yr |
Software Development Engineer
5
salaries
| ₹29 L/yr - ₹36.5 L/yr |
SDE (Software Development Engineer)
4
salaries
| ₹36 L/yr - ₹36.5 L/yr |
Sde1
4
salaries
| ₹30 L/yr - ₹36 L/yr |
HR Operation Manager
4
salaries
| ₹10 L/yr - ₹12.7 L/yr |
TCS
Accenture
Wipro
Cognizant