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
3.6

based on 2.2k Reviews

Filter interviews by

Quest Global Senior Software Developer Interview Questions and Answers for Experienced

Updated 23 Feb 2022

Quest Global Senior Software Developer Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept, c# , framework,

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice way of technical round. Interviewer need to improve the sustainability and way of communicating lagging.

Interview questions from similar companies

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

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 2 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 3 - HR 

(2 Questions)

  • Q1. Company related questions
  • Q2. Questions based on previous experience
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 in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Http1.1 vs 2.0 vs 3.0
  • Ans. 

    HTTP/1.1 is the older version with persistent connections, HTTP/2.0 introduces multiplexing and server push, and HTTP/3.0 uses QUIC protocol for faster performance.

    • HTTP/1.1 uses persistent connections for each request/response, leading to potential performance issues.

    • HTTP/2.0 introduces multiplexing, allowing multiple requests/responses to be sent over a single connection simultaneously.

    • HTTP/2.0 also supports server pu...

  • Answered by AI
  • Q2. Print all the possible subsets from a given slice of integers
  • Ans. 

    Print all possible subsets from a given slice of integers

    • Use recursion to generate all possible subsets

    • For each element in the slice, include or exclude it in the subset

    • Keep track of the current subset being generated

  • Answered by AI
  • Q3. Questions on GRPC implementation
  • Q4. About code profiling
  • Q5. What is context package in golanguage
  • Ans. 

    Context package in Go language provides a way to pass around deadlines, cancellation signals, and other request-scoped values.

    • Context package is used to manage deadlines, cancellation signals, and request-scoped values in Go programs.

    • It allows passing data between function calls without having to pass them explicitly as arguments.

    • Context package is commonly used in web servers to manage request-specific data and timeou...

  • Answered by AI
  • Q6. RestApi vs GRPC
  • Ans. 

    REST API is a standard protocol for web services using HTTP, while gRPC is a high-performance, open-source RPC framework.

    • REST API uses HTTP for communication, making it easy to implement and widely supported.

    • gRPC is a modern, high-performance RPC framework that uses HTTP/2 for transport and Protocol Buffers for serialization.

    • gRPC is more efficient in terms of performance and supports features like bidirectional streami...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. How to copy slice element and reflect the new changes done in original slice to new slice
  • Ans. 

    Use copy() function to create a new slice and reflect changes in original slice to the new slice.

    • Use the copy() function to create a new slice with the same length as the original slice.

    • Make changes to the original slice.

    • The changes made to the original slice will automatically reflect in the new slice as well.

  • Answered by AI
  • Q2. How do you handle panic in golang
  • Q3. Why golang is best compared to other languages
  • Ans. 

    GoLang is best for its simplicity, efficiency, concurrency support, and strong community backing.

    • Efficient performance due to compiled nature and garbage collection

    • Concurrency support with goroutines and channels

    • Strong standard library with built-in support for networking, encoding, and more

    • Simple and clean syntax that promotes readability and maintainability

    • Growing community and ecosystem with popular frameworks like

  • Answered by AI
  • Q4. Explain Kubertnetes Architecture
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes follows a master-slave architecture with a master node controlling multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Kubernet...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 concepts, Java coding, Array Sort, Get sum of list of int using streams.
Round 2 - Technical 

(1 Question)

  • Q1. Thread concept, How to print 1,2,3,4,5 in multiple threads in same sequence. the longest jump in array, when it reaches 0 no jump, have to print the index of an array.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops java8 features Spring boot flow micro services architecture

I applied via Recruitment Consulltant and was interviewed in Jun 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 

(2 Questions)

  • Q1. JavaScript advance interview questions
  • Q2. Angular question and execution of scripts

Interview Preparation Tips

Interview preparation tips for other job seekers - This one of the best company I worked so far in my career good go.

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They ask most of the questions based on your resume. So do not mention anything irrelevant in your resume. You will be asked to describe your recent or any of the projects and your role in that. Except few...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be yourself. If you do not know the answer, just relax and say the truth that you do not have much experience on that (the question asked)

I applied via Referral and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Fail safe fail fast Why is string immutable String buffer vs String builder Executor framework Lombok Transient Volatile Synchronized keyword Finally keyword Finalize Will finally execute if we return ...
  • Ans. 

    Questions related to Java concepts and frameworks

    • Fail safe fail fast - used in concurrent programming to handle exceptions and ensure thread safety

    • String is immutable to ensure thread safety and prevent unintended changes to the string

    • String buffer vs String builder - both are used to manipulate strings, but string builder is faster and not thread-safe

    • Executor framework - used for asynchronous task execution and thread...

  • Answered by AI
  • Q2. Spring bean scopes

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java thoroughly
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 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Vuejs related questions
  • Q2. Javascript related questions
  • Q3. Html,CSS related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Coding on Vue js small task
  • Q2. Vuejs concept
Round 3 - HR 

(1 Question)

  • Q1. Employee details and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on JavaScript predefined methods such as splice and the spread operator, as well as the concepts of abstraction and interfaces in Vue.js, including lifecycle hooks and store, along with the core concepts of HTML and CSS.
Round 1 - Technical 

(1 Question)

  • Q1. Linked list,semaphores
Round 2 - Coding Test 

Pointers

Round 3 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Quest Global Interview FAQs

How many rounds are there in Quest Global Senior Software Developer interview for experienced candidates?
Quest Global interview process for experienced candidates usually has 1 rounds. The most common rounds in the Quest Global interview process for experienced candidates are Technical.
How to prepare for Quest Global Senior Software Developer interview for experienced candidates?
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++, Computer science, Healthcare, SQL and Analytical skills.

Tell us how to improve this page.

People are getting interviews through

based on 1 Quest Global interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Quest Global Senior Software Developer Salary
based on 80 salaries
₹5.8 L/yr - ₹19 L/yr
16% less than the average Senior Software Developer Salary in India
View more details

Quest Global Senior Software Developer Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

3.9

Skill development

4.7

Work-Life balance

3.9

Salary & Benefits

4.1

Job Security

3.6

Company culture

3.2

Promotions/Appraisal

4.2

Work Satisfaction

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

₹4.8 L/yr - ₹20 L/yr

Senior Engineer
1.7k salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Software Engineer
1.7k salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Lead Engineer
1.6k salaries
unlock blur

₹7.5 L/yr - ₹26 L/yr

Design Engineer
604 salaries
unlock blur

₹2.4 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Quest Global with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview