i
Johnson
Electric
Work with us
Filter interviews by
Kaizen is a continuous improvement philosophy that enhances efficiency and quality in processes.
Kaizen encourages small, incremental changes rather than large-scale transformations.
Example: A manufacturing team implements a daily 5-minute meeting to discuss process improvements.
It involves all employees, from management to frontline workers, fostering a culture of collaboration.
Example: A hospital staff suggests r...
Job checking methods ensure accuracy and efficiency in tasks, enhancing overall productivity and quality of work.
1. Define clear objectives: Establish what needs to be checked and the expected outcomes. For example, in software testing, define test cases.
2. Use checklists: Create a checklist to ensure all steps are followed. For instance, a quality control checklist in manufacturing.
3. Regular audits: Conduct peri...
Implementing a circular queue using structures in C and classes in C++ for efficient data management.
A circular queue uses a fixed-size array and wraps around when the end is reached.
In C, define a structure with front, rear, and size attributes.
In C++, use a class to encapsulate queue operations and maintain data integrity.
Both implementations should include functions for enqueue, dequeue, and checking if the que...
Sort a vector of strings alphabetically using standard sorting algorithms.
Use built-in sorting functions like std::sort in C++ or Collections.sort in Java.
Example in Python: sorted(['banana', 'apple', 'cherry']) returns ['apple', 'banana', 'cherry'].
Consider case sensitivity; 'Apple' and 'apple' may be treated differently.
For custom sorting, provide a key function to define sorting criteria.
Use a hashmap to store the frequency of each number in the array.
Create a hashmap to store the frequency of each number in the array.
Iterate through the array and update the frequency in the hashmap.
Retrieve the frequency of the desired number from the hashmap.
SQL query to return latest login date for each primary key
Use GROUP BY clause to group by primary key
Use MAX() function to get the latest login date
Join the tables if necessary
Cloning involves the process of creating a genetically identical copy of an organism.
Isolate the DNA from the organism to be cloned
Insert the DNA into a vector, such as a plasmid
Introduce the vector into a host cell, such as a bacteria or yeast
Allow the host cell to replicate, creating multiple copies of the DNA
Grow the host cell into a full organism with the same genetic makeup as the original
Dispatcher function is responsible for managing and coordinating tasks or requests within a system.
Coordinates tasks or requests to appropriate resources
Prioritizes tasks based on urgency or importance
Tracks progress and updates stakeholders
Handles incoming requests and assigns them to available resources
Examples: task scheduler in an operating system, job dispatcher in a computing cluster
Routing priority in AR determines the best path for data packets in a network.
Routing protocols like OSPF and EIGRP use metrics to determine path priority.
Static routes can be configured with administrative distances to influence routing decisions.
In OSPF, lower cost routes are preferred; for example, a route with a cost of 10 is prioritized over one with a cost of 20.
BGP uses attributes like AS path length and lo...
The in-process quality standard is a set of guidelines and criteria that ensure quality control during the manufacturing process.
It includes monitoring and controlling the production process to ensure that the final product meets the required quality standards.
It involves regular inspections and testing of the product at various stages of production.
It helps to identify and correct any defects or issues before the...
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
Dispatcher function is responsible for managing and coordinating tasks or requests within a system.
Coordinates tasks or requests to appropriate resources
Prioritizes tasks based on urgency or importance
Tracks progress and updates stakeholders
Handles incoming requests and assigns them to available resources
Examples: task scheduler in an operating system, job dispatcher in a computing cluster
Cloning involves the process of creating a genetically identical copy of an organism.
Isolate the DNA from the organism to be cloned
Insert the DNA into a vector, such as a plasmid
Introduce the vector into a host cell, such as a bacteria or yeast
Allow the host cell to replicate, creating multiple copies of the DNA
Grow the host cell into a full organism with the same genetic makeup as the original
I specialize in software engineering, focusing on system architecture, cloud solutions, and performance optimization.
Expert in designing scalable microservices architectures, e.g., implementing a service-oriented architecture for a large e-commerce platform.
Proficient in cloud technologies, particularly AWS and Azure, having migrated on-premise applications to cloud environments.
Strong background in performance optimiz...
Identify, analyze, brainstorm solutions, implement, evaluate, and document.
Identify the problem by gathering information and understanding the root cause.
Analyze the problem to determine the best course of action.
Brainstorm potential solutions with team members or stakeholders.
Implement the chosen solution and monitor its effectiveness.
Evaluate the outcome to ensure the problem is resolved and document the process for ...
Yes, I am ready to reallocate for the right opportunity.
I am open to relocating for the right job opportunity that aligns with my career goals.
I have experience moving for previous roles and am comfortable with the process.
I understand the benefits of relocating, such as new experiences and career growth.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
SQL query to return latest login date for each primary key
Use GROUP BY clause to group by primary key
Use MAX() function to get the latest login date
Join the tables if necessary
Use a hashmap to store the frequency of each number in the array.
Create a hashmap to store the frequency of each number in the array.
Iterate through the array and update the frequency in the hashmap.
Retrieve the frequency of the desired number from the hashmap.
Use regular expressions to validate array elements efficiently.
Use regular expressions to define the rules for validation.
Iterate through the array and apply the regular expression to each element.
Return true if all elements pass the validation rules, false otherwise.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I am eager to contribute my skills and learn in a dynamic environment, aligning my career goals with the company's mission.
I am passionate about the industry and excited to work with a team that shares my values.
This role offers the opportunity to develop my skills in a practical setting, which is essential for my career growth.
I admire the company's commitment to innovation and quality, and I want to be part of that j...
I have gained valuable experience through internships and projects, enhancing my skills in teamwork and problem-solving.
Interned at XYZ Company, where I assisted in project management and learned about client communication.
Participated in a team project that improved our workflow efficiency by 20%.
Volunteered at a local charity, organizing events that raised funds and awareness for community issues.
Job checking methods ensure accuracy and efficiency in tasks, enhancing overall productivity and quality of work.
1. Define clear objectives: Establish what needs to be checked and the expected outcomes. For example, in software testing, define test cases.
2. Use checklists: Create a checklist to ensure all steps are followed. For instance, a quality control checklist in manufacturing.
3. Regular audits: Conduct periodic ...
Kaizen is a continuous improvement philosophy that enhances efficiency and quality in processes.
Kaizen encourages small, incremental changes rather than large-scale transformations.
Example: A manufacturing team implements a daily 5-minute meeting to discuss process improvements.
It involves all employees, from management to frontline workers, fostering a culture of collaboration.
Example: A hospital staff suggests reorga...
I applied via Campus Placement
Sql query problems and machine learning algorithm drill down. resume review
I appeared for an interview in Oct 2024, where I was asked the following questions.
Implementing a circular queue using structures in C and classes in C++ for efficient data management.
A circular queue uses a fixed-size array and wraps around when the end is reached.
In C, define a structure with front, rear, and size attributes.
In C++, use a class to encapsulate queue operations and maintain data integrity.
Both implementations should include functions for enqueue, dequeue, and checking if the queue is...
Sort a vector of strings alphabetically using standard sorting algorithms.
Use built-in sorting functions like std::sort in C++ or Collections.sort in Java.
Example in Python: sorted(['banana', 'apple', 'cherry']) returns ['apple', 'banana', 'cherry'].
Consider case sensitivity; 'Apple' and 'apple' may be treated differently.
For custom sorting, provide a key function to define sorting criteria.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
.net coding and pseudo coding
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Total questions - 5
Quantitative, Logical Reasoning and English
I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 3 interview rounds.
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
Top trending discussions
Some of the top questions asked at the Johnson Electric interview -
The duration of Johnson Electric interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 17 interview experiences
Difficulty level
Duration
based on 123 reviews
Rating in categories
Junior Engineer
44
salaries
| ₹2.5 L/yr - ₹5 L/yr |
Assistant Engineer
19
salaries
| ₹3 L/yr - ₹5.4 L/yr |
Process Engineer
16
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Lead Engineer
16
salaries
| ₹8.3 L/yr - ₹17.5 L/yr |
Quality Engineer
15
salaries
| ₹2 L/yr - ₹8 L/yr |
Foxconn
TE Connectivity
Wistron
Salcomp Manufacturing