Requirements Masters degree in Computer Science, Engineering, Information Systems or related field of study plus 1 year of experience in the job offered or 1 year of qualifying work experience in Information Technology or Engineering environment. The employer will alternatively accept a Bachelors degree or equivalent in Computer Science, Engineering, Information Systems or related field of study andor equivalent formal training or work experience plus 3 years of experience in the job offered or 3 years of experience in Information Technology or Engineering environment in lieu of a Masters degree plus 1 year of experience.Must have 1 year of experience with the following Java; Oracle; Springboot; excellent programming and debugging skills. A related advanced degree may offset the related experience requirements. Position allows for telecommuting from home within commuting distance of Collierville, TN.br br H.8.b Employer will accept one 1 year of directly related experience in lieu of one 1 year of education.

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