Must possess at least a bachelors degree or its equivalent including equivalent work experience andor a combination of degrees and work experience in Computer Science, Electrical Engineering, Electronics Engineering, or a related field and at least 7 years of experience with Software Engineering in the Avionics industry. Must also possess the following at least 5 years of experience with full lifecycle software development process software requirements, design, implementation, and verification; at least 5 years of experience with DO178BC certification guidelines for showing compliance to applicable airworthiness regulations for the software aspects of airborne systems and equipment certification; and at least 4 years of experience with embedded software development for AvionicsAerospace domain.

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 } });