AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

Quinnox Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 401 Reviews

Play video Play video Video summary
  • About
  • Reviews
    401
  • Salaries
    3.1k
  • Interviews
    30
  • Jobs
    9
  • Benefits
    40
  • Photos
    -

Filter interviews by

Quinnox Interview Questions and Answers

Updated 24 Jun 2025
Popular Designations

11 Interview questions

A Node JS Developer was asked 9mo ago
Q. What are the differences between MySQL and NoSQL?
Ans. 

MySql is a relational database management system while NoSql is a non-relational database management system.

  • MySql is table-based and uses structured query language (SQL) for querying data.

  • NoSql is document-based, key-value pairs, wide-column, or graph-based and does not require a fixed schema.

  • MySql is suitable for complex queries and transactions, while NoSql is better for large amounts of unstructured data and ho...

View all Node JS Developer interview questions
A Node JS Developer was asked 9mo ago
Q. What are the AWS queue services and their types?
Ans. 

AWS queues are messaging services that decouple components of a cloud application.

  • Amazon SQS (Simple Queue Service) - fully managed message queuing service

  • Amazon SNS (Simple Notification Service) - pub/sub messaging service

  • Amazon MQ - managed message broker service

  • Amazon Kinesis - real-time data streaming service

View all Node JS Developer interview questions
A Node JS Developer was asked 9mo ago
Q. What are AWS Lambda Layers?
Ans. 

AWS Layers are a way to centrally manage code and data that is shared across multiple functions in AWS Lambda.

  • AWS Layers allow you to separate out common code or dependencies from your Lambda functions.

  • You can create layers with libraries, custom runtimes, or other dependencies that can be reused across multiple functions.

  • Layers can be versioned and shared across multiple functions in the same AWS account.

View all Node JS Developer interview questions
A Software Trainee was asked 10mo ago
Q. Explain the basic concepts of OOPS.
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of 'objects', which can contain data and code.

  • OOP focuses on creating reusable code through the use of classes and objects.

  • Encapsulation, inheritance, and polymorphism are key principles of OOP.

  • Examples of OOP languages include Java, C++, and Python.

View all Software Trainee interview questions
A Software Developer was asked 11mo ago
Q. What is the life cycle of Inversion of Control (IoC)?
Ans. 

Inversion of Control (IoC) is a design principle in software engineering where the control flow of a program is inverted.

  • IoC container manages the instantiation and lifecycle of objects.

  • IoC container injects dependencies into objects.

  • IoC container allows for loose coupling between components.

  • IoC lifecycle includes object creation, initialization, and destruction.

View all Software Developer interview questions
A Senior Consultant was asked
Q. What are TAP and TRAP?
Ans. 

TAP stands for Test Anything Protocol and TRAP stands for Test Results Analysis and Presentation.

  • TAP is a protocol used for communication between testing tools and test harnesses.

  • It allows test results to be easily shared and analyzed across different testing frameworks.

  • TRAP is a tool or framework that analyzes and presents the test results obtained through TAP.

  • It provides insights into the test outcomes, such as ...

View all Senior Consultant interview questions
A Senior Software Engineer was asked
Q. Do you have experience with web services?
Ans. 

Yes, I have experience with developing and consuming web services.

  • I have experience in developing RESTful APIs using frameworks like Spring Boot and Django.

  • I have worked with SOAP web services using tools like Apache CXF.

  • I have integrated third-party APIs like Google Maps API and Twitter API in my projects.

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Software Trainee was asked
Q. What technologies do you know?
Ans. 

I have knowledge of various technologies including Java, Python, HTML, CSS, JavaScript, and SQL.

  • Proficient in Java programming language

  • Familiar with Python scripting language

  • Experience in web development using HTML, CSS, and JavaScript

  • Knowledge of SQL for database management

  • Understanding of software development life cycle

  • Familiarity with Agile methodology

  • Experience with version control systems like Git

View all Software Trainee interview questions
A Software Developer was asked
Q. Void main() { int j[10]={9,7,5,3,1,2,4,6,9}; int i=1; clrscr(); for(;i<9;i++) printf("%d ",--j[i++]); getch(); }
Ans. 

Explanation of a C program with an array and a loop

  • The program initializes an array of integers with 10 elements

  • The loop prints the decremented value of each element except the first and last

  • The loop increments the index by 2 in each iteration

  • The program waits for a key press before exiting

A Software Developer was asked
Q. Void main() { int i,j,k; for(i=0;i<3;i++) k=sum(i,i); printf("n%d",k); getch(); } sum(s,t) { static int m; m+=s+t; return m; }
Ans. 

Explanation of a C program using void main() and sum() function.

  • The program uses a for loop to iterate 3 times.

  • The sum() function takes two arguments and returns the sum of those arguments.

  • The static variable m in sum() retains its value between function calls.

  • The program prints the value of k after the for loop.

  • The output will be 6 as k is the sum of i and i for each iteration.

1 2

Quinnox Interview Experiences

30 interviews found

Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Can you explain the architecture of your project?
  • Ans. 

    The project follows a layered architecture with separation of concerns, utilizing .NET Core for web APIs and data access.

    • 1. Presentation Layer: Handles user interface and API endpoints, using ASP.NET Core MVC.

    • 2. Business Logic Layer: Contains services that implement business rules, e.g., UserService for user management.

    • 3. Data Access Layer: Interacts with the database using Entity Framework Core, e.g., Repository patte...

  • Answered by AI
    Add your answer
  • Q2. What are the differences between Azure App Service and Azure Functions?
  • Ans. 

    Azure App Service is for hosting web apps, while Azure Functions is for serverless computing and event-driven applications.

    • Azure App Service is designed for hosting web applications, REST APIs, and mobile backends.

    • Azure Functions is a serverless compute service that runs code in response to events or triggers.

    • App Service supports various frameworks like .NET, Node.js, PHP, and Python, while Functions can run code in mu...

  • Answered by AI
    Add your answer
  • Q3. In what scenarios have you utilized custom middleware, and what is the process for registering it in .NET Core?
  • Ans. 

    Custom middleware in .NET Core enhances request processing, logging, and error handling for specific scenarios.

    • Used for logging requests and responses to monitor application performance.

    • Implemented authentication middleware to validate user tokens before accessing protected routes.

    • Created custom error handling middleware to catch exceptions and return standardized error responses.

    • Utilized middleware for CORS (Cross-Ori...

  • Answered by AI
    Add your answer
  • Q4. How can custom middleware be registered in .NET Core 8 when the startup file is not present?
  • Ans. 

    Custom middleware in .NET Core 8 can be registered using the new minimal hosting model without a startup file.

    • Use the 'WebApplication' class to create the application instance.

    • Define middleware using the 'app.Use' methods, e.g., 'app.Use(async (context, next) => { ... });'.

    • Middleware can be registered in the order they should be executed.

    • Example: 'var app = WebApplication.Create(args); app.UseRouting(); app.UseAutho...

  • Answered by AI
    Add your answer
  • Q5. What are the different types of Dependency Injection, and in what scenarios should each type be used?
  • Ans. 

    Dependency Injection (DI) types include Constructor, Property, and Method Injection, each suited for different scenarios.

    • Constructor Injection: Dependencies are provided through class constructors. Use when dependencies are required for object creation.

    • Example: public MyClass(IDependency dep) { ... }

    • Property Injection: Dependencies are set through public properties. Use when dependencies are optional or can change over...

  • Answered by AI
    Add your answer
  • Q6. Where should common code be placed to handle a 500 Error exception in the absence of a try-catch block?
  • Ans. 

    Common code for handling 500 errors can be placed in middleware or global exception handling in .NET Core applications.

    • Use custom middleware to catch exceptions globally and log them.

    • Implement the 'UseExceptionHandler' method in 'Startup.cs' to define a centralized error handling route.

    • Utilize 'IApplicationBuilder' to configure error handling in the request pipeline.

    • Create a global exception filter to handle exceptions...

  • Answered by AI
    Add your answer
  • Q7. What is a schema in the context of a database, and can two databases share the same schema?
  • Ans. 

    A schema defines the structure of a database, including tables, fields, and relationships. Yes, databases can share schemas.

    • A schema is a blueprint of how data is organized in a database.

    • It includes definitions of tables, columns, data types, and relationships.

    • For example, a 'User' table might have columns like 'UserID', 'Name', and 'Email'.

    • Two databases can share the same schema if they have identical structures but m...

  • Answered by AI
    Add your answer
  • Q8. What is the difference between a stored procedure and a function?
  • Ans. 

    Stored procedures perform actions, while functions return values and can be used in expressions.

    • Stored procedures can perform operations like INSERT, UPDATE, DELETE, while functions are typically used for calculations.

    • Functions must return a value, whereas stored procedures do not have to return anything.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Example of a ...

  • Answered by AI
    Add your answer
  • Q9. Can we pass a list of objects from .NET code directly to a database, and if so, how can this be accomplished?
  • Ans. 

    Yes, we can pass a list of objects to a database using Entity Framework or ADO.NET in .NET Core.

    • Use Entity Framework Core to map your objects to database tables.

    • Example: dbContext.AddRange(listOfObjects);

    • Use ADO.NET with SqlCommand for bulk inserts.

    • Example: SqlBulkCopy for efficient bulk data transfer.

  • Answered by AI
    Add your answer
  • Q10. What are the differences between clustered and non-clustered indexes?
  • Ans. 

    Clustered indexes store data rows in sorted order, while non-clustered indexes maintain a separate structure for quick lookups.

    • Clustered indexes determine the physical order of data in a table.

    • A table can have only one clustered index, as data rows can be sorted in only one way.

    • Non-clustered indexes create a separate structure that points to the data rows, allowing multiple non-clustered indexes per table.

    • Example: A cl...

  • Answered by AI
    Add your answer
Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. ❌ Lack of Communication – Companies ignore calls and emails, making it difficult for candidates to get any clarity.
  • Add your answer
  • Q2. ❌ False Hope – They keep candidates engaged without any real intention of hiring them, leading to disappointment.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all the interview rounds, they ask you to upload documents and then tell you to wait. When you try to call them, they ignore you completely. Even after sending multiple emails and putting them in a loop, they barely respond. And when they finally do, they casually say that the position has been closed internally. This is nothing but a pathetic, disorganized, and highly unprofessional hiring process. These companies have zero respect for candidates' time and effort. They drag you through endless rounds, make false promises, and then leave you hanging without a proper explanation. It’s frustrating and mentally exhausting to deal with such companies. They create false hope, waste your time, and then vanish without accountability. It’s nothing short of a scam disguised as recruitment. Guys, don’t waste your energy interviewing with such companies. They don’t deserve hardworking professionals. Not only do they delay things unnecessarily, but they also kill your motivation and confidence. Avoid these time-wasters at all costs!
Anonymous

Lead Consultant Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Architect on webmethod
  • Ans. 

    WebMethods architecture involves integration, process automation, and service-oriented architecture for enterprise applications.

    • WebMethods provides a suite of tools for integrating various applications and data sources.

    • It supports service-oriented architecture (SOA) principles, allowing for reusable services.

    • Example: Using webMethods Integration Server to connect SAP and Salesforce for seamless data flow.

    • It includes fe...

  • Answered by AI
    Add your answer
  • Q2. Pub sub model
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. End to end flow
  • Add your answer
  • Q2. Flow steps
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good process and very good work place
Anonymous

Node JS Developer Interview Questions & Answers

user image Javed Usmani

posted on 10 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. What are AWS layers
  • Ans. 

    AWS Layers are a way to centrally manage code and data that is shared across multiple functions in AWS Lambda.

    • AWS Layers allow you to separate out common code or dependencies from your Lambda functions.

    • You can create layers with libraries, custom runtimes, or other dependencies that can be reused across multiple functions.

    • Layers can be versioned and shared across multiple functions in the same AWS account.

  • Answered by AI
    Add your answer
  • Q2. Nodejs lifecycle
  • Add your answer
  • Q3. Nodejs Event loop`
  • Add your answer
  • Q4. MongoDb queries like index, find documents etc
  • Add your answer
  • Q5. What are the AWS queue and their types
  • Ans. 

    AWS queues are messaging services that decouple components of a cloud application.

    • Amazon SQS (Simple Queue Service) - fully managed message queuing service

    • Amazon SNS (Simple Notification Service) - pub/sub messaging service

    • Amazon MQ - managed message broker service

    • Amazon Kinesis - real-time data streaming service

  • Answered by AI
    Add your answer
  • Q6. What are the difference between MySql and NoSql
  • Ans. 

    MySql is a relational database management system while NoSql is a non-relational database management system.

    • MySql is table-based and uses structured query language (SQL) for querying data.

    • NoSql is document-based, key-value pairs, wide-column, or graph-based and does not require a fixed schema.

    • MySql is suitable for complex queries and transactions, while NoSql is better for large amounts of unstructured data and horizon...

  • Answered by AI
    Add your answer
  • Q7. Nodejs Programming questions like sorting etc
  • Add your answer

Skills evaluated in this interview

Anonymous

Intern Interview Questions & Answers

user image Bindhu Prasad

posted on 7 May 2025

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. After 5 years where you see urself
  • Add your answer
  • Q2. What are your strengths
  • Add your answer
Anonymous

Software Trainee Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Consists og 40 question mcq 1,Aptitude,2.Logical ,3.Database

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very cool and friendly, Asked basic question in Asp.net ,sql, C#.
Anonymous

Software Trainee Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops basic explain
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of 'objects', which can contain data and code.

    • OOP focuses on creating reusable code through the use of classes and objects.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
    Add your answer
  • Q2. Ternary operation
  • Add your answer
Anonymous

Intern Interview Questions & Answers

user image Anonymous

posted on 7 May 2025

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Where do you see yourself in 5 years
  • Add your answer
  • Q2. Skill set you have
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - nA
Anonymous

Marketing Head Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Only gathered details about competition
  • Add your answer
Round 2 - Assignment 

To create entire marketing budget and plan

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was for the role of Head of Marketing role for Qyrus. This company and role is a red flag because they took 5 rounds along with a detailed assignment to create a marketing budget and plan for them. The interviews were taken by Jennifer Matos - HR Head, Vidhyashankar - Marketing Head for Quinnox, 2 rounds with the President of Qyrus - Ravi Sundaram and one face to face round in their Bangalore office with Chief of Staff - Rekha Raj. After each round I had to multiple followups with the recruiter - gaurav to get an update. Post the face to face round, I was given a confirmation that they are hiring me but now they are confused on the designation for the role whether it would be Head of Marketing or Marketing Director. Gaurav gave me a confirmation over call that he would be sending an email to upload documents within a day on 2nd of June. Post that they made sure I meet all important stakeholders whom I would be interacting with in the company.
Anonymous

Market Research Specialist Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions regarding past experience and JD based
  • Add your answer
Anonymous

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 Quinnox?
Ask anonymously on communities.
More about working at Quinnox
  • HQ - Chicago, Illinois, United States (USA)
  • IT Services & Consulting
  • 1k-5k Employees (India)

Quinnox Interview FAQs

How many rounds are there in Quinnox interview?
Quinnox interview process usually has 2-3 rounds. The most common rounds in the Quinnox interview process are Technical, HR and Resume Shortlist.
How to prepare for Quinnox 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 Quinnox. The most common topics and skills that interviewers at Quinnox expect are SQL, C#, Java, Microservices and AWS.
What are the top questions asked in Quinnox interview?

Some of the top questions asked at the Quinnox interview -

  1. void main() { int j[10]={9,7,5,3,1,2,4,6,9}; int i=1; clrscr(); for(;i<9;i++) p...read more
  2. the father's age one year back is 4 times the age of son,after 6 years the fath...read more
  3. void main() { int i,j,k; for(i=0;i<3;i++) k=sum(i,i); printf("n%d",k); getch();...read more
How long is the Quinnox interview process?

The duration of Quinnox interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Quinnox Interviews By Designations

  • Quinnox Software Trainee Interview Questions
  • Quinnox Senior Consultant Interview Questions
  • Quinnox Software Developer Interview Questions
  • Quinnox Intern Interview Questions
  • Quinnox Business Associate Interview Questions
  • Quinnox Marketing Head Interview Questions
  • Quinnox Data Analyst Interview Questions
  • Quinnox Java Developer Interview Questions
  • Show more
  • Quinnox Human Resource Interview Questions
  • Quinnox Program Manager Interview Questions

Interview Questions for Popular Designations

  • Software Trainee Interview Questions
  • Senior Consultant Interview Questions
  • Senior Executive Interview Questions
  • Intern Interview Questions
  • Software Developer Interview Questions
  • Sales Executive Interview Questions
  • Senior Engineer Interview Questions
  • Accountant Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Manager Interview Questions

Overall Interview Experience Rating

3.8/5

based on 25 interview experiences

Difficulty level

Easy 17%
Moderate 72%
Hard 11%

Duration

Less than 2 weeks 61%
2-4 weeks 22%
More than 8 weeks 17%
View more

Interview Questions from Similar Companies

CitiusTech
CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 241 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 230 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo
Incedo Interview Questions
3.1
 • 193 Interviews
Globant
Globant Interview Questions
3.7
 • 183 Interviews
Iris Software
Iris Software Interview Questions
4.0
 • 178 Interviews
Torry Harris Integration Solutions
Torry Harris Integration Solutions Interview Questions
4.3
 • 161 Interviews
ThoughtWorks
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
View all

Quinnox Reviews and Ratings

based on 401 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.6

Salary

3.6

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 401 Reviews and Ratings
Jobs at Quinnox
Quinnox
Node Js Developer

Bangalore / Bengaluru,

Mumbai

7-12 Yrs

Not Disclosed

Quinnox
Node Js Developer

Bangalore / Bengaluru,

Mumbai

7-12 Yrs

Not Disclosed

Quinnox
Sap Fico Consultant

Bangalore / Bengaluru,

Mumbai

6-11 Yrs

₹ 6-11.2 LPA

Explore more jobs
Quinnox Salaries in India
Senior Consultant
650 salaries
unlock blur

₹10 L/yr - ₹18.5 L/yr

Consultant
275 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Lead Consultant
158 salaries
unlock blur

₹16 L/yr - ₹29 L/yr

Software Engineer
53 salaries
unlock blur

₹3.7 L/yr - ₹8 L/yr

Manager
53 salaries
unlock blur

₹19.6 L/yr - ₹32 L/yr

Explore more salaries
Compare Quinnox with
Xoriant

Xoriant

4.1
Compare
Photon Interactive

Photon Interactive

4.1
Compare
CitiusTech

CitiusTech

3.3
Compare
Iris Software

Iris Software

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Quinnox Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter