Upload Button Icon Add office photos
Engaged Employer

i

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

Quess Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quess Software Engineer Interview Questions and Answers

Updated 15 Dec 2024

Quess Software Engineer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. Explain collection framework and uses
  • Q2. Explain springboot and it's annotation

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are the responsibilities of a Data Analyst?
  • Ans. 

    Data Analysts are responsible for collecting, processing, and analyzing data to help organizations make informed decisions.

    • Collecting and organizing data from various sources

    • Cleaning and processing data to ensure accuracy and consistency

    • Analyzing data using statistical techniques and tools

    • Creating visualizations and reports to present findings

    • Interpreting data to provide insights and recommendations

    • Collaborating with s...

  • Answered by AI
  • Q2. Software engineer

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

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 126 minutes
Round difficulty - Hard

This round consist of coding questions as well as mcqs based on aptitude as well as some domain sections. This round is hard.

  • Q1. 

    Maximum Path Sum in a Matrix

    Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...

  • Ans. 

    Find the maximum sum path in a matrix from top row to bottom row by moving down or diagonally.

    • Use dynamic programming to keep track of maximum sum at each cell.

    • At each cell, consider the maximum sum from the cell above, left diagonal, and right diagonal.

    • Add the current cell value to the maximum of the three possibilities.

    • Repeat this process for all cells in the matrix to find the maximum sum path.

  • Answered by AI
  • Q2. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix to find elements with value 1

    • Store the row and column indices of these elements

    • Update the entire row and column for each element found to be 1

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In this round the interviewer ask few questions related to domain and at last he ask some behavioral questions.

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge, return -1 if no merging occurs.

    • Traverse both lists to find the lengths and the last nodes

    • Align the starting points of the lists by adjusting the pointers

    • Traverse both lists simultaneously until a common node is found

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in DelhiEligibility criteriaNo criteriaQuess Corp interview preparation:Topics to prepare for the interview - Data structures knowledge, OOPs, Pointers, Dynamic programming and Recursion, Graphs, Hashmaps and Priority Queues, Operating system, DBMS, Networking, Arrays, Strings, Stacks, Trees, Pointers, OS Kernel, Deadlock, Virtual Memory, Memory Management, Paging, Segmentation, Puzzles and aptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be calm and have confidence . Confidence is the key to crack any interview. 
Tip 2 : Try to give maximum time on basics of a topic 
Tip 3 : Practice interview questions
Tip 4 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Put only those skills in resume which the company requires, but don't put false information in resume
Tip 2 : Write only those things in resume in which you are 100% confident
Tip 3 : Have projects in resume and prepare well for it
Tip 4 : Keep it short and crisp.
Tip 5 : Focus on important things in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Quess?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the Middleware
  • Ans. 

    Middleware is software that connects different applications or services, enabling them to communicate and manage data exchange.

    • Acts as a bridge between different software applications.

    • Facilitates communication and data management in distributed systems.

    • Examples include message brokers like RabbitMQ and API gateways.

    • Can provide services like authentication, logging, and transaction management.

    • Used in microservices archi...

  • Answered by AI
  • Q2. What is dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join here please otherwise you will regret for whole life
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 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 

1-hour exam, few math questions, and few technical were asked, and all were MCQs

Round 3 - Group Discussion 

Very general topics were asked to check our communication skills

Round 4 - Technical 

(3 Questions)

  • Q1. Intro, DBMS, SQL questions, OOPs concepts, and real-life examples, About the project I worked in, were asked. Most of the questions are based on the resume.
  • Q2. OOPs- inheritance, encapsulation code on it overloading, overriding concept and coding question
  • Q3. Coding questions on strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs concepts properly, understand the questions properly, and give the right answers. Deliver every answer with real life example.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy and u can do it very easily

Round 2 - Coding Test 

Basically question were asked from tree, bst, greedy

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep patient and do grinding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. The candidate should possess a strong knowledge of programming skills.
  • Q2. Sting manpulation
  • Q3. Object oriented programming
  • Q4. Exception handling
  • Q5. Looping statement
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. It’s basically HR screening round, HR will ask you few questions like, work experience, core technology and CTC and few relatively questions
Round 2 - Technical 

(1 Question)

  • Q1. Few basics technical questions.
Round 3 - Departmant HOD 

(1 Question)

  • Q1. They will ask all relatives questions l, like where will you see yourself in 5 years and few questions related to team management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not recommended to join, work culture is not good, strict timing, no employment value, no personal growth.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic aptitude and English grammar

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and that's all

I applied via Job Fair and was interviewed before Aug 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 - Aptitude Test 

My self, my job location and which company I am working right now and my salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and comfortable questions not deficult

Quess Interview FAQs

How many rounds are there in Quess Software Engineer interview?
Quess interview process usually has 1 rounds. The most common rounds in the Quess interview process are HR and Technical.
How to prepare for Quess 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 Quess. The most common topics and skills that interviewers at Quess expect are Artificial Intelligence, Data Science, Data Visualization, Machine Learning and Predictive Analytics.
What are the top questions asked in Quess Software Engineer interview?

Some of the top questions asked at the Quess Software Engineer interview -

  1. What are the responsibilities of a Data Analy...read more
  2. Explain springboot and it's annotat...read more
  3. Explain collection framework and u...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Alldigi Tech Interview Questions
4.0
 • 217 Interviews
IntouchCX Interview Questions
2.8
 • 211 Interviews
TTEC India Interview Questions
3.7
 • 144 Interviews
Globiva Interview Questions
3.1
 • 117 Interviews
QX Global Group Interview Questions
3.3
 • 92 Interviews
Alorica Interview Questions
3.1
 • 78 Interviews
AM Infoweb Interview Questions
3.9
 • 69 Interviews
MiraMed Ajuba Interview Questions
3.9
 • 58 Interviews
Bpo Convergence Interview Questions
3.6
 • 58 Interviews
View all
Quess Software Engineer Salary
based on 223 salaries
₹4 L/yr - ₹9.5 L/yr
28% less than the average Software Engineer Salary in India
View more details

Quess Software Engineer Reviews and Ratings

based on 29 reviews

3.2/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

2.6

Salary

2.9

Job security

2.8

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 29 Reviews and Ratings
Relationship Officer
1k salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Sales Executive
818 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Team Lead
530 salaries
unlock blur

₹2.2 L/yr - ₹6.8 L/yr

Associate Engineer
506 salaries
unlock blur

₹1.5 L/yr - ₹4.6 L/yr

MIS Executive
322 salaries
unlock blur

₹1.7 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Quess with

Statestreet HCL Services

3.4
Compare

Alldigi Tech

4.0
Compare

IntouchCX

2.8
Compare

Globiva

3.1
Compare
write
Share an Interview