Upload Button Icon Add office photos

Jubilant Industries

Compare button icon Compare button icon Compare

Filter interviews by

Jubilant Industries Quality Controller Interview Questions and Answers for Freshers

Updated 24 Dec 2021

Jubilant Industries Quality Controller Interview Experiences for Freshers

1 interview found

Interview Questionnaire 

1 Question

  • Q1. HPLC related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through the resume and job description, and your internship

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 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 - HR 

(2 Questions)

  • Q1. Generic questions about CV
  • Q2. Skill specific correlations
  • Ans. 

    Skill specific correlations refer to the relationship between different skills and how they impact each other.

    • Identifying skill correlations can help in designing effective training programs.

    • For example, communication skills may be correlated with leadership skills.

    • Analytical skills may be correlated with problem-solving skills.

    • Understanding skill correlations can also help in career planning and development.

    • For instan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know what your strengths and weaknesses are. Own up to you weaknesses and gaps, and endeavour to fill them up. Earnestness can come a long way.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They gave one set of questions paper 30marks

Round 2 - Technical 

(1 Question)

  • Q1. It's also same as attitude.50 marks questions they gave
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Current CTC, ready to relocate
Round 2 - Technical 

(1 Question)

  • Q1. Detail about field work and family members
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical issue
Round 4 - Technical 

(1 Question)

  • Q1. Technical issue
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Your Experience
Round 2 - Technical 

(2 Questions)

  • Q1. Your knowledge about work profile
  • Q2. Famlier question related with your field
Round 3 - Your family background 

(2 Questions)

  • Q1. Your past work experience
  • Q2. Your family background & other

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Simple & Practical
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is your experience as detailed in your resume?
  • Ans. 

    I have over 5 years of experience in management roles, including leading teams and overseeing operations.

    • Managed a team of 15 employees in a retail setting

    • Implemented new strategies to improve efficiency and customer satisfaction

    • Handled budgeting and financial reporting for the department

    • Collaborated with other departments to achieve company goals

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation 25-30% on existing only

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is not overly structured or difficult; if they require your expertise, they will reach out to you. Being asked to meet in person indicates that you are approximately 80% through the selection process.

Software Developer Interview Questions & Answers

IVP (India) user image MCA22 Gaurav Prakash

posted on 13 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is arrow function in JS
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions have a shorter syntax compared to regular functions.

    • They do not have their own 'this' keyword, and instead inherit 'this' from the parent scope.

    • Arrow functions are best suited for non-method functions, and cannot be used as constructors.

    • Example: const add = (a, b) => a + b;

  • Answered by AI
  • Q2. What is runtime polymerphism
  • Ans. 

    Runtime polymorphism is the ability of a subclass to override a method from its superclass during runtime.

    • Runtime polymorphism is achieved through method overriding in object-oriented programming.

    • It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The actual method called is determined by the type of object at runtime.

    • Example: Animal class has a method 'makeSo...

  • Answered by AI
  • Q3. What is abstraction in oops
  • Ans. 

    Abstraction in OOP is the concept of hiding complex implementation details and showing only the necessary features to the outside world.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of code

    • Example: A car is an abstraction of various components like engine, wheels, etc. Users interact with the car without needing to know the

  • Answered by AI
Round 3 - Coding Test 

DSA questions Reverse the linkedlist

Round 4 - One-on-one 

(2 Questions)

  • Q1. Explain your project
  • Q2. He asked two SQL queries

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Assignment 

Only DSa and aptitude was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are lucky, you will be selected.
dene wala toh bhagwan hi hota h.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ round on OOPS (java) , JS, C#, SQL(dbms)

Round 2 - Technical 

(4 Questions)

  • Q1. Two DSA questions , Happy Number (leetcode Q.202) , First Unique character in String (leetcode Q.387)
  • Q2. Polymorphism, Function Overloading & Overriding (code), Constructor, Access Specifier
  • Q3. Project (about nextjs, diff. b/w next & react, advantage of nextjs, SPA, some discussion about tailwind, miui (library), js)
  • Q4. DBMS query of second highest employee , find employeeid of manager whose employee name is 'something' (based on self join & only one table)
  • Ans. 

    Use self join in a DBMS query to find the employeeid of the manager whose employee name is 'something'.

    • Use a self join on the table to compare employee and manager names

    • Order the results by employeeid in descending order to get the second highest employee

    • Select the manager's employeeid where the employee name is 'something'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS concept in deep (very deep) , DBMS in deep (especially joins queries) , well prepare for DSA & your projects.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself in brief ?
  • Q2. Explain boiler, types of heat transfer, etc ?
  • Ans. 

    Boiler is a closed vessel in which water is heated to produce steam. Types of heat transfer include conduction, convection, and radiation.

    • Boiler is a closed vessel that uses heat from combustion or electricity to generate steam.

    • Types of heat transfer in boilers include conduction (direct contact), convection (fluid movement), and radiation (electromagnetic waves).

    • Examples of boilers include fire-tube boilers, water-tub

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

IVP (India) Interview Questions
4.1
 • 13 Interviews
Bodal Chemicals Interview Questions
3.8
 • 13 Interviews
Rain Industries Interview Questions
3.5
 • 11 Interviews
Gp Petroleums Interview Questions
3.4
 • 7 Interviews
View all
Assistant Manager
45 salaries
unlock blur

₹3.7 L/yr - ₹14.1 L/yr

Manager
21 salaries
unlock blur

₹10.3 L/yr - ₹29 L/yr

Deputy Manager
10 salaries
unlock blur

₹10.5 L/yr - ₹20 L/yr

Senior Executive
9 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Senior Manager
8 salaries
unlock blur

₹19 L/yr - ₹40 L/yr

Explore more salaries
Compare Jubilant Industries with

Gulf Oil Lubricants

4.1
Compare

Garware Hi-Tech Films

4.2
Compare

Bodal Chemicals

3.7
Compare

Ester Industries

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