Must have experience with designing and implementing REST API web services using Java; coding in objectoriented programming language; client server architecture and mobile systems architecture; designing and developing Schemas and Tables in relational Database Management Systems DB2, AZURE SQL, and MYSQL; designing and testing NoSQL Database Systems Azure Cosmos DB and Cassandra; creating test cases using JUnit and TestNG framework; implementing CICD pipeline using Jenkins; using GIT for source control management; performing CRUD operations with RDBMS databases such as DB2 and MYSQL; aggregating all application logs and sending to Splunk; and utilizing caching strategies to store high volume static API response onto dish stores to improve performance. Employer will accept any amount of experience with the required skills.br br Continuation of Section H.10B acceptable alternate occupation Required experience Experience in software engineering or related experience.

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