Applicants must have demonstrated experience withbr br Designing and developing MuleSoft applications on various deployment models onpremises runtimes, CloudHub iPaas or Runtime Fabric;br HTTP Restbased services and SOAP webservices;br Defining API specifications with various modeling languages RAML or OAS and tools Anypoint Designer or Swagger;br Designing eventbased solutions and working with message broker technologies RabbitMQ and Solace;br Relational database management system SQL Server, Oracle or DB2;br Data access technologies and procedural languages ANSI SQL, TSQL or PLSQL;br MarkLogic Data Hub platform, JavaScript and Optic API;br Middleware platforms products Oracle, TIBCO, or webMethods;br Log management systems ELK or Solace;br Monitoring solutions Anypoint Monitoring or Dynatrace;br Developing technical solutions using J2EE or JSE framework, using a Java IDEs Eclipse, Intelli J, or Netbeans;br Agile and Waterfall processes with Jira, Confluence and Jenkins;br JSON, XML, JMS, WS, SOAIntegration, and API management technologies and standards;br Profiling Java applications including threading issues, examining thread dumps or heap dumps, and tuning database performance bottlenecks;br Developing integrations with various onpremises and SaaS ERP NetSuite, Oracle, or SAP, CRM Salesforce or Oracle, and HR Workday or Oracle.

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