Add office photos
Employer?
Claim Account for FREE

ZF Friedrichshafen

4.0
based on 301 Reviews
Filter interviews by

20+ Interview Questions and Answers

Updated 8 Sep 2024

Q1. What is inter runnable variable and explain its significance?

Ans.

An inter-runnable variable is a shared variable between two or more tasks in an embedded system.

  • It allows tasks to communicate with each other by sharing data.

  • It is important for synchronization and coordination between tasks.

  • It can be implemented using mutexes or semaphores.

  • Example: A task that reads data from a sensor can update the inter-runnable variable with the sensor data, and another task can use that data for further processing.

Add your answer

Q2. 5. Difference between Signal gateway in com module and PDU gateway in PduR gateway

Add your answer

Q3. What are tools you know about.

Ans.

I know about various software tools used in engineering such as CAD, MATLAB, ANSYS, and SolidWorks.

  • CAD

  • MATLAB

  • ANSYS

  • SolidWorks

Add your answer

Q4. 4. Signal and IPU Transfer properties in com module of Autosar

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. What is difference between mallock ( C ) and "new" ( C++ )

Ans.

malloc is a function in C used to allocate memory dynamically, while 'new' is an operator in C++ used for the same purpose.

  • malloc is a function in C, while 'new' is an operator in C++.

  • malloc returns a void pointer, while 'new' returns a pointer of the specified type.

  • malloc does not call constructors, while 'new' calls constructors for the allocated memory.

  • malloc requires manual memory deallocation with free(), while 'new' automatically calls the destructor and deallocates mem...read more

Add your answer

Q6. 5. Modify static variable present in one file by "pointer" from another file

Add your answer
Are these interview questions helpful?

Q7. What is pillars of TPM and it's benefits?

Ans.

TPM pillars are key principles for Total Productive Maintenance, leading to improved equipment reliability and productivity.

  • Pillar 1: Autonomous Maintenance - Involving operators in routine maintenance tasks to prevent breakdowns.

  • Pillar 2: Planned Maintenance - Scheduled maintenance activities to keep equipment in optimal condition.

  • Pillar 3: Quality Maintenance - Ensuring equipment is capable of producing quality products.

  • Pillar 4: Training and Education - Providing necessary...read more

Add your answer

Q8. 6. Structure padding and it's advantages for controller

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is Engineering System

Ans.

Engineering system is a collection of components that work together to achieve a specific goal.

  • Engineering system involves the integration of various components such as hardware, software, and people.

  • It is designed to achieve a specific goal or objective.

  • Examples of engineering systems include transportation systems, communication systems, and manufacturing systems.

  • Engineering systems are often complex and require interdisciplinary collaboration to design and implement.

  • They a...read more

Add your answer

Q10. Explain tools used in the project

Ans.

Various tools were used in the project to aid in development and testing.

  • Integrated Development Environments (IDEs) such as Eclipse and Visual Studio

  • Version control systems like Git and SVN

  • Testing frameworks like JUnit and NUnit

  • Debugging tools like GDB and WinDbg

  • Build tools like Maven and Gradle

  • Continuous Integration (CI) tools like Jenkins and Travis CI

Add your answer

Q11. Name of boiler doesn't need a steam drum?

Add your answer

Q12. Explain the memory layout

Ans.

Memory layout refers to the organization of data in computer memory.

  • Memory is divided into segments such as stack, heap, and data.

  • Each segment has its own address range and purpose.

  • The stack grows downwards while the heap grows upwards.

  • Data segment contains global and static variables.

  • Memory layout can vary based on the operating system and architecture.

  • Example: x86 architecture has a flat memory model while ARM has a segmented memory model.

Add your answer

Q13. What is second law of thermodynamic?

Add your answer

Q14. 2. What is AUTOSAR and it's advantages.

Add your answer

Q15. What is the least count of vernier scale

Ans.

The least count of a vernier scale is the smallest measurement that can be read on the scale.

  • The least count is determined by the number of divisions on the main scale and the vernier scale.

  • It is calculated as the difference between one smallest division on the main scale and one division on the vernier scale.

  • For example, if the main scale has divisions of 1 mm and the vernier scale has 10 divisions between two main scale divisions, the least count would be 0.1 mm.

View 1 answer

Q16. 1.PProgram to sort the character in string

Ans.

A program to sort the characters in a string.

  • Use a sorting algorithm like bubble sort or quicksort.

  • Convert the string to an array of characters for sorting.

  • Join the sorted array back into a string.

  • Consider upper and lower case characters separately.

Add your answer

Q17. 1. What is gear and its types

Ans.

Gears are mechanical components that transmit power and motion between rotating shafts. There are various types of gears.

  • Gears are used to transmit power and motion between rotating shafts

  • They are classified into various types such as spur, helical, bevel, worm, etc.

  • Spur gears are the most common type and have straight teeth that run parallel to the axis of rotation

  • Helical gears have angled teeth that run at an angle to the axis of rotation, resulting in smoother and quieter ...read more

Add your answer

Q18. Define 5s Culture in Automobile

Ans.

5s culture in automobile refers to the implementation of a systematic approach to workplace organization and cleanliness.

  • Sort - organizing items and removing unnecessary items from the workplace

  • Set in order - arranging items in a logical and efficient manner

  • Shine - cleaning and maintaining the workplace

  • Standardize - establishing procedures and guidelines for maintaining the workplace

  • Sustain - ensuring that the 5s culture is maintained and continuously improved

  • Example: organiz...read more

Add your answer

Q19. 2. What is Dual mass flywheel

Ans.

Dual mass flywheel is a type of flywheel used in vehicles to reduce vibrations and noise.

  • Consists of two flywheels connected by springs to absorb vibrations

  • Used in vehicles with high torque engines to reduce wear and tear on transmission

  • Commonly found in diesel engines and heavy-duty trucks

  • Can be more expensive to replace than a single mass flywheel

Add your answer

Q20. What is 5s and explain it?

Ans.

5s is a methodology used to organize a workplace for efficiency and effectiveness by identifying and storing items used, maintaining the area and items, and sustaining the new order.

  • Sort: Separate necessary items from unnecessary ones.

  • Set in order: Arrange necessary items in a logical and efficient manner.

  • Shine: Clean and inspect the work area regularly.

  • Standardize: Establish standards and procedures for maintaining the organized workplace.

  • Sustain: Ensure the new system is ma...read more

Add your answer

Q21. 2. Stages/steps in compilation process.

Add your answer

Q22. 4.C++ concepts usage in previous projects.

Add your answer

Q23. What is line balancing?

Ans.

Line balancing is the process of assigning tasks to workstations in a way that evens out the workload and maximizes efficiency.

  • Involves distributing workload evenly among workstations

  • Minimizes idle time and bottlenecks

  • Improves productivity and efficiency

  • Example: In an assembly line, tasks are allocated to different stations to ensure smooth flow of production

Add your answer

Q24. How to handle the windows

Ans.

Windows can be handled using automation tools and techniques.

  • Use automation tools like Selenium, Appium, or WinAppDriver to interact with windows

  • Identify windows using unique identifiers like window title, handle, or class name

  • Perform actions like clicking buttons, entering text, or verifying window properties

  • Handle pop-up windows or dialogs using appropriate methods

  • Use exception handling to handle unexpected errors or issues

Add your answer

Q25. Vernier scale least count is 0.1 mm

Ans.

The Vernier scale least count of 0.1 mm means that it can measure increments of 0.1 mm accurately.

  • Vernier scale least count refers to the smallest measurement that can be accurately read on the scale

  • In this case, the Vernier scale can measure increments of 0.1 mm

  • This allows for precise measurements to be taken in increments of 0.1 mm

  • For example, if the main scale reads 2.3 mm and the Vernier scale aligns at 0.2 mm, the total measurement would be 2.5 mm

Add your answer

Q26. 3. Memory sections in RAM

Add your answer

Q27. What is bottlenecks

Ans.

Bottlenecks are points in a process where the flow of work is impeded or slowed down, causing delays and inefficiencies.

  • Bottlenecks can occur due to limited resources, such as equipment or manpower

  • Identifying and addressing bottlenecks is crucial for improving overall productivity

  • Examples of bottlenecks include a machine that frequently breaks down, causing a backlog in production

  • Implementing strategies like cross-training employees or investing in additional equipment can he...read more

Add your answer

Q28. Explain bug cycle

Ans.

Bug cycle is the process of identifying, reporting, fixing, retesting, and closing software bugs.

  • Bug is identified by tester or user

  • Bug is reported to development team

  • Development team fixes the bug

  • Bug is retested to ensure it is resolved

  • Bug is closed if fixed successfully

Add your answer

Q29. Explain NRC in UDS

Ans.

NRC in UDS stands for Network Registration Control in User Data Service.

  • NRC in UDS is a feature that allows network operators to control user access to specific services.

  • It helps in managing user subscriptions and ensuring secure access to services.

  • For example, NRC in UDS can be used to restrict access to premium content only to subscribed users.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 12 interviews in the last 1 year
Interview experience
3.3
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 675 Interview Questions
3.8
 • 331 Interview Questions
4.0
 • 255 Interview Questions
4.2
 • 220 Interview Questions
4.1
 • 152 Interview Questions
4.1
 • 137 Interview Questions
View all
Top ZF Friedrichshafen Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter