Upload Button Icon Add office photos

Filter interviews by

Quest Informatics Interview Questions and Answers

Updated 1 Dec 2024

Quest Informatics Interview Experiences

Popular Designations

4 interviews found

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

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked to brief about my previous experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked to brief about previous experience
  • Q2. Describe a case where a situation was challenging in procurement and supplier management
  • Ans. 

    Managing a challenging situation in procurement and supplier management

    • Negotiating with a supplier who was unable to meet delivery deadlines

    • Dealing with a sudden increase in raw material costs impacting procurement budget

    • Resolving quality issues with a supplier affecting product quality and customer satisfaction

  • Answered by AI

Supply Chain Engineer Interview Questions asked at other Companies

Q1. Describe a case where a situation was challenging in procurement and supplier management
View answer (1)
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 

There was just basic aptitude questions

Round 3 - Coding Test 

Basic question like pattern printing size of alphabet character integer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and once ur oppertunity is gone they won't accept ur answers again even though it's correct don't do simple mistakes while writing code

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

I applied via Approached by Company and was interviewed in Feb 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 

(1 Question)

  • Q1. 1. Most questions on Gd&T 2. Knowledge related to sheet metal, plastic part and Casting Parts drawing related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident whatever you good at

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2022

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be punctual as they are looking for someone who's always on time

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)

Quest Informatics interview questions for popular designations

 Supply Chain Engineer

 (1)

 Software Engineer

 (1)

 Design Engineer

 (1)

 Summer Intern

 (1)

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How do you structure your project?
  • Q2. What are the design patterns that you know and why do we use those?
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Creational patterns: Singleton, Factory, Abstract Factory, Builder

    • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

    • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

    • We use design patterns to improve code readability, maint...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grip on the basics of the technology for which you are getting interviewed.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was an automated machine coding round where i had to solve multiple problems as well as answer multiple questions related to Javascript and the development process as a whole.

Round 2 - Technical 

(1 Question)

  • Q1. Explain promises in JS and async/await.
  • Ans. 

    Promises in JS are objects representing the eventual completion or failure of an asynchronous operation. Async/await is a syntactic sugar for working with promises.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Async/await is a modern way to work with asynchronous code in JavaScript, making it easier to read and write.

    • Async functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic framework concepts and logic building

Skills evaluated in this interview

Quest Informatics Interview FAQs

How many rounds are there in Quest Informatics interview?
Quest Informatics interview process usually has 2 rounds. The most common rounds in the Quest Informatics interview process are Resume Shortlist, HR and Coding Test.
How to prepare for Quest Informatics 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 Quest Informatics. The most common topics and skills that interviewers at Quest Informatics expect are Customer Service, Javascript, Corel Draw, AutoCAD and C#.
What are the top questions asked in Quest Informatics interview?

Some of the top questions asked at the Quest Informatics interview -

  1. Describe a case where a situation was challenging in procurement and supplier m...read more
  2. 1. Most questions on Gd&T 2. Knowledge related to sheet metal, plastic part an...read more

Tell us how to improve this page.

Quest Informatics Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
View all

Quest Informatics Reviews and Ratings

based on 40 reviews

3.5/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.5

Salary

3.1

Job security

2.8

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 40 Reviews and Ratings
Software Engineer
22 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Software Developer
18 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Engineer
13 salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Senior Engineer
13 salaries
unlock blur

₹5 L/yr - ₹8.4 L/yr

Product Support Engineer
12 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Quest Informatics with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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