Filter interviews by
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
Fully logical we want to strong in percentage and stream
We want to strong in one coding language and also u want to strong enough in DS algo
I applied via Company Website and was interviewed in Sep 2022. There were 2 interview rounds.
I have a Bachelor's degree in Computer Science.
Bachelor's degree in Computer Science
Completed courses in programming languages, algorithms, data structures, and software engineering
Participated in various coding competitions and hackathons
Aptitude test was of medium level with some pseudo-code o/p questions
Sort array based on frequency,etc
Top trending discussions
posted on 3 Dec 2015
Finding an element in a rotated array
Identify the pivot point where the array is rotated
Divide the array into two sub-arrays based on the pivot point
Perform binary search on the appropriate sub-array to find the element
Handle edge cases like when the element is at the pivot point
Create a linked list that contains the sum of two given linked lists representing numbers.
Traverse both linked lists simultaneously and add the corresponding nodes' values. If the sum is greater than 9, carry over the 1 to the next node.
If one linked list is longer than the other, add the remaining nodes to the sum.
Create a new linked list with the sum in reverse order.
Designing a text editor requires efficient data structures for insert, delete, and search operations.
Use a linked list to represent lines of text, allowing efficient insertions and deletions.
For searching, maintain an index or use a hash map to quickly locate specific words or phrases.
Consider using a gap buffer for efficient insertions and deletions within a single line of text.
Implement a trie for efficient prefix se...
posted on 11 Jan 2022
I applied via Campus Placement and was interviewed in Jul 2021. There were 6 interview rounds.
posted on 28 Aug 2021
I applied via Company Website and was interviewed before Aug 2020. There was 1 interview round.
posted on 23 Nov 2022
I applied via Approached by Company and was interviewed in May 2022. There were 3 interview rounds.
I am currently working as a Software Development Engineer with expertise in web development and cloud computing.
Proficient in programming languages like Java, Python, and JavaScript
Experience in developing and maintaining web applications using frameworks like React and Angular
Knowledge of cloud computing platforms such as AWS and Azure
Familiarity with database management systems like MySQL and MongoDB
Strong problem-so...
Identify and remove duplicate strings from an array, returning a new array with unique values.
Use a Set to store unique strings. Example: ['apple', 'banana', 'apple'] becomes ['apple', 'banana'].
Iterate through the array and add each string to the Set. Duplicates are automatically ignored.
Convert the Set back to an array to return the result. Example: Set(['apple', 'banana']) -> ['apple', 'banana'].
posted on 20 Jul 2022
I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.
posted on 1 Nov 2022
I appeared for an interview in May 2022.
BST search time is O(log n) on average, but can be O(n) in worst case.
BST search time depends on the height of the tree
On average, height is log base 2 of n
Worst case is when the tree is unbalanced and height is n
Example: searching for a value in a balanced BST with 1024 nodes takes at most 10 comparisons
posted on 21 Nov 2022
I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.
The time complexity of the program is O(nlogn).
The program has a divide and conquer algorithm.
The program has nested loops.
The program has a recursive function.
Design an algorithm with less time complexity.
Use efficient data structures like hash tables, binary trees, etc.
Avoid nested loops and recursion if possible.
Try to optimize the code by reducing redundant operations.
Use dynamic programming to solve complex problems.
Consider parallel processing for large datasets.
Use built-in functions and libraries instead of writing custom code.
Profile the code to identify bottlenecks ...
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
Member Technical Staff
1.6k
salaries
| ₹5.6 L/yr - ₹24 L/yr |
Technical Support Engineer
638
salaries
| ₹2.5 L/yr - ₹12 L/yr |
Software Developer
525
salaries
| ₹4.9 L/yr - ₹17 L/yr |
Software Engineer
168
salaries
| ₹5.4 L/yr - ₹18 L/yr |
Web Developer
94
salaries
| ₹3.5 L/yr - ₹12 L/yr |
Freshworks
Salesforce
SAP
TCS