This position requires a Bachelors degree, or foreign equivalent in Electrical Engineering or Computer Engineering, plus 5 years of professional work experience in Embedded Software Development for Automotive Safety Systems. Additionally, the applicant must have professional experience with 1 Function safety ISO26262, Automotive Embedded Systems, and Vehicle Architecture; 2 Airbag software functionality, knowledge of ABECU, vehicle configurations, ECU algorithmscalibration, System Overview including HW and Sensors, sensors diagnostics and Invehicle network control; 3 Scope Management Requirement Development and Work package Breakdown and Change Management CCB process, Change Request, Task; 4 Configuration Management Tool configuration and Document Control and Risk Management Risk Identification and Mitigation Action; 5 Risk Management Risk Identification and Mitigation Action and Cost Management Cost Estimation and Budget Plan; 6 Resource Management Virtual Team and Conflict Management and Communication Management reporting SW status to management and Customer Communication; and 7 Quality Management 8D, Defect Management and Quality Process and SW Development Process Tools Knowledge Doors, MKS, ALM, ILM, and Jenkins.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });