Masters degree or foreign equivalent in Computer Science, Data Science, Mathematics, Statistics, Biostatistics, Biotechnology, or a related field and two 2 years of experience as Statistician, Statistical Programmer, SAS Programmer, or related occupation. Requires one 1 year of experience in each of the following Work flow management tools, including Aprimo, Unica, or MS Project; Managing projects across all phases of the software development life cycle SDLC, including gathering business requirements and authoring functional requirements; Creating and executing user acceptance test plans; Managing client engagement functions, including forecastcapacity planning using Excel, and dashboard updates using PowerPoint; Campaign management or Pharmacy Benefit Management PBM; Database or direct marketing; and Teradata, Oracle, SQL, SQLserver, or structured programming. Up to 10 domestic travel required.br br Employer will accept any suitable combination of education, training, or 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 } });