Filter interviews by
Clear (1)
Basic 3 questions of easy-medium level
Reverse words in a sentence
Split the sentence into words using a space as delimiter
Reverse the order of the words
Join the reversed words back into a sentence
Generate all prime numbers in a given range
Iterate through the range and check if each number is prime
Use a helper function to determine if a number is prime
Store prime numbers in an array and return it
Top trending discussions
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
Corona Pandemic, digitalization
Qualitative and quantitative questions + gmat
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
Questions were easy to moderate level from leetcode
First round was online assessment consisting of aptitude and coding questions.
posted on 4 Aug 2022
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.
Conducted on their platform for 120 minutes
To find the diameter of a binary tree, we need to find the longest path between any two nodes in the tree.
Traverse the tree recursively and calculate the height of the left and right subtrees.
Calculate the diameter of the left and right subtrees recursively.
The diameter of the tree is the maximum of the following three values: 1. Diameter of the left subtree 2. Diameter of the right subtree 3. Height of the left sub...
I applied via Campus Placement and was interviewed in Mar 2022. There were 4 interview rounds.
Finding common elements in two sorted linked lists.
Traverse both lists simultaneously using two pointers.
Compare the values of the nodes pointed by the two pointers.
If they are equal, add the value to the result list and move both pointers.
If not, move the pointer pointing to the smaller value.
Repeat until one of the lists is fully traversed.
Finding the Kth element after merging two sorted arrays.
Merge the two sorted arrays into a single array.
Sort the merged array.
Return the Kth element from the merged and sorted array.
OOPS is a programming paradigm based on objects while DBMS is a software system for managing databases.
OOPS focuses on encapsulation, inheritance, and polymorphism
DBMS manages data through CRUD operations and supports ACID properties
Examples of OOPS languages include Java, C++, and Python
Examples of DBMS include MySQL, Oracle, and SQL Server
based on 1 interview
Interview experience
System Engineer
39
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Citrix
VMware Software
Microsoft Corporation
Cisco