Bachelors degree or foreign equivalent in Business Administration, any STEM field, or a related field. Must have 1 year of related work experience in the job offered or in a related occupation.br Position requires 1 year of related work experience in each of the followingbr Performing assessments of existing informationbr systems and identifying gaps between businessbr requirements and current system capabilities;br Conducting unit testing of web services and webbr applications using Junit, Mockito, Postman, SOAPUI,br and Jmeter;br Developing domain classes and database accessbr methods using Class Factory Pattern, Hibernatebr Mappings, Java Persistence API JPA, Databr Transfer Object DTO, Data Access Object DAO,br and Service Locator;br Creating web applications using ReactJS,br Springboot, and Custom J2EE based webbr components, Struts, JSP, and servlets to providebr service and data to users;br Designing and developing applications using Javabr and J2EE design patterns, JMS, SOAP, and RESTbr web services to meet functional needs for softwarebr applications;br Architecting, implementing, and supporting workflow,br multithreaded components implemented using Javabr Concurrent packages and entity extraction rules thatbr were fed to the Drool Rules Engines and JBoss BPM;br andbr Working with a team of developers to both producebr new components and resolve defects through abr standard defect resolution process, utilizing softwarebr cycle processes, peer code reviews, test design, andbr continuous delivery.

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