Position requires a Bachelors degree, or foreign degree equivalent, in Computer Science, Electrical Engineering or a related field and 6 years of progressively responsible postBachelors degree related experience.br The position also requiresbr 5 years of experience in Software development cycle;br 5 years of experience in object oriented design methodology and various programming languages, including CC;br 3 years of experience in computer graphics and image processing algorithms and techniques;br 3 years of experience in Image Processing, including 3D4D rendering;br 1 year of experience in development of 2D3D visualization applications.br GE will only employ those who are legally authorized to work in the United States for this opening. Any offer of employment is conditioned upon the successful completion of a drug screen as applicable. As a federal government contractor, GE may in the future be required to have U.S. employees fully vaccinated against COVID19. Some GE customers currently have vaccination mandates that may apply to GE employees.

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