Upload Button Icon Add office photos

Filter interviews by

Quest Software Interview Questions and Answers

Updated 3 Apr 2025

Quest Software Interview Experiences

Popular Designations

6 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Operation on the Linked List and time complexity , Operation on the Array and time complexity
  • Ans. 

    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.

  • Answered by AI
  • Q2. Operation on stack , queue , tree and best solution and optimized code
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong foundation
Meaningful explanation
strong problems solving

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Interview Questions & Answers

user image Lavanya M K Subramanyam

posted on 3 Apr 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. Past experience and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Think wisely and join

SDE Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

1. question from hashmap to print the number which occurs most in the array.

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It have questions related aptitude and coding

Round 3 - Coding Test 

It's related core Java concepts

Round 4 - HR 

(1 Question)

  • Q1. Salary related and self introduction

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)

Quest Software interview questions for popular designations

 Software Developer Trainee

 (1)

 SDE

 (1)

 Sde1

 (1)

 Associate Software Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Interview with the Team manager Based on Talend and Java and snowflake
Round 3 - Technical 

(1 Question)

  • Q1. Manager round with the head of the department. on same technologies.one of the best interview I had with this person.so polite...
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion. And other formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with java coding,java script, Talend and python mainly and the rest technologies comes on the fly of the job.so always stay updated and happy learning.really I miss this company not for the salary but I feel bad for not knowing the coding.else i would serve it for 5-7 years easily.that much tech we can learn from this company.its my bad luck.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2020

Interview Questionnaire 

1 Question

  • Q1. We are having x number of solutions, and present our revenue is y million dollars..how will grow our company for next 3 - 5years.

Jobs at Quest Software

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java

Interview Questionnaire 

7 Questions

  • Q1. 1. Introduction, it's a common question?
  • Q2. Why you want to switch your job?
  • Q3. Is job your passion or it's your need?
  • Q4. How should you handled the critical situation?
  • Ans. 

    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

  • Answered by AI
  • Q5. How you managed 2 problems in a same time?
  • Ans. 

    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

  • Answered by AI
  • Q6. Describe your last vacation or last memorable day?
  • Q7. Talk on profession, topic, "for ex. why you choose french, why you do B.tech etc?

Interview Preparation Tips

Interview preparation tips for other job seekers - asked only 4 to 5 questions not too much. with in 5 question an interviewer know about the skill of that candidate.
Thanks
Regard Richa

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    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

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

Quest Software Interview FAQs

How many rounds are there in Quest Software interview?
Quest Software interview process usually has 2-3 rounds. The most common rounds in the Quest Software interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Quest Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Quest Software. The most common topics and skills that interviewers at Quest Software expect are Active Directory, SQL, Quest, Product Management and Wellness.
What are the top questions asked in Quest Software interview?

Some of the top questions asked at the Quest Software interview -

  1. We are having x number of solutions, and present our revenue is y million dolla...read more
  2. Operation on the Linked List and time complexity , Operation on the Array and t...read more
  3. Operation on stack , queue , tree and best solution and optimized c...read more
How long is the Quest Software interview process?

The duration of Quest Software interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Quest Software Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
Coforge Interview Questions
3.3
 • 536 Interviews
eClerx Interview Questions
3.3
 • 531 Interviews
Tata Group Interview Questions
4.2
 • 363 Interviews
View all

Quest Software Reviews and Ratings

based on 32 reviews

4.0/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.5

Salary

4.2

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 32 Reviews and Ratings
Software Developer Staff Engineer

Hyderabad / Secunderabad

4-7 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
41 salaries
unlock blur

₹7.2 L/yr - ₹16 L/yr

Software Developer
21 salaries
unlock blur

₹5.9 L/yr - ₹22 L/yr

Software Engineer
20 salaries
unlock blur

₹5 L/yr - ₹20.2 L/yr

Senior Security Analyst
15 salaries
unlock blur

₹9.9 L/yr - ₹15 L/yr

Software Dev Staff Engineer
12 salaries
unlock blur

₹7.3 L/yr - ₹28 L/yr

Explore more salaries
Compare Quest Software with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

LTIMindtree

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview