Upload Button Icon Add office photos

Filter interviews by

Kromberg & Schubert Interview Questions and Answers

Updated 30 Dec 2024

Kromberg & Schubert Interview Experiences

Popular Designations

4 interviews found

Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Education experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. How is OEE calculation done
  • Ans. 

    OEE calculation is done by multiplying Availability, Performance, and Quality percentages.

    • Calculate Availability: (Operating Time / Planned Production Time) * 100

    • Calculate Performance: (Ideal Cycle Time * Total Count) / Operating Time

    • Calculate Quality: Good Count / Total Count

    • Multiply Availability, Performance, and Quality percentages to get OEE

  • Answered by AI
  • Q2. Previous company improvement ideas

Industrial Engineer Interview Questions asked at other Companies

Q1. What are the different new technologies which are used in logistics?
View answer (4)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Colour code test, verbal meaning

Interview Preparation Tips

Interview preparation tips for other job seekers - No suggesting

Technical Assistant Interview Questions asked at other Companies

Q1. 1.What are the main reasons and root cause for less count in Bulk packing.
View answer (2)

I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1. Witch type of machinerys and breakdowns handeld to the previous company?
  • Ans. They are filtration machine like a Clara,lick o flux and decanter. sumtime they get a block from the flow and damage tha parts.troubleshooting time I can find out that.and also pumps like a position and non positive pumps.
  • Answered Anonymously
  • Q2. What is Hydraulic valves? How can we operate that?
  • Ans. 

    Hydraulic valves control the flow and pressure of hydraulic fluid in a system. They can be operated manually or automatically.

    • Hydraulic valves are used to control the flow and pressure of hydraulic fluid in a system.

    • They are essential components in hydraulic systems, allowing for precise control and regulation.

    • Hydraulic valves can be operated manually using levers, knobs, or buttons.

    • They can also be operated automatica...

  • Answered by AI
  • Q3. What is your project title in college?say that purpose and working principle?
  • Ans. The project name is seed planting machine.that have a 3 potions,thay are 1 matel plought 2 cam machanisum with seed collecting box and 3 chaine drive. *It is a trolley type.that plought In to the front of potion.moving time tha plough was ploughing the soil.the cam with seed trabing mechanism connect to the wheel using chaine drive.the cam with seed trabeing device rotating reciprocateing movement. when tha was...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - What you know,that only ask strongly.
Don't ask Artificially.because this way I'm follow on my last interview.and succeed.
I don't have a more interview experience.so this is my advice.

Junior Technician Interview Questions asked at other Companies

Q1. What is Hydraulic valves? How can we operate that?
View answer (3)

Kromberg & Schubert interview questions for popular designations

 Industrial Engineer

 (1)

 Junior Technician

 (1)

 Technical Assistant

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about past experience
  • Q2. Understanding about banking sector
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions from OOPS
  • Q2. Questions about SQL queries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPS with example
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Example: In a car simulation program, a 'Car' object can have properties like 'color' and 'speed', and methods like 'accelerate' and 'brake'.

  • Answered by AI
  • Q2. What is microservices and intercommunication btw various microservices with current project
  • Ans. 

    Microservices are a software architecture design where applications are broken down into smaller, independent services that communicate with each other.

    • Microservices are small, independent services that focus on specific business functions.

    • Each microservice can be developed, deployed, and scaled independently.

    • Intercommunication between microservices is typically done through APIs or messaging queues.

    • Examples of interco...

  • Answered by AI
  • Q3. Gave a coding question to solve (reverse a string with many words in the string)
Round 2 - Technical 

(7 Questions)

  • Q1. Solid principles
  • Q2. How Dependency injection is configured in the project
  • Ans. 

    Dependency injection is configured using a framework like Spring in Java projects.

    • Dependency injection is configured using annotations like @Autowired in Spring framework.

    • Beans are defined in configuration files like applicationContext.xml or using Java configuration classes.

    • Dependencies are injected into classes at runtime by the framework.

    • Constructor injection, setter injection, and field injection are common ways to

  • Answered by AI
  • Q3. CQRS architecture with .Net Mediator pattern
  • Ans. 

    CQRS architecture separates read and write operations using Mediator pattern in .Net

    • CQRS stands for Command Query Responsibility Segregation

    • Mediator pattern helps in decoupling components by introducing a mediator object

    • .Net MediatR library is commonly used for implementing Mediator pattern in CQRS architecture

  • Answered by AI
  • Q4. Custom middlewares
  • Q5. Difference btw object and dynamic
  • Ans. 

    Object is a static entity with predefined structure, while dynamic can change at runtime.

    • Object is a class or data structure with fixed properties and methods

    • Dynamic can change its properties or behavior during runtime

    • Example: Object - Car class with properties like color, model. Dynamic - User input changing the color of a car object

  • Answered by AI
  • Q6. Difference btw constant and readonly keyword
  • Ans. 

    Constant keyword is used for compile-time constants, while readonly keyword is used for runtime constants.

    • Constant keyword is used for values that are known at compile time and cannot be changed.

    • Readonly keyword is used for values that are known at runtime and cannot be changed after initialization.

    • Constants are implicitly static, while readonly fields are not.

    • Constants are defined at the class level, while readonly fi

  • Answered by AI
  • Q7. What ORM is used in current project
  • Ans. 

    Entity Framework is used as the ORM in the current project.

    • Entity Framework is a popular ORM framework for .NET applications

    • It provides a way to work with databases using .NET objects

    • Supports LINQ queries for database operations

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Negotiation of Salary (My expectation and their budget discussion)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with Basics and basics of coding

I applied via Recruitment Consultant and was interviewed in Jan 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOps concept,what is CTE in sql,explain the scenerio where you can use abstact class or interface?,N th highest salary in sql?,Polymorphism and overriding?Temp table in sql?sql functions?Difference between...
  • Ans. 

    Answering various technical questions related to OOPs, SQL, and software development.

    • CTE in SQL stands for Common Table Expression, used for creating temporary result sets.

    • Abstract classes are used when you want to provide a common base implementation for derived classes, while interfaces are used to define a contract that implementing classes must follow.

    • Nth highest salary in SQL can be achieved using the ROW_NUMBER()...

  • Answered by AI
  • Q2. What are the current projects worked on & in which domain?
  • Ans. 

    Currently working on a project in the finance domain involving developing a new trading platform.

    • Developing a new trading platform for stock market

    • Implementing real-time data analytics for trading decisions

    • Integrating third-party APIs for market data

    • Optimizing trading algorithms for faster execution

  • Answered by AI
  • Q3. What is growth? Is there any onsite opportunity in future?
  • Ans. 

    Growth is the process of continuous development and improvement in various aspects of life.

    • Growth involves personal and professional development.

    • It includes acquiring new skills and knowledge.

    • Growth can be measured by progress and achievements.

    • It can be seen in career advancements and promotions.

    • Growth also involves expanding one's network and connections.

    • It can be achieved through learning from experiences and challen...

  • Answered by AI

Interview Preparation Tips

General Tips: The interview process is good.a long wait for Managerial interview.
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Difference between Hashmap vs concurrent hashmap
  • Ans. 

    Hashmap is not thread-safe while concurrent hashmap is thread-safe.

    • Hashmap is faster than concurrent hashmap in single-threaded environments.

    • Concurrent hashmap allows multiple threads to access and modify the map concurrently.

    • Concurrent hashmap uses a technique called lock striping to achieve thread-safety.

    • Hashmap can be used in scenarios where thread-safety is not a concern.

    • Concurrent hashmap is preferred in multi-thr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked interview technical questions based on Java, collection, multi threading.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Case Study 

Mails,for offboarding , Onboarding

Round 3 - One-on-one 

(1 Question)

  • Q1. About yourself, about company

Kromberg & Schubert Interview FAQs

How many rounds are there in Kromberg & Schubert interview?
Kromberg & Schubert interview process usually has 1 rounds. The most common rounds in the Kromberg & Schubert interview process are HR and Coding Test.
What are the top questions asked in Kromberg & Schubert interview?

Some of the top questions asked at the Kromberg & Schubert interview -

  1. What is Hydraulic valves? How can we operate tha...read more
  2. How is OEE calculation d...read more
  3. Self introduct...read more

Tell us how to improve this page.

Kromberg & Schubert Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.3
 • 111 Interviews
G4S Interview Questions
4.0
 • 97 Interviews
SGS Interview Questions
3.9
 • 93 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Reliance Group Interview Questions
4.1
 • 20 Interviews
SAS Interview Questions
4.4
 • 18 Interviews
Cheil India Interview Questions
3.1
 • 17 Interviews
View all

Kromberg & Schubert Reviews and Ratings

based on 60 reviews

3.2/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

2.8

Salary

3.8

Job security

3.2

Company culture

2.4

Promotions

3.2

Work satisfaction

Explore 60 Reviews and Ratings
Industrial Engineer
17 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Technical Assistant
13 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Maintenance Engineer
11 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Technical Worker
10 salaries
unlock blur

₹1.2 L/yr - ₹5.4 L/yr

Technician
7 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Explore more salaries
Compare Kromberg & Schubert with

G4S

4.0
Compare

SGS

3.9
Compare

BCD Travel

4.3
Compare

Cheil India

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