Upload Button Icon Add office photos

Filter interviews by

Krishna Grupo Antolin Interview Questions and Answers

Updated 17 Aug 2023

Krishna Grupo Antolin Interview Experiences

Popular Designations

3 interviews found

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

(3 Questions)

  • Q1. 4M process audit products audit
  • Q2. Machine manpower method materials
  • Q3. Products audit process audit products audit 5s sap kaizen poka yoka

Interview Preparation Tips

Interview preparation tips for other job seekers - 4M process audit products audit sap manpower control 5s

Mechanical Production Engineer Interview Questions asked at other Companies

Q1. What is tpm What is tec time What is shaping What is tolerance Employees moral
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 3 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 

All work exposure , Stores and Purchase process.

Round 3 - Technical 

(1 Question)

  • Q1. Stores Management, Procurement process and Inventory Management

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Personal introduction
  • Q2. Study related questions
  • Q3. Logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, fearless attitude and rock it 😊

Trainee Operating Engineer Interview Questions asked at other Companies

Q1. Tell about something automatically?
View answer (7)

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Please explain about your profile

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all be free to attend the interview.
Be bold in your explanations.
Questions mainly fall from your profile explanation.

Try to tell what you have worked with.

I applied via Referral and was interviewed in Aug 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: By skill specialist & interview call;regarding knowledge of domain.

General Tips: Krishna maruti group is very excellent place of working.big group..many plants..zero tension of job security..means a viable place to do long service.no late sitting..
Culture is greater govt.than central govt offices.
Negative is higher mismatch between ctc & in hand.
10% of basic they deduct for superannuation fund from AM level..which is unaccountable.
Avg..1000rs deduction for lunch mandatory for bad canteen good & uniform deduction.
I means to say ,anybody should discuss only in hand salary during interview.means a monthly ctc of 60k became 45k & avg 4.5k will never receive(lunch/uniform/s.a.)
Duration: <1 week

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

Interview Questionnaire 

2 Questions

  • Q1. Technical question regarding OTR industry
  • Q2. About distribution channel

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Attend the interview

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

Interview Questionnaire 

1 Question

  • Q1. Self intro and why do you select data analyst posting

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Greetings to hr and interviewee
2. Smiling face and don't show your fear in face
3. Be bold in what your knowing then don't struggle to say answer
4. Positive attitude
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Oct 2021. There were 3 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 

(3 Questions)

  • Q1. What are the Siemens plc models?
  • Ans. 

    Siemens plc models include S7-1200, S7-1500, S7-300, S7-400, and LOGO!

    • S7-1200

    • S7-1500

    • S7-300

    • S7-400

    • LOGO!

  • Answered by AI
  • Q2. What is the spc?
  • Ans. 

    SPC stands for Statistical Process Control, a method used to monitor and control processes to ensure they are operating efficiently and within specifications.

    • SPC involves collecting and analyzing data to identify variations in a process

    • It helps in detecting and correcting issues before they result in defects

    • Common tools used in SPC include control charts, histograms, and Pareto charts

  • Answered by AI
  • Q3. How to configure the dp dp coupler?
  • Ans. 

    To configure a dp dp coupler, set the parameters for communication protocol, baud rate, address, and data format.

    • Set the communication protocol to match the devices being connected.

    • Configure the baud rate to ensure proper data transmission speed.

    • Assign a unique address to the dp dp coupler for identification.

    • Choose the appropriate data format for the connected devices.

    • Test the configuration to ensure proper communicati

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Personal details

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was easy coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Regarding Kalman Filter
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the smart pointers?
  • Ans. 

    Smart pointers are objects that store a pointer to dynamically allocated memory and provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically releasing memory when the pointer is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to break circular references.

  • Answered by AI
  • Q2. What is the lamda function?
  • Ans. 

    A lambda function is a small anonymous function defined in a single line of code without a name.

    • Lambda functions are often used in programming languages that support functional programming.

    • They are commonly used for short, simple operations that do not require a named function.

    • Lambda functions can take any number of arguments but can only have one expression.

    • Example: lambda x: x*2 defines a lambda function that doubles

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is threading?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for parallel execution of tasks within a program.

    • Each thread has its own stack and runs independently of other threads.

    • Threads can communicate with each other and share resources.

    • Example: A web server handling multiple client requests concurrently using threads.

  • Answered by AI
  • Q2. What is lamda function?
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple parameters and can be used as an argument to other functions.

    • Lambda functions are also known as anonymous functions because they do not have a name.

    • They are often used for short, one-time tasks that do not require a separate function definition.

    • Lambda functions can take multiple parameters and return a single value.

    • Example: lambda x, y: x + ...

  • Answered by AI

Skills evaluated in this interview

Krishna Grupo Antolin Interview FAQs

How many rounds are there in Krishna Grupo Antolin interview?
Krishna Grupo Antolin interview process usually has 2-3 rounds. The most common rounds in the Krishna Grupo Antolin interview process are Resume Shortlist, HR and Group Discussion.
How to prepare for Krishna Grupo Antolin 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 Krishna Grupo Antolin. The most common topics and skills that interviewers at Krishna Grupo Antolin expect are Auditing, Communication Skills and Problem Solving.
What are the top questions asked in Krishna Grupo Antolin interview?

Some of the top questions asked at the Krishna Grupo Antolin interview -

  1. Stores Management, Procurement process and Inventory Managem...read more
  2. Products audit process audit products audit 5s sap kaizen poka y...read more
  3. 4M process audit products au...read more

Tell us how to improve this page.

Krishna Grupo Antolin Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Yazaki Interview Questions
3.8
 • 136 Interviews
Aptiv Interview Questions
3.5
 • 97 Interviews
JK Tyres Interview Questions
3.6
 • 96 Interviews
Krishna Maruti Interview Questions
4.0
 • 93 Interviews
Valeo Interview Questions
4.0
 • 91 Interviews
Delphi TVS Interview Questions
3.9
 • 84 Interviews
Lucas-TVS Interview Questions
3.9
 • 74 Interviews
View all

Krishna Grupo Antolin Reviews and Ratings

based on 69 reviews

4.1/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.8

Salary

4.0

Job security

3.9

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 69 Reviews and Ratings
Production Engineer
19 salaries
unlock blur

₹2.6 L/yr - ₹4.2 L/yr

Senior Engineer
15 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Junior Engineer
15 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Assistant Manager
14 salaries
unlock blur

₹6.8 L/yr - ₹10 L/yr

Quality Engineer
14 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Krishna Grupo Antolin with

Yazaki

3.8
Compare

Delphi TVS

3.9
Compare

JK Tyres

3.6
Compare

Lucas-TVS

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