Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.
Aptitude Had around 50 Questions which cover Logical,Quantitative, Code snippets
Find two numbers in an array that add up to a specific target value.
Use a hashmap to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target value.
final, finally, and finalize are related terms in programming but have different meanings and usage
final is a keyword in Java used to restrict inheritance, method overriding, and variable reassignment
finally is a block of code in exception handling that always executes, regardless of whether an exception is thrown
finalize is a method in Java used for cleanup operations before an object is garbage collected
Array List can be implemented in a stack by using an array and keeping track of the top element.
Create an array to store the elements of the stack.
Keep track of the top element using a variable.
For push operation, add the element to the top of the stack and increment the top index.
For pop operation, remove the top element and decrement the top index.
Find 3rd largest number in array without sorting
Iterate through array to find largest, 2nd largest, and 3rd largest numbers
Keep track of these numbers as you iterate
Return the 3rd largest number found
To find the minimum number of swaps needed to sort an array
Use graph theory to find cycles in the array
Count the number of swaps needed to fix each cycle
Add up the swaps needed for all cycles to get the total minimum swaps
Top trending discussions
I applied via Campus Placement
Machine coding round
posted on 2 Dec 2024
30 mins interview. Asked about resume, APIs, Stack DSA question and one Sorting algorithm question.
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 interview rounds.
Sort an array and couple of stream api and project structure.
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Know your resume and your basics
Know class diagrams. Very Huge for workday.
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
Find the index of second maximum integer in a given array.
Iterate through the array to find the maximum integer.
Then iterate again to find the second maximum integer and return its index.
based on 8 reviews
Rating in categories
Member Technical Staff
36
salaries
| ₹6 L/yr - ₹14 L/yr |
Software Engineer
34
salaries
| ₹3.8 L/yr - ₹15.2 L/yr |
Softwaretest Engineer
23
salaries
| ₹3 L/yr - ₹8.8 L/yr |
Test Engineer
18
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Technical Support Engineer
17
salaries
| ₹5.1 L/yr - ₹10 L/yr |
SOTI
Codeproofs
ManageEngine
MobileIron