Filter interviews by
To address shortages and bottlenecks, I would analyze data, prioritize tasks, and collaborate with teams for effective solutions.
Conduct a root cause analysis to identify the source of shortages or bottlenecks.
Implement inventory management techniques, such as Just-In-Time (JIT) to reduce excess stock and improve flow.
Utilize forecasting tools to predict demand and adjust production schedules accordingly.
Collabora...
MRP (Material Requirements Planning) is a production planning system that manages inventory and scheduling to meet demand efficiently.
MRP calculates material requirements based on production schedules and inventory levels.
It uses data like BOM (Bill of Materials) to determine what materials are needed for production.
For example, if a company needs to produce 100 bicycles, MRP will calculate the number of frames, w...
SAP PP transaction codes streamline production planning and control processes, enhancing efficiency and accuracy.
MD01 - MRP Run: Executes Material Requirements Planning for materials.
CO01 - Create Production Order: Initiates a new production order for manufacturing.
MF50 - Planning Table: Provides a graphical overview of production planning.
MD04 - Stock/Requirements List: Displays stock levels and requirements for ...
A planner coordinates production activities to ensure efficient workflow and timely delivery of products.
Demand Forecasting: Analyze historical data to predict future product demand.
Production Scheduling: Create detailed schedules for manufacturing processes to optimize resource use.
Inventory Management: Monitor stock levels to ensure materials are available without overstocking.
Collaboration: Work with suppliers,...
Key Performance Indicators (KPIs) for production planners help measure efficiency, effectiveness, and overall production performance.
Production Efficiency: Measures the ratio of actual output to potential output. Example: 85% efficiency indicates 85 units produced per 100 units possible.
On-Time Delivery: Tracks the percentage of orders delivered on or before the promised date. Example: 95% on-time delivery rate.
In...
An anagram is a word or phrase formed by rearranging the letters of another, often used in word games and puzzles.
Definition: An anagram is created by rearranging the letters of a word or phrase to form a new word or phrase. For example, 'listen' can be rearranged to 'silent'.
Input: The function should take an array of strings as input, where each string is a word or phrase to be checked for anagrams.
Output: The o...
Set entire rows and columns to 0 in a matrix if an element is 0, using O(1) space.
Use the first row and first column to track which rows and columns need to be zeroed.
First, iterate through the matrix to mark the rows and columns that should be zeroed.
Then, zero out the marked rows and columns, except for the first row and column.
Finally, handle the first row and first column separately if they need to be zeroed.
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve problems
Encapsulation: bundling data and methods that operate on the data into a single unit (object)
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to ...
Tolerance is the ability to accept and respect the beliefs, practices, or opinions of others.
Tolerance involves being open-minded and non-judgmental towards others
It is about recognizing and valuing diversity in society
Tolerance promotes peaceful coexistence and understanding among people
Examples include respecting different religions, cultures, and viewpoints
Actuation is the process of converting energy into motion or physical movement.
Actuation is commonly used in robotics to control the movement of robotic arms or legs.
It is also used in automotive industry to control the opening and closing of valves in engines.
Actuation can be achieved through various methods such as hydraulic, pneumatic, electric, or mechanical systems.
I appeared for an interview in May 2025, where I was asked the following questions.
I appeared for an interview in Jan 2025.
Arrays and string kind of DSA questions
I appeared for an interview in Feb 2025.
As a program manager, my day-to-day activities involve overseeing project timelines, coordinating with team members, and communicating with stakeholders.
Creating and maintaining project plans
Holding regular team meetings to track progress and address any issues
Collaborating with cross-functional teams to ensure project goals are met
Communicating updates and milestones to stakeholders
Identifying and mitigating risks to ...
Managing a team during a tight deadline for a critical project
Delegating tasks effectively to ensure all aspects of the project are covered
Communicating clearly with team members to keep everyone on track
Problem-solving quickly to address any unexpected challenges that arise
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
Seeking new challenges and growth opportunities in a different environment.
Looking for new challenges and opportunities for growth
Interested in exploring different technologies and industries
Seeking a better work-life balance
Want to work in a more collaborative team environment
I am currently managing a team of 10 software developers.
I oversee a team of 10 software developers
I am responsible for managing the day-to-day activities of the team
I provide guidance and support to team members to ensure project success
Given a triangle with 2 colors, find the line that separates the two colors.
Iterate through each row of the triangle
Check for adjacent colors in each row to find the separating line
Return the row number where the colors change
Stress is the force applied to a material, while strain is the resulting deformation or change in shape.
Stress is the force applied to a material per unit area
Strain is the measure of deformation or change in shape of a material
Stress and strain are related by the material's modulus of elasticity
Example: When a rubber band is stretched, it experiences stress which causes strain in the form of elongation
G&T stands for Gin and Tonic, a popular alcoholic drink made with gin and tonic water.
G&T is a classic cocktail made with gin, tonic water, ice, and a slice of lime or cucumber.
The drink is typically served in a highball glass over ice.
Gin is a distilled spirit flavored with botanicals, while tonic water is carbonated water with quinine and sweeteners.
The combination of gin and tonic water creates a refreshing ...
Actuation is the process of converting energy into motion or physical movement.
Actuation is commonly used in robotics to control the movement of robotic arms or legs.
It is also used in automotive industry to control the opening and closing of valves in engines.
Actuation can be achieved through various methods such as hydraulic, pneumatic, electric, or mechanical systems.
Valves and gauges are devices used to control and measure the flow of fluids or gases in various systems.
Valves are devices used to regulate, direct, or control the flow of fluids or gases in a system.
Gauges are instruments used to measure and display the pressure, temperature, or other characteristics of the fluid or gas in a system.
Examples of valves include ball valves, gate valves, and check valves.
Examples of gaug...
Design a fault-sensing algorithm using OOP principles for efficient machine diagnostics.
Encapsulation: Use classes to encapsulate machine states and fault data.
Inheritance: Create a base class for general machines and derived classes for specific types.
Polymorphism: Implement methods that can be overridden for different fault detection strategies.
Example: A 'Machine' class with a 'detectFault()' method, overridden in '...
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Write a member function to find the second largest number in an array.
Iterate through the array and keep track of the largest and second largest numbers.
Handle edge cases like when the array has less than 2 elements.
Consider sorting the array and returning the second last element for a simpler solution.
Core is the central or most important part of something. Determining the core involves identifying the key components or elements.
Core is the central or essential part of a system or object
To determine the core, identify the key components or elements that are crucial for the functionality or purpose of the system
In software QA, determining the core may involve identifying the critical features or functionalities that ...
To add a file to Bitbucket, you can use the web interface or command line tools.
Navigate to the repository where you want to add the file
Click on the 'Add file' button or use 'git add' command to add the file
Commit the changes with a message describing the file addition
Push the changes to the remote repository
To check processes running in a Linux machine, you can use commands like ps, top, and htop.
Use 'ps' command to display information about processes
Use 'top' command to display dynamic real-time view of processes
Use 'htop' command for an interactive process viewer
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Find K most frequent elements in an array
Use a hashmap to store the frequency of each element in the array
Sort the hashmap based on frequency in descending order
Return the first K elements from the sorted hashmap
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
I have 5 years of experience in the semiconductor industry working on process optimization and equipment maintenance.
Worked on process optimization to improve yield and efficiency
Experience in equipment maintenance and troubleshooting
Familiar with cleanroom protocols and safety procedures
Collaborated with cross-functional teams to implement new technologies
Knowledge of semiconductor manufacturing standards and practice...
I have extensive experience troubleshooting electromechanical systems in various manufacturing environments.
Identifying root causes of issues in electromechanical systems
Utilizing diagnostic tools and equipment to pinpoint problems
Developing and implementing solutions to resolve issues
Collaborating with cross-functional teams to troubleshoot complex systems
Documenting troubleshooting processes and outcomes for future r...
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
Top trending discussions
The duration of Applied Materials interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 61 interview experiences
Difficulty level
Duration
based on 496 reviews
Rating in categories
7-8 Yrs
Not Disclosed
7-8 Yrs
Not Disclosed
15-17 Yrs
Not Disclosed
Technical Lead
289
salaries
| ₹18.8 L/yr - ₹35 L/yr |
Senior Software Engineer
137
salaries
| ₹14.4 L/yr - ₹25 L/yr |
Manufacturing Engineer
98
salaries
| ₹7 L/yr - ₹15 L/yr |
Software Engineer
82
salaries
| ₹10.9 L/yr - ₹20.4 L/yr |
Senior Engineer Mechanical
74
salaries
| ₹10.9 L/yr - ₹18 L/yr |
Qualcomm
Intel
Molex
TDK India Private Limited