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 and Answers for Freshers

Updated 15 Dec 2024

Quest Global Senior Software Engineer Interview Experiences for Freshers

2 interviews found

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

Senior Software Engineer Interview Questions Asked at Other Companies for Fresher

Q1. How do you create GQL server, directive in GQL, Fragments in GQL ... read more
Q2. Write an API to implement HTTP GET method to hit an external data ... read more
asked in LTIMindtree
Q3. Explain microservice architecture and how do we implement that us ... read more
asked in HCLTech
Q4. Find the second highest number by using Java Stream, What are the ... read more
Q5. How many projects or process you implemented in RE framework?

Senior Software Engineer Jobs at Quest Global

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Domain related stuffs.
  • Q2. Framework related questions commonly on the configuration part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, share your knowledge . If you don't know the exact answers try to answer some relative things if you know.

I applied via Naukri.com and was interviewed before Oct 2021. 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 

(3 Questions)

  • Q1. Angular Questions were asked.
  • Q2. .NetCore Questions were asked.
  • Q3. Azure Functions, App Services

Interview Preparation Tips

Topics to prepare for Optum Global Solutions Senior Software Engineer interview:
  • Angular
  • .NetCore
  • SqlServer
Interview preparation tips for other job seekers - Good fundamentals should be there and good communication skill.

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fully technical and functional based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Fine it went well. Had a good discussion with interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Prepare basics and sql.
Code is simple but tricky questions.
Specially on oops design patterns and solid principal for having 3 + more years experience.

Round 2 - Technical 

(2 Questions)

  • Q1. Deep discussion in fundamentals of c#, oops, sql, scenario based questions.
  • Q2. Basics of oops Interface types and use cases Inheritance based questions Db scenario like highest salary , number of occurrences etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation must be good in basics.
Practice your sql scenario and if you are experienced then focus on code design patterns.
Scenarios are asked by them in interviews.

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

Round 1 - Technical 

(1 Question)

  • Q1. C++ and Linux basic question
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round, asked about project.
Round 3 - HR 

(1 Question)

  • Q1. About current salary and expected salary

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Overall based on requirement it you are on notice period and join early they'll hire and give joining bonus too.

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked me about ETL development dwh, SQL basic. Be prepared with your basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your basics. Have confidence in your answer. There will be 2-3 rounds based on your skilss. They release offer in 2 weeks
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interview questions on .NET framework, C#, OOPS
  • Q2. OOPS concepts and usage
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

HackerRank Test on Java 1 Hour duration

Round 2 - Technical 

(1 Question)

  • Q1. Java Questions and Resume based Questions
Round 3 - HR 

(1 Question)

  • Q1. General Questions on expectation

Quest Global Interview FAQs

How many rounds are there in Quest Global Senior Software Engineer interview for freshers?
Quest Global interview process for freshers usually has 1-2 rounds. The most common rounds in the Quest Global interview process for freshers are Technical and Resume Shortlist.
How to prepare for Quest Global Senior Software Engineer interview for freshers?
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 for freshers?

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

  1. DB Query to find duplicates in a table, keeping first duplicate in answ...read more
  2. Code to map Employee Object from List to Hashmap using Stream API functio...read more
  3. Oops, linq, class design, design pattern experience, dependency injection, mult...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 for Freshers

based on 3 interviews

Interview experience

3
  
Average
View more
Quest Global Senior Software Engineer Salary
based on 2.4k salaries
₹4.8 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 219 reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.4

Salary

3.5

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 219 Reviews and Ratings
BLE Stack Senior Software Engineer

Bangalore Rural

5-10 Yrs

Not Disclosed

Senior Software Engineer - Java

Pune

3-6 Yrs

₹ 10-14 LPA

Senior Software Engineer-Windows/C++_ Trivandrum

Thiruvananthapuram

3-7 Yrs

₹ 4.22127-20 LPA

Explore more jobs
Senior Software Engineer
2.4k salaries
unlock blur

₹4.8 L/yr - ₹20 L/yr

Senior Engineer
2k salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Software Engineer
1.8k salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Lead Engineer
1.7k salaries
unlock blur

₹7.7 L/yr - ₹24 L/yr

Design Engineer
626 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare Quest Global with

Virtusa Consulting Services

3.7
Compare

Genpact

3.8
Compare

Nagarro

4.0
Compare

Sopra Steria

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