Upload Button Icon Add office photos

Filter interviews by

Krones Interview Questions and Answers

Updated 5 Jun 2023

Krones Interview Experiences

Popular Designations

2 interviews found

SCM Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2023

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

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

(5 Questions)

  • Q1. Salary expectation
  • Q2. Work history and job role explain
  • Q3. Explain scm process used
  • Ans. 

    SCM process involves managing the flow of goods, services, and information from the initial sourcing to the final delivery.

    • Identification of needs and requirements

    • Sourcing and procurement of materials

    • Production planning and scheduling

    • Inventory management

    • Distribution and logistics

    • Supplier relationship management

  • Answered by AI
  • Q4. Excel formulas used to calculate
  • Ans. 

    Excel formulas are used to calculate various functions and operations within a spreadsheet.

    • Basic arithmetic operations like addition, subtraction, multiplication, and division can be performed using formulas in Excel.

    • Formulas can also be used for more complex calculations such as summing a range of values, finding averages, and calculating percentages.

    • Common Excel functions like SUM, AVERAGE, MAX, MIN, and COUNT can be...

  • Answered by AI
  • Q5. Logistic basis question asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

SCM Engineer Interview Questions asked at other Companies

Q1. What is substation? What are the types of conductor? Types of ACSR conductor?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Regarding my job profile and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do confidential answer..

Safety Executive Interview Questions asked at other Companies

Q1. How you will control the hazards of casting industry?
View answer (2)

Interview questions from similar companies

I was interviewed in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Weaknesses
  • Q3. Strength
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find out how many fishes represent 1%.

    • Multiply the result by 2 to find out how many fishes represent 2%.

    • Subtract the result from 200 to find out how many fishes represent 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

Consultant Interview Questions & Answers

Siemens user image Ujjwal Mukherjee

posted on 12 Dec 2015

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. What are the factors you would consider when building a plant? (Case Type- General business acumen)

Interview Preparation Tips

Round: Case Study Interview
Experience: Recommended Approach
Broke it into financial and non-financial and said ROI seems to be the best metric in financial. Went ahead after getting her buy-in and looked at various cost components in detail like labor, overheads etc. Throughout the interview, I was asked to go deeper and even when I was asked to move horizontally to other cost components, there was no closure of an issue. In the end, was just asked to summarize whatever we had done so far with 2 concluding statements

PI questions
Totally work and CV related cross questioning Why did you do this ELP and what did you learn Why SMC now This was a kind of stress interview where questions would start before I finished my answer. The same tone carried on in the case where scoping questions were frowned upon
Tips: What was good: Cool under pressure, confident What could be better: Take the hint if the interviewer is not giving data and lay out a structure and then ask questions explaining their relevance

Skills:
College Name: Indian School Of Business (ISB)

Consultant Interview Questions & Answers

Siemens user image Ujjwal Mukherjee

posted on 11 Dec 2015

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. You as a consultant have made a mistake and need to go back to your client’s CFO who is not co-operative and the final presentation is due tomorrow to the board
  • Ans. 

    Consultant must approach the CFO calmly, explain the mistake, offer solutions, and emphasize the importance of their cooperation for the success of the project.

    • Approach the CFO calmly and professionally

    • Explain the mistake honestly and take responsibility

    • Offer solutions to rectify the mistake and ensure it does not happen again

    • Emphasize the importance of the CFO's cooperation for the success of the project

    • Request for an...

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: Recommended Approach
Depends on the interviewer and his discussion

PI questions
About yourself
Something that is not on your resume
Example of Learning from an achievement
Example of Learning from your work experience and what could you have don
Tips: What was good: PI, Patience to go on during the role play What could be better: I got caught up in the role play when he gave excuses not to cooperate

Skills:
College Name: Indian School Of Business (ISB)

Consultant Interview Questions & Answers

Siemens user image Ujjwal Mukherjee

posted on 12 Dec 2015

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. He gave me a slide which had 50 potential projects and asked me how I would choose.(Case Type-Cost-benefit)

Interview Preparation Tips

Round: Case Study Interview
Experience: Recommended Approach
Started with a Cost – Benefit – Risk and was asked to mainly consider capability building under major costs
Was given numbers for 2-3 projects and the case ended after straightforward calculations

PI questions
Talk about a personality trait that has evolved over time
An example of personal and professional success and cross questions on that In hindsight what could you have done better at work
Tips: What was good: PI, Calculations accuracy What could be better: I was given feedback to engage the interviewer more so that I could start with a more refined structure instead of a conventional structure

Skills:
College Name: Indian School Of Business (ISB)

Krones Interview FAQs

How many rounds are there in Krones interview?
Krones interview process usually has 2 rounds. The most common rounds in the Krones interview process are Resume Shortlist and HR.
How to prepare for Krones 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 Krones. The most common topics and skills that interviewers at Krones expect are Agile, Python, C#, Scrum and SAP.
What are the top questions asked in Krones interview?

Some of the top questions asked at the Krones interview -

  1. Excel formulas used to calcul...read more
  2. Explain scm process u...read more
  3. Logistic basis question as...read more

Tell us how to improve this page.

Krones Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 432 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
GE Vernova Interview Questions
4.1
 • 82 Interviews
Tetra Pak Interview Questions
4.1
 • 34 Interviews
Alfa Laval Interview Questions
4.0
 • 30 Interviews
Buhler Interview Questions
3.9
 • 25 Interviews
Sidel Interview Questions
3.7
 • 11 Interviews
GEA Group Interview Questions
3.8
 • 10 Interviews
View all

Krones Reviews and Ratings

based on 41 reviews

3.9/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.1

Salary

3.7

Job security

3.4

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 41 Reviews and Ratings
Service Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Service Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Site Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Service Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Krones with

GEA Group

3.8
Compare

Buhler

3.9
Compare

Tetra Pak

4.1
Compare

Sidel

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