Employer will accept a Bachelors degree in Computer Science, Computer Information Systems, Computer Engineering, Engineering, Mechanical Engineering, or related field, followed by five 5 years of progressive, postbaccalaureate work experience in the job offered or in a computerrelated occupation.br br Experience must include 24 months of experience in each of the followingbr br 1. Develop business applications;br 2. Web Services APIs, SOAP or RESTbased Web Service APIs, Bulk API, or the Metadata API;br 3. Visualforce or Apex incorporating JS frameworks such as React, Bootstrap, or Angular;br 4. JavaScript frameworks, JAVA or Oracle ADF programming;br 5. Developing Single Page Applications SPA using AngularJS React for delivery data entry products on salesforce force.com platform;br 6. Leading development of Automated Testing frameworks in Python to auto test the Apex classes for production deployment quality;br 7. Supporting the developing of Salesforce 1 mobile app for various business use cases to see the pipeline and act on it from anywhere, various custom salesforce REST APIs for Single Page Applications SPA and various custom lightning components using salesforce Lightning framework; andbr 8. Integrating internal applications like HR, Finance and delivery subsystems and Single SignOn using Salesforce.com Web Services APIs Force.com SOAP and RESTbased Web Service APIs, the Bulk API, and the Metadata API.

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