Filter interviews by
I applied via Campus Placement
Topics were generally based on sitting arrangements, coding-decoding, and mostly English and behavioral question
Questions for this round were generally from SQL, pseudo-code questions
Top trending discussions
posted on 22 Jan 2025
1 hour online test ..
Code Snept question with 3-4 Reasoning question. Google form
Pen paper coding round. String , Array . Linkedlist , graph, questions
To find the nearest prime number, iterate from the given number in both directions until a prime number is found.
Start iterating from the given number in both directions to find the nearest prime number.
Check if a number is prime by dividing it by all numbers less than its square root.
Keep track of the closest prime number found during the iteration.
Find the second maximum number in an array of strings.
Convert the array of strings to an array of integers.
Sort the array in descending order.
Return the second element in the sorted array.
posted on 6 Jan 2025
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
I applied via Campus Placement
Dsa problems dp and tress problem
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Developer
98
salaries
| ₹6.8 L/yr - ₹19.5 L/yr |
Front end Developer
49
salaries
| ₹6.3 L/yr - ₹17 L/yr |
Senior Software Developer
41
salaries
| ₹8.2 L/yr - ₹24 L/yr |
Software Quality Analyst
24
salaries
| ₹4.2 L/yr - ₹7.5 L/yr |
Software Engineer
20
salaries
| ₹6 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech