Add office photos
Quinnox logo
Engaged Employer

Quinnox

Verified
3.7
based on 353 Reviews
Video summary

10+ Quinnox Interview Questions and Answers

Updated 6 Mar 2025

Q1. What all 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

Add your answer
right arrow

Q2. 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 horizontal scalability.

  • Examples of MySql include Oracle, SQL Serv...read more

Add your answer
right arrow

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

Add your answer
right arrow

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

Add your answer
right arrow
Discover Quinnox interview dos and don'ts from real experiences

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

Add your answer
right arrow

Q6. What is 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 pass/fail status, test duration, and error messages.

  • TAP and TRA...read more

Add your answer
right arrow
Are these interview questions helpful?

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

Add your answer
right arrow

Q8. What is policy route

Ans.

Policy route is a network routing technique used to control the flow of traffic based on specific policies or criteria.

  • Policy route is used to determine the path that network traffic should take based on predefined policies.

  • It allows network administrators to prioritize or restrict traffic based on factors such as source/destination IP address, protocol, port number, or other attributes.

  • Policy route can be used to implement load balancing, traffic shaping, quality of service ...read more

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

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

Add your answer
right arrow

Q10. Architect on webmethod

Add your answer
right arrow

Q11. Do you have webservice

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.

Add your answer
right arrow

Q12. Life cycle of 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.

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Quinnox

based on 20 interviews
Interview experience
3.8
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Wipro Logo
3.7
 • 2.9k Interview Questions
HCLTech Logo
3.5
 • 2.1k Interview Questions
Tata Projects Logo
4.2
 • 302 Interview Questions
Vodafone Idea Logo
4.1
 • 232 Interview Questions
Atos Logo
3.9
 • 185 Interview Questions
Quest Global Logo
3.6
 • 146 Interview Questions
View all
Recently Viewed
REVIEWS
FactSet
No Reviews
SALARIES
HCL Group
SALARIES
American Express
SALARIES
FactSet
SALARIES
Morgan Stanley
JOBS
Amazon
No Jobs
SKILL
Interview Questions
250 interview questions
SALARIES
Morgan Stanley
SALARIES
PwC
SALARIES
Morgan Stanley
Top Quinnox Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter