Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Quest Global Team. If you also belong to the team, you can get access from here

Quest Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quest Global Software Engineer Interview Questions and Answers

Updated 11 Jan 2025

6 Interview questions

A Software Engineer was asked
Q. Write code to find prime numbers.
Ans. 

Code to find prime numbers in a given range

  • Iterate through numbers in the range

  • Check if each number is divisible by any number less than itself

  • If not divisible, it is a prime number

A Software Engineer was asked
Q. Write a program to toggle the fourth bit of a given number.
Ans. 

Toggle the fourth bit of a given number.

  • Extract the fourth bit using bitwise AND operation with 8 (1000 in binary)

  • Toggle the fourth bit using bitwise XOR operation with 8 (1000 in binary)

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. What is a mutex, and what problem does it solve?
Ans. 

A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.

  • Mutex stands for mutual exclusion

  • It is used to prevent multiple threads from accessing shared resources simultaneously

  • Mutexes are typically used to protect critical sections of code

  • Example: In a multi-threaded program, a mutex can be used to ensure that only one thread can access a shared variable at a...

A Software Engineer was asked
Q. What is DSA used for?
Ans. 

DSA is used for efficient data organization and manipulation in computer algorithms.

  • DSA stands for Data Structures and Algorithms

  • It is used to optimize the performance of computer algorithms

  • DSA helps in efficient data organization and manipulation

  • Examples of DSA include arrays, linked lists, trees, graphs, and sorting algorithms

A Software Engineer was asked
Q. What is a programming language used for?
Ans. 

Programming languages are used to write instructions for computers to execute tasks and solve problems.

  • Programming languages are used to create software applications, websites, and games.

  • They are used to automate tasks and processes, such as data analysis and machine learning.

  • Programming languages are also used in scientific research, financial analysis, and engineering.

  • Examples of programming languages include Ja...

A Software Engineer was asked
Q. What is polymorphism?
Ans. 

Polymorphism is the ability of an object to take on many forms.

  • Polymorphism allows objects of different classes to be treated as if they were objects of the same class.

  • It is achieved through method overriding and method overloading.

  • Example: A parent class Animal has a method called makeSound(). The child classes Dog, Cat, and Cow can override this method to make their own unique sounds.

  • Another example is method ov...

Quest Global Software Engineer Interview Experiences

19 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Algorithms

Software Engineer Interview Questions & Answers

user image ANAKHAKRISHNAN S S

posted on 2 Nov 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Aptitude test containing reasoning, maths, logics

Round 3 - Technical 

(2 Questions)

  • Q1. Interview question about the basics of java And coding
  • Q2. To write code to find prime number
Round 4 - HR 

(1 Question)

  • Q1. Related to company

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

5 questions for 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Domain based technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. At least one small on screen coding assignment is must
  • Q2. Basics of java like OOP, hasmap etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Wap to toggle the fourth bit of given number..?
  • Ans. 

    Toggle the fourth bit of a given number.

    • Extract the fourth bit using bitwise AND operation with 8 (1000 in binary)

    • Toggle the fourth bit using bitwise XOR operation with 8 (1000 in binary)

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is mutex and who it overcome with it..?
  • Ans. 

    A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.

    • Mutex stands for mutual exclusion

    • It is used to prevent multiple threads from accessing shared resources simultaneously

    • Mutexes are typically used to protect critical sections of code

    • Example: In a multi-threaded program, a mutex can be used to ensure that only one thread can access a shared variable at a time

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you wanted to join this organisation only..?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

A mid-level interview will include coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Friendly technical questions and immediate response about the interview after the call.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer technical questions as well as aptitude-related inquiries, and feel free to ask any questions pertaining to the company, the project, or aspects related to work-life balance during the interview. It may also include some basic aptitude questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is DSA used for?
  • Q2. What is programming language used for?
  • Ans. 

    Programming languages are used to write instructions for computers to execute tasks and solve problems.

    • Programming languages are used to create software applications, websites, and games.

    • They are used to automate tasks and processes, such as data analysis and machine learning.

    • Programming languages are also used in scientific research, financial analysis, and engineering.

    • Examples of programming languages include Java, P...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot annotations, controller rest controller, dependency injection,
  • Q2. String pool, string immutable, collection que
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Pattern question on javascript

Round 2 - Technical 

(1 Question)

  • Q1. All the questions was based on javascript angular html and css
Round 3 - HR 

(1 Question)

  • Q1. Some basic questions based on my previous experience

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 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 - Technical 

(1 Question)

  • Q1. About C# Language. Dot Net framework. Coding test

Interview Preparation Tips

Topics to prepare for Quest Global Software Engineer interview:
  • C#.Net
Interview preparation tips for other job seekers - prepare the language and resume mentioned skills

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Quest Global?
Ask anonymously on communities.

Quest Global Interview FAQs

How many rounds are there in Quest Global Software Engineer interview?
Quest Global interview process usually has 2-3 rounds. The most common rounds in the Quest Global interview process are Technical, HR and Resume Shortlist.
How to prepare for Quest Global Software Engineer 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 Global. The most common topics and skills that interviewers at Quest Global expect are C++, Software Engineering, Python, Debugging and Linux.
What are the top questions asked in Quest Global Software Engineer interview?

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

  1. What is mutex and who it overcome with it...read more
  2. What are value and reference ty...read more
  3. What is programming language used f...read more
What are the most common questions asked in Quest Global Software Engineer HR round?

The most common HR questions asked in Quest Global Software Engineer interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 15 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more
Quest Global Software Engineer Salary
based on 1.8k salaries
₹2.8 L/yr - ₹10 L/yr
37% less than the average Software Engineer Salary in India
View more details

Quest Global Software Engineer Reviews and Ratings

based on 211 reviews

3.5/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.4

Salary

3.5

Job security

3.7

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 211 Reviews and Ratings
Senior Software Engineer
2.5k salaries
unlock blur

₹4.9 L/yr - ₹20 L/yr

Senior Engineer
2.1k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Software Engineer
1.8k salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Lead Engineer
1.7k salaries
unlock blur

₹7.8 L/yr - ₹25 L/yr

Design Engineer
646 salaries
unlock blur

₹2.2 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Quest Global with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview