Bachelors degree in Computer Science, Engineering, IT, or a related field and 3 years of application development experience with Java. Prior experience must include 3 years serving in an IT clientfacing capacity; 3 years working with JavaScript; 3 years working with Spring and Hibernate frameworks; 3 years working with RESTful WebServices; and 3 years working with crossfunctional teams to achieve software development.br br All offers of employment are contingent upon the successful completion of a background check, which may also include a drug screen depending on work assignment.br br J.1114 Jaya Krishna Patibandla earned a Master of Science degree in Computer Science from the University of Louisiana at Lafayette in 2016. Jaya Krishna Patibandla has also earned a Bachelor of Technology degree in Computer Science and Engineering from the Gandhi Institute of Technology and Management in India in 2012.

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