Engineering Manager
200+ Engineering Manager Interview Questions and Answers


Q. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
Design a trading system with real-time data using appropriate database and cloud services, and implement DevOps for continuous integration and deployment.
Consider using a high-performance database like MongoDB or Cassandra for storing trading data
Utilize a cloud service like AWS or Google Cloud for scalability and reliability
Implement a messaging system like Kafka for real-time data processing
Use microservices architecture for modularity and flexibility
Set up continuous integ...read more


Q. How do you manage vendors? If a vendor is pushing for their application, but you prefer to build it with your team, how would you handle it?
Balancing vendor relationships while prioritizing team capabilities is key to effective project management.
Assess the vendor's proposal: Understand the benefits and drawbacks of their application compared to building in-house.
Communicate openly: Schedule a meeting with the vendor to discuss your team's capabilities and project goals.
Highlight team strengths: Present your team's expertise and past successes to build confidence in your approach.
Negotiate collaboration: Explore ...read more
Engineering Manager Interview Questions and Answers for Freshers

Asked in PVR Inox

Q. In a star-delta starter, which contactor is connected first?
The main contactor is connected first in a star delta starter.
The main contactor is connected to the three-phase power supply.
The main contactor is responsible for supplying power to the motor.
The delta contactor is then connected to the motor windings.
The star contactor is connected last to complete the circuit.
This method is used to reduce the starting current of the motor.

Asked in Adhoc

Q. How many direct reports have you had at one time in the past?
I have managed up to 10 direct reports at one time in the past.
Managed a team of 10 engineers in my previous role
Provided guidance and support to each team member
Conducted regular performance reviews and goal setting
Delegated tasks effectively to ensure project deadlines were met

Asked in Flutter Entertainment

Q. What do you do when a new regulation requires a change to be delivered in one month, and you also have a deadline for another capability in the next 2-3 weeks?
Prioritize tasks based on impact and urgency, communicate with stakeholders, delegate responsibilities, and adjust timelines if necessary.
Assess the impact and urgency of each task to prioritize effectively
Communicate with stakeholders to manage expectations and seek support if needed
Delegate responsibilities to team members based on their strengths and availability
Adjust timelines if necessary to ensure both tasks can be completed successfully

Asked in Wifi-Soft Solutions

Q. How do you handle delivery deadlines when the team has been under pressure for a long time?
Delivery deadline can be met by prioritizing tasks, delegating responsibilities, and ensuring open communication.
Prioritize tasks based on their importance and urgency
Delegate responsibilities to team members based on their strengths and expertise
Ensure open communication within the team to identify and address any roadblocks
Regularly review progress and adjust plans as needed
Consider bringing in additional resources if necessary
Engineering Manager Jobs




Asked in UKG

Q. What is the program for checking whether a string is balanced or not, without using push and pop methods?
Use a stack to check if a string is balanced without push and pop methods.
Create an empty array to act as a stack
Iterate through each character in the string
If the character is an opening bracket, add it to the stack
If the character is a closing bracket, check if the stack is empty or the top element is not the corresponding opening bracket
If the stack is empty or the top element does not match, the string is not balanced
If all characters are processed and the stack is empty,...read more

Asked in Landmark Group

Q. Is there a limit to the number of try-catch blocks we can have?
There is no hard limit on the number of try-catch blocks, but excessive use can impact performance and readability.
Try-catch blocks should be used sparingly and only when necessary
Excessive use of try-catch blocks can impact performance
Nested try-catch blocks can make code difficult to read and maintain
Consider using alternative error handling mechanisms such as validation and defensive programming
Use try-catch blocks to handle specific exceptions rather than catching all exc...read more
Share interview questions and help millions of jobseekers 🌟
Asked in Eightfold AI

Q. As an Engineering Manager, what metrics do you care about and how do you measure them?
Metrics for an Engineering Manager and how to measure them
Metrics: team productivity, project timelines, code quality, employee satisfaction
Measure team productivity through sprint velocity or completed tasks per week
Track project timelines using Gantt charts or burndown charts
Assess code quality with code review feedback, bug counts, and code coverage
Measure employee satisfaction through surveys or one-on-one meetings

Asked in Appsmith

Q. How do you define success metrics and how do you track them?
Success metrics are defined based on project goals and are tracked using key performance indicators (KPIs).
Define success metrics based on project goals and objectives
Identify key performance indicators (KPIs) to track progress
Regularly monitor and analyze KPIs to measure success
Adjust metrics and KPIs as needed to align with project outcomes
Use tools like dashboards and reports to visualize and communicate progress
Seek feedback from stakeholders to ensure metrics are relevan...read more
Asked in GAP IT Services India

Q. Which microservice design pattern did you implement to break your monolith into microservices, and why?
I implemented the API Gateway pattern to break the monolith into microservices.
API Gateway pattern acts as a single entry point for clients to access multiple microservices.
It helps in decoupling the client from individual microservices.
API Gateway handles authentication, routing, load balancing, and caching.
It simplifies the client-side code by providing a unified interface.
Example: Netflix's Zuul acts as an API Gateway for their microservices architecture.

Asked in Lucy Electric

Q. What types of testing were involved in the development of that product, and what were the reasons for each type?
Various testing types ensure product quality, reliability, and compliance with requirements throughout the development lifecycle.
Unit Testing: Validates individual components for correctness. Example: Testing a function that calculates dosage in a medical app.
Integration Testing: Ensures that different modules work together. Example: Testing the interaction between a user interface and a database.
System Testing: Validates the complete and integrated software product. Example:...read more

Asked in Honeywell Automation

Q. What are the key breakthrough initiatives and success measures needed to achieve the mission of electrification in the Line of Business (LOB)?
Key initiatives for electrification include technology adoption, infrastructure development, and stakeholder engagement.
Invest in R&D for advanced battery technologies to improve energy density and reduce costs.
Develop charging infrastructure partnerships with local governments and private sectors to enhance accessibility.
Implement pilot programs for electric vehicle (EV) fleets in urban areas to demonstrate feasibility and gather data.
Engage with customers and stakeholders t...read more

Asked in Reliance Industries

Q. 4.what is very common, which is not available now a days?
Personalized customer service
Personalized customer service is becoming less common in today's digital age
Many companies rely on automated systems and chatbots instead of human interaction
Examples include automated phone systems, chatbots, and self-checkout machines

Asked in Appsmith

Q. Given multiple suggested improvements, what would be the priorities to solve them and why?
The priorities for solving suggested improvements should be based on impact, feasibility, and urgency.
Prioritize improvements based on their impact on the overall performance or efficiency of the system.
Consider the feasibility of implementing each improvement, taking into account resources, time, and expertise required.
Evaluate the urgency of each improvement based on potential risks or consequences of not addressing them in a timely manner.


Q. In which scenario would you prefer to use RDBMS over NoSQL?
RDBMS is preferred for structured data, complex queries, ACID compliance, and data integrity.
Structured data with well-defined relationships
Complex queries requiring joins and transactions
ACID compliance for data consistency and integrity
Data integrity and referential constraints are crucial
When the data schema is unlikely to change frequently

Asked in Infineon Technologies

Q. What additional checks were done in Physical Design to ensure Automotive qualification?
Additional checks in Physical Design for Automotive qualification
Performing temperature and voltage corner simulations to ensure reliability in harsh automotive environments
Conducting EMI/EMC analysis to meet automotive standards for electromagnetic compatibility
Implementing redundancy and fault-tolerant design techniques to enhance safety and reliability
Verifying timing constraints and signal integrity for robust performance in automotive applications

Asked in PayPal

Q. Design a system that collects all contacts from a mobile phone and allows the user to send invitations to contacts via phone number or email.
Design a system to collect contacts and send invitations via phone or email.
Collect contacts using mobile APIs (e.g., Android Contacts API, iOS Contacts Framework).
Store contacts in a secure database (e.g., Firebase, AWS DynamoDB).
Implement user authentication for privacy (e.g., OAuth, JWT).
Create a user interface for selecting contacts and composing invitations.
Send invitations via SMS or email using services like Twilio or SendGrid.
Track invitation status (sent, delivered, ...read more

Asked in Persistent Systems

Q. How would you suggest an engagement model to address a customer problem?
Engage with the customer to understand their problem and suggest a suitable engagement model.
Listen actively to the customer's problem and ask relevant questions to gain a deeper understanding.
Identify the customer's goals and priorities to suggest an engagement model that aligns with their needs.
Consider factors such as budget, timeline, and resources when proposing an engagement model.
Provide clear and concise explanations of the proposed engagement model and its benefits t...read more

Asked in Piramal Group

Q. How do you prepare a budget for engineering?
Preparing a budget for engineering involves analyzing project requirements, estimating costs, and allocating resources.
Analyze project requirements to determine the scope and scale of engineering work
Estimate costs for materials, equipment, labor, and any additional expenses
Consider factors like project timeline, quality standards, and regulatory requirements
Allocate resources effectively to ensure optimal utilization and cost efficiency
Regularly monitor and track expenses to...read more

Asked in PVR Inox

Q. Safety of dry transformer and how's it work?
Dry transformers are safe due to their insulation system and lack of flammable liquids.
Dry transformers use solid insulation materials to prevent electrical arcing and fires.
They do not contain flammable liquids like oil-filled transformers.
Dry transformers are often used in indoor settings where fire safety is a concern.
Regular maintenance and testing is important to ensure the safety and efficiency of dry transformers.

Asked in UKG

Q. What is an automation framework, and how is it used in software development?
An automation framework is a set of guidelines, rules, and tools used for automated testing of software applications.
Automation frameworks provide a structured way to automate testing processes, making it easier to write and maintain test scripts.
They help in reducing manual intervention, increasing test coverage, and improving the efficiency of the testing process.
Examples of automation frameworks include Selenium, Appium, and Robot Framework.
Frameworks like Data-driven, Key...read more
Asked in IntelliFlo

Q. Explain the architecture of your current system and why it was chosen.
Our current system architecture is a microservices-based architecture designed for scalability and flexibility.
Utilizes microservices to break down the system into smaller, independent services
Uses containers for easy deployment and scaling
Employs API gateways for managing and routing traffic
Includes a message broker for asynchronous communication between services

Asked in Zeiss Pharma

Q. How do you manage your team to be an asset to the company?
To manage a team as an asset for the company, focus on communication, collaboration, and continuous improvement.
Set clear goals and expectations for the team
Encourage open communication and collaboration among team members
Provide opportunities for professional development and growth
Recognize and reward team members for their contributions
Regularly assess team performance and make necessary adjustments
Lead by example and foster a positive team culture

Asked in Software AG

Q. What strategies will you use to mitigate costs while still delivering solutions?
To mitigate cost while delivering solutions, I will focus on optimizing resources, streamlining processes, leveraging technology, and prioritizing high-impact projects.
Optimize resources by identifying cost-effective alternatives and negotiating with vendors.
Streamline processes to eliminate inefficiencies and reduce waste.
Leverage technology to automate tasks and improve productivity.
Prioritize high-impact projects that align with business goals and deliver maximum value.
Reg...read more

Asked in Lucy Electric

Q. How many years of experience do you have with 3D CAD tools, and which tools are you proficient in?
I have over 8 years of experience with 3D CAD tools, proficient in SolidWorks, AutoCAD, and CATIA.
SolidWorks: Designed complex assemblies for automotive components, improving efficiency by 20%.
AutoCAD: Created detailed 2D and 3D drawings for architectural projects, ensuring compliance with industry standards.
CATIA: Utilized for aerospace projects, enabling advanced surface modeling and simulation.

Asked in Lucy Electric

Q. What is the basic function of a Ring Main Unit (RMU) in power distribution?
A Ring Main Unit (RMU) is a compact, enclosed switchgear used in electrical distribution networks for reliability and safety.
Provides a reliable means of distributing electricity in urban areas.
Allows for sectionalizing and isolating faults in the network.
Typically used in medium voltage applications (e.g., 11kV, 33kV).
Can be equipped with circuit breakers, switches, and fuses for protection.
Example: RMUs are commonly found in substations and industrial sites.

Asked in Lucy Electric

Q. What types of tests are involved in the development of a RMU (Ring Main Unit)?
Testing for RMUs ensures reliability, safety, and performance in electrical distribution systems.
Functional Testing: Verifies that the RMU operates as intended under normal conditions.
Dielectric Testing: Assesses insulation strength to prevent electrical breakdown.
Temperature Rise Testing: Evaluates heat generation during operation to ensure safe temperature limits.
Short-Circuit Testing: Simulates fault conditions to ensure the RMU can withstand and isolate faults.
Mechanical ...read more

Asked in Mody University Science Technology

Q. Can you handle the engineering activities of our campus?
Yes, I can handle engineering activities of your campus.
I have extensive experience in managing engineering projects and teams.
I have successfully overseen the implementation of various engineering initiatives.
I am well-versed in coordinating and executing engineering activities within a campus setting.
I have a proven track record of delivering high-quality results within specified timelines.
I am familiar with the challenges and requirements of managing engineering activities...read more

Asked in CBRE

Q. Describe a time when you had to explain a breakdown, its rectification, and the reason for the breakdown.
Discussed a significant breakdown in a project, its causes, and the steps taken for rectification.
Identified a critical software bug that caused system downtime.
Conducted a root cause analysis to determine the bug's origin.
Implemented a fix and tested it thoroughly before deployment.
Established a monitoring system to prevent future occurrences.
Conducted a team retrospective to improve processes and communication.
Interview Questions of Similar Designations
Interview Experiences of Popular Companies





Top Interview Questions for Engineering Manager Related Skills



Reviews
Interviews
Salaries
Users

