A Masters degree or foreign equivalent in Business Administration, Industrial Engineering, Finance, Economics or a related discipline and 2 years of experience as a Business development manager or a related position. In the alternative, a Bachelors degree or foreign equivalent, in Business Administration, Industrial Engineering, Finance, Economics or a related discipline followed by 5 progressively responsible years of experience as a Business development manager or a related position.br br Experience must includebr 1. 2 years of experience conducting data mining and statistical analysis utilizing Excel Advanced modelling or related business intelligence tools.br 2. 2 years of experience performing quantitative andor qualitative research and analysis to improve financial and business processes, operations or turnover planning, demand forecasting or ecommerce inventory management.br 3. 2 years of project management experience, including managing, planning, organizing, scheduling and tracking of projects from initiation, planning, execution and delivery.br 4. 2 years of experience using process improvement methodologies to increase efficiency within business and operations processes.

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