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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 15 Dec 2024

Top Quest Global Senior Software Engineer Interview Questions and Answers

View all 12 questions

Quest Global Senior Software Engineer Interview Experiences

23 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Node.js question were asked
  • Q2. Project questions were also being asked
Round 2 - HR 

(2 Questions)

  • Q1. General Behavioural questions
  • Q2. Culture fit questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is an interface in programming?
  • Ans. 

    An interface in programming defines a contract for classes to implement, specifying methods and properties that must be included.

    • Interfaces in programming are used to define a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve polymorphism in programming languages.

    • Interfaces are similar to abstract classes but cannot contain any implementation code.

    • Classes can implement multip...

  • Answered by AI
  • Q2. What are the roles and responsibilities associated with this position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have good knowledge and experience for applied role

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the architecture of node.js
  • Ans. 

    Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser.

    • Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • It uses the V8 JavaScript engine from Google to execute code.

    • Node.js has a single-threaded event loop that allows handling multiple connections simultaneously.

    • It has a rich library of various JavaScrip...

  • Answered by AI
  • Q2. Questions about the previous projects

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Asked about previous project.
  • Ans. You need to describe your current project
  • Answered Anonymously
  • Q2. Java 8 stream question (sorting,skip) sql query, exception,question from collection framework,different between hashmap and concurrent map
  • Ans. You need to study all these things
  • Answered Anonymously
  • Q3. Asked to write sql queries
  • Q4. Asked to write one custom exception class
  • Q5. Asked difference between finally,finalize keyword in java

Interview Preparation Tips

Interview preparation tips for other job seekers - mainly they are asking question from core java, java 8 features and sql

Quest Global interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Engineer

 (19)

 Senior Software Developer

 (2)

 Software Engineer Trainee

 (5)

 Embedded Software Engineer

 (2)

 Lead Software Engineer

 (1)

 Senior Software Engineer 1

 (1)

 Software Engineer Level 1

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain singleton design pattern
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensures a class has only one instance

    • Provides a global point of access to that instance

    • Commonly used for logging, caching, database connections, etc.

  • Answered by AI
  • Q2. Explain adaptive design pattern
  • Ans. 

    Adaptive design pattern is a software design pattern that allows objects to change their behavior dynamically.

    • Adaptive design pattern involves creating objects that can change their behavior at runtime.

    • It allows for flexibility and adaptability in software systems.

    • Examples include Strategy pattern, State pattern, and Decorator pattern.

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Quest Global Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical Question related to our stream
Round 2 - HR 

(1 Question)

  • Q1. Salary discussions etc

Senior Software Engineer Jobs at Quest Global

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2023. 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 

(5 Questions)

  • Q1. Java8 Features Questions about Stream functions and Lambda Expression
  • Q2. Microservices & Springboot (Sample code and Annotations)
  • Q3. DB Query to find duplicates in a table, keeping first duplicate in answer.
  • Ans. 

    DB query to find duplicates in a table, keeping first duplicate in answer.

    • Use GROUP BY clause to group the records by the column(s) that may have duplicates

    • Use HAVING clause to filter out groups with only one record

    • Use MIN or MAX function to select the first record in each group

    • Example: SELECT MIN(id), name, COUNT(*) FROM table GROUP BY name HAVING COUNT(*) > 1

  • Answered by AI
  • Q4. Springboot Profiles, Actuators and Response mapping.
  • Q5. Code to map Employee Object from List to Hashmap using Stream API functions.
  • Ans. 

    Code to map Employee Object from List to Hashmap using Stream API functions.

    • Create a List of Employee objects

    • Use stream() method to convert List to Stream

    • Use collect() method to convert Stream to HashMap

    • Use Collectors.toMap() method to create HashMap

    • Pass key and value mapping functions to toMap() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - For few days got no response from HR, even after interview went very good.
- After a week following with HR, He mentioned not selected.
- Waste of time and effort.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. I am in Aviation Testing, so questions were according - what is Do178b
  • Q2. MCDC and how did you debug an error
  • Ans. 

    MCDC is a testing technique to ensure all possible combinations of conditions are tested. Debugging involves identifying and fixing errors in the code.

    • MCDC stands for Modified Condition/Decision Coverage

    • It is a testing technique used to ensure all possible combinations of conditions are tested

    • Debugging involves identifying and fixing errors in the code

    • To debug an error, I first reproduce the error and then use debuggin...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to switch

Interview Preparation Tips

Interview preparation tips for other job seekers - Its not like you have to answer all the questions. Be confident, don't stammer.

Skills evaluated in this interview

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 Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

C++ program to find unique string

Round 2 - Technical 

(2 Questions)

  • Q1. Virtual function opps concepts
  • Q2. Diamond problem
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 3 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 - Coding Test 

Two to four code test see the how to thinge logically

Round 3 - One-on-one 

(5 Questions)

  • Q1. Basic java and and java 8 code
  • Q2. Basic java qution, Java 8 code
  • Q3. Related to the framework
  • Q4. Related to the requirment
  • Q5. Basic idea and concepts of java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be top on technical thinge

Quest Global Interview FAQs

How many rounds are there in Quest Global Senior 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 Senior 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, Debugging, Python and WPF.
What are the top questions asked in Quest Global Senior Software Engineer interview?

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

  1. Why this package? Is it negotia...read more
  2. if exception is thrown , whether final block will get execut...read more
  3. DB Query to find duplicates in a table, keeping first duplicate in answ...read more
How long is the Quest Global Senior Software Engineer interview process?

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

Tell us how to improve this page.

Quest Global Senior Software Engineer Interview Process

based on 20 interviews

3 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more
Quest Global Senior Software Engineer Salary
based on 2.4k salaries
₹4.7 L/yr - ₹20 L/yr
26% less than the average Senior Software Engineer Salary in India
View more details

Quest Global Senior Software Engineer Reviews and Ratings

based on 204 reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.3

Salary

3.5

Job security

3.7

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 204 Reviews and Ratings
Senior Software Engineer
2.4k salaries
unlock blur

₹4.7 L/yr - ₹20 L/yr

Software Engineer
1.7k salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Senior Engineer
1.7k salaries
unlock blur

₹4.9 L/yr - ₹18.2 L/yr

Lead Engineer
1.6k salaries
unlock blur

₹7.7 L/yr - ₹24.8 L/yr

Design Engineer
609 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare Quest Global with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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