Upload Button Icon Add office photos

Filter interviews by

Taj Frozen Foods India Production Incharge Interview Questions and Answers

Updated 27 Aug 2020

Taj Frozen Foods India Production Incharge Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Jul 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Personal information
  • Q2. Graduation related questions
  • Q3. How you work for here company
  • Q4. How much people's workers handel

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly wear Formal Dress and give interview fully confidently. Give genuinely answers...

Interview questions from similar companies

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

Round 1 - Group Discussion 

They asked about difference between college life and corporate life and the projects we carried out in engineering

Round 2 - Technical 

(1 Question)

  • Q1. Asked some engineering subjects
  • Ans. We have to tell subjects of academics
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Huawei Technologies Junior Engineer interview:
  • Engineering
  • Communication Skills
Interview preparation tips for other job seekers - Try hard and follow up all mails regarding the jobs you applied or you given interview and naukri is the best platform to get job

I applied via Naukri.com and was interviewed in Jun 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am an experienced production manager with a strong track record in leading teams and optimizing production processes.

    • Over 10 years of experience in production management

    • Successfully implemented lean manufacturing principles to improve efficiency

    • Led a team of 50+ employees to achieve production targets

    • Implemented quality control measures resulting in a 20% reduction in defects

    • Proficient in using production planning so

  • Answered by AI
  • Q2. Tell about your experience
  • Ans. 

    I have 10 years of experience in managing production operations in the manufacturing industry.

    • Managed a team of 50 production workers and ensured smooth operations

    • Implemented lean manufacturing principles to improve efficiency and reduce waste

    • Successfully launched several new product lines, resulting in increased revenue

    • Implemented quality control measures to ensure product consistency and customer satisfaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself , job search like it's your job
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 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 - Group Discussion 

Telecommunication growth in India

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions regarding project implementation
Round 4 - One-on-one 

(1 Question)

  • Q1. Core technology based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on technologies and products information also required for better presentation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 - One-on-one 

(2 Questions)

  • Q1. Previous role and experience
  • Q2. Willingness to relocate
Round 3 - One-on-one 

(2 Questions)

  • Q1. Domain knowledge and overall experience
  • Q2. Willingness to move to a third party
Round 4 - One-on-one 

(2 Questions)

  • Q1. Overall career journey and fitment to the role
  • Q2. What challanges do i anticipate and how would i overcome them
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why are you lookin to switch
Round 3 - One-on-one 

(2 Questions)

  • Q1. What do you understand about ambition box
  • Q2. What is the team size that you have handled
Round 4 - One-on-one 

(2 Questions)

  • Q1. IF client has escalated issue for too many negative reviews on the website , How will you resolve?
  • Q2. How will you Drive the team towards goal?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong understanding for Ambition Box website
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

C++, Phython , Java, full stack, excel

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you know about our company
  • Q3. What background are you from
Round 4 - One-on-one 

(3 Questions)

  • Q1. Why do you want to switch
  • Q2. Why should we hire you
  • Q3. How well you can work under pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident & do a little research beforehand

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Taj Frozen Foods India Interview FAQs

What are the top questions asked in Taj Frozen Foods India Production Incharge interview?

Some of the top questions asked at the Taj Frozen Foods India Production Incharge interview -

  1. How much people's workers hand...read more
  2. Graduation related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.8
 • 1.4k Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
View all
Quality Officer
7 salaries
unlock blur

₹1.6 L/yr - ₹3.4 L/yr

Account Assistant
5 salaries
unlock blur

₹1.5 L/yr - ₹2.4 L/yr

Shift Incharge
4 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Purchase Officer
4 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Production Supervisor
3 salaries
unlock blur

₹1.4 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Taj Frozen Foods India with

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

ABCI Infrastructures

3.4
Compare

Caparo Engineering India

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