Upload Button Icon Add office photos

Filter interviews by

Venkatesh Food Industries Interview Questions and Answers

Updated 30 Mar 2024

Venkatesh Food Industries Interview Experiences

1 interview found

Production Manager Interview Questions & Answers

user image Prashant Mishra

posted on 30 Mar 2024

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

I applied via Approached by Company and was interviewed in Mar 2024.Β There were 3 interview rounds.

Round 1 - HRΒ 

(1 Question)

  • Q1. About current work status and roles & responsibilities.
Round 2 - TechnicalΒ 

(1 Question)

  • Q1. About the process and equipments/machineries. About the product, hygeine, Audit works, documentation, maintenance, yield and product specifications, R&D work related questions.
Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. Final discussion related to salary, notice period, roles & responsibilities, joining date etc.

Production Manager Interview Questions asked at other Companies

Q1.Β Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2021.Β There were 2 interview rounds.

Round 1 - Coding TestΒ 

They ask to many technical question and ask to code also

Round 2 - Aptitude TestΒ 

They ask for your background and thing you learnt in your past

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard on your interview. they ask too much technical question.

I applied via Job Portal

Interview QuestionnaireΒ 

1 Question

  • Q1. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Approached by Company and was interviewed before Sep 2021.Β There were 2 interview rounds.

Round 1 - Resume ShortlistΒ 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case StudyΒ 

About my ...CV and my approch to this company

Interview Preparation Tips

Topics to prepare for Samsung Sales Executive interview:
  • Your experience
  • Your beahaviour
  • Team Handling
  • Sales
  • Quality Control
Interview preparation tips for other job seekers - No need to say about this organization its very variable and relax posed company and as u know its a brand .

I applied via Referral and was interviewed in Apr 2021.Β There was 1 interview round.

Interview QuestionnaireΒ 

5 Questions

  • Q1. What is your self introduction.& Family baground
  • Q2. What is your total experience in Pharma Field.
  • Q3. What is your strength ?
  • Q4. Why you join sunpharma ?
  • Q5. What about you sunpharma organization.?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview track all leaders ..

Interview QuestionnaireΒ 

3 Questions

  • Q1. Ballon Burst Problem
  • Ans. 

    Balloon Burst Problem - Given n balloons, each with a number of coins, maximize the number of coins collected by bursting the balloons.

    • Use dynamic programming to solve the problem

    • Consider each balloon as the last balloon to be burst

    • Calculate the maximum coins that can be collected for each subarray of balloons

    • Use the calculated values to find the maximum coins for the entire array

  • Answered by AI
  • Q2. N queen Problem
  • Q3. OS, DBMS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Pratcise DS and OS and DBMS and OOPS and have 2 to 3 projects

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021.Β There were 2 interview rounds.

Round 1 - Aptitude TestΒ 

Basic aptitude test, with basic knowledge of all your domain subjects.
If you are preparing for gate then it will be easy to clear for you.

Round 2 - One-on-oneΒ 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What makes you different from others.
  • Q3. Give a practical example of cantilever beam.
  • Ans. 

    A cantilever beam is a beam that is supported at only one end and carries a load at the other end.

    • A diving board is a practical example of a cantilever beam.

    • A shelf attached to a wall with brackets is another example.

    • A flagpole is also a cantilever beam.

    • Cantilever bridges are another example of cantilever beams.

    • Cantilever beams are used in construction to support balconies and overhangs.

  • Answered by AI
  • Q4. Why do you want to join this organisation?
  • Q5. Some questions about my past internships and my projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself while giving interview don't be nervous. Prepare well for the exam part, make sure you have a basic knowledge of all your subjects.

All the bestπŸ‘

I applied via Recruitment Consulltant and was interviewed before Feb 2021.Β There were 2 interview rounds.

Round 1 - Aptitude TestΒ 
Round 2 - HRΒ 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be you .
Interview is not that difficult if you're confident...

I applied via Walk-in and was interviewed before Mar 2021.Β There were 3 interview rounds.

Round 1 - Aptitude TestΒ 

Aptitude Test is very straight forward, logical, communications are tested.

Round 2 - HRΒ 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - TechnicalΒ 

(1 Question)

  • Q1. This is managers round, where a senior most probably a team lead would join to interview. Case study based questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepared. Question will vary from GL to Leder reconciliation if you're applying for GL Process

I appeared for an interview before Jan 2021.

Round 1 - Coding TestΒ 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Hard

This round had 3 preety good questions to be solved under 2 hours . The first question was from Graphs and DSU , the second question was related to DP and the third one was from Recursion.

  • Q1. 

    Most Stones Removed with Same Row or Column

    On a 2-D plane, there are β€˜N’ stones placed at some integer coordinate points. Each coordinate point can have at most one stone. A stone can be removed if it sh...

  • Ans. 

    Given a 2-D plane with stones at integer coordinate points, find the maximum number of stones that can be removed by sharing the same row or column.

    • Iterate through the stones and create a graph where stones in the same row or column are connected.

    • Use depth-first search (DFS) to find connected components in the graph.

    • The maximum number of stones that can be removed is the total number of stones minus the number of conne

  • Answered by AI
  • Q2. 

    Gold Mine Problem Statement

    You are provided with a gold mine, represented as a 2-dimensional matrix of size N x M with N rows and M columns. Each cell in this matrix contains a positive integer represent...

  • Ans. 

    The task is to determine the maximum amount of gold a miner can collect by moving in allowed directions in a gold mine represented as a 2D matrix.

    • Create a 2D DP array to store the maximum gold collected at each cell

    • Iterate through the matrix from left to right and update the DP array based on the allowed directions

    • Return the maximum value in the last column of the DP array as the final result

  • Answered by AI
  • Q3. 

    All Possible Balanced Parentheses Problem Statement

    Given a positive integer N, generate all possible sequences of balanced parentheses using N pairs of parentheses.

    A sequence of brackets is called bala...

  • Ans. 

    Generate all possible sequences of balanced parentheses using N pairs of parentheses.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of opening and closing parentheses used.

    • Add opening parentheses if there are remaining, and add closing parentheses only if there are more opening parentheses than closing.

    • Recursively generate all valid combinations.

    • Return the list o

  • Answered by AI
Round 2 - Video CallΒ 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 questions from DSA. Both the questions were preety straightforward and were asked to check my implementation skills and how well do I handle Edge Cases for tricky problems.

  • Q1. 

    Stack using Two Queues Problem Statement

    Develop a Stack Data Structure to store integer values using two Queues internally.

    Your stack implementation should provide these public functions:

    Explanation:

    ...
  • Ans. 

    Implement a stack using two queues to store integer values.

    • Use two queues to simulate stack operations: push elements to one queue, then move all elements to the other queue to simulate pop and top operations.

    • Maintain the size of the stack and check for empty stack using the size of the queues.

    • Handle edge cases such as popping or getting top element from an empty stack.

    • Ensure the implementation follows the specified pu...

  • Answered by AI
  • Q2. 

    Rotate Matrix by 90 Degrees Problem Statement

    Given a square matrix 'MATRIX' of non-negative integers, rotate the matrix by 90 degrees in an anti-clockwise direction using only constant extra space.

    Inpu...

  • Ans. 

    Rotate a square matrix by 90 degrees in an anti-clockwise direction using constant extra space.

    • Iterate through each layer of the matrix and swap elements in groups of 4

    • Transpose the matrix and then reverse each row to achieve the rotation

    • Ensure to handle edge cases like odd-sized matrices

  • Answered by AI
Round 3 - Video CallΒ 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round also had 2 questions related to DSA where I was first expected to explain my approaches and then discuss the time and space complexities of my solution. After that , I was asked some core concepts related to OOPS and OS.

  • Q1. 

    Triplets with Given Sum

    Given an array ARR consisting of N integers, find all distinct triplets in the array that add up to a given number K.

    Example:

    Input:
    T = 2
    N = 5
    ARR = [1, 2, 3, 4, 5]
    K = 9
    N = 4
    ...
  • Ans. 

    Find all distinct triplets in an array that add up to a given number.

    • Use three nested loops to iterate through all possible triplets.

    • Sort the array first to easily skip duplicates.

    • Use two-pointer technique to find the remaining element for each triplet.

    • Handle edge cases like empty list or no triplet summing up to K.

  • Answered by AI
  • Q2. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
  • Q3. What is the Diamond Problem in C++ and how can it be resolved?
  • Ans. 

    Diamond Problem is a multiple inheritance issue in C++ where a class inherits from two classes that have a common base class.

    • Diamond Problem occurs when a class inherits from two classes that have a common base class, leading to ambiguity in accessing members.

    • It can be resolved in C++ using virtual inheritance, where the common base class is inherited virtually to avoid duplicate copies of base class members.

    • Example: c...

  • Answered by AI
  • Q4. What is thrashing in operating systems?
  • Ans. 

    Thrashing in operating systems occurs when the system is spending more time swapping data between memory and disk than actually executing tasks.

    • Occurs when the system is constantly swapping data between memory and disk

    • Causes a decrease in system performance as it spends more time on swapping than executing tasks

    • Usually happens when the system does not have enough physical memory to handle the workload efficiently

  • Answered by AI
Round 4 - HRΒ 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was my last round and I hoped it to go good just like the other rounds. The interviewer was very straight to point and professional. The interview lasted for 30 minutes.

  • Q1. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASamsung interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Venkatesh Food Industries Interview FAQs

How many rounds are there in Venkatesh Food Industries interview?
Venkatesh Food Industries interview process usually has 3 rounds. The most common rounds in the Venkatesh Food Industries interview process are One-on-one Round, HR and Technical.
How to prepare for Venkatesh Food Industries 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 Venkatesh Food Industries. The most common topics and skills that interviewers at Venkatesh Food Industries expect are Marketing, Sales, FMCG, FMCG Sales and Retail Sales.

Tell us how to improve this page.

Venkatesh Food Industries Interview Process

based on 1 interview

Interview experience

5
Β Β 
Excellent
View more

Interview Questions from Similar Companies

WNS Interview Questions
3.4
Β β€’Β 1.1k Interviews
Tata Motors Interview Questions
4.2
Β β€’Β 1k Interviews
Tata Steel Interview Questions
4.1
Β β€’Β 865 Interviews
Asian Paints Interview Questions
4.0
Β β€’Β 656 Interviews
Maruti Suzuki Interview Questions
4.2
Β β€’Β 597 Interviews
Samsung Interview Questions
3.9
Β β€’Β 550 Interviews
UST Interview Questions
3.8
Β β€’Β 517 Interviews
Cipla Interview Questions
4.1
Β β€’Β 493 Interviews
Sun Pharmaceutical Industries Interview Questions
4.0
Β β€’Β 406 Interviews
Dell Interview Questions
3.9
Β β€’Β 389 Interviews
View all

Venkatesh Food Industries Reviews and Ratings

based on 14 reviews

3.1/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.0

Salary

2.8

Job security

2.7

Company culture

2.0

Promotions

2.8

Work satisfaction

Explore 14 Reviews and Ratings
Production Supervisor
4 salaries
unlock blur

β‚Ή2 L/yr - β‚Ή3.6 L/yr

Senior Executive Quality Assurance
4 salaries
unlock blur

β‚Ή3.8 L/yr - β‚Ή4 L/yr

Export & Import Manager
4 salaries
unlock blur

β‚Ή6 L/yr - β‚Ή8 L/yr

Assistant Sales Manager
3 salaries
unlock blur

β‚Ή4.8 L/yr - β‚Ή7.5 L/yr

QA Executive
3 salaries
unlock blur

β‚Ή3 L/yr - β‚Ή4 L/yr

Explore more salaries
Compare Venkatesh Food Industries with

WNS

3.4
Compare

Tata Motors

4.2
Compare

Tata Steel

4.0
Compare

Asian Paints

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