Filter interviews by
I applied via Approached by Company and was interviewed before Mar 2022. There were 2 interview rounds.
Operations on Linked List and Array with their time complexities.
Linked List operations: insertion (O(1)), deletion (O(1)), traversal (O(n)), search (O(n))
Array operations: insertion (O(n)), deletion (O(n)), traversal (O(n)), search (O(n))
Arrays have constant time access to elements while linked lists don't.
Arrays are better for random access while linked lists are better for sequential access.
Optimized code for stack, queue, and tree operations.
For stack operations, use an array or linked list and implement push, pop, and peek functions.
For queue operations, use a circular buffer or linked list and implement enqueue, dequeue, and peek functions.
For tree operations, use recursion and implement traversal algorithms such as inorder, preorder, and postorder.
Optimize code by reducing unnecessary operations and u...
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Aug 2024.
1. question from hashmap to print the number which occurs most in the array.
I applied via Naukri.com and was interviewed in May 2022. There were 4 interview rounds.
It have questions related aptitude and coding
It's related core Java concepts
Quest Software interview questions for popular designations
I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.
Top trending discussions
Handling critical situations requires quick thinking, clear communication, and a calm demeanor.
Assess the situation and prioritize actions
Communicate clearly and effectively with all parties involved
Remain calm and focused
Take decisive action while considering potential consequences
Seek assistance or advice from colleagues or superiors if necessary
I prioritize the problems based on urgency and importance, and then allocate time and resources accordingly.
Assess the urgency and importance of each problem
Create a plan of action for each problem
Allocate time and resources based on the plan
Regularly reassess and adjust the plan as needed
Example: If one problem is a deadline that cannot be missed and the other is a minor issue, prioritize the deadline and allocate mor
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.
A program to replace a character with another character in Java.
Create a string variable with the original text
Use the replace() method to replace the character with another character
Print the new string with the replaced character
Some of the top questions asked at the Quest Software interview -
The duration of Quest Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 4 interviews
Interview experience
based on 32 reviews
Rating in categories
Software Development Engineer
41
salaries
| ₹7.2 L/yr - ₹16 L/yr |
Software Developer
21
salaries
| ₹5.9 L/yr - ₹22 L/yr |
Software Engineer
20
salaries
| ₹5 L/yr - ₹20.2 L/yr |
Senior Security Analyst
15
salaries
| ₹9.9 L/yr - ₹15 L/yr |
Software Dev Staff Engineer
12
salaries
| ₹7.3 L/yr - ₹28 L/yr |
TCS
Wipro
Infosys
LTIMindtree