Requires a Bachelors degree, or foreign equivalent, in Computer Science, Engineering any or a related field plus five 5 years of experience in the job offered or directly related role. Requires three 3 years of experience in the following business requirement analysis and process mapping; software development and testing; project management and solution implementation. Requires three 3 years of experience in drug discovery functions, drug development functions, or lab operations management. Requires two 2 years of experience in C, JavaScript, COBOL, SAS, or SQL. Requires two 2 years of experience in Oracle or DB2 or SQL Server. Requires two 2 years of experience in UNIX or Windows. Requires two 2 years of experience in objectoriented programming and structured programming; computer systems validation; hardware systems qualification; and Waterfall and Agile. Requires two 2 years of experience in LIMS systems; ELN platforms; EDC systems; CTMS systems; Research Informatics Platforms; Database tools or Reporting Platforms. Travel and work at client sites as assigned.

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