Bachelors degree in Economics, Accounting, Finance, Computer Science, Law or related plus 5 years of postBachelors, progressive work experience; or a Masters degree in Economics, Accounting, Finance, Computer Science, Law or related plus 4 years of progressive work experience.br br Of the required years of experience, must have 3 years of recent data analytics experience.br br Must have 2 years of experience involving SQL, PLSQL, PIG, Hadoop, VBscript, PERL, or C#.br br Must have 1 year of experience involving Tableau, Spotfire, IBM Big Insights, Palantir, EMC Greenplum or Big Data frameworks.br br Must have 2 years of recent forensic experience working with large, multinational external clients within a professional services environment.br br Must have 3 years of experience performing fraud risk assessments, investigating complex issues, and developingimplementing practical solutions within a professional services environment.br br Must have 1 year of experience managing projects and supervising teams consisting of four or more staff members in a professional services firm.br br Must have ability and willingness to travel 3050 of the time, to meet client needs.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 } });